Package: xserver-xorg Version: 6.9.0.dfsg.1-4 Severity: normal I'm using the evdev input driver to get a Hauppauge remote control to work. All the buttons work but two of the buttons end up with the same keycode which is not much use. Using evtest the kernel device driver is providing the correct event types:
Event: time 1140800533.454718, type 1 (Key), code 114 (VolumeDown), value 1 Event: time 1140800533.454722, -------------- Report Sync ------------ Event: time 1140800533.692121, type 1 (Key), code 114 (VolumeDown), value 0 Event: time 1140800533.692126, -------------- Report Sync ------------ Event: time 1140800536.363065, type 1 (Key), code 370 (Subtitle), value 1 Event: time 1140800536.363069, -------------- Report Sync ------------ Event: time 1140800536.600470, type 1 (Key), code 370 (Subtitle), value 0 Event: time 1140800536.600475, -------------- Report Sync ------------ (Sorry about the wrapping, each line starts with Event:) As you can see the two buttons are VolumeDown and Subtitle, both of which are useful to me but the end up with keycode 122. It would be nice if X had some Multimedia keysyms defined but I'd settle for the driver just assigning a unique keycode to each button on the device. Instead I've got these two duplicates and the number buttons comes in as Keypad numbers and I'd rather have them as the normal numbers so I don't have to try to get NumLock on (there will e no normal keyboard once I've finished futzing). The server layout in use is orac-mythtv, it uses the inpute device called Remote which uses the evdev driver on a device called /dev/input/remote. That device is set up by udev to point to the real event device since that seems to change depending on the phase of the moon. -- Package-specific info: Contents of /var/lib/xfree86/X.roster: xserver-xorg /etc/X11/X target unchanged from checksum in /var/lib/xfree86/X.md5sum. X server symlink status: lrwxrwxrwx 1 root root 17 2006-01-24 13:29 /etc/X11/X -> /usr/bin/X11/Xorg -rwxr-xr-x 1 root root 1878044 2006-01-15 01:40 /usr/bin/X11/Xorg Contents of /var/lib/xfree86/xorg.conf.roster: xserver-xorg VGA-compatible devices on PCI bus: 0000:00:08.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (rev 01) 0000:01:00.0 VGA compatible controller: S3 Inc. VT8375 [ProSavage8 KM266/KL266] /etc/X11/xorg.conf does not match checksum in /var/lib/xfree86/xorg.conf.md5sum. Xorg X server configuration file status: -rw-r--r-- 1 root root 5478 2006-02-24 17:18 /etc/X11/xorg.conf Contents of /etc/X11/xorg.conf: # xorg.conf (Xorg X Window System server configuration file) Section "Files" # local font server FontPath "unix/:7101" # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/CID" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "True" Option "BlankTime" "0" EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "evdev" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "v4l" Load "vbe" EndSection # Keyboards. Section "InputDevice" Identifier "Default Keyboard" Driver "keyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "gb" EndSection Section "InputDevice" Identifier "Remote" Driver "evdev" Option "Device" "/dev/input/remote" EndSection Section "InputDevice" Identifier "First Keyboard" Driver "evdev" Option "Device" "/dev/input/keybrd" EndSection Section "InputDevice" Identifier "Media Keyboard" Driver "evdev" Option "Device" "/dev/input/mmkeys" EndSection # Mice. Section "InputDevice" Identifier "Default Mouse" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" EndSection Section "InputDevice" Identifier "No Mouse" Driver "mouse" Option "Device" "/no/mouse" EndSection # Graphics cards. Section "Device" Identifier "Default Video Card" Driver "vesa" EndSection Section "Device" Identifier "VIA" Driver "via" Option "ActiveDevice" "CRT" EndSection Section "Device" Identifier "VIA TV" Driver "via" Option "ActiveDevice" "TV" Option "TVType" "PAL" Option "TVOutput" "S-Video" Option "EnableAGPDMA" "True" EndSection Section "Device" Identifier "Savage" Driver "savage" EndSection Section "Device" Identifier "Radeon" Driver "radeon" Option "BusType" "PCI" Option "ColorTiling" "off" Option "RenderAccel" "off" EndSection # Things attached to the graphics cards. Section "Monitor" Identifier "Default Monitor" EndSection Section "Monitor" Identifier "PAL TV" HorizSync 30-68 VertRefresh 50-120 Mode "720x576" # D: 41.475 MHz, H: 44.693 kHz, V: 74.488 Hz DotClock 41.476 HTimings 720 752 840 928 VTimings 576 580 584 600 Flags "-HSync" "-VSync" EndMode EndSection # Graphics rectangles managed by the server. Section "Screen" Identifier "Default Screen" Device "Default Video Card" Monitor "Default Monitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "640x480" # Deliberately bad to provoke configuration. EndSubSection EndSection Section "Screen" Identifier "VIA" Device "VIA" Monitor "Default Monitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480" EndSubSection EndSection Section "Screen" Identifier "VIA MythTV" Device "VIA" Monitor "Default Monitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "800x600" EndSubSection EndSection Section "Screen" Identifier "VIA TV" Device "VIA TV" Monitor "PAL TV" DefaultDepth 24 EndSection Section "Screen" Identifier "Savage" Device "Savage" Monitor "Default Monitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480" EndSubSection EndSection Section "Screen" Identifier "Radeon" Device "Radeon" Monitor "Default Monitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480" EndSubSection EndSection Section "Screen" Identifier "Radeon MythTV" Device "Radeon" Monitor "Default Monitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "800x600" EndSubSection EndSection # Connections of inputs and outputs. Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Default Keyboard" "CoreKeyboard" InputDevice "Default Mouse" "CorePointer" EndSection Section "ServerLayout" Identifier "marvin" Screen "Radeon" InputDevice "Default Keyboard" "CoreKeyboard" InputDevice "Default Mouse" "CorePointer" EndSection Section "ServerLayout" Identifier "marvin-mythtv" Screen "Radeon MythTV" InputDevice "Default Keyboard" "CoreKeyboard" InputDevice "Default Mouse" "CorePointer" EndSection Section "ServerLayout" Identifier "orac" Screen "VIA" InputDevice "Default Keyboard" "CoreKeyboard" InputDevice "Default Mouse" "CorePointer" EndSection Section "ServerLayout" Identifier "orac-mythtv" Screen "VIA MythTV" InputDevice "Default Keyboard" "CoreKeyboard" InputDevice "Remote" "SendCoreEvents" "True" InputDevice "Default Mouse" "CorePointer" EndSection # TV only output from M10K board. Section "ServerLayout" Identifier "mythtv" # Change to orac-mythtv eventually. Screen "VIA TV" InputDevice "Remote" "CoreKeyboard" InputDevice "No Mouse" "CorePointer" EndSection # Integrated graphics on P4ITX board. Section "ServerLayout" Identifier "Savage" Screen "Savage" InputDevice "Default Keyboard" "CoreKeyboard" InputDevice "Default Mouse" "CorePointer" EndSection Section "DRI" Mode 0666 EndSection Xorg X server log files on system: -rw-r--r-- 1 root root 41816 2006-02-16 16:20 /var/log/Xorg.hang.log -rw-r--r-- 1 root root 38946 2006-02-21 08:49 /var/log/Xorg.3.log -rw-r--r-- 1 root root 39702 2006-02-24 17:04 /var/log/Xorg.2.log -rw-r--r-- 1 root root 40094 2006-02-24 20:16 /var/log/Xorg.1.log -rw-r--r-- 1 root root 50364 2006-02-24 20:16 /var/log/Xorg.0.log Contents of most recent Xorg X server log file /var/log/Xorg.0.log: _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 _XSERVTransOpen: transport open failed for inet6/orac:2 _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6 X Window System Version 6.9.0 (Debian 6.9.0.dfsg.1-4 20060114230205 David Nusinow <[EMAIL PROTECTED]>) Release Date: 21 December 2005 X Protocol Version 11, Revision 0, Release 6.9 Build Operating System: Linux 2.6.15-1-686 i686 [ELF] Current Operating System: Linux orac 2.6.15 #1 PREEMPT Wed Feb 22 16:19:48 GMT 2006 i686 Build Date: 14 January 2006 Before reporting problems, check http://wiki.X.Org to make sure that you have the latest version. Module Loader present OS Kernel: Linux version 2.6.15 ([EMAIL PROTECTED]) (gcc version 4.0.3 20060128 (prerelease) (Debian 4.0.2-8)) #1 PREEMPT Wed Feb 22 16:19:48 GMT 2006 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.2.log", Time: Fri Feb 24 17:31:47 2006 (==) Using config file: "/etc/X11/xorg.conf" (++) ServerLayout "orac-mythtv" (**) |-->Screen "VIA MythTV" (0) (**) | |-->Monitor "Default Monitor" (**) | |-->Device "VIA" (**) |-->Input Device "Default Keyboard" (**) Option "XkbRules" "xorg" (**) XKB: rules: "xorg" (**) Option "XkbModel" "pc105" (**) XKB: model: "pc105" (**) Option "XkbLayout" "gb" (**) XKB: layout: "gb" (==) Keyboard: CustomKeycode disabled (**) |-->Input Device "Remote" (**) |-->Input Device "Default Mouse" (WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist. Entry deleted from font path. (WW) `fonts.dir' not found (or not valid) in "/usr/lib/X11/fonts/75dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/lib/X11/fonts/75dpi/"). (WW) The directory "/usr/lib/X11/fonts/CID" does not exist. Entry deleted from font path. (WW) `fonts.dir' not found (or not valid) in "/usr/lib/X11/fonts/75dpi". Entry deleted from font path. (Run 'mkfontdir' on "/usr/lib/X11/fonts/75dpi"). (**) FontPath set to "unix/:7101,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/100dpi" (==) RgbPath set to "/usr/X11R6/lib/X11/rgb" (==) ModulePath set to "/usr/X11R6/lib/modules" (**) Option "AllowMouseOpenFail" "True" (**) Option "BlankTime" "0" (II) Open ACPI successful (/var/run/acpid.socket) (II) Module ABI versions: X.Org ANSI C Emulation: 0.2 X.Org Video Driver: 0.8 X.Org XInput driver : 0.5 X.Org Server Extension : 0.2 X.Org Font Renderer : 0.4 (II) Loader running on linux (II) LoadModule: "bitmap" (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.so (II) Module bitmap: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.4 (II) Loading font Bitmap (II) LoadModule: "pcidata" (II) Loading /usr/X11R6/lib/modules/libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 0.8 (++) using VT number 9 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 1106,3123 card 1106,aa01 rev 00 class 06,00,00 hdr 00 (II) PCI: 00:01:0: chip 1106,b091 card 0000,0000 rev 00 class 06,04,00 hdr 01 (II) PCI: 00:0d:0: chip 1106,3044 card 1106,3044 rev 80 class 0c,00,10 hdr 00 (II) PCI: 00:10:0: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80 (II) PCI: 00:10:1: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80 (II) PCI: 00:10:2: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80 (II) PCI: 00:10:3: chip 1106,3104 card 1106,3104 rev 82 class 0c,03,20 hdr 00 (II) PCI: 00:11:0: chip 1106,3177 card 1106,aa01 rev 00 class 06,01,00 hdr 80 (II) PCI: 00:11:1: chip 1106,0571 card 1106,aa01 rev 06 class 01,01,8a hdr 00 (II) PCI: 00:11:5: chip 1106,3059 card 1106,aa01 rev 50 class 04,01,00 hdr 00 (II) PCI: 00:12:0: chip 1106,3065 card 1106,0102 rev 74 class 02,00,00 hdr 00 (II) PCI: 00:14:0: chip 14f1,8800 card 0070,9002 rev 05 class 04,00,00 hdr 80 (II) PCI: 00:14:2: chip 14f1,8802 card 0070,9002 rev 05 class 04,80,00 hdr 80 (II) PCI: 00:14:4: chip 14f1,8804 card 0070,9002 rev 05 class 04,80,00 hdr 80 (II) PCI: 01:00:0: chip 1106,3122 card 1106,3122 rev 03 class 03,00,00 hdr 00 (II) PCI: End of PCI scan (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set) (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xe8000000 - 0xe9ffffff (0x2000000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B] (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (--) PCI: (0:20:0) unknown vendor (0x14f1) unknown chipset (0x8800) rev 5, Mem @ 0xea000000/24 (--) PCI:*(1:0:0) unknown vendor (0x1106) unknown chipset (0x3122) rev 3, Mem @ 0xe4000000/26, 0xe8000000/24 (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) PCI Memory resource overlap reduced 0xe0000000 from 0xe3ffffff to 0xdfffffff (II) Active PCI resource ranges: [0] -1 0 0xec000000 - 0xecffffff (0x1000000) MX[B] [1] -1 0 0xeb000000 - 0xebffffff (0x1000000) MX[B] [2] -1 0 0xed002000 - 0xed0020ff (0x100) MX[B] [3] -1 0 0xed001000 - 0xed0010ff (0x100) MX[B] [4] -1 0 0xed000000 - 0xed0007ff (0x800) MX[B] [5] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O [6] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B) [7] -1 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B) [8] -1 0 0xea000000 - 0xeaffffff (0x1000000) MX[B](B) [9] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B] [10] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B] [11] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B] [12] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B] [13] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B] [14] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B] [15] -1 0 0x0000d000 - 0x0000d07f (0x80) IX[B] (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xec000000 - 0xecffffff (0x1000000) MX[B] [1] -1 0 0xeb000000 - 0xebffffff (0x1000000) MX[B] [2] -1 0 0xed002000 - 0xed0020ff (0x100) MX[B] [3] -1 0 0xed001000 - 0xed0010ff (0x100) MX[B] [4] -1 0 0xed000000 - 0xed0007ff (0x800) MX[B] [5] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O [6] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B) [7] -1 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B) [8] -1 0 0xea000000 - 0xeaffffff (0x1000000) MX[B](B) [9] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B] [10] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B] [11] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B] [12] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B] [13] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B] [14] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B] [15] -1 0 0x0000d000 - 0x0000d07f (0x80) IX[B] (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0xec000000 - 0xecffffff (0x1000000) MX[B] [6] -1 0 0xeb000000 - 0xebffffff (0x1000000) MX[B] [7] -1 0 0xed002000 - 0xed0020ff (0x100) MX[B] [8] -1 0 0xed001000 - 0xed0010ff (0x100) MX[B] [9] -1 0 0xed000000 - 0xed0007ff (0x800) MX[B] [10] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O [11] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B) [12] -1 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B) [13] -1 0 0xea000000 - 0xeaffffff (0x1000000) MX[B](B) [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [16] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B] [17] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B] [18] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B] [19] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B] [20] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B] [21] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B] [22] -1 0 0x0000d000 - 0x0000d07f (0x80) IX[B] (II) LoadModule: "bitmap" (II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.so (II) Loading font Bitmap (II) LoadModule: "dbe" (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.2 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "ddc" (II) Loading /usr/X11R6/lib/modules/libddc.so (II) Module ddc: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "dri" (II) Loading /usr/X11R6/lib/modules/extensions/libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.2 (II) Loading sub module "drm" (II) LoadModule: "drm" (II) Loading /usr/X11R6/lib/modules/linux/libdrm.so (II) Module drm: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.2 (II) Loading extension XFree86-DRI (II) LoadModule: "evdev" (II) Loading /usr/X11R6/lib/modules/input/evdev_drv.so (II) Module evdev: vendor="X.Org Foundation" compiled for 0.0.0, module version = 1.0.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.5 (II) LoadModule: "extmod" (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.2 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension FontCache (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "freetype" (II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 6.9.0, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.4 (II) Loading font FreeType (II) LoadModule: "glx" (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.2 (II) Loading sub module "GLcore" (II) LoadModule: "GLcore" (II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.so (II) Module GLcore: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.2 (II) Loading extension GLX (II) LoadModule: "int10" (II) Loading /usr/X11R6/lib/modules/linux/libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "record" (II) Loading /usr/X11R6/lib/modules/extensions/librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.2 (II) Loading extension RECORD (II) LoadModule: "type1" (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.so (II) Module type1: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.2 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.4 (II) Loading font Type1 (II) Loading font CID (II) LoadModule: "v4l" (II) Loading /usr/X11R6/lib/modules/drivers/v4l_drv.so (II) Module v4l: vendor="X.Org Foundation" compiled for 6.9.0, module version = 0.0.1 ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "vbe" (II) Loading /usr/X11R6/lib/modules/libvbe.so (II) Module vbe: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.1.0 ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "via" (II) Loading /usr/X11R6/lib/modules/drivers/via_drv.so (II) Module via: vendor="X.Org Foundation" compiled for 4.3.99.902, module version = 0.1.33 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "keyboard" (II) Loading /usr/X11R6/lib/modules/input/keyboard_drv.so (II) Module keyboard: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.5 (II) LoadModule: "evdev" (II) Reloading /usr/X11R6/lib/modules/input/evdev_drv.so (II) LoadModule: "mouse" (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.3 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.5 (II) v4l driver for Video4Linux (II) VIA: driver for VIA chipsets: CLE266, KM400/KN400, K8M800, PM800/PM880/CN400 (II) Primary Device is: PCI 01:00:0 (--) Assigning device section with no busID to primary device (--) Chipset CLE266 found (!!) VIA Technologies does not support or endorse this driver in any way. (!!) For support please contact the driver maintainer or your X vendor. (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0xec000000 - 0xecffffff (0x1000000) MX[B] [6] -1 0 0xeb000000 - 0xebffffff (0x1000000) MX[B] [7] -1 0 0xed002000 - 0xed0020ff (0x100) MX[B] [8] -1 0 0xed001000 - 0xed0010ff (0x100) MX[B] [9] -1 0 0xed000000 - 0xed0007ff (0x800) MX[B] [10] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O [11] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B) [12] -1 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B) [13] -1 0 0xea000000 - 0xeaffffff (0x1000000) MX[B](B) [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [16] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B] [17] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B] [18] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B] [19] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B] [20] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B] [21] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B] [22] -1 0 0x0000d000 - 0x0000d07f (0x80) IX[B] (II) resource ranges after probing: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0xec000000 - 0xecffffff (0x1000000) MX[B] [6] -1 0 0xeb000000 - 0xebffffff (0x1000000) MX[B] [7] -1 0 0xed002000 - 0xed0020ff (0x100) MX[B] [8] -1 0 0xed001000 - 0xed0010ff (0x100) MX[B] [9] -1 0 0xed000000 - 0xed0007ff (0x800) MX[B] [10] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O [11] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B) [12] -1 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B) [13] -1 0 0xea000000 - 0xeaffffff (0x1000000) MX[B](B) [14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [19] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B] [20] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B] [21] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B] [22] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B] [23] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B] [24] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B] [25] -1 0 0x0000d000 - 0x0000d07f (0x80) IX[B] [26] 0 0 0xe90003b0 - 0xe90003bb (0xc) IS[B] [27] 0 0 0xe90003c0 - 0xe90003df (0x20) IS[B] (II) Setting vga for screen 0. (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/X11R6/lib/modules/libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 6.9.0, module version = 0.1.0 ABI class: X.Org Video Driver, version 0.8 (**) VIA(0): Depth 24, (--) framebuffer bpp 32 (==) VIA(0): RGB weight 888 (==) VIA(0): Default visual is TrueColor (**) VIA(0): Option "ActiveDevice" "CRT" (==) VIA(0): Using HW cursor (--) VIA(0): Chipset: "CLE266" (--) VIA(0): mapping MMIO @ 0xe8000000 with size 0x9000 (--) VIA(0): mapping BitBlt MMIO @ 0xe8200000 with size 0x10000 (II) VIA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (--) VIA(0): Chipset Rev.: 3 (WW) VIA(0): Manufacturer plainly copied main PCI ids to Subsystem/Card ids. (--) VIA(0): Detected VIA EPIA M/MII/.... (==) VIA(0): Using gamma correction (1.0, 1.0, 1.0) (--) VIA(0): videoram = 32768k (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Loading /usr/X11R6/lib/modules/libi2c.so (II) Module i2c: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.2.0 ABI class: X.Org Video Driver, version 0.8 (II) VIA(0): I2C bus "I2C bus 1" initialized. (II) VIA(0): I2C bus "I2C bus 2" initialized. (II) VIA(0): I2C bus "I2C bus 3" initialized. (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Reloading /usr/X11R6/lib/modules/libddc.so (II) VIA(0): I2C device "I2C bus 1:ddc2" registered at address 0xA0. (II) VIA(0): I2C device "I2C bus 1:ddc2" removed. (II) VIA(0): Manufacturer: IBM Model: 1992 Serial#: 16843009 (II) VIA(0): Year: 1998 Week: 40 (II) VIA(0): EDID Version: 1.1 (II) VIA(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V (II) VIA(0): Sync: Separate (II) VIA(0): Max H-Image Size [cm]: horiz.: 28 vert.: 21 (II) VIA(0): Gamma: 2.28 (II) VIA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display (II) VIA(0): redX: 0.625 redY: 0.340 greenX: 0.280 greenY: 0.595 (II) VIA(0): blueX: 0.150 blueY: 0.063 whiteX: 0.283 whiteY: 0.298 (II) VIA(0): Supported VESA Video Modes: (II) VIA(0): [EMAIL PROTECTED] (II) VIA(0): [EMAIL PROTECTED] (II) VIA(0): [EMAIL PROTECTED] (II) VIA(0): [EMAIL PROTECTED] (II) VIA(0): [EMAIL PROTECTED] (II) VIA(0): [EMAIL PROTECTED] (II) VIA(0): [EMAIL PROTECTED] (II) VIA(0): [EMAIL PROTECTED] (II) VIA(0): [EMAIL PROTECTED] (II) VIA(0): [EMAIL PROTECTED] (II) VIA(0): [EMAIL PROTECTED] (II) VIA(0): [EMAIL PROTECTED] (II) VIA(0): Manufacturer's mask: 0 (II) VIA(0): Supported Future Video Modes: (II) VIA(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833 (II) VIA(0): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853 (II) VIA(0): #2: hsize: 1024 vsize 768 refresh: 85 vid: 22881 (II) VIA(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) VIA(0): Supported additional Video Mode: (II) VIA(0): clock: 52.6 MHz Image Size: 267 x 200 mm (II) VIA(0): h_active: 960 h_sync: 972 h_sync_end 1080 h_blank_end 1260 h_border: 0 (II) VIA(0): v_active: 529 v_sync: 530 v_sync_end 540 v_blanking: 557 v_border: 0 (II) VIA(0): Monitor name: IBM G54 (II) VIA(0): Ranges: V min: 50 V max: 120 Hz, H min: 30 H max: 69 kHz, PixClock max 110 MHz (II) VIA(0): Serial No: 55-KV532 (II) VIA(0): I2C device "I2C bus 2:VT162x" registered at address 0x40. (--) VIA(0): Detected VIA Technologies VT1622 TV Encoder (--) VIA(0): VT162x: Nothing connected. (II) VIA(0): Default Monitor: Using default hsync range of 30.00-69.00 kHz (II) VIA(0): Default Monitor: Using default vrefresh range of 50.00-120.00 Hz (II) VIA(0): Clock range: 20.00 to 230.00 MHz (II) VIA(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "1024x768" (interlace mode not supported) (II) VIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (WW) (1280x960,Default Monitor) mode clock 148.5MHz exceeds DDC maximum 110MHz (II) VIA(0): Not using default mode "1280x960" (hsync out of range) (II) VIA(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (WW) (1280x1024,Default Monitor) mode clock 135MHz exceeds DDC maximum 110MHz (II) VIA(0): Not using default mode "1280x1024" (hsync out of range) (II) VIA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (WW) (1280x1024,Default Monitor) mode clock 157.5MHz exceeds DDC maximum 110MHz (II) VIA(0): Not using default mode "1280x1024" (hsync out of range) (II) VIA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (WW) (1600x1200,Default Monitor) mode clock 162MHz exceeds DDC maximum 110MHz (II) VIA(0): Not using default mode "1600x1200" (hsync out of range) (II) VIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (WW) (1600x1200,Default Monitor) mode clock 175.5MHz exceeds DDC maximum 110MHz (II) VIA(0): Not using default mode "1600x1200" (hsync out of range) (II) VIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (WW) (1600x1200,Default Monitor) mode clock 189MHz exceeds DDC maximum 110MHz (II) VIA(0): Not using default mode "1600x1200" (hsync out of range) (II) VIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (WW) (1600x1200,Default Monitor) mode clock 202.5MHz exceeds DDC maximum 110MHz (II) VIA(0): Not using default mode "1600x1200" (hsync out of range) (II) VIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (WW) (1600x1200,Default Monitor) mode clock 229.5MHz exceeds DDC maximum 110MHz (II) VIA(0): Not using default mode "1600x1200" (hsync out of range) (II) VIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (WW) (1792x1344,Default Monitor) mode clock 204.8MHz exceeds DDC maximum 110MHz (II) VIA(0): Not using default mode "1792x1344" (hsync out of range) (II) VIA(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan) (WW) (1856x1392,Default Monitor) mode clock 218.3MHz exceeds DDC maximum 110MHz (II) VIA(0): Not using default mode "1856x1392" (hsync out of range) (II) VIA(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "1280x768" (no clock available for mode) (II) VIA(0): Not using default mode "640x384" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "1280x800" (no clock available for mode) (II) VIA(0): Not using default mode "640x400" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "1152x864" (no clock available for mode) (II) VIA(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan) (WW) (1400x1050,Default Monitor) mode clock 122MHz exceeds DDC maximum 110MHz (II) VIA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "1400x1050" (no clock available for mode) (II) VIA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) VIA(0): CrtcHSyncEnd out of range. (II) VIA(0): Not using default mode "1400x1050" (horizontal sync too wide) (II) VIA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "1400x1050" (no clock available for mode) (II) VIA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) VIA(0): CrtcHSyncEnd out of range. (II) VIA(0): Not using default mode "1440x900" (horizontal sync too wide) (II) VIA(0): Not using default mode "720x450" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "1600x1024" (no clock available for mode) (II) VIA(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "1680x1050" (no clock available for mode) (II) VIA(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "1920x1200" (no clock available for mode) (II) VIA(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "1920x1200" (no clock available for mode) (II) VIA(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) VIA(0): Not using default mode "1400x1050" (width too large for virtual size) (II) VIA(0): Not using default mode "1280x1024" (width too large for virtual size) (II) VIA(0): Not using default mode "1280x960" (width too large for virtual size) (II) VIA(0): Not using default mode "1152x864" (width too large for virtual size) (II) VIA(0): Not using default mode "1152x768" (width too large for virtual size) (II) VIA(0): Not using default mode "1024x768" (width too large for virtual size) (II) VIA(0): Not using default mode "1024x768" (width too large for virtual size) (II) VIA(0): Not using default mode "1024x768" (width too large for virtual size) (II) VIA(0): Not using default mode "1024x768" (width too large for virtual size) (II) VIA(0): Not using default mode "832x624" (width too large for virtual size) (--) VIA(0): Virtual size is 800x600 (pitch 800) (**) VIA(0): *Default mode "800x600": 56.3 MHz (scaled from -328.2 MHz), 53.7 kHz, 85.1 Hz (II) VIA(0): Modeline "800x600" 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (**) VIA(0): Default mode "800x600": 49.5 MHz (scaled from -579.5 MHz), 46.9 kHz, 75.0 Hz (II) VIA(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (**) VIA(0): Default mode "800x600": 50.0 MHz (scaled from 241.8 MHz), 48.1 kHz, 72.2 Hz (II) VIA(0): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (**) VIA(0): Default mode "800x600": 40.0 MHz (scaled from -127.7 MHz), 37.9 kHz, 60.3 Hz (II) VIA(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (**) VIA(0): Default mode "800x600": 36.0 MHz (scaled from -275.5 MHz), 35.2 kHz, 56.2 Hz (II) VIA(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (**) VIA(0): Default mode "640x480": 36.0 MHz (scaled from -275.5 MHz), 43.3 kHz, 85.0 Hz (II) VIA(0): Modeline "640x480" 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (**) VIA(0): Default mode "640x480": 31.5 MHz (scaled from 361.1 MHz), 37.5 kHz, 75.0 Hz (II) VIA(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (**) VIA(0): Default mode "640x480": 31.5 MHz (scaled from 361.1 MHz), 37.9 kHz, 72.8 Hz (II) VIA(0): Modeline "640x480" 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (**) VIA(0): Default mode "640x480": 25.2 MHz (scaled from -674.5 MHz), 31.5 kHz, 60.0 Hz (II) VIA(0): Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (**) VIA(0): Default mode "720x400": 35.5 MHz (scaled from 508.8 MHz), 37.9 kHz, 85.0 Hz (II) VIA(0): Modeline "720x400" 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (**) VIA(0): Default mode "640x400": 31.5 MHz (scaled from 361.1 MHz), 37.9 kHz, 85.1 Hz (II) VIA(0): Modeline "640x400" 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (**) VIA(0): Default mode "640x350": 31.5 MHz (scaled from 361.1 MHz), 37.9 kHz, 85.1 Hz (II) VIA(0): Modeline "640x350" 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (++) VIA(0): DPI set to (100, 100) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/X11R6/lib/modules/libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.2 (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/X11R6/lib/modules/libxaa.so (II) Module xaa: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.2.0 ABI class: X.Org Video Driver, version 0.8 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Loading /usr/X11R6/lib/modules/libramdac.so (II) Module ramdac: vendor="X.Org Foundation" compiled for 6.9.0, module version = 0.1.0 ABI class: X.Org Video Driver, version 0.8 (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] 0 0 0xe8000000 - 0xe8ffffff (0x1000000) MS[B] [1] 0 0 0xe4000000 - 0xe7ffffff (0x4000000) MS[B] [2] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [7] -1 0 0xec000000 - 0xecffffff (0x1000000) MX[B] [8] -1 0 0xeb000000 - 0xebffffff (0x1000000) MX[B] [9] -1 0 0xed002000 - 0xed0020ff (0x100) MX[B] [10] -1 0 0xed001000 - 0xed0010ff (0x100) MX[B] [11] -1 0 0xed000000 - 0xed0007ff (0x800) MX[B] [12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O [13] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B) [14] -1 0 0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B) [15] -1 0 0xea000000 - 0xeaffffff (0x1000000) MX[B](B) [16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [21] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B] [22] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B] [23] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B] [24] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B] [25] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B] [26] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B] [27] -1 0 0x0000d000 - 0x0000d07f (0x80) IX[B] [28] 0 0 0xe90003b0 - 0xe90003bb (0xc) IS[B] [29] 0 0 0xe90003c0 - 0xe90003df (0x20) IS[B] (--) VIA(0): mapping framebuffer @ 0xe4000000 with size 0x2000000 (==) VIA(0): Write-combining range (0xe4000000,0x2000000) (--) VIA(0): Frame buffer start: 0xb589b000, free start: 0x1d4c00 end: 0x2000000 (--) VIA(0): mapping MMIO @ 0xe8000000 with size 0x9000 (--) VIA(0): mapping BitBlt MMIO @ 0xe8200000 with size 0x10000 (II) VIA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (II) VIA(0): 3D Engine has been initialized. drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenByBusid: Searching for BusID PCI:1:0:0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenByBusid: drmOpenMinor returns 9 drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0 (II) VIA(0): [drm] DRM interface version 1.2 (II) VIA(0): [drm] created "via" driver at busid "PCI:1:0:0" (II) VIA(0): [drm] added 8192 byte SAREA at 0xde8f1000 (II) VIA(0): [drm] mapped SAREA 0xde8f1000 to 0xb5899000 (II) VIA(0): [drm] framebuffer handle = 0xe4000000 (II) VIA(0): [drm] added 1 reserved context for kernel (II) VIA(0): [dri] visual configs initialized. (II) VIA(0): [drm] register handle = 0xe8000000 (II) VIA(0): [drm] mmio Registers = 0xe8000000 (II) VIA(0): [dri] mmio mapped. (II) VIA(0): VIAInternalScreenInit (II) VIA(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles 8x8 mono pattern filled rectangles 8x8 color pattern filled rectangles Solid Lines Dashed Lines Image Writes Offscreen Pixmaps Setting up tile and stipple cache: 32 128x128 slots 8 256x256 slots 32 8x8 color pattern slots (==) VIA(0): Backing store disabled (II) VIA(0): [drm] Detected AGP vendor 0x1106, device 0x3123 (II) VIA(0): [drm] Didn't find any AGP v3 compatible device. Trying AGP 4X mode. (II) VIA(0): [drm] Trying to enable AGP fast writes. (II) VIA(0): [drm] drmAgpEnabled succeeded (II) VIA(0): [drm] agpAddr = 0xe0000000 (II) VIA(0): [drm] agpBase = (nil) (II) VIA(0): [drm] agpAddr = 0xe0000000 (II) VIA(0): [drm] agpSize = 0x01e00000 (II) VIA(0): [drm] agp physical addr = 0x00000000 (II) VIA(0): [dri] use agp. (II) VIA(0): [drm] FBFreeStart= 0x00640000 FBFreeEnd= 0x01fbf000 FBSize= 0x0197f000 (II) VIA(0): [dri] frame buffer initialized. (II) VIA(0): X context handle = 0x1 (II) VIA(0): [drm] installed DRM signal handler (II) VIA(0): [DRI] installation complete (II) VIA(0): [dri] kernel data initialized. (II) VIA(0): [drm] Irq handler installed, using IRQ 11. (II) VIA(0): direct rendering enabled (II) VIA(0): Benchmarking video copy. Less is better. (--) VIA(0): Timed libc YUV420 copy... 3950006. Throughput: 150.2 MiB/s. (--) VIA(0): Timed kernel YUV420 copy... 3811271. Throughput: 155.6 MiB/s. (--) VIA(0): Timed SSE YUV420 copy... 1868275. Throughput: 317.5 MiB/s. (--) VIA(0): Timed MMX YUV420 copy... 3501205. Throughput: 169.4 MiB/s. (--) VIA(0): Ditch 3DNow! YUV420 copy... Not supported by CPU. (--) VIA(0): Timed MMX2 YUV420 copy... 1926509. Throughput: 307.9 MiB/s. (--) VIA(0): Using SSE YUV42X copy for video. (II) VIA(0): [XvMC] Registering viaXvMC. (II) VIA(0): [XvMC] Initialized XvMC extension. (==) RandR enabled (II) Setting vga for screen 0. (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension LBX (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension XFree86-Bigfont (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 built-in extension XEVIE (**) Option "CoreKeyboard" (**) Default Keyboard: Core Keyboard (**) Option "Protocol" "standard" (**) Default Keyboard: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Default Keyboard: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) Default Keyboard: XkbModel: "pc105" (**) Option "XkbLayout" "gb" (**) Default Keyboard: XkbLayout: "gb" (**) Option "CustomKeycodes" "off" (**) Default Keyboard: CustomKeycodes disabled (**) Option "SendCoreEvents" (**) Remote: always reports core events (**) Remote: Device: "/dev/input/remote" (II) Remote: Found keys (II) Remote: Configuring as keyboard (**) Option "Protocol" "ExplorerPS/2" (**) Default Mouse: Device: "/dev/input/mice" (**) Default Mouse: Protocol: "ExplorerPS/2" (**) Option "CorePointer" (**) Default Mouse: Core Pointer (==) Default Mouse: Emulate3Buttons, Emulate3Timeout: 50 (**) Default Mouse: ZAxisMapping: buttons 4, 5, 6 and 7 (**) Default Mouse: Buttons: 11 (II) XINPUT: Adding extended input device "Default Mouse" (type: MOUSE) (II) XINPUT: Adding extended input device "Remote" (type: KEYBOARD) (II) XINPUT: Adding extended input device "Default Keyboard" (type: KEYBOARD) (II) Default Mouse: ps2EnableDataReporting: succeeded Warning: font renderer for ".pcf" already registered at priority 0 Warning: font renderer for ".pcf.Z" already registered at priority 0 Warning: font renderer for ".pcf.gz" already registered at priority 0 Warning: font renderer for ".snf" already registered at priority 0 Warning: font renderer for ".snf.Z" already registered at priority 0 Warning: font renderer for ".snf.gz" already registered at priority 0 Warning: font renderer for ".bdf" already registered at priority 0 Warning: font renderer for ".bdf.Z" already registered at priority 0 Warning: font renderer for ".bdf.gz" already registered at priority 0 Warning: font renderer for ".pmf" already registered at priority 0 -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Versions of packages xserver-xorg depends on: ii debconf [debconf-2.0] 1.4.70 Debian configuration management sy ii libc6 2.3.5-13 GNU C Library: Shared libraries an ii libgcc1 1:4.0.2-9 GCC support library ii libxau6 6.9.0.dfsg.1-4 X Authentication library ii libxdmcp6 6.9.0.dfsg.1-4 X Display Manager Control Protocol ii xserver-common 6.9.0.dfsg.1-4 files and utilities common to all ii zlib1g 1:1.2.3-9 compression library - runtime Versions of packages xserver-xorg recommends: pn discover | discover1 <none> (no description available) ii laptop-detect 0.12.1 attempt to detect a laptop ii mdetect 0.5.2.1 mouse device autodetection tool ii xlibs 6.9.0.dfsg.1-4 X Window System client libraries m ii xresprobe 0.4.18-1 X Resolution Probe -- debconf information: xserver-xorg/multiple_possible_x-drivers: xserver-xorg/config/monitor/use_sync_ranges: true * xserver-xorg/config/inputdevice/mouse/port: /dev/input/mice xserver-xorg/config/monitor/lcd: false xserver-xorg/config/doublequote_in_string_error: * xserver-xorg/config/monitor/screen-size: 17 inches (430 mm) * shared/default-x-server: xserver-xorg xserver-xorg/autodetect_monitor: true xserver-xorg/config/inputdevice/mouse/protocol: ImPS/2 shared/no_known_x-server: * xserver-xorg/config/display/default_depth: 24 * xserver-xorg/config/display/modes: 1280x1024,, 800x600,, 720x400, 640x480 xserver-xorg/config/device/bus_id_error: xserver-xorg/config/inputdevice/keyboard/internal: xserver-xorg/config/monitor/vert-refresh: 50-160 * xserver-xorg/config/inputdevice/keyboard/options: * xserver-xorg/config/inputdevice/mouse/zaxismapping: true * xserver-xorg/config/device/use_fbdev: false * xserver-xorg/config/inputdevice/keyboard/variant: xserver-xorg/config/nonnumeric_string_error: xserver-xorg/config/fontpath/fontserver: * xserver-xorg/config/inputdevice/keyboard/layout: gb * xserver-xorg/config/modules: bitmap, dbe, ddc, dri, evdev, extmod, freetype, glx, int10, record, type1, v4l, vbe * xserver-xorg/config/monitor/identifier: Hitachi * xserver-xorg/config/inputdevice/mouse/emulate3buttons: true * xserver-xorg/autodetect_mouse: true xserver-xorg/config/monitor/horiz-sync: 30-70 * xserver-xorg/config/device/video_ram: xserver-xorg/config/monitor/range_input_error: * xserver-xorg/config/write_dri_section: true * xserver-xorg/config/inputdevice/keyboard/model: pc105 * xserver-xorg/config/device/driver: ati * xserver-xorg/config/device/identifier: Radeon * xserver-xorg/config/monitor/selection-method: Simple xserver-xorg/config/null_string_error: shared/multiple_possible_x-servers: * xserver-xorg/config/device/bus_id: * xserver-xorg/config/write_files_section: true xserver-xorg/autodetect_video_card: true xserver-xorg/config/monitor/mode-list: 1024x768 @ 60Hz * xserver-xorg/config/inputdevice/keyboard/rules: xorg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]