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

Xlib: extension "NV-GLX" missing on display ":1.0".



Hi,

My 3D acceleration is out. It worked greatly until yesterday.

inael@inael:~$ glxinfo | grep rendering
Xlib:  extension "NV-GLX" missing on display ":1.0".
direct rendering: No (If you want to find out why, try setting
LIBGL_DEBUG=verbose)
inael@inael:~$

inael@inael:~$ grep -B2 'Module class: X.Org Video Driver' /var/log/Xorg.0.log
(II) Module nvidia: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.0
	Module class: X.Org Video Driver
inael@inael:~$  uname -r
2.6.32-5-686-bigmem

inael:/home/inael# dpkg -l '*nvidia*' | awk '{print $2  $3}'

Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
Err?=(none)/Reinst-required(Status,Err:
NomeVersão

libgl1-nvidia-alternatives 260.19.44-1
libgl1-nvidia-glx 260.19.44-1
libglx-nvidia-alternatives 260.19.44-1
nvidia-common 20110213+1
nvidia-glx 260.19.44-1
nvidia-kernel-2.6.32-5-686-bigmem 195.36.31+2+4+2.6.32-24
nvidia-kernel-common 20110213+1
nvidia-kernel-dkms 260.19.44-1
nvidia-settings 195.36.24-1
nvidia-vdpau-driver 260.19.44-1
nvidia-xconfig 195.36.31-1
inael:/home/inael#

/etc/X11/xorg.conf

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildd@biber)  Tue May 18 10:36:08 UTC 2010

Section "Module"
	Load "glx"
	Load "i2c"
	Load "bitmap"
	Load "ddc"
	Load "dri"
	Load "extmod"
	Load "freetype"
	Load "int10"
	Load "type1"
	Load "vbe"
	Load "evdev"
EndSection

Section "ServerFlags"
	Option "AllowEmptyInput" "off"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen	0	"Screen0" 0 0
	Screen	1	"Screen1" 0 0
	#InputDevice	"Keyboard0" 	"CoreKeyboard"
	#InputDevice	"Keyboard1"	"CoreKeyboard"
	InputDevice	"Keyboard0"
	InputDevice	"Keyboard1"
	InputDevice	"Mouse0"	"CorePointer"
	Option		"Xinerama" "0"
	Option		 "BlankTime" "0"
	Option		 "StandbyTime" "0"
	Option		 "SuspendTime" "0"
	Option		 "OffTime" "0"
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"
	#Driver		"evdev"
	Option		"CoreKeyboard"
	#Option		"Protocol"      "evdev"
	Option		"XkbRules"	"evdev"
	#Option		"XkbRules"	"xorg"
	Option		"XkbLayout"	"br-abnt2"
	Option		"XkbModel"	"abnt2"
	Option		"XkbVariant"	"deadkeys"
EndSection

Section "Monitor"
	Identifier	"Monitor0"
	VendorName	"AOC"
	ModelName	"AOC 511Vw"
#	UseModes	"16:10"
	HorizSync	30.0 - 63.0
	VertRefresh	50.0 - 60.0
	# 1280x800 @ 60.00 Hz (GTF) hsync: 49.68 kHz; pclk: 83.46 MHz
	Modeline "1280x800_60.00"  83.46  1280 1344 1480 1680  800 801 804
828  -HSync +Vsync
	Option		"DPMS"
EndSection

Section "Device"
	Identifier	"Device0"
	Driver		"nvidia"
	VendorName	"NVIDIA Corporation"
	BoardName	"GeForce 8500 GT"
	Screen		0
EndSection

Section "Screen"
	Identifier	 "Screen0"
	Device		 "Device0"
	Monitor		"Monitor0"
	DefaultDepth	24
	SubSection	 "Display"
		Depth		24
		Modes		"1280x800"
	EndSubSection
EndSection

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

Section "InputDevice"
	# generated from default
	Identifier	"Keyboard1"
	Driver		"kbd"
	#Driver		"evdev"
	Option		"CoreKeyboard"
	#Option		"Protocol"      "evdev"
	#Option          "Dev Phys"      "isa0060/serio0/input0"
	Option		"XkbRules"	"evdev"
	#Option		"XkbRules"	"xorg"
	Option		"XkbLayout"	"br-abnt2"
	Option		"XkbModel"	"abnt2"
	Option		"XkbVariant"	"deadkeys"
EndSection

Section "Monitor"
	Identifier	"Monitor1"
	VendorName	"AOC"
	ModelName	"AOC 511Vw"
	Option		"UseEDIDFreqs"		"FALSE"
	Option		"UseEDIDDpi"		"FALSE"
	Option		"ModeValidation"	"NoEdidModes"
	HorizSync	30.0 - 63.0
	VertRefresh	50.0 - 60.0
	# 1280x800 @ 60.00 Hz (GTF) hsync: 49.68 kHz; pclk: 83.46 MHz
	Modeline "1280x800_60.00"  83.46  1280 1344 1480 1680  800 801 804
828  -HSync +Vsync
	Option		"DPMS"
EndSection

Section "Device"
	Identifier	"Device1"
	Driver		"nvidia"
	VendorName	"NVIDIA Corporation"
	BoardName	"GeForce 8500 GT"
	Option		"UseEDID"	"FALSE"
	Screen		1
EndSection

Section "Screen"
	Identifier	 "Screen1"
	Device		 "Device1"
	Monitor		"Monitor1"
	DefaultDepth	24
	SubSection	 "Display"
		Depth		24
		Modes		"1280x800"
	EndSubSection
EndSection


#Section "Modes"
#	Identifier		 "16:10"
#	ModeLine	 "1280x800_60.00" 83.46 1280 1344 1480 1680 800 801 804 828
-hsync +vsync
#EndSection

Xorg.0.log

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32.29-dsa-ia32 i686 Debian
Current Operating System: Linux inael 2.6.32-5-686-bigmem #1 SMP Tue
Mar 8 22:14:55 UTC 2011 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686-bigmem
root=UUID=c0183d2f-d659-44cf-a313-615848ec00e2 ro quiet
Build Date: 19 February 2011  02:37:36PM
xorg-server 2:1.7.7-13 (Cyril Brulebois <kibi@debian.org>)
Current version of pixman: 0.21.4
	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: Fri Apr  8 17:05:50 2011
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Device0"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "Device1"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Keyboard1"
(**) |-->Input Device "Mouse0"
(**) Option "BlankTime" "0"
(**) Option "StandbyTime" "0"
(**) Option "SuspendTime" "0"
(**) Option "OffTime" "0"
(**) Option "Xinerama" "0"
(**) Option "AllowEmptyInput" "off"
(==) 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/lib/xorg/modules"
(WW) Duplicate core keyboard devices.  Removing core keyboard
attribute from "Keyboard1"
(II) Loader magic: 0x81ecca0
(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:0421:0000:0000 nVidia Corporation G86
[GeForce 8500 GT] rev 161, Mem @ 0xfa000000/16777216,
0xc0000000/536870912, 0xf8000000/33554432, I/O @ 0x0000bf00/128, BIOS
@ 0x????????/131072
(II) Open ACPI successful (/var/run/acpid.socket)
(II) "extmod" will be loaded. This was enabled by default and also
specified in the config file.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded. This was enabled by default and also
specified in the config file.
(II) "record" will be loaded by default.
(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: "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  260.19.44  Sun Feb 27 21:47:21 PST 2011
(II) Loading extension GLX
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.7.7, 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.7, 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: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.0.0
	ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.1.0
	ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.7.6.901, module version = 2.3.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 7.0
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.7.7, 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: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.7.7, 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.7, 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: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.4.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 7.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.5.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 7.0
(II) NVIDIA dlloader X Driver  260.19.44  Sun Feb 27 21:31:52 PST 2011
(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.7, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules/libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
	compiled for 1.7.7, 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)
(**) Apr 08 17:05:52 NVIDIA(0): Enabling RENDER acceleration
(II) Apr 08 17:05:52 NVIDIA(0): Support for GLX with the Damage and
Composite X extensions is
(II) Apr 08 17:05:52 NVIDIA(0):     enabled.
(WW) Apr 08 17:05:53 NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
(II) Apr 08 17:05:53 NVIDIA(0): NVIDIA GPU GeForce 8500 GT (G86) at
PCI:1:0:0 (GPU-0)
(--) Apr 08 17:05:53 NVIDIA(0): Memory: 524288 kBytes
(--) Apr 08 17:05:53 NVIDIA(0): VideoBIOS: 60.86.34.00.21
(II) Apr 08 17:05:53 NVIDIA(0): Detected PCI Express Link width: 16X
(--) Apr 08 17:05:53 NVIDIA(0): Interlaced video modes are supported on this GPU
(--) Apr 08 17:05:53 NVIDIA(0): Connected display device(s) on GeForce
8500 GT at PCI:1:0:0
(--) Apr 08 17:05:53 NVIDIA(0):     AOC 511Vw (CRT-0)
(--) Apr 08 17:05:53 NVIDIA(0):     CRT-1
(--) Apr 08 17:05:53 NVIDIA(0): AOC 511Vw (CRT-0): 400.0 MHz maximum pixel clock
(--) Apr 08 17:05:53 NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
(II) Apr 08 17:05:53 NVIDIA(0): Assigned Display Device: CRT-0
(II) Apr 08 17:05:53 NVIDIA(0): Validated modes:
(II) Apr 08 17:05:53 NVIDIA(0):     "1280x800"
(II) Apr 08 17:05:53 NVIDIA(0): Virtual screen size determined to be 1280 x 800
(--) Apr 08 17:05:54 NVIDIA(0): DPI set to (95, 92); computed from
"UseEdidDpi" X config
(--) Apr 08 17:05:54 NVIDIA(0):     option
(==) Apr 08 17:05:54 NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(1): RGB weight 888
(==) NVIDIA(1): Default visual is TrueColor
(==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(1): Option "UseEDID" "FALSE"
(**) NVIDIA(1): Option "UseEdidFreqs" "FALSE"
(**) NVIDIA(1): Option "UseEdidDpi" "FALSE"
(**) NVIDIA(1): Option "ModeValidation" "NoEdidModes"
(**) Apr 08 17:05:54 NVIDIA(1): Enabling RENDER acceleration
(**) Apr 08 17:05:54 NVIDIA(1): Using HorizSync/VertRefresh ranges
from the EDID has been
(**) Apr 08 17:05:54 NVIDIA(1):     disabled on all display devices.
(II) Apr 08 17:05:54 NVIDIA(1): NVIDIA GPU GeForce 8500 GT (G86) at
PCI:1:0:0 (GPU-0)
(--) Apr 08 17:05:54 NVIDIA(1): Memory: 524288 kBytes
(--) Apr 08 17:05:54 NVIDIA(1): VideoBIOS: 60.86.34.00.21
(II) Apr 08 17:05:54 NVIDIA(1): Detected PCI Express Link width: 16X
(--) Apr 08 17:05:54 NVIDIA(1): Interlaced video modes are supported on this GPU
(--) Apr 08 17:05:54 NVIDIA(1): Connected display device(s) on GeForce
8500 GT at PCI:1:0:0
(--) Apr 08 17:05:54 NVIDIA(1):     AOC 511Vw (CRT-0)
(--) Apr 08 17:05:54 NVIDIA(1):     CRT-1
(--) Apr 08 17:05:54 NVIDIA(1): AOC 511Vw (CRT-0): 400.0 MHz maximum pixel clock
(--) Apr 08 17:05:54 NVIDIA(1): CRT-1: 400.0 MHz maximum pixel clock
(II) Apr 08 17:05:54 NVIDIA(1): Mode Validation Overrides for CRT-1:
(II) Apr 08 17:05:54 NVIDIA(1):     NoEdidModes
(II) Apr 08 17:05:54 NVIDIA(1): Assigned Display Device: CRT-1
(WW) Apr 08 17:05:54 NVIDIA(1): No valid modes for "1280x800"; removing.
(WW) Apr 08 17:05:54 NVIDIA(1):
(WW) Apr 08 17:05:54 NVIDIA(1): Unable to validate any modes; falling
back to the default mode
(WW) Apr 08 17:05:54 NVIDIA(1):     "nvidia-auto-select".
(WW) Apr 08 17:05:54 NVIDIA(1):
(II) Apr 08 17:05:54 NVIDIA(1): Validated modes:
(II) Apr 08 17:05:54 NVIDIA(1):     "nvidia-auto-select"
(II) Apr 08 17:05:54 NVIDIA(1): Virtual screen size determined to be 1024 x 768
(==) Apr 08 17:05:54 NVIDIA(1): DPI set to (75, 75); computed from
built-in default
(==) Apr 08 17:05:54 NVIDIA(1): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) Apr 08 17:05:54 NVIDIA: Using 768.00 MB of virtual memory for
indirect memory access.
(II) Apr 08 17:05:54 NVIDIA(0): Initialized GPU GART.
(II) Apr 08 17:05:54 NVIDIA(0): Setting mode "1280x800"
(II) Loading extension NV-GLX
(II) Apr 08 17:05:54 NVIDIA(0): Initialized OpenGL Acceleration
(==) NVIDIA(0): Disabling shared memory pixmaps
(II) Apr 08 17:05:54 NVIDIA(0): Initialized X Rendering Acceleration
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(II) Loading extension XINERAMA
(==) RandR enabled
(II) Apr 08 17:05:54 NVIDIA(1): Initialized GPU GART.
(II) Apr 08 17:05:54 NVIDIA(1): Setting mode "nvidia-auto-select"
(II) Apr 08 17:05:54 NVIDIA(1): Initialized OpenGL Acceleration
(==) NVIDIA(1): Disabling shared memory pixmaps
(II) Apr 08 17:05:54 NVIDIA(1): Initialized X Rendering Acceleration
(==) NVIDIA(1): Backing store disabled
(==) NVIDIA(1): Silken mouse enabled
(**) NVIDIA(1): 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 SECURITY
(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) Initializing extension GLX
SELinux: Disabled on system, not enabling in X server
(**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "XkbRules" "evdev"
(**) Keyboard0: XkbRules: "evdev"
(**) Option "XkbModel" "abnt2"
(**) Keyboard0: XkbModel: "abnt2"
(**) Option "XkbLayout" "br-abnt2"
(**) Keyboard0: XkbLayout: "br-abnt2"
(**) Option "XkbVariant" "deadkeys"
(**) Keyboard0: XkbVariant: "deadkeys"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(**) Option "CoreKeyboard" "False"
(**) Keyboard1: doesn't report core events
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "XkbRules" "evdev"
(**) Keyboard1: XkbRules: "evdev"
(**) Option "XkbModel" "abnt2"
(**) Keyboard1: XkbModel: "abnt2"
(**) Option "XkbLayout" "br-abnt2"
(**) Keyboard1: XkbLayout: "br-abnt2"
(**) Option "XkbVariant" "deadkeys"
(**) Keyboard1: XkbVariant: "deadkeys"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
[mi] miSpriteRealizeCursor called for floating device.
[mi] miSpriteRealizeCursor called for floating device.
[mi] miSpriteRealizeCursor called for floating device.
(**) Option "Protocol" "auto"
(**) Option "Device" "/dev/psaux"
(II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
(**) Mouse0: Device: "/dev/psaux"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: always reports core events
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "no"
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 9
(**) Mouse0: Sensitivity: 1
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(**) Mouse0: (accel) keeping acceleration scheme 1
(**) Mouse0: (accel) acceleration profile 0
(**) Mouse0: (accel) acceleration factor: 2.000
(**) Mouse0: (accel) acceleration threshold: 4
(II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
(II) config/udev: Adding input device Power Button (/dev/input/event7)
(**) Power Button: Applying InputClass "evdev keyboard catchall"
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event7"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "br"
(II) config/udev: Adding input device Power Button (/dev/input/event6)
(**) Power Button: Applying InputClass "evdev keyboard catchall"
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event6"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "br"
(II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device PIXART USB OPTICAL MOUSE
(/dev/input/event1)
(**) PIXART USB OPTICAL MOUSE: Applying InputClass "evdev pointer catchall"
(**) PIXART USB OPTICAL MOUSE: always reports core events
(**) PIXART USB OPTICAL MOUSE: Device: "/dev/input/event1"
(II) PIXART USB OPTICAL MOUSE: Found 3 mouse buttons
(II) PIXART USB OPTICAL MOUSE: Found scroll wheel(s)
(II) PIXART USB OPTICAL MOUSE: Found relative axes
(II) PIXART USB OPTICAL MOUSE: Found x and y relative axes
(II) PIXART USB OPTICAL MOUSE: Configuring as mouse
(**) PIXART USB OPTICAL MOUSE: YAxisMapping: buttons 4 and 5
(**) PIXART USB OPTICAL MOUSE: EmulateWheelButton: 4,
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "PIXART USB OPTICAL MOUSE"
(type: MOUSE)
(II) PIXART USB OPTICAL MOUSE: initialized for relative axes.
(II) config/udev: Adding input device PIXART USB OPTICAL MOUSE
(/dev/input/mouse0)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device   USB Keyboard (/dev/input/event2)
(**)   USB Keyboard: Applying InputClass "evdev keyboard catchall"
(**)   USB Keyboard: always reports core events
(**)   USB Keyboard: Device: "/dev/input/event2"
(II)   USB Keyboard: Found keys
(II)   USB Keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "  USB Keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "br"
(II) config/udev: Adding input device   USB Keyboard (/dev/input/event4)
(**)   USB Keyboard: Applying InputClass "evdev keyboard catchall"
(**)   USB Keyboard: always reports core events
(**)   USB Keyboard: Device: "/dev/input/event4"
(II)   USB Keyboard: Found keys
(II)   USB Keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "  USB Keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "br"
(II) config/udev: Adding input device MosArt Optical Mouse (/dev/input/event5)
(**) MosArt Optical Mouse: Applying InputClass "evdev pointer catchall"
(**) MosArt Optical Mouse: always reports core events
(**) MosArt Optical Mouse: Device: "/dev/input/event5"
(II) MosArt Optical Mouse: Found 3 mouse buttons
(II) MosArt Optical Mouse: Found scroll wheel(s)
(II) MosArt Optical Mouse: Found relative axes
(II) MosArt Optical Mouse: Found x and y relative axes
(II) MosArt Optical Mouse: Configuring as mouse
(**) MosArt Optical Mouse: YAxisMapping: buttons 4 and 5
(**) MosArt Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia:
10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "MosArt Optical Mouse" (type: MOUSE)
(II) MosArt Optical Mouse: initialized for relative axes.
(II) config/udev: Adding input device MosArt Optical Mouse (/dev/input/mouse1)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device AT Translated Set 2 keyboard
(/dev/input/event0)
(**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2
keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "br"
(II) config/udev: Adding input device PC Speaker (/dev/input/event3)
(II) No input driver/identifier specified (ignoring)

What could be missign?

Thank you

-- 
  O__   --- Marcelo Luiz de Laia                  Rodovia MGT 367, Km 583
 c/   /' _ -- Dep. de Engenharia Florestal      nº 5000, Alto da Jacuba
(*)   \ (*) - UFVJM, Diamantina, MG, Brasil  Ph: (+55) 38 3532 1248
~~~~~~- (www.ufvjm.edu.br/floresta)           FAX: (+55) 38 3532 1200
^^^^^^^^^^- Linux user number 487797          CEP: 39.100-000 - Brazil


Reply to: