Nowe posty

xx Dystrybucja pod HP Omen (6)
Wczoraj o 23:30:08
xx [Poradnik] Wyszukiwanie Sterowników (2)
Wczoraj o 21:08:23
lamp Problem z Linux Lite po instalacji (0)
Wczoraj o 19:50:30
xx Ile pingwinów? (1)
Wczoraj o 08:59:24
xx konfiguracja pale moon (0)
2024-03-24, 21:53:42
xx Plasma 6 w Neonie ssie trochę mniej ... (10)
2024-03-23, 02:38:11
xx problem z instalacja sterowników do karty sieciowej (3)
2024-03-18, 18:10:16
xx Plik abc.001 (1)
2024-03-17, 17:48:27
xx Zlecę dopracowanie programu w MatLab (0)
2024-03-13, 15:28:40
xx Linux Mint 21.3 XFCE brak dźwieku po paru minutach (karta muzyczna zintegrowana) (5)
2024-03-12, 23:07:01

Autor Wątek: Xorg - zablokowana mysz i klawiatura  (Przeczytany 7239 razy)

  • Gość
Xorg - zablokowana mysz i klawiatura
« dnia: 2010-05-04, 11:25:30 »
W ubuntu 9.10 i Slackware 13.0 nie wiem czemu (może i wiem ;-)) na raz sypnęły się X (tzn. nie działa mysz i klawiatura). W przededniu problemów bawiłem się rootem na slacku ;-).

Spróbowałem to tak:

X -configure i nvidia-config czy coś tam

Nic nie zdziałałem

Mam archiwalne Xorg.confy i logi:

Xorg.conf aktualny:

Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath   "/usr/lib/xorg/modules"
FontPath     "/usr/share/fonts/local"
FontPath     "/usr/share/fonts/TTF"
FontPath     "/usr/share/fonts/OTF"
FontPath     "/usr/share/fonts/Type1"
FontPath     "/usr/share/fonts/misc"
FontPath     "/usr/share/fonts/CID"
FontPath     "/usr/share/fonts/75dpi/:unscaled"
FontPath     "/usr/share/fonts/100dpi/:unscaled"
FontPath     "/usr/share/fonts/75dpi"
FontPath     "/usr/share/fonts/100dpi"
FontPath     "/usr/share/fonts/cyrillic"
EndSection

Section "Module"
Load  "dri"
Load  "glx"
Load  "extmod"
Load  "dri2"
Load  "dbe"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option    "Protocol" "auto"
Option    "Device" "/dev/input/mice"
Option    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: : integer, : float, : "True"/"False",
        ### : "String", : " Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"           # []
        #Option     "HWcursor"           # []
        #Option     "NoAccel"             # []
        #Option     "ShadowFB"           # []
        #Option     "UseFBDev"           # []
        #Option     "Rotate"             # []
        #Option     "VideoKey"           #
        #Option     "FlatPanel"           # []
        #Option     "FPDither"           # []
        #Option     "CrtcNumber"         #
        #Option     "FPScale"             # []
        #Option     "FPTweak"             #
        #Option     "DualHead"           # []
Identifier  "Card0"
Driver      "vesa"
VendorName  "Unknown Vendor"
BoardName   "Unknown Board"
BusID       "PCI:3:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection
Xorg.conf nie wiem jaki (skąd się wziął?):

# File generated by xf86config.

#
# Copyright (c) 1999 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **********************************************************************

# NOTE:  This is a NEW IMPROVED version of XF86Config-fbdev that uses the vesa
# driver instead of the fbdev driver.  Thanks to Kenneth Fanyo who pointed
# this out to me. :)

# This XF86Config file is designed for use with the VESA framebuffer.
# This generic interface should work with nearly all video cards
# (although not every card will support every resolution).

# With the new driver, it should no longer be required to have frame buffer
# support in the kernel, or to run it on the console.
#
# Enjoy! :)
# -- volkerdi@slackware.com
#

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"   # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the font modules
    Load        "type1"
    Load        "freetype"
    #Load        "speedo"

# This loads the GLX module
    Load       "glx"

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath "/usr/share/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
#

    FontPath   "/usr/share/fonts/local/"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/OTF/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/CID/"
    FontPath   "/usr/share/fonts/Speedo/"
    FontPath   "/usr/share/fonts/75dpi/:unscaled"
    FontPath   "/usr/share/fonts/100dpi/:unscaled"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/cyrillic/"

# ModulePath can be used to set a search path for the X server modules.
# The default path is shown here.

#    ModulePath "/usr/lib/xorg/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#    Option     "NoTrapSignals"

# Uncomment this to disable the VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#    Option     "DontVTSwitch"

# Uncomment this to disable the server abort sequence
# This allows clients to receive this key event.

#    Option     "DontZap"

# Uncomment this to disable the / mode switching
# sequences.  This allows clients to receive these key events.

#    Option     "DontZoom"

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.

#    Option     "DisableVidModeExtension"

# Uncomment this to enable the use of a non-local xvidtune client.

#    Option     "AllowNonLocalXvidtune"

# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.

#    Option     "DisableModInDev"

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).

#    Option     "AllowNonLocalModInDev"

# Set the basic blanking screen saver timeout.

#    Option      "blank time"    "10"    # 10 minutes

# Set the DPMS timeouts.  These are set here because they are global
# rather than screen-specific.  These settings alone don't enable DPMS.
# It is enabled per-screen (or per-monitor), and even then only when
# the driver supports it.

#    Option      "standby time"  "20"
#    Option      "suspend time"  "30"
#    Option      "off time"      "60"

# On some platform the server needs to estimate the sizes of PCI
# memory and pio ranges. This is done by assuming that PCI ranges
# don't overlap. Some broken BIOSes tend to set ranges of inactive
# devices wrong. Here one can adjust how aggressive the assumptions
# should be. Default is 0.

# Option   "EstimateSizesAggresively" "0"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier "Keyboard1"
    Driver "kbd"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

#    Option     "Protocol"      "Xqueue"

# Set the keyboard auto repeat parameters.  Not all platforms implement
# this.

#    Option     "AutoRepeat"    "500 5"

# Specifiy which keyboard LEDs can be user-controlled (eg, with xset(1)).

#    Option     "Xleds" "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.

#    Option     "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a European
# keyboard, you will probably want to use one of:
#
#    Option     "XkbModel"      "pc102"
#    Option     "XkbModel"      "pc105"
#
# If you have a Microsoft Natural keyboard, you can use:
#
#    Option     "XkbModel"      "microsoft"
#
# If you have a US "windows" keyboard you will want:
#
#    Option     "XkbModel"      "pc104"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#
#    Option     "XkbLayout"     "de"
#
# or:
#
#    Option     "XkbLayout"     "de"
#    Option     "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#
#    Option     "XkbOptions"    "ctrl:swapcaps"


# These are the default XKB settings for X.Org
#
#    Option     "XkbRules"      "xorg"
#    Option     "XkbModel"      "pc105"
#    Option     "XkbLayout"     "us"
#    Option     "XkbVariant"    ""
#    Option     "XkbOptions"    ""

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier "Mouse1"
    Driver "mouse"

# On platforms where PnP mouse detection is supported the following
# protocol setting can be used when using a newer PnP mouse:

#    Option     "Protocol"      "Auto"

# The available mouse protocols types that you can set below are:
#    Auto BusMouse GlidePoint GlidePointPS/2 IntelliMouse IMPS/2
#    Logitech Microsoft MMHitTab MMSeries Mouseman MouseManPlusPS/2
#    MouseSystems NetMousePS/2 NetScrollPS/2 OSMouse PS/2 SysMouse
#    ThinkingMouse ThinkingMousePS/2 Xqueue
    Option "Protocol"    "PS/2"

# The mouse device.  The device is normally set to /dev/mouse,
# which is usually a symbolic link to the real device.

    Option "Device"      "/dev/mouse"
#   Option "Device"      "/dev/psaux"
#   Option "Device"      "/dev/ttyS0"
#   Option "Device"      "/dev/ttyS1"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Option "Protocol" "Xqueue"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

#    Option "BaudRate" "9600"
#    Option "SampleRate" "150"

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection

# Some examples of extended input devices

# Section "InputDevice"
#    Identifier "spaceball"
#    Driver     "magellan"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver     "spaceorb"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver     "microtouch"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "1412"
#    Option     "MaxX"          "15184"
#    Option     "MinY"          "15372"
#    Option     "MaxY"          "1230"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver     "elo2300"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "231"
#    Option     "MaxX"          "3868"
#    Option     "MinY"          "3858"
#    Option     "MaxY"          "272"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonThreshold"       "17"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "My Monitor"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    HorizSync   31.5 - 50.0

#    HorizSync 30-64         # multisync
#    HorizSync 31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync 15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    VertRefresh 40-90

EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

Section "Device"
    Identifier  "VESA Framebuffer"
    Driver      "vesa"
    #VideoRam    4096
    # Insert Clocks lines here if appropriate
EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen 1"
    Device      "VESA Framebuffer"
    Monitor     "My Monitor"

# If your card can handle it, a higher default color depth (like 24 or 32)
# is highly recommended.

#   DefaultDepth 8
#   DefaultDepth 16
   DefaultDepth 24
#   DefaultDepth 32

# "1024x768" is also a conservative usable default resolution.  If you
# have a better monitor, feel free to try resolutions such as
# "1152x864", "1280x1024", "1600x1200", and "1800x1400" (or whatever your
# card/monitor can produce)

    Subsection "Display"
        Depth       8
        Modes "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes "1024x768" "800x600" "640x480"
    EndSubsection

EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Simple Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.

    Screen "Screen 1"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection
Log

Cytuj
X.Org X Server 1.6.3
Release Date: 2009-7-31
X Protocol Version 11, Revision 0
Build Operating System: Slackware 13.0 Slackware Linux Project
Current Operating System: Linux (none) 2.6.29.6-smp #2 SMP Mon Aug 17 00:52:54 CDT 2009 i686
Build Date: 03 August 2009  06:51:50PM
 
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue May  4 10:46:21 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/local" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/CID" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/local" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/CID" does not exist.
   Entry deleted from font path.
(**) FontPath set to:
   /usr/share/fonts/TTF,
   /usr/share/fonts/OTF,
   /usr/share/fonts/Type1,
   /usr/share/fonts/misc,
   /usr/share/fonts/75dpi/:unscaled,
   /usr/share/fonts/100dpi/:unscaled,
   /usr/share/fonts/75dpi,
   /usr/share/fonts/100dpi,
   /usr/share/fonts/cyrillic,
   /usr/share/fonts/TTF,
   /usr/share/fonts/OTF,
   /usr/share/fonts/Type1,
   /usr/share/fonts/misc,
   /usr/share/fonts/75dpi/:unscaled,
   /usr/share/fonts/100dpi/:unscaled,
   /usr/share/fonts/75dpi,
   /usr/share/fonts/100dpi,
   /usr/share/fonts/cyrillic,
   built-ins
(**) ModulePath set to "/usr/lib/xorg/modules"
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
(II) Loader magic: 0x1de0
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.4
   X.Org Video Driver: 5.0
   X.Org XInput driver : 4.0
   X.Org Server Extension : 2.0
(II) Loader running on linux
(--) using VT number 7

(--) PCI:*(0:3:0:0) 10de:0873:1043:19b4 rev 177, Mem @ 0xfb000000/16777216, 0xe0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000dc00/128, BIOS @ 0x????????/131072
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) System resource ranges:
   
  • -1   0   0xffffffff - 0xffffffff (0x1) MX
  • [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX

   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX
   [4] -1   0   0x0000ffff - 0x0000ffff (0x1) IX
   [5] -1   0   0x00000000 - 0x00000000 (0x1) IX
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
   compiled for 1.6.3, module version = 1.0.0
   ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
   compiled for 1.6.3, module version = 1.0.0
   ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 1.6.3, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
   compiled for 1.6.3, module version = 1.1.0
   ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 1.6.3, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "vesa"
(II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
   compiled for 1.6.3, module version = 2.2.1
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 5.0
(II) VESA: driver for VESA chipsets: vesa
(II) Primary Device is: PCI 03@00:00:0
(II) resource ranges after probing:
   
  • -1   0   0xffffffff - 0xffffffff (0x1) MX
  • [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX

   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX
   [4] -1   0   0x0000ffff - 0x0000ffff (0x1) IX
   [5] -1   0   0x00000000 - 0x00000000 (0x1) IX
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
   compiled for 1.6.3, module version = 1.1.0
   ABI class: X.Org Video Driver, version 5.0
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
   compiled for 1.6.3, module version = 1.0.0
   ABI class: X.Org Video Driver, version 5.0
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 3.0
(II) VESA(0): VESA VBE Total Mem: 14336 kB
(II) VESA(0): VESA VBE OEM: NVIDIA
(II) VESA(0): VESA VBE OEM Software Rev: 98.121
(II) VESA(0): VESA VBE OEM Vendor: NVIDIA Corporation
(II) VESA(0): VESA VBE OEM Product: MCP79 Board - mcp75lo
(II) VESA(0): VESA VBE OEM Product Rev: Chip Rev  
(==) VESA(0): Depth 24, (--) framebuffer bpp 32
(==) VESA(0): RGB weight 888
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) VESA(0): VESA VBE DDC supported
(II) VESA(0): VESA VBE DDC Level none
(II) VESA(0): VESA VBE DDC transfer in appr. 0 sec.
(II) VESA(0): VESA VBE DDC read failed
(II) VESA(0): VESA VBE PanelID read failed
(II) VESA(0): Searching for matching VESA mode(s):
Mode: 100 (640x400)
   ModeAttributes: 0x3bf
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0009346
   BytesPerScanline: 640
   XResolution: 640
   YResolution: 400
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 8
   NumberOfBanks: 1
   MemoryModel: 4
   BankSize: 0
   NumberOfImages: 14
   RedMaskSize: 0
   RedFieldPosition: 0
   GreenMaskSize: 0
   GreenFieldPosition: 0
   BlueMaskSize: 0
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf9000000
   LinBytesPerScanLine: 640
   BnkNumberOfImagePages: 14
   LinNumberOfImagePages: 14
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 229500000
Mode: 101 (640x480)
   ModeAttributes: 0x3bf
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0009346
   BytesPerScanline: 640
   XResolution: 640
   YResolution: 480
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 8
   NumberOfBanks: 1
   MemoryModel: 4
   BankSize: 0
   NumberOfImages: 10
   RedMaskSize: 0
   RedFieldPosition: 0
   GreenMaskSize: 0
   GreenFieldPosition: 0
   BlueMaskSize: 0
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf9000000
   LinBytesPerScanLine: 640
   BnkNumberOfImagePages: 10
   LinNumberOfImagePages: 10
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 229500000
Mode: 102 (800x600)
   ModeAttributes: 0x33f
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0009346
   BytesPerScanline: 100
   XResolution: 800
   YResolution: 600
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 4
   BitsPerPixel: 4
   NumberOfBanks: 1
   MemoryModel: 3
   BankSize: 0
   NumberOfImages: 2
   RedMaskSize: 0
   RedFieldPosition: 0
   GreenMaskSize: 0
   GreenFieldPosition: 0
   BlueMaskSize: 0
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0x0
   LinBytesPerScanLine: 100
   BnkNumberOfImagePages: 2
   LinNumberOfImagePages: 2
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 108500000
Mode: 103 (800x600)
   ModeAttributes: 0x3bf
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0009346
   BytesPerScanline: 800
   XResolution: 800
   YResolution: 600
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 8
   NumberOfBanks: 1
   MemoryModel: 4
   BankSize: 0
   NumberOfImages: 6
   RedMaskSize: 0
   RedFieldPosition: 0
   GreenMaskSize: 0
   GreenFieldPosition: 0
   BlueMaskSize: 0
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf9000000
   LinBytesPerScanLine: 800
   BnkNumberOfImagePages: 6
   LinNumberOfImagePages: 6
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 229500000
Mode: 104 (1024x768)
   ModeAttributes: 0x33f
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0009346
   BytesPerScanline: 128
   XResolution: 1024
   YResolution: 768
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 4
   BitsPerPixel: 4
   NumberOfBanks: 1
   MemoryModel: 3
   BankSize: 0
   NumberOfImages: 1
   RedMaskSize: 0
   RedFieldPosition: 0
   GreenMaskSize: 0
   GreenFieldPosition: 0
   BlueMaskSize: 0
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0x0
   LinBytesPerScanLine: 128
   BnkNumberOfImagePages: 1
   LinNumberOfImagePages: 1
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 108500000
Mode: 105 (1024x768)
   ModeAttributes: 0x3bf
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0009346
   BytesPerScanline: 1024
   XResolution: 1024
   YResolution: 768
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 8
   NumberOfBanks: 1
   MemoryModel: 4
   BankSize: 0
   NumberOfImages: 3
   RedMaskSize: 0
   RedFieldPosition: 0
   GreenMaskSize: 0
   GreenFieldPosition: 0
   BlueMaskSize: 0
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf9000000
   LinBytesPerScanLine: 1024
   BnkNumberOfImagePages: 3
   LinNumberOfImagePages: 3
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 229500000
Mode: 10e (320x200)
   ModeAttributes: 0x3bf
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0009346
   BytesPerScanline: 640
   XResolution: 320
   YResolution: 200
   XCharSize: 8
   YCharSize: 8
   NumberOfPlanes: 1
   BitsPerPixel: 16
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 30
   RedMaskSize: 5
   RedFieldPosition: 11
   GreenMaskSize: 6
   GreenFieldPosition: 5
   BlueMaskSize: 5
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf9000000
   LinBytesPerScanLine: 640
   BnkNumberOfImagePages: 30
   LinNumberOfImagePages: 30
   LinRedMaskSize: 5
   LinRedFieldPosition: 11
   LinGreenMaskSize: 6
   LinGreenFieldPosition: 5
   LinBlueMaskSize: 5
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 229500000
*Mode: 10f (320x200)
   ModeAttributes: 0x3bf
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0009346
   BytesPerScanline: 1280
   XResolution: 320
   YResolution: 200
   XCharSize: 8
   YCharSize: 8
   NumberOfPlanes: 1
   BitsPerPixel: 32
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 14
   RedMaskSize: 8
   RedFieldPosition: 16
   GreenMaskSize: 8
   GreenFieldPosition: 8
   BlueMaskSize: 8
   BlueFieldPosition: 0
   RsvdMaskSize: 8
   RsvdFieldPosition: 24
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf9000000
   LinBytesPerScanLine: 1280
   BnkNumberOfImagePages: 14
   LinNumberOfImagePages: 14
   LinRedMaskSize: 8
   LinRedFieldPosition: 16
   LinGreenMaskSize: 8
   LinGreenFieldPosition: 8
   LinBlueMaskSize: 8
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 8
   LinRsvdFieldPosition: 24
   MaxPixelClock: 229500000
Mode: 111 (640x480)
   ModeAttributes: 0x3bf
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0009346
   BytesPerScanline: 1280
   XResolution: 640
   YResolution: 480
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 16
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 4
   RedMaskSize: 5
   RedFieldPosition: 11
   GreenMaskSize: 6
   GreenFieldPosition: 5
   BlueMaskSize: 5
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf9000000
   LinBytesPerScanLine: 1280
   BnkNumberOfImagePages: 4
   LinNumberOfImagePages: 4
   LinRedMaskSize: 5
   LinRedFieldPosition: 11
   LinGreenMaskSize: 6
   LinGreenFieldPosition: 5
   LinBlueMaskSize: 5
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 229500000
*Mode: 112 (640x480)
   ModeAttributes: 0x3bf
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0009346
   BytesPerScanline: 2560
   XResolution: 640
   YResolution: 480
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 32
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 1
   RedMaskSize: 8
   RedFieldPosition: 16
   GreenMaskSize: 8
   GreenFieldPosition: 8
   BlueMaskSize: 8
   BlueFieldPosition: 0
   RsvdMaskSize: 8
   RsvdFieldPosition: 24
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf9000000
   LinBytesPerScanLine: 2560
   BnkNumberOfImagePages: 1
   LinNumberOfImagePages: 1
   LinRedMaskSize: 8
   LinRedFieldPosition: 16
   LinGreenMaskSize: 8
   LinGreenFieldPosition: 8
   LinBlueMaskSize: 8
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 8
   LinRsvdFieldPosition: 24
   MaxPixelClock: 229500000
Mode: 114 (800x600)
   ModeAttributes: 0x3bf
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0009346
   BytesPerScanline: 1600
   XResolution: 800
   YResolution: 600
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 16
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 2
   RedMaskSize: 5
   RedFieldPosition: 11
   GreenMaskSize: 6
   GreenFieldPosition: 5
   BlueMaskSize: 5
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf9000000
   LinBytesPerScanLine: 1600
   BnkNumberOfImagePages: 2
   LinNumberOfImagePages: 2
   LinRedMaskSize: 5
   LinRedFieldPosition: 11
   LinGreenMaskSize: 6
   LinGreenFieldPosition: 5
   LinBlueMaskSize: 5
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 229500000
*Mode: 115 (800x600)
   ModeAttributes: 0x3bf
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0009346
   BytesPerScanline: 3200
   XResolution: 800
   YResolution: 600
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 32
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 1
   RedMaskSize: 8
   RedFieldPosition: 16
   GreenMaskSize: 8
   GreenFieldPosition: 8
   BlueMaskSize: 8
   BlueFieldPosition: 0
   RsvdMaskSize: 8
   RsvdFieldPosition: 24
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf9000000
   LinBytesPerScanLine: 3200
   BnkNumberOfImagePages: 1
   LinNumberOfImagePages: 1
   LinRedMaskSize: 8
   LinRedFieldPosition: 16
   LinGreenMaskSize: 8
   LinGreenFieldPosition: 8
   LinBlueMaskSize: 8
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 8
   LinRsvdFieldPosition: 24
   MaxPixelClock: 229500000
Mode: 117 (1024x768)
   ModeAttributes: 0x3bf
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0009346
   BytesPerScanline: 2048
   XResolution: 1024
   YResolution: 768
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 16
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 1
   RedMaskSize: 5
   RedFieldPosition: 11
   GreenMaskSize: 6
   GreenFieldPosition: 5
   BlueMaskSize: 5
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf9000000
   LinBytesPerScanLine: 2048
   BnkNumberOfImagePages: 1
   LinNumberOfImagePages: 1
   LinRedMaskSize: 5
   LinRedFieldPosition: 11
   LinGreenMaskSize: 6
   LinGreenFieldPosition: 5
   LinBlueMaskSize: 5
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 229500000
*Mode: 118 (1024x768)
   ModeAttributes: 0x3bf
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0009346
   BytesPerScanline: 4096
   XResolution: 1024
   YResolution: 768
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 32
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 1
   RedMaskSize: 8
   RedFieldPosition: 16
   GreenMaskSize: 8
   GreenFieldPosition: 8
   BlueMaskSize: 8
   BlueFieldPosition: 0
   RsvdMaskSize: 8
   RsvdFieldPosition: 24
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf9000000
   LinBytesPerScanLine: 4096
   BnkNumberOfImagePages: 1
   LinNumberOfImagePages: 1
   LinRedMaskSize: 8
   LinRedFieldPosition: 16
   LinGreenMaskSize: 8
   LinGreenFieldPosition: 8
   LinBlueMaskSize: 8
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 8
   LinRsvdFieldPosition: 24
   MaxPixelClock: 229500000
Mode: 130 (320x200)
   ModeAttributes: 0x3bf
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0009346
   BytesPerScanline: 320
   XResolution: 320
   YResolution: 200
   XCharSize: 8
   YCharSize: 8
   NumberOfPlanes: 1
   BitsPerPixel: 8
   NumberOfBanks: 1
   MemoryModel: 4
   BankSize: 0
   NumberOfImages: 62
   RedMaskSize: 0
   RedFieldPosition: 0
   GreenMaskSize: 0
   GreenFieldPosition: 0
   BlueMaskSize: 0
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf9000000
   LinBytesPerScanLine: 320
   BnkNumberOfImagePages: 62
   LinNumberOfImagePages: 62
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 229500000
Mode: 131 (320x400)
   ModeAttributes: 0x3bf
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0009346
   BytesPerScanline: 320
   XResolution: 320
   YResolution: 400
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 8
   NumberOfBanks: 1
   MemoryModel: 4
   BankSize: 0
   NumberOfImages: 30
   RedMaskSize: 0
   RedFieldPosition: 0
   GreenMaskSize: 0
   GreenFieldPosition: 0
   BlueMaskSize: 0
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf9000000
   LinBytesPerScanLine: 320
   BnkNumberOfImagePages: 30
   LinNumberOfImagePages: 30
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 229500000
Mode: 132 (320x400)
   ModeAttributes: 0x3bf
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0009346
   BytesPerScanline: 640
   XResolution: 320
   YResolution: 400
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 16
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 14
   RedMaskSize: 5
   RedFieldPosition: 11
   GreenMaskSize: 6
   GreenFieldPosition: 5
   BlueMaskSize: 5
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf9000000
   LinBytesPerScanLine: 640
   BnkNumberOfImagePages: 14
   LinNumberOfImagePages: 14
   LinRedMaskSize: 5
   LinRedFieldPosition: 11
   LinGreenMaskSize: 6
   LinGreenFieldPosition: 5
   LinBlueMaskSize: 5
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 229500000
*Mode: 133 (320x400)
   ModeAttributes: 0x3bf
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0009346
   BytesPerScanline: 1280
   XResolution: 320
   YResolution: 400
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 32
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 6
   RedMaskSize: 8
   RedFieldPosition: 16
   GreenMaskSize: 8
   GreenFieldPosition: 8
   BlueMaskSize: 8
   BlueFieldPosition: 0
   RsvdMaskSize: 8
   RsvdFieldPosition: 24
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf9000000
   LinBytesPerScanLine: 1280
   BnkNumberOfImagePages: 6
   LinNumberOfImagePages: 6
   LinRedMaskSize: 8
   LinRedFieldPosition: 16
   LinGreenMaskSize: 8
   LinGreenFieldPosition: 8
   LinBlueMaskSize: 8
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 8
   LinRsvdFieldPosition: 24
   MaxPixelClock: 229500000
Mode: 134 (320x240)
   ModeAttributes: 0x3bf
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0009346
   BytesPerScanline: 320
   XResolution: 320
   YResolution: 240
   XCharSize: 8
   YCharSize: 8
   NumberOfPlanes: 1
   BitsPerPixel: 8
   NumberOfBanks: 1
   MemoryModel: 4
   BankSize: 0
   NumberOfImages: 30
   RedMaskSize: 0
   RedFieldPosition: 0
   GreenMaskSize: 0
   GreenFieldPosition: 0
   BlueMaskSize: 0
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf9000000
   LinBytesPerScanLine: 320
   BnkNumberOfImagePages: 30
   LinNumberOfImagePages: 30
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 229500000
Mode: 135 (320x240)
   ModeAttributes: 0x3bf
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0009346
   BytesPerScanline: 640
   XResolution: 320
   YResolution: 240
   XCharSize: 8
   YCharSize: 8
   NumberOfPlanes: 1
   BitsPerPixel: 16
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 19
   RedMaskSize: 5
   RedFieldPosition: 11
   GreenMaskSize: 6
   GreenFieldPosition: 5
   BlueMaskSize: 5
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf9000000
   LinBytesPerScanLine: 640
   BnkNumberOfImagePages: 19
   LinNumberOfImagePages: 19
   LinRedMaskSize: 5
   LinRedFieldPosition: 11
   LinGreenMaskSize: 6
   LinGreenFieldPosition: 5
   LinBlueMaskSize: 5
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 229500000
*Mode: 136 (320x240)
   ModeAttributes: 0x3bf
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0009346
   BytesPerScanline: 1280
   XResolution: 320
   YResolution: 240
   XCharSize: 8
   YCharSize: 8
   NumberOfPlanes: 1
   BitsPerPixel: 32
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 10
   RedMaskSize: 8
   RedFieldPosition: 16
   GreenMaskSize: 8
   GreenFieldPosition: 8
   BlueMaskSize: 8
   BlueFieldPosition: 0
   RsvdMaskSize: 8
   RsvdFieldPosition: 24
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf9000000
   LinBytesPerScanLine: 1280
   BnkNumberOfImagePages: 10
   LinNumberOfImagePages: 10
   LinRedMaskSize: 8
   LinRedFieldPosition: 16
   LinGreenMaskSize: 8
   LinGreenFieldPosition: 8
   LinBlueMaskSize: 8
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 8
   LinRsvdFieldPosition: 24
   MaxPixelClock: 229500000
Mode: 13d (640x400)
   ModeAttributes: 0x3bf
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0009346
   BytesPerScanline: 1280
   XResolution: 640
   YResolution: 400
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 16
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 6
   RedMaskSize: 5
   RedFieldPosition: 11
   GreenMaskSize: 6
   GreenFieldPosition: 5
   BlueMaskSize: 5
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf9000000
   LinBytesPerScanLine: 1280
   BnkNumberOfImagePages: 6
   LinNumberOfImagePages: 6
   LinRedMaskSize: 5
   LinRedFieldPosition: 11
   LinGreenMaskSize: 6
   LinGreenFieldPosition: 5
   LinBlueMaskSize: 5
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 229500000
*Mode: 13e (640x400)
   ModeAttributes: 0x3bf
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0009346
   BytesPerScanline: 2560
   XResolution: 640
   YResolution: 400
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 32
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 2
   RedMaskSize: 8
   RedFieldPosition: 16
   GreenMaskSize: 8
   GreenFieldPosition: 8
   BlueMaskSize: 8
   BlueFieldPosition: 0
   RsvdMaskSize: 8
   RsvdFieldPosition: 24
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf9000000
   LinBytesPerScanLine: 2560
   BnkNumberOfImagePages: 2
   LinNumberOfImagePages: 2
   LinRedMaskSize: 8
   LinRedFieldPosition: 16
   LinGreenMaskSize: 8
   LinGreenFieldPosition: 8
   LinBlueMaskSize: 8
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 8
   LinRsvdFieldPosition: 24
   MaxPixelClock: 229500000
Mode: 162 (768x480)
   ModeAttributes: 0x3bf
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0009346
   BytesPerScanline: 768
   XResolution: 768
   YResolution: 480
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 8
   NumberOfBanks: 1
   MemoryModel: 4
   BankSize: 0
   NumberOfImages: 8
   RedMaskSize: 0
   RedFieldPosition: 0
   GreenMaskSize: 0
   GreenFieldPosition: 0
   BlueMaskSize: 0
   BlueFieldPosition: 0
   RsvdMaskSize: 0
   RsvdFieldPosition: 0
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf9000000
   LinBytesPerScanLine: 768
   BnkNumberOfImagePages: 8
   LinNumberOfImagePages: 8
   LinRedMaskSize: 0
   LinRedFieldPosition: 0
   LinGreenMaskSize: 0
   LinGreenFieldPosition: 0
   LinBlueMaskSize: 0
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 0
   LinRsvdFieldPosition: 0
   MaxPixelClock: 229500000
*Mode: 17b (1280x720)
   ModeAttributes: 0x3bf
   WinAAttributes: 0x7
   WinBAttributes: 0x0
   WinGranularity: 64
   WinSize: 64
   WinASegment: 0xa000
   WinBSegment: 0x0
   WinFuncPtr: 0xc0009346
   BytesPerScanline: 5120
   XResolution: 1280
   YResolution: 720
   XCharSize: 8
   YCharSize: 16
   NumberOfPlanes: 1
   BitsPerPixel: 32
   NumberOfBanks: 1
   MemoryModel: 6
   BankSize: 0
   NumberOfImages: 1
   RedMaskSize: 8
   RedFieldPosition: 16
   GreenMaskSize: 8
   GreenFieldPosition: 8
   BlueMaskSize: 8
   BlueFieldPosition: 0
   RsvdMaskSize: 8
   RsvdFieldPosition: 24
   DirectColorModeInfo: 0
   PhysBasePtr: 0xf9000000
   LinBytesPerScanLine: 5120
   BnkNumberOfImagePages: 1
   LinNumberOfImagePages: 1
   LinRedMaskSize: 8
   LinRedFieldPosition: 16
   LinGreenMaskSize: 8
   LinGreenFieldPosition: 8
   LinBlueMaskSize: 8
   LinBlueFieldPosition: 0
   LinRsvdMaskSize: 8
   LinRsvdFieldPosition: 24
   MaxPixelClock: 229500000

(II) VESA(0): Total Memory: 224 64KB banks (14336kB)
(II) VESA(0): Monitor0: Using default hsync range of 31.50-37.90 kHz
(II) VESA(0): Monitor0: Using default vrefresh range of 50.00-70.00 Hz
(WW) VESA(0): Unable to estimate virtual size
(II) VESA(0): Not using built-in mode "1280x720" (no mode of this name)
(II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
(II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
(II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
(II) VESA(0): Not using built-in mode "640x400" (no mode of this name)
(II) VESA(0): Not using built-in mode "320x400" (no mode of this name)
(II) VESA(0): Not using built-in mode "320x240" (no mode of this name)
(II) VESA(0): Not using built-in mode "320x200" (no mode of this name)
(WW) VESA(0): No valid modes left. Trying less strict filter...
(II) VESA(0): Monitor0: Using hsync range of 31.50-37.90 kHz
(II) VESA(0): Monitor0: Using vrefresh range of 50.00-70.00 Hz
(WW) VESA(0): Unable to estimate virtual size
(II) VESA(0): Not using built-in mode "1024x768" (hsync out of range)
(II) VESA(0): Not using built-in mode "640x400" (hsync out of range)
(II) VESA(0): Not using built-in mode "320x400" (hsync out of range)
(II) VESA(0): Not using built-in mode "320x240" (illegal horizontal timings)
(II) VESA(0): Not using built-in mode "320x200" (illegal horizontal timings)
(--) VESA(0): Virtual size is 1280x720 (pitch 1280)
(**) VESA(0): *Built-in mode "1280x720"
(**) VESA(0): *Built-in mode "800x600"
(**) VESA(0): *Built-in mode "640x480"
(==) VESA(0): DPI set to (96, 96)
(II) VESA(0): Attempting to use 60Hz refresh for mode "800x600" (115)
(II) VESA(0): Attempting to use 60Hz refresh for mode "640x480" (112)
(**) VESA(0): Using "Shadow Framebuffer"
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/xorg/modules//libshadow.so
(II) Module shadow: vendor="X.Org Foundation"
   compiled for 1.6.3, module version = 1.1.0
   ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
   compiled for 1.6.3, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.4
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   
  • -1   0   0xffffffff - 0xffffffff (0x1) MX
  • [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX

   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX
   [4] -1   0   0x0000ffff - 0x0000ffff (0x1) IX
   [5] -1   0   0x00000000 - 0x00000000 (0x1) IX
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules//libint10.so
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 3.0
(II) VESA(0): VESA VBE Total Mem: 14336 kB
(II) VESA(0): VESA VBE OEM: NVIDIA
(II) VESA(0): VESA VBE OEM Software Rev: 98.121
(II) VESA(0): VESA VBE OEM Vendor: NVIDIA Corporation
(II) VESA(0): VESA VBE OEM Product: MCP79 Board - mcp75lo
(II) VESA(0): VESA VBE OEM Product Rev: Chip Rev  
(II) VESA(0): virtual address = 0xb6a3e000,
   physical address = 0xf9000000, size = 14680064
(II) VESA(0): Setting up VESA Mode 0x17B (1280x720)
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Backing store disabled
(II) VESA(0): DPMS enabled
(==) RandR enabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) AIGLX: Screen 0 is not DRI2 capable
(II) AIGLX: Screen 0 is not DRI capable
(II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
Przyczyna zapewne jest w tym :

Cytuj
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
(II) Loader magic: 0x1de0
Tylko jak wyłączyć AllowEmptyInput? i jak to naprawić?

  • Gość
Xorg - zablokowana mysz i klawiatura
« Odpowiedź #1 dnia: 2010-05-04, 16:58:28 »
Ok poczytałem trochę man i dodałem do sekcji layout :

Option "AllowEmptyInput" "false"
I myszkę wbudowaną widzi.

Jednak jest problem z modułem kbd (klawiaturą), spróbuję połączyć się w konsoli i ściągnąć moduł ;-)

  • Gość
Xorg - zablokowana mysz i klawiatura
« Odpowiedź #2 dnia: 2010-05-04, 17:23:39 »
Ok działa zainstalowałem xserver-xorg-input-kbd i prawie wszystko gra

Offline roobal

  • Users
  • Guru
  • *****
  • Wiadomości: 2056
    • Zobacz profil
Xorg - zablokowana mysz i klawiatura
« Odpowiedź #3 dnia: 2010-05-04, 20:55:59 »
Korzystasz z HALa do obsługi klawiatury i myszki czy całość nosi na swoich plecach Xserver?

Pozdrawiam!

  • Gość
Xorg - zablokowana mysz i klawiatura
« Odpowiedź #4 dnia: 2010-05-04, 21:42:29 »
A jak to sprawdzić, że się tak zapytam ;-)?

Jak sprawdzić, jakie urządzenie

Offline roobal

  • Users
  • Guru
  • *****
  • Wiadomości: 2056
    • Zobacz profil
Xorg - zablokowana mysz i klawiatura
« Odpowiedź #5 dnia: 2010-05-04, 23:03:06 »
Chociażby sprawdzając czy masz zainstalowany HAL. Albo czy działa daemon hald.

Pozdarwiam!

brass

  • Gość
Xorg - zablokowana mysz i klawiatura
« Odpowiedź #6 dnia: 2010-05-07, 16:21:54 »
Jak sprawic aby X nie używały HAL'a do myszy i klawiatury. Problem polega na tym ze nie moge wystartowac demona hala przez co xinit jest ślepe na wejscie ze swiata.

Offline roobal

  • Users
  • Guru
  • *****
  • Wiadomości: 2056
    • Zobacz profil
Xorg - zablokowana mysz i klawiatura
« Odpowiedź #7 dnia: 2010-05-07, 18:14:39 »
Powinno działać również pod Linuksem http://www.bsdguru.org/dyskusja/viewtopic.php?f=38&t=19150

Pozdrawiam!

brass

  • Gość
Xorg - zablokowana mysz i klawiatura
« Odpowiedź #8 dnia: 2010-05-09, 20:26:47 »
Dzięki, sam tez to znalazłem. Problem rozwiazany