PDA

View Full Version : [kubuntu] nvidia geforce 5200 tvout fails



mikeydeeeee
November 28th, 2010, 01:25 AM
My current system (Dell Optiplex 260, 2.8 GHz CPU, 1.5 Gig RAM, Nvidia Geforce 5200 AGP, HannsG HX190 through DFP) was running Kubuntu 9 perfectly, but was lost due to a disk crash and a flawed backup. Rather than trying to fix a badly damaged system, I decided to go straight to 10. Installation went smoothly until I tried to activate tvout, which again worked perfectly under K9. Now, xserver goes into a start crash/loop and the system must be shut down using the power switch. While looping, the TV does seem to briefly go into graphics mode, but the monitor stays dark. The only way to get the system running again is to comment out the 'Screen 1' clause of the 'Section Serverlayout' in the xorg.conf. I even tried restoring the xorg.conf that ran fine under K9, same problem.

Here's the xorg.conf that the Nvidia Server Setting app generates:

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "1"
EndSection

Section "Files"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "HSD Hanns.G HX191"
# HorizSync 24.0 - 80.0
# VertRefresh 56.0 - 75.0
# Option "DPMS"
EndSection

Section "Monitor"
# HorizSync source: builtin, VertRefresh source: builtin
Identifier "Monitor1"
VendorName "Unknown"
ModelName "TV-0"
# HorizSync 28.0 - 33.0
# VertRefresh 43.0 - 72.0
# Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce FX 5200"
# BusID "?@?:?"
Screen 0
EndSection

Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce FX 5200"
# BusID "?@?:?"
Screen 1
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "DFP: 1024x768 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "TV: 800x600 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

Not sure where the smileys are coming from, can't get rid of them. In the actual file, the line reads: "? @ ? : ? : ?" but without the spaces.

Here's the one that used to work under K9:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder75) Sun Nov 8 21:50:38 PST 2009

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@palmer) Fri Apr 9 10:35:18 UTC 2010

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "1"
EndSection

Section "Files"
EndSection

Section "InputDevice"

# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"

# HorizSync 24.0 - 80.0
# VertRefresh 56.0 - 75.0
# Option "DPMS"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "HSD Hanns.G HX191"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "TV-0"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce FX 5200"
BusID "PCI:1:0:0"
Screen 0
EndSection

Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce FX 5200"
BusID "PCI:1:0:0"
Screen 1
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "UseDisplayDevice" "DFP"
Option "metamodes" "DFP: 1024x768 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "TV: 800x600 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

And here's the xorg log:

[ 415.423]
X.Org X Server 1.9.0
Release Date: 2010-08-20
[ 415.423] X Protocol Version 11, Revision 0
[ 415.423] Build Operating System: Linux 2.6.24-27-server i686 Ubuntu
[ 415.423] Current Operating System: Linux stimpy 2.6.35-22-generic #35-Ubuntu SMP Sat Oct 16 20:36:48 UTC 2010 i686
[ 415.423] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic root=UUID=6337cd38-6d68-48df-9454-6c04d4b9c6ae ro quiet splash
[ 415.423] Build Date: 16 September 2010 05:39:22PM
[ 415.423] xorg-server 2:1.9.0-0ubuntu7 (For technical support please see http://www.ubuntu.com/support)
[ 415.423] Current version of pixman: 0.18.4
[ 415.423] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 415.423] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 415.423] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Nov 27 17:38:52 2010
[ 415.424] (==) Using config file: "/etc/X11/xorg.conf"
[ 415.424] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 415.424] (==) ServerLayout "Layout0"
[ 415.424] (**) |-->Screen "Screen0" (0)
[ 415.424] (**) | |-->Monitor "Monitor0"
[ 415.425] (**) | |-->Device "Device0"
[ 415.425] (**) |-->Screen "Screen1" (1)
[ 415.425] (**) | |-->Monitor "Monitor1"
[ 415.425] (**) | |-->Device "Device1"
[ 415.425] (**) |-->Input Device "Keyboard0"
[ 415.425] (**) |-->Input Device "Mouse0"
[ 415.425] (**) Option "Xinerama" "1"
[ 415.425] (==) Automatically adding devices
[ 415.425] (==) Automatically enabling devices
[ 415.425] (**) Xinerama: enabled
[ 415.425] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 415.425] Entry deleted from font path.
[ 415.425] (==) 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
[ 415.425] (==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[ 415.425] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 415.425] (WW) Disabling Keyboard0
[ 415.425] (WW) Disabling Mouse0
[ 415.425] (II) Loader magic: 0x81f8e00
[ 415.425] (II) Module ABI versions:
[ 415.425] X.Org ANSI C Emulation: 0.4
[ 415.425] X.Org Video Driver: 8.0
[ 415.425] X.Org XInput driver : 11.0
[ 415.426] X.Org Server Extension : 4.0
[ 415.426] (--) PCI:*(0:1:0:0) 10de:0322:0000:0000 rev 161, Mem @ 0xfc000000/16777216, 0xe0000000/268435456, BIOS @ 0x????????/131072
[ 415.427] (II) Open ACPI successful (/var/run/acpid.socket)
[ 415.427] (II) LoadModule: "extmod"
[ 415.428] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 415.428] (II) Module extmod: vendor="X.Org Foundation"
[ 415.428] compiled for 1.9.0, module version = 1.0.0
[ 415.428] Module class: X.Org Server Extension
[ 415.428] ABI class: X.Org Server Extension, version 4.0
[ 415.428] (II) Loading extension MIT-SCREEN-SAVER
[ 415.428] (II) Loading extension XFree86-VidModeExtension
[ 415.428] (II) Loading extension XFree86-DGA
[ 415.428] (II) Loading extension DPMS
[ 415.428] (II) Loading extension XVideo
[ 415.428] (II) Loading extension XVideo-MotionCompensation
[ 415.428] (II) Loading extension X-Resource
[ 415.428] (II) LoadModule: "dbe"
[ 415.429] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 415.429] (II) Module dbe: vendor="X.Org Foundation"
[ 415.429] compiled for 1.9.0, module version = 1.0.0
[ 415.429] Module class: X.Org Server Extension
[ 415.429] ABI class: X.Org Server Extension, version 4.0
[ 415.429] (II) Loading extension DOUBLE-BUFFER
[ 415.429] (II) LoadModule: "glx"
[ 415.429] (II) Loading /usr/lib/xorg/extra-modules/libglx.so
[ 415.472] (II) Module glx: vendor="NVIDIA Corporation"
[ 415.473] compiled for 4.0.2, module version = 1.0.0
[ 415.473] Module class: X.Org Server Extension
[ 415.473] (II) NVIDIA GLX Module 173.14.28 Wed Sep 29 10:17:05 PDT 2010
[ 415.473] (II) Loading extension GLX
[ 415.473] (II) LoadModule: "record"
[ 415.473] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 415.473] (II) Module record: vendor="X.Org Foundation"
[ 415.473] compiled for 1.9.0, module version = 1.13.0
[ 415.473] Module class: X.Org Server Extension
[ 415.473] ABI class: X.Org Server Extension, version 4.0
[ 415.473] (II) Loading extension RECORD
[ 415.473] (II) LoadModule: "dri"
[ 415.474] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 415.474] (II) Module dri: vendor="X.Org Foundation"
[ 415.474] compiled for 1.9.0, module version = 1.0.0
[ 415.474] ABI class: X.Org Server Extension, version 4.0
[ 415.474] (II) Loading extension XFree86-DRI
[ 415.474] (II) LoadModule: "dri2"
[ 415.475] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 415.475] (II) Module dri2: vendor="X.Org Foundation"
[ 415.475] compiled for 1.9.0, module version = 1.2.0
[ 415.475] ABI class: X.Org Server Extension, version 4.0
[ 415.475] (II) Loading extension DRI2
[ 415.475] (II) LoadModule: "nvidia"
[ 415.475] (II) Loading /usr/lib/xorg/extra-modules/nvidia_drv.so
[ 415.476] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 415.476] compiled for 4.0.2, module version = 1.0.0
[ 415.476] Module class: X.Org Video Driver
[ 415.476] (II) NVIDIA dlloader X Driver 173.14.28 Wed Sep 29 09:55:18 PDT 2010
[ 415.476] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 415.476] (++) using VT number 7

[ 415.477] (II) Loading sub module "fb"
[ 415.478] (II) LoadModule: "fb"
[ 415.478] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 415.478] (II) Module fb: vendor="X.Org Foundation"
[ 415.478] compiled for 1.9.0, module version = 1.0.0
[ 415.478] ABI class: X.Org ANSI C Emulation, version 0.4
[ 415.478] (II) Loading sub module "wfb"
[ 415.478] (II) LoadModule: "wfb"
[ 415.479] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 415.479] (II) Module wfb: vendor="X.Org Foundation"
[ 415.479] compiled for 1.9.0, module version = 1.0.0
[ 415.479] ABI class: X.Org ANSI C Emulation, version 0.4
[ 415.479] (II) Loading sub module "ramdac"
[ 415.479] (II) LoadModule: "ramdac"
[ 415.479] (II) Module "ramdac" already built-in
[ 415.479] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 415.479] (==) NVIDIA(0): RGB weight 888
[ 415.479] (==) NVIDIA(0): Default visual is TrueColor
[ 415.479] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 415.480] (**) NVIDIA(0): Option "TwinView" "0"
[ 415.480] (**) NVIDIA(0): Option "MetaModes" "DFP: 1024x768 +0+0"
[ 415.480] (**) NVIDIA(0): Option "UseDisplayDevice" "DFP"
[ 415.480] (**) NVIDIA(0): Enabling RENDER acceleration
[ 415.480] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
[ 415.480] (II) NVIDIA(0): enabled.
[ 416.018] (II) NVIDIA(0): NVIDIA GPU GeForce FX 5200 (NV34) at PCI:1:0:0 (GPU-0)
[ 416.018] (--) NVIDIA(0): Memory: 262144 kBytes
[ 416.018] (--) NVIDIA(0): VideoBIOS: 04.34.20.56.00
[ 416.018] (II) NVIDIA(0): Detected AGP rate: 4X
[ 416.018] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[ 416.018] (--) NVIDIA(0): Connected display device(s) on GeForce FX 5200 at PCI:1:0:0:
[ 416.018] (--) NVIDIA(0): NVIDIA TV Encoder (TV-0)
[ 416.018] (--) NVIDIA(0): HSD Hanns.G HX191 (DFP-0)
[ 416.018] (--) NVIDIA(0): NVIDIA TV Encoder (TV-0): 350.0 MHz maximum pixel clock
[ 416.018] (--) NVIDIA(0): TV encoder: NVIDIA
[ 416.018] (II) NVIDIA(0): Option "UseDisplayDevice" "DFP" converted to "DFP-0".
[ 416.019] (II) NVIDIA(0): Assigned Display Device: DFP-0
[ 416.019] (II) NVIDIA(0): Validated modes:
[ 416.019] (II) NVIDIA(0): "DFP:1024x768+0+0"
[ 416.019] (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
[ 416.019] (--) NVIDIA(0): DPI set to (68, 65); computed from "UseEdidDpi" X config
[ 416.019] (--) NVIDIA(0): option
[ 416.019] (WW) NVIDIA(0): 32-bit ARGB GLX visuals are not currently supported with the
[ 416.019] (WW) NVIDIA(0): Xinerama extension.
[ 416.019] (WW) NVIDIA(0): Disabling 32-bit ARGB GLX visuals.
[ 416.020] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
[ 416.020] (==) NVIDIA(1): RGB weight 888
[ 416.020] (==) NVIDIA(1): Default visual is TrueColor
[ 416.020] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
[ 416.020] (**) NVIDIA(1): Option "TwinView" "0"
[ 416.020] (**) NVIDIA(1): Option "MetaModes" "TV: 800x600 +0+0"
[ 416.020] (**) NVIDIA(1): Enabling RENDER acceleration
[ 416.020] (II) NVIDIA(1): NVIDIA GPU GeForce FX 5200 (NV34) at PCI:1:0:0 (GPU-0)
[ 416.020] (--) NVIDIA(1): Memory: 262144 kBytes
[ 416.020] (--) NVIDIA(1): VideoBIOS: 04.34.20.56.00
[ 416.020] (II) NVIDIA(1): Detected AGP rate: 4X
[ 416.020] (--) NVIDIA(1): Interlaced video modes are supported on this GPU
[ 416.020] (--) NVIDIA(1): Connected display device(s) on GeForce FX 5200 at PCI:1:0:0:
[ 416.020] (--) NVIDIA(1): NVIDIA TV Encoder (TV-0)
[ 416.020] (--) NVIDIA(1): HSD Hanns.G HX191 (DFP-0)
[ 416.020] (--) NVIDIA(1): NVIDIA TV Encoder (TV-0): 350.0 MHz maximum pixel clock
[ 416.020] (--) NVIDIA(1): TV encoder: NVIDIA
[ 416.020] (II) NVIDIA(1): Display Device found referenced in MetaMode: TV-0
[ 416.021] (II) NVIDIA(1): Assigned Display Device: TV-0
[ 416.021] (II) NVIDIA(1): Validated modes:
[ 416.021] (II) NVIDIA(1): "TV:800x600+0+0"
[ 416.021] (II) NVIDIA(1): Virtual screen size determined to be 800 x 600
[ 416.021] (==) NVIDIA(1): DPI set to (75, 75); computed from built-in default
[ 416.021] (WW) NVIDIA(1): 32-bit ARGB GLX visuals are not currently supported with the
[ 416.021] (WW) NVIDIA(1): Xinerama extension.
[ 416.021] (WW) NVIDIA(1): Disabling 32-bit ARGB GLX visuals.
[ 416.021] (--) Depth 24 pixmap format is 32 bpp
[ 416.023] (II) NVIDIA(0): Initialized AGP GART.
[ 416.026] (II) NVIDIA(0): Setting mode "DFP:1024x768+0+0"
[ 416.307] (II) Loading extension NV-GLX
[ 416.447] (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
[ 416.457] (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
[ 416.457] (==) NVIDIA(0): Backing store disabled
[ 416.457] (==) NVIDIA(0): Silken mouse enabled
[ 416.457] (**) NVIDIA(0): DPMS enabled
[ 416.458] (II) Loading extension NV-CONTROL
[ 416.458] (==) RandR enabled
[ 416.469] (II) NVIDIA(1): Initialized AGP GART.
[ 416.484] (II) NVIDIA(1): Setting mode "TV:800x600+0+0"
[ 416.721] (II) NVIDIA(1): NVIDIA 3D Acceleration Architecture Initialized
[ 416.722] (II) NVIDIA(1): Using the NVIDIA 2D acceleration architecture
[ 416.722] (==) NVIDIA(1): Backing store disabled
[ 416.722] (==) NVIDIA(1): Silken mouse enabled
[ 416.722] (==) NVIDIA(1): DPMS enabled
[ 416.723] (==) RandR enabled
[ 416.723] (II) Initializing built-in extension Generic Event Extension
[ 416.723] (II) Initializing built-in extension SHAPE
[ 416.723] (II) Initializing built-in extension MIT-SHM
[ 416.723] (II) Initializing built-in extension XInputExtension
[ 416.723] (II) Initializing built-in extension XTEST
[ 416.723] (II) Initializing built-in extension BIG-REQUESTS
[ 416.723] (II) Initializing built-in extension SYNC
[ 416.723] (II) Initializing built-in extension XKEYBOARD
[ 416.723] (II) Initializing built-in extension XC-MISC
[ 416.723] (II) Initializing built-in extension SECURITY
[ 416.723] (II) Initializing built-in extension XINERAMA
[ 416.723] (II) Initializing built-in extension XFIXES
[ 416.723] (II) Initializing built-in extension RENDER
[ 416.723] (II) Initializing built-in extension RANDR
[ 416.723] (II) Initializing built-in extension COMPOSITE
[ 416.723] (II) Initializing built-in extension DAMAGE
[ 416.723] (II) Initializing built-in extension GESTURE
[ 416.727] (II) Initializing extension GLX
[ 417.121] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[ 417.132] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 417.132] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 417.132] (II) LoadModule: "evdev"
[ 417.133] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 417.133] (II) Module evdev: vendor="X.Org Foundation"
[ 417.133] compiled for 1.9.0, module version = 2.3.2
[ 417.133] Module class: X.Org XInput Driver
[ 417.133] ABI class: X.Org XInput driver, version 11.0
[ 417.133] (**) Power Button: always reports core events
[ 417.133] (**) Power Button: Device: "/dev/input/event1"
[ 417.133] (II) Power Button: Found keys
[ 417.133] (II) Power Button: Configuring as keyboard
[ 417.133] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 417.133] (**) Option "xkb_rules" "evdev"
[ 417.133] (**) Option "xkb_model" "pc105"
[ 417.133] (**) Option "xkb_layout" "us"
[ 417.135] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 417.135] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 417.135] (**) Power Button: always reports core events
[ 417.135] (**) Power Button: Device: "/dev/input/event0"
[ 417.135] (II) Power Button: Found keys
[ 417.135] (II) Power Button: Configuring as keyboard
[ 417.135] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 417.135] (**) Option "xkb_rules" "evdev"
[ 417.135] (**) Option "xkb_model" "pc105"
[ 417.135] (**) Option "xkb_layout" "us"
[ 417.136] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event3)
[ 417.136] (**) USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 417.136] (**) USB Optical Mouse: always reports core events
[ 417.136] (**) USB Optical Mouse: Device: "/dev/input/event3"
[ 417.137] (II) USB Optical Mouse: Found 3 mouse buttons
[ 417.137] (II) USB Optical Mouse: Found scroll wheel(s)
[ 417.137] (II) USB Optical Mouse: Found relative axes
[ 417.137] (II) USB Optical Mouse: Found x and y relative axes
[ 417.137] (II) USB Optical Mouse: Configuring as mouse
[ 417.137] (**) USB Optical Mouse: YAxisMapping: buttons 4 and 5
[ 417.137] (**) USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 417.137] (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE)
[ 417.137] (II) USB Optical Mouse: initialized for relative axes.
[ 417.137] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse0)
[ 417.137] (II) No input driver/identifier specified (ignoring)
[ 417.139] (II) config/udev: Adding input device HID 062a:0000 (/dev/input/event4)
[ 417.139] (**) HID 062a:0000: Applying InputClass "evdev pointer catchall"
[ 417.139] (**) HID 062a:0000: always reports core events
[ 417.139] (**) HID 062a:0000: Device: "/dev/input/event4"
[ 417.139] (II) HID 062a:0000: Found 3 mouse buttons
[ 417.139] (II) HID 062a:0000: Found scroll wheel(s)
[ 417.139] (II) HID 062a:0000: Found relative axes
[ 417.139] (II) HID 062a:0000: Found x and y relative axes
[ 417.139] (II) HID 062a:0000: Configuring as mouse
[ 417.139] (**) HID 062a:0000: YAxisMapping: buttons 4 and 5
[ 417.139] (**) HID 062a:0000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 417.139] (II) XINPUT: Adding extended input device "HID 062a:0000" (type: MOUSE)
[ 417.139] (II) HID 062a:0000: initialized for relative axes.
[ 417.140] (II) config/udev: Adding input device HID 062a:0000 (/dev/input/mouse1)
[ 417.140] (II) No input driver/identifier specified (ignoring)
[ 417.145] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[ 417.145] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 417.145] (**) AT Translated Set 2 keyboard: always reports core events
[ 417.145] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event2"
[ 417.145] (II) AT Translated Set 2 keyboard: Found keys
[ 417.145] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 417.145] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 417.145] (**) Option "xkb_rules" "evdev"
[ 417.145] (**) Option "xkb_model" "pc105"
[ 417.145] (**) Option "xkb_layout" "us"
[ 417.160] (II) Power Button: Close
[ 417.160] (II) UnloadModule: "evdev"
[ 417.160] (II) Power Button: Close
[ 417.160] (II) UnloadModule: "evdev"
[ 417.161] (II) USB Optical Mouse: Close
[ 417.162] (II) UnloadModule: "evdev"
[ 417.162] (II) HID 062a:0000: Close
[ 417.162] (II) UnloadModule: "evdev"
[ 417.162] (II) AT Translated Set 2 keyboard: Close
[ 417.162] (II) UnloadModule: "evdev"
[ 417.402] ddxSigGiveUp: Closing log

I was hoping that the first big software update might cure the problem, but no help. I've tried evey trick I know, but nothing seems to work. I'm really sick of running windows on this box. Any ideas?

mikeydeeeee
November 29th, 2010, 07:34 PM
Nobody? Nothing? Really?

mikeydeeeee
February 5th, 2011, 05:52 PM
On the off chance that anybody cares, the last software update I did (on 3/3/11, I think) seems to have fixed the problem. Go figure!