[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#567700: xserver-xorg: System freezes after X starts



Package: xserver-xorg
Version: 1:7.5+2
Severity: normal

Soon after doing: 'startx -- :0 -layout X1 -dpi 110 -isolateDevice PCI:1:0:0' on one VT as user and
'startx -- :1 -layout X0 -dpi 110 -isolateDevice PCI:0:8:0 -sharevts' on another VT as another user
the system freezes solid and I have to hit reset to reboot the system.

The same thing happens when I use gdm.

I have been running this setup for years on previous versions of xserver-xorg without a problem.

Hugo Vanwoerkom


-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2010-01-26 05:12 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1710344 2010-01-20 17:01 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
00:08.0 VGA compatible controller: nVidia Corporation NV44A [GeForce 6200] (rev a1)
01:00.0 VGA compatible controller: nVidia Corporation NV44A [GeForce 6200] (rev a1)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 8054 2010-01-30 11:22 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
#    01/06/08    - Works with 96.43.01 but had to switch [101]
#            - Cleanup of stuff that causes errors
#            - Only these warnings now:
#            (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
#                goes away when you install xfonts-cyrillic
#            (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
#                goes away when you install x-ttcidfont-conf and then run
#                mkfontdir /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
#            (WW) NVIDIA: No matching Device section for instance (BusID PCI:0:10:0) found
#            |_. Device   |_. Me                     |_. Her                    |
#            | *Card*     | GeForce 6200 AGP         | GeForce 6200 PCI         |
#            | *Monitor*  | mon1                     | mon0                     |
#            | *Server*   | X1                       | X0                       |
#            | *Driver*   | nvidia0                  | nvidia1                  |
#            | *Mouse*    | mouse1 event6 2ndmouse   | mouse0 event5 1stmouse   |
#            | *Keyboard* | keyboard1 event0 1st kbd | keyboard0 event1 2nd kbd |
#
#       04/20/09        Beginning with xserver-xorg (1:7.4+1) add these to avoid Hal:

Section     "ServerFlags"
    Option         "AutoAddDevices"     "false"
    Option         "AllowEmptyInput"     "false"
EndSection

Section "ServerLayout"
    Identifier         "X0"                #her
    Screen      0      "Screen X0" 0 0
    InputDevice        "Mouse0" "CorePointer"
    InputDevice        "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerLayout"
    Identifier         "X1"                #me
    Screen      0      "Screen X1" 0 0
    InputDevice        "Mouse1" "CorePointer"
    InputDevice        "Keyboard1" "CoreKeyboard"
#    Option         "BlankTime"  "3600"
EndSection

Section "Extensions"
    Option         "Composite"     "Enable"
EndSection

Section "ServerLayout"                                                      
    Identifier      "Xinerama"                                                  
    Screen         "Screen x0"                                                       
    Screen         "Screen x1" Rightof "Screen x0"            
    InputDevice        "Mouse0" "CorePointer"
    InputDevice        "Keyboard0" "CoreKeyboard"
EndSection                                                                  

Section "Files"
    ModulePath      "/usr/X11R6/lib/modules/"
    ModulePath    "/usr/lib/xorg/modules/"
EndSection

Section "Module"
    Load          "dbe"
#    turned on 11/15/06!
    Load          "dri"
    Load          "extmod"
    Load          "glx"
    Load          "record"
#    eliminated: does not exist 08/10/09
#    Load          "freetype"
EndSection

Section "InputDevice"
        Identifier       "Keyboard0"
        Driver           "evdev"
#       Driver           "kbd"
        Option           "Device"         "/dev/input/event1"            #[101]
#        Option           "Phys"           "isa0060/serio1/input0"        #[101]
        Option           "XkbLayout"      "us_intl"
        Option       "Xleds"      "2 3"
EndSection

Section "InputDevice"
        Identifier       "Keyboard1"
        Driver           "evdev"
       Option           "Device"         "/dev/input/event0"            #[101]
#        Option           "Phys"           "isa0060/serio0/input0"        #[101]
        Option           "XkbLayout"      "us_intl"
        Option       "Xleds"      "2 3"
EndSection

#http://www.linux-gamers.net/modules/wiwimod/index.php?page=HOWTO+Mouse+Buttons
Section "InputDevice"
        Identifier      "Mouse0"
        Driver          "evdev"
        Option          "Device" "/dev/input/event5" # (cat /proc/bus/input/devices)
#       Option          "Device" "/dev/input/event3" # (cat /proc/bus/input/devices)
#       Option          "Device" "/dev/input/event4" # for vin's system             
        Option          "Name" "A4Tech USB Optical Mouse"
    Option          "ZAxisMapping"      "6 7 4 5"
#       Option          "Emulate3Buttons"       "true"
     Option          "Buttons"           "12"
EndSection

Section "InputDevice"
        Identifier      "Mouse1"        #me
        Driver          "evdev"
#       Driver          "mouse"
#       Option          "Device" "/dev/psaux"
        Option          "Device" "/dev/input/event6" # (cat /proc/bus/input/devices)
#       Option          "Device" "/dev/input/event4" # (cat /proc/bus/input/devices)
#       Option          "Device" "/dev/input/event5" # for vin's system             
        Option          "Name" "A4Tech USB Optical Mouse"
    Option         "product" "0x0006"
    Option         "vendor" "0x09da"
    Option          "ZAxisMapping"      "6 7 4 5"
     Option          "Buttons"           "12"
EndSection


Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "SAM"
    ModelName    "1057"
    Option          "DPMS"
    HorizSync    30.0 - 70.0
    VertRefresh  50.0 - 160.0
EndSection

Section "Monitor"
    Identifier   "Monitor1"
    VendorName   "SAM"
    ModelName    "1057"
    Option          "DPMS"
    HorizSync    30.0 - 70.0
    VertRefresh  50.0 - 160.0
EndSection

Section "Device"
    ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"               # [<bool>]
        #Option     "HWcursor"               # [<bool>]
        #Option     "NoAccel"                # [<bool>]
        #Option     "ShowCache"              # [<bool>]
        #Option     "ShadowFB"               # [<bool>] HVW
        #Option     "UseFBDev"               # [<bool>]
        #Option     "Rotate" "CW"                 # [<str>] HVW
        #Option     "VideoKey"               # <i>
        #Option     "FlatPanel"              # [<bool>]

    Option         "AllowGLXWithComposite"     "On"
    Option         "RenderAccel"         "True"
    Option      "RandRRotation"             "1"
    Option        "NvAGP"            "0"
    Identifier  "nvidia0"
    Driver      "nvidia"
#    Driver      "nv"
    VendorName  "NVidia"
#    BoardName   "RIVA TNT2 Model 64/Model 64 Pro"
    BoardName   "GeForce 6200 AGP"
    BusID       "PCI:1:0:0"
EndSection

Section "Device"
    ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"               # [<bool>]
        #Option     "HWcursor"               # [<bool>]
        #Option     "NoAccel"                # [<bool>]
        #Option     "ShowCache"              # [<bool>]
        #Option     "ShadowFB"               # [<bool>] HVW
        #Option     "UseFBDev"               # [<bool>]
        #Option     "Rotate" "CW"                 # [<str>] HVW
        #Option     "VideoKey"               # <i>
        #Option     "FlatPanel"              # [<bool>]

    Option      "AllowGLXWithComposite"     "On"
    Option      "RenderAccel"               "True"
    Option      "RandRRotation"             "1"
    Option        "NvAGP"            "0"

    Identifier  "nvidia1"
    Driver      "nvidia"
#    Driver      "nv"
    VendorName  "NVidia"
    BoardName   "GeForce 6200 PCI"
    BusID       "PCI:0:8:0"
EndSection

Section "Screen"
    Identifier "Screen X0"
    Device     "nvidia1"
    Monitor    "Monitor0"
#    DefaultColorDepth 16            #Added... Colors looked off...
    DefaultColorDepth 24           
    SubSection "Display"
        Depth     1
        Modes        "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     4
        Modes        "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     8
        Modes        "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     15
        Modes        "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     16
        Modes        "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes        "1280x1024"
    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen X1"
    Device     "nvidia0"
    Monitor    "Monitor1"
#    DefaultColorDepth 16            #Added... Colors looked off...
    DefaultColorDepth 24
    SubSection "Display"
        Depth     1
        Modes        "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     4
        Modes        "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     8
        Modes        "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     15
        Modes        "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     16
        Modes        "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes        "1280x1024"
#        Modes        "1680x1050"
    EndSubSection
EndSection



Xorg X server log files on system:
-rw-r--r-- 1 root root 10582 2010-01-30 12:44 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 10621 2010-01-30 12:45 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.7.4
Release Date: 2010-01-08
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-trunk-686 i686 Debian
Current Operating System: Linux debian 2.6.32-trunk-686 #1 SMP Sun Jan 10 06:32:16 UTC 2010 i686
Kernel command line: root=LABEL=ST380211.05 noapic apm=on vga=791 edd=off ddcon=1 network acpi_enforce_resources=lax network quiet
Build Date: 20 January 2010  10:52:55PM
xorg-server 2:1.7.4-2 (bgoglin@debian.org)
Current version of pixman: 0.16.2
    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: Sat Jan 30 12:45:48 2010
(==) Using config file: "/etc/X11/xorg.conf"
(++) ServerLayout "X1"
(**) |-->Screen "Screen X1" (0)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "nvidia0"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AllowEmptyInput" "false"
(**) Option "AutoAddDevices" "false"
(**) Not automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    Entry deleted from font path.
(==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/75dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi,
    /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
    built-ins
(**) ModulePath set to "/usr/X11R6/lib/modules/,/usr/lib/xorg/modules/"
(**) Extension "Composite" is enabled
(II) Loader magic: 0x81e7680
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
(--) using VT number 7

(--) PCI:*(0:1:0:0) 10de:0221:196e:02f1 nVidia Corporation NV44A [GeForce 6200] rev 161, Mem @ 0xe9000000/16777216, 0xc0000000/268435456, 0xea000000/16777216, BIOS @ 0x????????/131072
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(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) "record" 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 by default.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.4, 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: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.4, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.4, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(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: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
(II) NVIDIA GLX Module  96.43.14  Sun Nov  8 18:24:17 PST 2009
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 1.7.4, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.4, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 2.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
(II) NVIDIA dlloader X Driver  96.43.14  Sun Nov  8 18:12:51 PST 2009
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01@00:00:0
(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.7.4, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NvAGP" "0"
(**) NVIDIA(0): Option "RenderAccel" "True"
(**) NVIDIA(0): Option "AllowGLXWithComposite" "On"
(**) NVIDIA(0): Option "RandRRotation" "1"
(**) NVIDIA(0): Enabling RENDER acceleration
(**) NVIDIA(0): Use of AGP disabled per request
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(II) NVIDIA(0): NVIDIA GPU GeForce 6200 at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 05.44.a2.10.51
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 6200 at PCI:1:0:0:
(--) NVIDIA(0):     Samsung SyncMaster (CRT-0)
(--) NVIDIA(0): Samsung SyncMaster (CRT-0): 400.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1280x1024"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(++) NVIDIA(0): DPI set to (110, 110); computed from -dpi X commandline option
(--) Depth 24 pixmap format is 32 bpp
(II) NVIDIA(GPU-1): NVIDIA GPU GeForce 6200 at PCI:0:8:0 (GPU-1)
(--) NVIDIA(GPU-1): Memory: 262144 kBytes
(--) NVIDIA(GPU-1): VideoBIOS: 05.44.a2.10.49
(--) NVIDIA(GPU-1): Interlaced video modes are supported on this GPU
(--) NVIDIA(GPU-1): Connected display device(s) on GeForce 6200 at PCI:0:8:0:
(--) NVIDIA(GPU-1):     Samsung (CRT-1)
(--) NVIDIA(GPU-1): Samsung (CRT-1): 400.0 MHz maximum pixel clock
(II) NVIDIA(0): Initialized GART.
(II) NVIDIA(0): Setting mode "1280x1024"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Found 2 VGA devices: arbiter wrapping 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
SELinux: Disabled on system, not enabling in X server
(II) Initializing extension GLX
record: RECORD extension enabled at configure time.
record: This extension is known to be broken, disabling extension now..
record: http://bugs.freedesktop.org/show_bug.cgi?id=20500
(**) Option "CorePointer"
(**) Mouse1: always reports core events
(**) Mouse1: Device: "/dev/input/event6"
(II) Mouse1: Found 10 mouse buttons
(II) Mouse1: Found scroll wheel(s)
(II) Mouse1: Found relative axes
(II) Mouse1: Found x and y relative axes
(II) Mouse1: Configuring as mouse
(**) Mouse1: YAxisMapping: buttons 4 and 5
(**) Mouse1: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(**) Mouse1: (accel) keeping acceleration scheme 1
(**) Mouse1: (accel) acceleration profile 0
(II) Mouse1: initialized for relative axes.
(**) Option "CoreKeyboard"
(**) Keyboard1: always reports core events
(**) Keyboard1: Device: "/dev/input/event0"
(II) Keyboard1: Found keys
(II) Keyboard1: Configuring as keyboard
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us_intl"
(II) config/udev: Adding input device "Power Button" (/dev/input/event3)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device "Power Button" (/dev/input/event2)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device "A4Tech USB Optical Mouse" (/dev/input/event5)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device "A4Tech USB Optical Mouse" (/dev/input/mouse0)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device "A4Tech USB Optical Mouse" (/dev/input/event6)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device "A4Tech USB Optical Mouse" (/dev/input/mouse1)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device "AT Translated Set 2 keyboard" (/dev/input/event0)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device "AT Raw Set 2 keyboard" (/dev/input/event1)
(II) AutoAddDevices is off - not adding device.

Contents of most recent Xorg X server log file
/var/log/Xorg.1.log:

X.Org X Server 1.7.4
Release Date: 2010-01-08
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-trunk-686 i686 Debian
Current Operating System: Linux debian 2.6.32-trunk-686 #1 SMP Sun Jan 10 06:32:16 UTC 2010 i686
Kernel command line: root=LABEL=ST380211.05 noapic apm=on vga=791 edd=off ddcon=1 network acpi_enforce_resources=lax network quiet
Build Date: 20 January 2010  10:52:55PM
xorg-server 2:1.7.4-2 (bgoglin@debian.org)
Current version of pixman: 0.16.2
    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.1.log", Time: Sat Jan 30 12:44:31 2010
(==) Using config file: "/etc/X11/xorg.conf"
(++) ServerLayout "X0"
(**) |-->Screen "Screen X0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "nvidia1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "AllowEmptyInput" "false"
(**) Option "AutoAddDevices" "false"
(**) Not automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    Entry deleted from font path.
(==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/75dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi,
    /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
    built-ins
(**) ModulePath set to "/usr/X11R6/lib/modules/,/usr/lib/xorg/modules/"
(**) Extension "Composite" is enabled
(II) Loader magic: 0x81e7680
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
(--) using VT number 1

(--) PCI: (0:0:8:0) 10de:0221:3842:b399 nVidia Corporation NV44A [GeForce 6200] rev 161, Mem @ 0xe8000000/16777216, 0xd0000000/268435456, 0xec000000/16777216, BIOS @ 0x????????/131072
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(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) "record" 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 by default.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.4, 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: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.4, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.4, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(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: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
(II) NVIDIA GLX Module  96.43.14  Sun Nov  8 18:24:17 PST 2009
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 1.7.4, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.4, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 2.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
(II) NVIDIA dlloader X Driver  96.43.14  Sun Nov  8 18:12:51 PST 2009
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(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.7.4, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NvAGP" "0"
(**) NVIDIA(0): Option "RenderAccel" "True"
(**) NVIDIA(0): Option "AllowGLXWithComposite" "On"
(**) NVIDIA(0): Option "RandRRotation" "1"
(**) NVIDIA(0): Enabling RENDER acceleration
(**) NVIDIA(0): Use of AGP disabled per request
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(II) NVIDIA(0): NVIDIA GPU GeForce 6200 at PCI:0:8:0 (GPU-0)
(--) NVIDIA(0): Memory: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 05.44.a2.10.49
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 6200 at PCI:0:8:0:
(--) NVIDIA(0):     Samsung (CRT-1)
(--) NVIDIA(0): Samsung (CRT-1): 400.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-1
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1280x1024"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(++) NVIDIA(0): DPI set to (110, 110); computed from -dpi X commandline option
(--) Depth 24 pixmap format is 32 bpp
(II) NVIDIA(GPU-1): NVIDIA GPU GeForce 6200 at PCI:1:0:0 (GPU-1)
(--) NVIDIA(GPU-1): Memory: 262144 kBytes
(--) NVIDIA(GPU-1): VideoBIOS: 05.44.a2.10.51
(--) NVIDIA(GPU-1): Interlaced video modes are supported on this GPU
(--) NVIDIA(GPU-1): Connected display device(s) on GeForce 6200 at PCI:1:0:0:
(--) NVIDIA(GPU-1):     Samsung SyncMaster (CRT-0)
(--) NVIDIA(GPU-1): Samsung SyncMaster (CRT-0): 400.0 MHz maximum pixel clock
(II) NVIDIA(0): Initialized GART.
(II) NVIDIA(0): Setting mode "1280x1024"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Found 2 VGA devices: arbiter wrapping 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
SELinux: Disabled on system, not enabling in X server
(II) Initializing extension GLX
record: RECORD extension enabled at configure time.
record: This extension is known to be broken, disabling extension now..
record: http://bugs.freedesktop.org/show_bug.cgi?id=20500
(**) Option "CorePointer"
(**) Mouse0: always reports core events
(**) Mouse0: Device: "/dev/input/event5"
(II) Mouse0: Found 10 mouse buttons
(II) Mouse0: Found scroll wheel(s)
(II) Mouse0: Found relative axes
(II) Mouse0: Found x and y relative axes
(II) Mouse0: Configuring as mouse
(**) Mouse0: YAxisMapping: buttons 4 and 5
(**) Mouse0: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(**) Mouse0: (accel) keeping acceleration scheme 1
(**) Mouse0: (accel) acceleration profile 0
(II) Mouse0: initialized for relative axes.
(**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) Keyboard0: Device: "/dev/input/event1"
(II) Keyboard0: Found keys
(II) Keyboard0: Configuring as keyboard
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us_intl"
(II) config/udev: Adding input device "Power Button" (/dev/input/event3)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device "Power Button" (/dev/input/event2)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device "A4Tech USB Optical Mouse" (/dev/input/event5)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device "A4Tech USB Optical Mouse" (/dev/input/mouse0)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device "A4Tech USB Optical Mouse" (/dev/input/event6)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device "A4Tech USB Optical Mouse" (/dev/input/mouse1)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device "AT Translated Set 2 keyboard" (/dev/input/event0)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device "AT Raw Set 2 keyboard" (/dev/input/event1)
(II) AutoAddDevices is off - not adding device.


udev information:
P: /devices/platform/i8042/serio0/input/input0/event0
N: input/event0
S: char/13:64
S: input/by-path/platform-i8042-serio-0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0
E: MAJOR=13
E: MINOR=64
E: DEVNAME=/dev/input/event0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-0
E: XKBMODEL=pc104
E: XKBLAYOUT=us_intl
E: DEVLINKS=/dev/char/13:64 /dev/input/by-path/platform-i8042-serio-0-event-kbd
E: x11_driver=evdev
E: DMI_VENDOR=VIA Technologies, Inc.

P: /devices/platform/i8042/serio1/input/input1/event1
N: input/event1
S: char/13:65
S: input/by-path/platform-i8042-serio-1-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input1/event1
E: MAJOR=13
E: MINOR=65
E: DEVNAME=/dev/input/event1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: XKBMODEL=pc104
E: XKBLAYOUT=us_intl
E: DEVLINKS=/dev/char/13:65 /dev/input/by-path/platform-i8042-serio-1-event-kbd
E: x11_driver=evdev
E: DMI_VENDOR=VIA Technologies, Inc.

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2
N: input/event2
S: char/13:66
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2
E: MAJOR=13
E: MINOR=66
E: DEVNAME=/dev/input/event2
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc104
E: XKBLAYOUT=us_intl
E: DEVLINKS=/dev/char/13:66
E: x11_driver=evdev
E: DMI_VENDOR=VIA Technologies, Inc.

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3
N: input/event3
S: char/13:67
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3
E: MAJOR=13
E: MINOR=67
E: DEVNAME=/dev/input/event3
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc104
E: XKBLAYOUT=us_intl
E: DEVLINKS=/dev/char/13:67
E: x11_driver=evdev
E: DMI_VENDOR=VIA Technologies, Inc.

P: /devices/platform/pcspkr/input/input6/event4
N: input/event4
S: char/13:68
S: input/by-path/platform-pcspkr-event-spkr
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/pcspkr/input/input6/event4
E: MAJOR=13
E: MINOR=68
E: DEVNAME=/dev/input/event4
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: DMI_VENDOR=VIA Technologies, Inc.
E: DEVLINKS=/dev/char/13:68 /dev/input/by-path/platform-pcspkr-event-spkr

P: /devices/pci0000:00/0000:00:10.1/usb3/3-1/3-1:1.0/input/input7/event5
N: input/event5
S: char/13:69
S: input/by-id/usb-A4Tech_USB_Optical_Mouse-event-mouse
S: input/by-path/pci-0000:00:10.1-usb-0:1:1.0-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:10.1/usb3/3-1/3-1:1.0/input/input7/event5
E: MAJOR=13
E: MINOR=69
E: DEVNAME=/dev/input/event5
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=A4Tech
E: ID_VENDOR_ENC=A4Tech
E: ID_VENDOR_ID=09da
E: ID_MODEL=USB_Optical_Mouse
E: ID_MODEL_ENC=USB\x20Optical\x20Mouse
E: ID_MODEL_ID=0006
E: ID_REVISION=0001
E: ID_SERIAL=A4Tech_USB_Optical_Mouse
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:10.1-usb-0:1:1.0
E: x11_driver=evdev
E: DEVLINKS=/dev/char/13:69 /dev/input/by-id/usb-A4Tech_USB_Optical_Mouse-event-mouse /dev/input/by-path/pci-0000:00:10.1-usb-0:1:1.0-event-mouse

P: /devices/pci0000:00/0000:00:10.1/usb3/3-2/3-2:1.0/input/input8/event6
N: input/event6
S: char/13:70
S: input/by-id/usb-A4Tech_USB_Optical_Mouse-event-mouse
S: input/by-path/pci-0000:00:10.1-usb-0:2:1.0-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:10.1/usb3/3-2/3-2:1.0/input/input8/event6
E: MAJOR=13
E: MINOR=70
E: DEVNAME=/dev/input/event6
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=A4Tech
E: ID_VENDOR_ENC=A4Tech
E: ID_VENDOR_ID=09da
E: ID_MODEL=USB_Optical_Mouse
E: ID_MODEL_ENC=USB\x20Optical\x20Mouse
E: ID_MODEL_ID=0006
E: ID_REVISION=0001
E: ID_SERIAL=A4Tech_USB_Optical_Mouse
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:10.1-usb-0:2:1.0
E: x11_driver=evdev
E: DEVLINKS=/dev/char/13:70 /dev/input/by-id/usb-A4Tech_USB_Optical_Mouse-event-mouse /dev/input/by-path/pci-0000:00:10.1-usb-0:2:1.0-event-mouse

DRM Information from dmesg:
[    1.896017] Linux agpgart interface v0.103
[    4.265641] agpgart: Detected VIA KT880 chipset
[    4.278406] agpgart-via 0000:00:00.0: AGP aperture is 128M @ 0xe0000000


-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core)
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg depends on:
ii  libc6                 2.10.2-2           GNU C Library: Shared libraries
ii  x11-xkb-utils         7.4+1              X11 XKB utilities
ii  xkb-data              1.5-2              X Keyboard Extension (XKB) configu
ii  xserver-xorg-core     2:1.7.4-2          Xorg X server - core server
ii  xserver-xorg-input-al 1:7.5+2            the X.Org X server -- input driver
ii  xserver-xorg-input-ev 1:2.3.2-3          X.Org X server -- evdev input driv
ii  xserver-xorg-input-kb 1:1.4.0-1          X.Org X server -- keyboard input d
ii  xserver-xorg-input-sy 1.2.1-1            Synaptics TouchPad driver for X.Or
ii  xserver-xorg-input-wa 0.10.3+20100109-1  X.Org X server -- Wacom input driv
ii  xserver-xorg-video-al 1:7.5+2            the X.Org X server -- output drive
ii  xserver-xorg-video-ap 1:1.2.2-1          X.Org X server -- APM display driv
ii  xserver-xorg-video-ar 1:0.7.2-1          X.Org X server -- ark display driv
ii  xserver-xorg-video-at 1:6.12.4-2         X.Org X server -- ATI display driv
ii  xserver-xorg-video-ch 1:1.2.2-1          X.Org X server -- Chips display dr
ii  xserver-xorg-video-ci 1:1.3.2-1          X.Org X server -- Cirrus display d
ii  xserver-xorg-video-fb 1:0.4.1-1          X.Org X server -- fbdev display dr
ii  xserver-xorg-video-i1 1:1.3.3-1          X.Org X server -- i128 display dri
ii  xserver-xorg-video-i7 1:1.3.2-1          X.Org X server -- i740 display dri
ii  xserver-xorg-video-in 2:2.9.1-2          X.Org X server -- Intel i8xx, i9xx
ii  xserver-xorg-video-ma 6.8.2-2            X.Org X server -- ATI Mach64 displ
ii  xserver-xorg-video-mg 1:1.4.11.dfsg-2    X.Org X server -- MGA display driv
ii  xserver-xorg-video-ne 1:1.2.4-1          X.Org X server -- Neomagic display
ii  xserver-xorg-video-nv 1:2.1.15-1         X.Org X server -- NV display drive
ii  xserver-xorg-video-op 1:0.2.904+svn827-1 X.Org X server -- VIA display driv
ii  xserver-xorg-video-r1 6.8.1-2            X.Org X server -- ATI r128 display
ii  xserver-xorg-video-ra 1:6.12.4-2         X.Org X server -- ATI Radeon displ
ii  xserver-xorg-video-ra 1.3.0-2            X.Org X server -- AMD/ATI r5xx, r6
ii  xserver-xorg-video-re 1:4.2.3-1          X.Org X server -- Rendition displa
ii  xserver-xorg-video-s3 1:0.6.3-1          X.Org X server -- legacy S3 displa
ii  xserver-xorg-video-s3 1:1.10.4-1         X.Org X server -- S3 ViRGE display
ii  xserver-xorg-video-sa 1:2.3.1-1          X.Org X server -- Savage display d
ii  xserver-xorg-video-si 1:1.7.3-1          X.Org X server -- SiliconMotion di
ii  xserver-xorg-video-si 1:0.10.2-1         X.Org X server -- SiS display driv
ii  xserver-xorg-video-si 1:0.9.3-1          X.Org X server -- SiS USB display
ii  xserver-xorg-video-td 1:1.4.3-1          X.Org X server -- tdfx display dri
ii  xserver-xorg-video-tr 1:1.3.3-1          X.Org X server -- Trident display
ii  xserver-xorg-video-ts 1:1.2.3-1          X.Org X server -- Tseng display dr
ii  xserver-xorg-video-v4 1:0.2.0-4          X.Org X server -- Video 4 Linux di
ii  xserver-xorg-video-ve 1:2.3.0-1          X.Org X server -- VESA display dri
ii  xserver-xorg-video-vm 1:10.16.9-1        X.Org X server -- VMware display d
ii  xserver-xorg-video-vo 1:1.2.3-1          X.Org X server -- Voodoo display d

Versions of packages xserver-xorg recommends:
ii  libgl1-mesa-dri              7.6.1~rc2-1 A free implementation of the OpenG

xserver-xorg suggests no packages.

-- no debconf information


Reply to: