Xorg 6.9 et le clavier en fr

Bonjour,

je viens d’installer xorg 6.9 (6.9.0.dfsg.1-4)
j’essaye en vain de configurer mon clavier en azerty mais il est en qwerty :frowning:
voici mon xorg.conf + fichier de log

mon clavier est configuré avec evdev car je voudrais configurer 2 serveurs X avec 2 claviers independants etc… (utilisation de -sharevts) mais j’ai ce petit soucis.
ce qui m’inquiete le plus, c la derniere ligne du fichier de log “Couldn’t compile keymap file”

merci pour votre aide !

# xorg.conf (Xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
#   dpkg-reconfigure xserver-xorg

Section "Files"
	#FontPath	"unix/:7100"			# local font server
	# 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 "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"type1"
	Load	"v4l"
	Load	"vbe"
EndSection

Section "ServerFlags"
  Option "AllowMouseOpenFail" "yes"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
#	Driver		"kbd"
	Driver		"evdev"

# Change the value of the "Dev Phys" option to the physical
# address of the corresponding keyboard, found in the file
# /proc/bus/input/devices .
	Option		"Device"	"/dev/input/event1"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option	        "XkbLayout"	"fr"
#  	Option    	"AutoRepeat" "500 30"
	Option		"CoreKeyboard"
EndSection

Section "InputDevice"
	Identifier 	"Fake Keyboard"
	Driver     	"void"
EndSection

Section "InputDevice"
	Identifier	"Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "InputDevice"
  Identifier "MousePS2"
  Driver    "mouse"
	Option		"CorePointer"
  Option    "Protocol"    "ImPS/2"
  Option    "Device"      "/dev/psaux"
  Option    "ZAxisMapping" "4 5"
EndSection

Section "Device"
	Identifier	"Ati 9600 Pro"
	#Driver		"fglrx"
  Driver   "ati"
	BusID		"PCI:1:0:0"
#	Option		"UseFBDev"		"true"
  Option    "sw_cursor"
  Option "NoInt10" "True"
EndSection

Section "Device"
	Identifier	"Ati Mach 64"
  Driver   "vesa"
	BusID		"PCI:0:14:0"
	Option		"UseFBDev"		"true"
  Option    "sw_cursor"
  Option "NoInt10" "True"
EndSection

Section "Monitor"
	Identifier	"Monitor0"
	Option		"DPMS"
	HorizSync	30-70
	VertRefresh	50-160
	#HorizSync	30-95
	#VertRefresh	50-160
  Modeline "768x576" 53.18 768 800 1000 1032 576 586 594 605
  # VGA @ 100Hz
  Modeline "640x480" 43.163 640 680 744 848 480 481 484 509 +hsync +vsync
  # SVGA @ 100Hz
  Modeline "800x600" 68.179 800 848 936 1072 600 601 604 636 +hsync +vsync
  # XVGA @ 100Hz
  Modeline "1024x768" 113.309 1024 1096 1208 1392 768 769 772 814 +hsync +vsync
EndSection

Section "Monitor"
	Identifier	"TV"
	HorizSync	30-95
	VertRefresh	50-160
  Modeline "768x576" 53.18 768 800 1000 1032 576 586 594 605
  # VGA @ 100Hz
  Modeline "640x480" 43.163 640 680 744 848 480 481 484 509 +hsync +vsync
  # SVGA @ 100Hz
  Modeline "800x600" 68.179 800 848 936 1072 600 601 604 636 +hsync +vsync
  # XVGA @ 100Hz
  Modeline "1024x768" 113.309 1024 1096 1208 1392 768 769 772 814 +hsync +vsync
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Ati 9600 Pro"
	Monitor		"Monitor0"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"TV"
	Device		"Ati Mach 64"
	Monitor		"TV"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Mouse"
EndSection

Section "ServerLayout"
	Identifier	"mythtv"
	Screen		"TV"
	#Screen		"Default Screen"
	InputDevice	"Fake Keyboard"
EndSection

Section "DRI"
	Mode	0666
EndSection

mon /var/log/Xorg.0/log

[code]
X Window System Version 6.9.0 (Debian 6.9.0.dfsg.1-4 20060114230205 David Nusinow dnusinow@debian.org)
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 plutonium 2.6.15.2 #1 Mon Feb 6 22:59:20 CET 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.2 (root@plutonium) (gcc version 4.0.3 20060128 (prerelease) (Debian 4.0.2-8)) #1 Mon Feb 6 22:59:20 CET 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.0.log”, Time: Tue Feb 7 00:59:43 2006
(==) Using config file: “/etc/X11/xorg.conf”
(==) ServerLayout “Default Layout”
(
) |–>Screen “Default Screen” (0)
() | |–>Monitor “Monitor0”
(
) | |–>Device “Ati 9600 Pro”
() |–>Input Device “Generic Keyboard”
(
) |–>Input Device “Mouse”
(WW) The directory “/usr/lib/X11/fonts/cyrillic” does not exist.
Entry deleted from font path.
(WW) The directory “/usr/lib/X11/fonts/Type1” does not exist.
Entry deleted from font path.
(WW) The directory “/usr/lib/X11/fonts/CID” does not exist.
Entry deleted from font path.
() FontPath set to “/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi”
(==) RgbPath set to “/usr/X11R6/lib/X11/rgb”
(==) ModulePath set to “/usr/X11R6/lib/modules”
(
) Option “AllowMouseOpenFail” “yes”
(II) Open ACPI successful (/proc/acpi/event)
(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 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3189 card 1043,807f rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b168 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0a:0: chip 14f1,8800 card 0070,9002 rev 05 class 04,00,00 hdr 80
(II) PCI: 00:0a:2: chip 14f1,8802 card 0070,9002 rev 05 class 04,80,00 hdr 80
(II) PCI: 00:0a:4: chip 14f1,8804 card 0070,9002 rev 05 class 04,80,00 hdr 80
(II) PCI: 00:0b:0: chip 9004,7178 card 0000,0000 rev 03 class 01,00,00 hdr 00
(II) PCI: 00:0e:0: chip 1002,4754 card 0000,0000 rev 41 class 03,00,00 hdr 00
(II) PCI: 00:0f:0: chip 1102,0002 card 1102,8027 rev 08 class 04,01,00 hdr 80
(II) PCI: 00:0f:1: chip 1102,7002 card 1102,0020 rev 08 class 09,80,00 hdr 80
(II) PCI: 00:10:0: chip 1106,3038 card 1043,80a1 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1043,80a1 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1043,80a1 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3104 card 1043,80a1 rev 82 class 0c,03,20 hdr 00
(II) PCI: 00:11:0: chip 1106,3177 card 1043,80a1 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 1043,80a1 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:12:0: chip 1106,3065 card 1043,80a1 rev 74 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4150 card 18bc,0103 rev 00 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,4170 card 18bc,0102 rev 00 class 03,80,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: 0x0008 (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xae800000 - 0xafefffff (0x1700000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xb0000000 - 0xdfffffff (0x30000000) 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:10:0) unknown vendor (0x14f1) unknown chipset (0x8800) rev 5, Mem @ 0xad000000/24
(–) PCI: (0:14:0) ATI Technologies Inc 3D Rage I/II 215GT [Mach64 GT] rev 65, Mem @ 0xa9000000/24, 0xa8800000/12, I/O @ 0xb400/8, BIOS @ 0xaffc0000/17
(–) PCI:*(1:0:0) ATI Technologies Inc RV350 AP [Radeon 9600] rev 0, Mem @ 0xd0000000/28, 0xaf000000/16, I/O @ 0xd800/8, BIOS @ 0xcffe0000/17
(–) PCI: (1:0:1) ATI Technologies Inc RV350 AP [Radeon 9600] (Secondary) rev 0, Mem @ 0xb0000000/28, 0xae800000/16
(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) MXB
[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 0xefffffff to 0xdfffffff
(II) Active PCI resource ranges:
[0] -1 0 0xa7800000 - 0xa78000ff (0x100) MX[B]
[1] -1 0 0xa8000000 - 0xa80000ff (0x100) MX[B]
[2] -1 0 0xaa800000 - 0xaa800fff (0x1000) MX[B]
[3] -1 0 0xab000000 - 0xabffffff (0x1000000) MX[B]
[4] -1 0 0xac000000 - 0xacffffff (0x1000000) MX[B]
[5] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[6] -1 0 0xae800000 - 0xae80ffff (0x10000) MXB
[7] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MXB
[8] -1 0 0xcffe0000 - 0xcfffffff (0x20000) MXB
[9] -1 0 0xaf000000 - 0xaf00ffff (0x10000) MXB
[10] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MXB
[11] -1 0 0xad000000 - 0xadffffff (0x1000000) MXB
[12] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]
[13] -1 0 0x00009400 - 0x0000940f (0x10) IX[B]
[14] -1 0 0x00009800 - 0x0000981f (0x20) IX[B]
[15] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[B]
[16] -1 0 0x0000a400 - 0x0000a41f (0x20) IX[B]
[17] -1 0 0x0000a800 - 0x0000a807 (0x8) IX[B]
[18] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[19] -1 0 0x0000d800 - 0x0000d8ff (0x100) IXB
(II) Inactive PCI resource ranges:
[0] -1 0 0xaffc0000 - 0xaffdffff (0x20000) MXB
[1] -1 0 0xa8800000 - 0xa8800fff (0x1000) MXB
[2] -1 0 0xa9000000 - 0xa9ffffff (0x1000000) MXB
[3] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]
[4] -1 0 0x0000b400 - 0x0000b4ff (0x100) IXB
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xa7800000 - 0xa78000ff (0x100) MX[B]
[1] -1 0 0xa8000000 - 0xa80000ff (0x100) MX[B]
[2] -1 0 0xaa800000 - 0xaa800fff (0x1000) MX[B]
[3] -1 0 0xab000000 - 0xabffffff (0x1000000) MX[B]
[4] -1 0 0xac000000 - 0xacffffff (0x1000000) MX[B]
[5] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[6] -1 0 0xae800000 - 0xae80ffff (0x10000) MXB
[7] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MXB
[8] -1 0 0xcffe0000 - 0xcfffffff (0x20000) MXB
[9] -1 0 0xaf000000 - 0xaf00ffff (0x10000) MXB
[10] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MXB
[11] -1 0 0xad000000 - 0xadffffff (0x1000000) MXB
[12] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]
[13] -1 0 0x00009400 - 0x0000940f (0x10) IX[B]
[14] -1 0 0x00009800 - 0x0000981f (0x20) IX[B]
[15] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[B]
[16] -1 0 0x0000a400 - 0x0000a41f (0x20) IX[B]
[17] -1 0 0x0000a800 - 0x0000a807 (0x8) IX[B]
[18] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[19] -1 0 0x0000d800 - 0x0000d8ff (0x100) IXB
(II) Inactive PCI resource ranges after removing overlaps:
[0] -1 0 0xaffc0000 - 0xaffdffff (0x20000) MXB
[1] -1 0 0xa8800000 - 0xa8800fff (0x1000) MXB
[2] -1 0 0xa9000000 - 0xa9ffffff (0x1000000) MXB
[3] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]
[4] -1 0 0x0000b400 - 0x0000b4ff (0x100) IXB
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MXB
[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) MXB
[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 0xa7800000 - 0xa78000ff (0x100) MX[B]
[6] -1 0 0xa8000000 - 0xa80000ff (0x100) MX[B]
[7] -1 0 0xaa800000 - 0xaa800fff (0x1000) MX[B]
[8] -1 0 0xab000000 - 0xabffffff (0x1000000) MX[B]
[9] -1 0 0xac000000 - 0xacffffff (0x1000000) MX[B]
[10] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[11] -1 0 0xae800000 - 0xae80ffff (0x10000) MXB
[12] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MXB
[13] -1 0 0xcffe0000 - 0xcfffffff (0x20000) MXB
[14] -1 0 0xaf000000 - 0xaf00ffff (0x10000) MXB
[15] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MXB
[16] -1 0 0xad000000 - 0xadffffff (0x1000000) MXB
[17] -1 0 0xaffc0000 - 0xaffdffff (0x20000) MXB
[18] -1 0 0xa8800000 - 0xa8800fff (0x1000) MXB
[19] -1 0 0xa9000000 - 0xa9ffffff (0x1000000) MXB
[20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[21] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[22] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]
[23] -1 0 0x00009400 - 0x0000940f (0x10) IX[B]
[24] -1 0 0x00009800 - 0x0000981f (0x20) IX[B]
[25] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[B]
[26] -1 0 0x0000a400 - 0x0000a41f (0x20) IX[B]
[27] -1 0 0x0000a800 - 0x0000a807 (0x8) IX[B]
[28] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[29] -1 0 0x0000d800 - 0x0000d8ff (0x100) IXB
[30] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]
[31] -1 0 0x0000b400 - 0x0000b4ff (0x100) IXB
(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: “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: “ati”
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.so
(II) Module ati: vendor="X.Org Foundation"
compiled for 6.9.0, module version = 6.5.7
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 0.8
(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: “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) ATI: ATI driver (version 6.5.7) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets:
ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
ATI Rage 128 Pro GL PA (AGP?), ATI Rage 128 Pro GL PB (AGP?),
ATI Rage 128 Pro GL PC (AGP?), ATI Rage 128 Pro GL PD (PCI),
ATI Rage 128 Pro GL PE (AGP?), ATI Rage 128 Pro GL PF (AGP),
ATI Rage 128 Pro VR PG (AGP?), ATI Rage 128 Pro VR PH (AGP?),
ATI Rage 128 Pro VR PI (AGP?), ATI Rage 128 Pro VR PJ (AGP?),
ATI Rage 128 Pro VR PK (AGP?), ATI Rage 128 Pro VR PL (AGP?),
ATI Rage 128 Pro VR PM (AGP?), ATI Rage 128 Pro VR PN (AGP?),
ATI Rage 128 Pro VR PO (AGP?), ATI Rage 128 Pro VR PP (PCI),
ATI Rage 128 Pro VR PQ (AGP?), ATI Rage 128 Pro VR PR (PCI),
ATI Rage 128 Pro VR PS (AGP?), ATI Rage 128 Pro VR PT (AGP?),
ATI Rage 128 Pro VR PU (AGP?), ATI Rage 128 Pro VR PV (AGP?),
ATI Rage 128 Pro VR PW (AGP?), ATI Rage 128 Pro VR PX (AGP?),
ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (AGP?),
ATI Rage 128 4X SF (AGP?), ATI Rage 128 4X SG (AGP?),
ATI Rage 128 4X SH (AGP?), ATI Rage 128 4X SK (AGP?),
ATI Rage 128 4X SL (AGP?), ATI Rage 128 4X SM (AGP),
ATI Rage 128 4X SN (AGP?), ATI Rage 128 Pro ULTRA TF (AGP),
ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
ATI Rage 128 Pro ULTRA TU (AGP?)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
ATI ES1000 515E (PCI), ATI ES1000 5969 (PCI),
ATI Radeon Mobility M7 LW (AGP),
ATI Mobility FireGL 7800 M7 LX (AGP),
ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
ATI Radeon IGP330/340/350 (A4) 4137,
ATI Radeon IGP330M/340M/350M (U2) 4337,
ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
ATI Radeon Mobility 9000 (M9) Lf (AGP),
ATI Radeon Mobility 9000 (M9) Lg (AGP),
ATI Radeon 9100 IGP (A5) 5834,
ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
ATI Radeon Mobility 9200 IGP 7835, ATI Radeon 9200PRO 5960 (AGP),
ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9700 NF (AGP),
ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),
ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
ATI FireGL RV360 AV (AGP),
ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
ATI Radeon Mobility 9600 (M10) NQ (AGP),
ATI Radeon Mobility 9600 (M11) NR (AGP),
ATI Radeon Mobility 9600 (M10) NS (AGP),
ATI FireGL Mobility T2 (M10) NT (AGP),
ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon 9650,
ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP),
ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP),
ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
ATI Radeon X600 (RV380) 3E50 (PCIE),
ATI FireGL V3200 (RV380) 3E54 (PCIE),
ATI Radeon Mobility X600 (M24) 3150 (PCIE),
ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),
ATI Radeon X600 (RV370) 5B62 (PCIE),
ATI FireGL V3100 (RV370) 5B64 (PCIE),
ATI FireGL D1100 (RV370) 5B65 (PCIE),
ATI Radeon Mobility M300 (M22) 5460 (PCIE),
ATI FireGL M22 GL 5464 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE),
ATI Radeon XPRESS 200M 5A42 (PCIE),
ATI Radeon XPRESS 200 5A61 (PCIE),
ATI Radeon XPRESS 200M 5A62 (PCIE),
ATI Radeon XPRESS 200 5954 (PCIE),
ATI Radeon XPRESS 200M 5955 (PCIE),
ATI Radeon XPRESS 200 5974 (PCIE),
ATI Radeon XPRESS 200M 5975 (PCIE), ATI FireGL V5000 (RV410) (PCIE),
ATI Mobility FireGL V5000 (M26) (PCIE),
ATI Mobility FireGL V5000 (M26) (PCIE),
ATI Mobility Radeon X700 (M26) (PCIE),
ATI Mobility Radeon X700 (M26) (PCIE),
ATI Radeon X700 PRO (RV410) (PCIE),
ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE),
ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP),
ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
ATI Radeon Mobility 9800 (M18) JN (AGP),
ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 SE (R420) (AGP),
ATI Radeon X800 (R423) UH (PCIE),
ATI Radeon X800PRO (R423) UI (PCIE),
ATI Radeon X800LE (R423) UJ (PCIE),
ATI Radeon X800SE (R423) UK (PCIE),
ATI FireGL V7200 (R423) UQ (PCIE), ATI FireGL V5100 (R423) UR (PCIE),
ATI FireGL V7100 (R423) UT (PCIE),
ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V7100 (R423) (PCIE),
ATI Mobility FireGL V5100 (M28) (PCIE),
ATI Mobility Radeon X800 (M28) (PCIE),
ATI Mobility Radeon X800 XT (M28) (PCIE),
ATI Radeon X800 (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 XTP (R430) (PCIE),
ATI Radeon X850 5D4C (PCIE), ATI Radeon FireGL (R480) GL 5D50 (PCIE),
ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
ATI Radeon X850 XT (R480) (PCIE),
ATI Radeon X850 XT PE (R480) (PCIE),
ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP)
(II) Primary Device is: PCI 01:00:0
(II) ATI: Candidate “Device” section “Ati 9600 Pro”.
(II) ATI: Shared PCI/AGP Mach64 in slot 0:14:0 detected.
(WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found
(–) Chipset ATI Radeon 9600 AP (AGP) found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MXB
[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 0xa7800000 - 0xa78000ff (0x100) MX[B]
[6] -1 0 0xa8000000 - 0xa80000ff (0x100) MX[B]
[7] -1 0 0xaa800000 - 0xaa800fff (0x1000) MX[B]
[8] -1 0 0xab000000 - 0xabffffff (0x1000000) MX[B]
[9] -1 0 0xac000000 - 0xacffffff (0x1000000) MX[B]
[10] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[11] -1 0 0xae800000 - 0xae80ffff (0x10000) MXB
[12] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MXB
[13] -1 0 0xcffe0000 - 0xcfffffff (0x20000) MXB
[14] -1 0 0xaf000000 - 0xaf00ffff (0x10000) MXB
[15] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MXB
[16] -1 0 0xad000000 - 0xadffffff (0x1000000) MXB
[17] -1 0 0xaffc0000 - 0xaffdffff (0x20000) MXB
[18] -1 0 0xa8800000 - 0xa8800fff (0x1000) MXB
[19] -1 0 0xa9000000 - 0xa9ffffff (0x1000000) MXB
[20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[21] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[22] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]
[23] -1 0 0x00009400 - 0x0000940f (0x10) IX[B]
[24] -1 0 0x00009800 - 0x0000981f (0x20) IX[B]
[25] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[B]
[26] -1 0 0x0000a400 - 0x0000a41f (0x20) IX[B]
[27] -1 0 0x0000a800 - 0x0000a807 (0x8) IX[B]
[28] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[29] -1 0 0x0000d800 - 0x0000d8ff (0x100) IXB
[30] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]
[31] -1 0 0x0000b400 - 0x0000b4ff (0x100) IXB
(II) Loading sub module “radeon”
(II) LoadModule: “radeon”
(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
compiled for 6.9.0, module version = 4.0.3
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 0.8
(II) resource ranges after probing:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MXB
[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 0xa7800000 - 0xa78000ff (0x100) MX[B]
[6] -1 0 0xa8000000 - 0xa80000ff (0x100) MX[B]
[7] -1 0 0xaa800000 - 0xaa800fff (0x1000) MX[B]
[8] -1 0 0xab000000 - 0xabffffff (0x1000000) MX[B]
[9] -1 0 0xac000000 - 0xacffffff (0x1000000) MX[B]
[10] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[11] -1 0 0xae800000 - 0xae80ffff (0x10000) MXB
[12] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MXB
[13] -1 0 0xcffe0000 - 0xcfffffff (0x20000) MXB
[14] -1 0 0xaf000000 - 0xaf00ffff (0x10000) MXB
[15] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MXB
[16] -1 0 0xad000000 - 0xadffffff (0x1000000) MXB
[17] -1 0 0xaffc0000 - 0xaffdffff (0x20000) MXB
[18] -1 0 0xa8800000 - 0xa8800fff (0x1000) MXB
[19] -1 0 0xa9000000 - 0xa9ffffff (0x1000000) MXB
[20] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[21] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[22] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[23] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[24] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[25] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]
[26] -1 0 0x00009400 - 0x0000940f (0x10) IX[B]
[27] -1 0 0x00009800 - 0x0000981f (0x20) IX[B]
[28] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[B]
[29] -1 0 0x0000a400 - 0x0000a41f (0x20) IX[B]
[30] -1 0 0x0000a800 - 0x0000a807 (0x8) IX[B]
[31] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[32] -1 0 0x0000d800 - 0x0000d8ff (0x100) IXB
[33] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]
[34] -1 0 0x0000b400 - 0x0000b4ff (0x100) IXB
[35] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[36] 1 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) RADEON(0): MMIO registers at 0xaf000000
(II) RADEON(0): PCI bus 1 card 0 func 0
() RADEON(0): Depth 24, (–) framebuffer bpp 32
(II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(
) RADEON(0): Option “SWcursor”
(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
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) RADEON(0): RGB weight 888
(II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
(II) Loading sub module “int10”
(II) LoadModule: “int10”
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.so
(II) RADEON(0): initializing int10
() RADEON(0): Option “NoINT10” “True”
(–) RADEON(0): Chipset: “ATI Radeon 9600 AP (AGP)” (ChipID = 0x4150)
(–) RADEON(0): Linear framebuffer at 0xd0000000
(–) RADEON(0): BIOS at 0xcffe0000
(–) RADEON(0): VideoRAM: 131072 kByte (128 bit DDR SDRAM)
(II) RADEON(0): AGP card detected
(II) RADEON(0): Color tiling disabled
(II) Loading sub module “ddc”
(II) LoadModule: “ddc”
(II) Reloading /usr/X11R6/lib/modules/libddc.so
(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) RADEON(0): I2C bus “DDC” initialized.
(WW) RADEON(0): Video BIOS not detected in PCI space!
(WW) RADEON(0): Attempting to read Video BIOS from legacy ISA space!
(II) RADEON(0): Legacy BIOS detected
(II) RADEON(0): Connector0: DDCType-2, DACType-1, TMDSType-0, ConnectorType-3
(II) RADEON(0): Connector1: DDCType-3, DACType-0, TMDSType–1, ConnectorType-2
(II) RADEON(0): I2C device “DDC:ddc2” registered at address 0xA0.
(II) RADEON(0): I2C device “DDC:ddc2” removed.
(II) RADEON(0): I2C device “DDC:ddc2” registered at address 0xA0.
(II) RADEON(0): I2C device “DDC:ddc2” removed.
(II) RADEON(0): I2C device “DDC:ddc2” registered at address 0xA0.
(II) RADEON(0): I2C device “DDC:ddc2” removed.
(II) RADEON(0): DDC Type: 2, Detected Type: 0
(II) RADEON(0): I2C device “DDC:ddc2” registered at address 0xA0.
(II) RADEON(0): I2C device “DDC:ddc2” removed.
(II) RADEON(0): DDC Type: 3, Detected Type: 1
(II) RADEON(0): EDID data from the display on port 2-----------------------
(II) RADEON(0): Manufacturer: GSM Model: 4365 Serial#: 146224
(II) RADEON(0): Year: 2003 Week: 42
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
(II) RADEON(0): Signal levels configurable
(II) RADEON(0): Sync: Separate
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 32 vert.: 24
(II) RADEON(0): Gamma: 2.81
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) RADEON(0): First detailed timing not preferred mode in violation of standard!(II) RADEON(0): redX: 0.636 redY: 0.327 greenX: 0.278 greenY: 0.600
(II) RADEON(0): blueX: 0.145 blueY: 0.064 whiteX: 0.283 whiteY: 0.298
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 720x400@88Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@67Hz
(II) RADEON(0): 640x480@72Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@56Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@72Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 832x624@75Hz
(II) RADEON(0): 1024x768@87Hz (interlaced)
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@70Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1152x870@75Hz
(II) RADEON(0): Manufacturer’s mask: 0
(II) RADEON(0): Supported Future Video Modes:
(II) RADEON(0): #0: hsize: 640 vsize 480 refresh: 75 vid: 20273
(II) RADEON(0): #1: hsize: 640 vsize 480 refresh: 85 vid: 22833
(II) RADEON(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
(II) RADEON(0): #3: hsize: 800 vsize 600 refresh: 85 vid: 22853
(II) RADEON(0): #4: hsize: 1024 vsize 768 refresh: 75 vid: 20321
(II) RADEON(0): #5: hsize: 1024 vsize 768 refresh: 85 vid: 22881
(II) RADEON(0): #6: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
(II) RADEON(0): #7: hsize: 832 vsize 624 refresh: 75 vid: 20297
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 94.5 MHz Image Size: 310 x 230 mm
(II) RADEON(0): h_active: 1024 h_sync: 1072 h_sync_end 1168 h_blank_end 1376 h_border: 0
(II) RADEON(0): v_active: 768 v_sync: 769 v_sync_end 772 v_blanking: 808 v_border: 0
(II) RADEON(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 71 kHz, PixClock max 110 MHz
(II) RADEON(0): Monitor name: T710B
(II) RADEON(0): Monitor name:
(II) RADEON(0):
(II) RADEON(0): Primary:
Monitor – CRT
Connector – VGA
DAC Type – Primary
TMDS Type – NONE
DDC Type – VGA_DDC
(II) RADEON(0): Secondary:
Monitor – NONE
Connector – DVI-I
DAC Type – TVDAC/ExtDAC
TMDS Type – Internal
DDC Type – DVI_DDC
(II) RADEON(0): PLL parameters: rf=2700 rd=12 min=20000 max=40000; xclk=20300
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Validating modes on Primary head ---------
(II) RADEON(0): Monitor0: Using hsync range of 30.00-70.00 kHz
(II) RADEON(0): Monitor0: Using vrefresh range of 50.00-160.00 Hz
(II) RADEON(0): Clock range: 20.00 to 400.00 MHz
(WW) (1024x768,Monitor0) mode clock 113.309MHz exceeds DDC maximum 110MHz
(II) RADEON(0): Not using mode “1024x768” (hsync out of range)
(II) RADEON(0): Not using default mode “320x175” (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode “320x200” (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode “360x200” (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode “320x240” (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode “320x240” (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode “320x240” (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode “320x240” (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode “400x300” (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode “512x384” (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode “512x384” (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode “512x384” (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode “512x384” (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode “576x432” (bad mode clock/interlace/doublescan)
(WW) (1280x960,Monitor0) mode clock 148.5MHz exceeds DDC maximum 110MHz
(II) RADEON(0): Not using default mode “1280x960” (hsync out of range)
(II) RADEON(0): Not using default mode “640x512” (bad mode clock/interlace/doublescan)
(WW) (1280x1024,Monitor0) mode clock 135MHz exceeds DDC maximum 110MHz
(II) RADEON(0): Not using default mode “1280x1024” (hsync out of range)
(II) RADEON(0): Not using default mode “640x512” (bad mode clock/interlace/doublescan)
(WW) (1280x1024,Monitor0) mode clock 157.5MHz exceeds DDC maximum 110MHz
(II) RADEON(0): Not using default mode “1280x1024” (hsync out of range)
(II) RADEON(0): Not using default mode “640x512” (bad mode clock/interlace/doublescan)
(WW) (1600x1200,Monitor0) mode clock 162MHz exceeds DDC maximum 110MHz
(II) RADEON(0): Not using default mode “1600x1200” (hsync out of range)
(WW) (1600x1200,Monitor0) mode clock 175.5MHz exceeds DDC maximum 110MHz
(II) RADEON(0): Not using default mode “1600x1200” (hsync out of range)
(WW) (1600x1200,Monitor0) mode clock 189MHz exceeds DDC maximum 110MHz
(II) RADEON(0): Not using default mode “1600x1200” (hsync out of range)
(WW) (1600x1200,Monitor0) mode clock 202.5MHz exceeds DDC maximum 110MHz
(II) RADEON(0): Not using default mode “1600x1200” (hsync out of range)
(WW) (1600x1200,Monitor0) mode clock 229.5MHz exceeds DDC maximum 110MHz
(II) RADEON(0): Not using default mode “1600x1200” (hsync out of range)
(WW) (1792x1344,Monitor0) mode clock 204.8MHz exceeds DDC maximum 110MHz
(II) RADEON(0): Not using default mode “1792x1344” (hsync out of range)
(II) RADEON(0): Not using default mode “896x672” (bad mode clock/interlace/doublescan)
(WW) (1792x1344,Monitor0) mode clock 261MHz exceeds DDC maximum 110MHz
(II) RADEON(0): Not using default mode “1792x1344” (hsync out of range)
(II) RADEON(0): Not using default mode “896x672” (bad mode clock/interlace/doublescan)
(WW) (1856x1392,Monitor0) mode clock 218.3MHz exceeds DDC maximum 110MHz
(II) RADEON(0): Not using default mode “1856x1392” (hsync out of range)
(II) RADEON(0): Not using default mode “928x696” (bad mode clock/interlace/doublescan)
(WW) (1856x1392,Monitor0) mode clock 288MHz exceeds DDC maximum 110MHz
(II) RADEON(0): Not using default mode “1856x1392” (hsync out of range)
(II) RADEON(0): Not using default mode “928x696” (bad mode clock/interlace/doublescan)
(WW) (1920x1440,Monitor0) mode clock 234MHz exceeds DDC maximum 110MHz
(II) RADEON(0): Not using default mode “1920x1440” (hsync out of range)
(II) RADEON(0): Not using default mode “960x720” (bad mode clock/interlace/doublescan)
(WW) (1920x1440,Monitor0) mode clock 297MHz exceeds DDC maximum 110MHz
(II) RADEON(0): Not using default mode “1920x1440” (hsync out of range)
(II) RADEON(0): Not using default mode “960x720” (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode “640x384” (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode “640x400” (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode “576x384” (bad mode clock/interlace/doublescan)
(WW) (1152x864,Monitor0) mode clock 121.5MHz exceeds DDC maximum 110MHz
(II) RADEON(0): Not using default mode “1152x864” (hsync out of range)
(II) RADEON(0): Not using default mode “576x432” (bad mode clock/interlace/doublescan)
(WW) (1400x1050,Monitor0) mode clock 122MHz exceeds DDC maximum 110MHz
(II) RADEON(0): Not using default mode “700x525” (bad mode clock/interlace/doublescan)
(WW) (1400x1050,Monitor0) mode clock 151MHz exceeds DDC maximum 110MHz
(II) RADEON(0): Not using default mode “1400x1050” (hsync out of range)
(II) RADEON(0): Not using default mode “700x525” (bad mode clock/interlace/doublescan)
(WW) (1400x1050,Monitor0) mode clock 155.8MHz exceeds DDC maximum 110MHz
(II) RADEON(0): Not using default mode “1400x1050” (hsync out of range)
(II) RADEON(0): Not using default mode “700x525” (bad mode clock/interlace/doublescan)
(WW) (1400x1050,Monitor0) mode clock 184MHz exceeds DDC maximum 110MHz
(II) RADEON(0): Not using default mode “1400x1050” (hsync out of range)
(II) RADEON(0): Not using default mode “700x525” (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode “720x450” (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode “800x512” (bad mode clock/interlace/doublescan)
(WW) (1680x1050,Monitor0) mode clock 147.14MHz exceeds DDC maximum 110MHz
(II) RADEON(0): Not using default mode “840x525” (bad mode clock/interlace/doublescan)
(WW) (1920x1200,Monitor0) mode clock 193.16MHz exceeds DDC maximum 110MHz
(II) RADEON(0): Not using default mode “1920x1200” (hsync out of range)
(II) RADEON(0): Not using default mode “960x600” (bad mode clock/interlace/doublescan)
(WW) (1920x1200,Monitor0) mode clock 230MHz exceeds DDC maximum 110MHz
(II) RADEON(0): Not using default mode “1920x1200” (hsync out of range)
(II) RADEON(0): Not using default mode “960x600” (bad mode clock/interlace/doublescan)
(WW) (1920x1440,Monitor0) mode clock 341.35MHz exceeds DDC maximum 110MHz
(II) RADEON(0): Not using default mode “1920x1440” (hsync out of range)
(II) RADEON(0): Not using default mode “960x720” (bad mode clock/interlace/doublescan)
(WW) (2048x1536,Monitor0) mode clock 266.95MHz exceeds DDC maximum 110MHz
(II) RADEON(0): Not using default mode “2048x1536” (hsync out of range)
(WW) (2048x1536,Monitor0) mode clock 340.48MHz exceeds DDC maximum 110MHz
(II) RADEON(0): Not using default mode “2048x1536” (hsync out of range)
(WW) (2048x1536,Monitor0) mode clock 388.04MHz exceeds DDC maximum 110MHz
(II) RADEON(0): Not using default mode “2048x1536” (hsync out of range)
(II) RADEON(0): Not using mode “1024x768” (no mode of this name)
(II) RADEON(0): Not using default mode “1680x1050” (width too large for virtual size)
(II) RADEON(0): Not using default mode “1400x1050” (width too large for virtual size)
(II) RADEON(0): Not using default mode “1280x1024” (width too large for virtual size)
(II) RADEON(0): Not using default mode “1440x900” (width too large for virtual size)
(II) RADEON(0): Not using default mode “1280x960” (width too large for virtual size)
(II) RADEON(0): Not using default mode “1280x800” (width too large for virtual size)
(II) RADEON(0): Not using default mode “1280x768” (width too large for virtual size)
(–) RADEON(0): Virtual size is 1152x864 (pitch 1152)
(
) RADEON(0): *Default mode “1152x864”: 108.0 MHz, 67.5 kHz, 75.0 Hz
(II) RADEON(0): Modeline “1152x864” 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
() RADEON(0): *Mode “800x600”: 68.2 MHz, 63.6 kHz, 100.0 Hz
(II) RADEON(0): Modeline “800x600” 68.18 800 848 936 1072 600 601 604 636 +hsync +vsync
(
) RADEON(0): *Mode “640x480”: 43.2 MHz, 50.9 kHz, 100.0 Hz
(II) RADEON(0): Modeline “640x480” 43.16 640 680 744 848 480 481 484 509 +hsync +vsync
() RADEON(0): Default mode “1152x768”: 65.0 MHz, 44.2 kHz, 54.8 Hz
(II) RADEON(0): Modeline “1152x768” 65.00 1152 1178 1314 1472 768 771 777 806 +hsync +vsync
(
) RADEON(0): Default mode “832x624”: 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) RADEON(0): Modeline “832x624” 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync
() RADEON(0): Mode “768x576”: 53.2 MHz, 51.5 kHz, 85.2 Hz
(II) RADEON(0): Modeline “768x576” 53.18 768 800 1000 1032 576 586 594 605
(
) RADEON(0): Default mode “720x400”: 35.5 MHz, 37.9 kHz, 85.0 Hz
(II) RADEON(0): Modeline “720x400” 35.50 720 756 828 936 400 401 404 446 -hsync +vsync
() RADEON(0): Default mode “640x400”: 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) RADEON(0): Modeline “640x400” 31.50 640 672 736 832 400 401 404 445 -hsync +vsync
(
) RADEON(0): Default mode “640x350”: 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) RADEON(0): Modeline “640x350” 31.50 640 672 736 832 350 382 385 445 +hsync -vsync
() RADEON(0): Default mode “512x384”: 22.4 MHz, 35.5 kHz, 86.6 Hz (D)
(II) RADEON(0): Modeline “512x384” 22.45 512 516 604 632 384 384 388 409 interlace doublescan +hsync +vsync
(
) RADEON(0): Default mode “416x312”: 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(II) RADEON(0): Modeline “416x312” 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync
() RADEON(0): Default mode “400x300”: 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
(II) RADEON(0): Modeline “400x300” 28.15 400 416 448 524 300 300 302 315 doublescan +hsync +vsync
(
) RADEON(0): Default mode “400x300”: 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(II) RADEON(0): Modeline “400x300” 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync
() RADEON(0): Default mode “400x300”: 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(II) RADEON(0): Modeline “400x300” 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync
(
) RADEON(0): Default mode “400x300”: 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) RADEON(0): Modeline “400x300” 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync
(++) RADEON(0): DPI set to (96, 96)
(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
(==) RADEON(0): Using XAA acceleration architecture
(II) Loading sub module “xaa”
(II) LoadModule: “xaa”
(II) Loading /usr/X11R6/lib/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
compiled fo

Ta section "input device me semble un peu faible.
Pour info, voilà la mienne :

[code]Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "fr"
EndSection

[/code][/code][/quote]

Ton Layout X est bon, mais qu’en est il des règlages de ton windows manager ?
As tu essayé de lancer une session “failsafe” pour voir si le règlage concerne bien X windows, et pas le wm ?

oups, je vois qu’il manque des lignes a mon fichier de log, je poste la fin des que je repasse chez moi.

@ricardo : avec ta config, ca marche bien. Par contre ca ne me plait pas car le driver est “keyboard” alors que je voudrais utiliser “evdev” pour pouvoir utiliser 2 servers X avec 2 claviers etc…

@MattOTop : je vais regarder ce que donne une session en failsafe.
pour info mon wm est enlightenment.

en failsafe, idem, mon clavier est en qwerty.

voici ce que j’ai dans mes logs Xorg :

[.....]
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Generic Keyboard: Device: "/dev/input/event1"
(II) Generic Keyboard: Found keys
(II) Generic Keyboard: Configuring as keyboard
(**) Option "Protocol" "ImPS/2"
(**) Mouse: Device: "/dev/input/mice"
(**) Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(==) Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse: ZAxisMapping: buttons 4 and 5
(**) Mouse: Buttons: 9
(II) XINPUT: Adding extended input device "Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(II) 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
Couldn't compile keymap file

de plus lorsque je lance X a partir d’une console tty, il me dit :

The XKEYBOARD keymap compiler (xkbcomp) reports: 
> Error:  Can't find file "unknown" for geometry include
>         Exiting
>         Abandonning geometry file "default"
Errors from xkbcomp are not fatale to the X server

questions à priori sans impact: en console tu es comment ?
Tu as reconfiguré console-data, pour voir ?
(sans grand espoir, ce n’est pas censé être lié, mais bon)

et en dépannage, configurer enlightment en azerty ?

bon, en regardant ICI
j’ai vu que la section devait plutôt ressembler à [code]Section "InputDevice"
Identifier "Generic Keyboard 0"
Driver “kbd”

    # Change the value of the "Dev Phys" option to the physical
    # address of the corresponding keyboard, found in the file
    # /proc/bus/input/devices .
    Option          "Protocol"      "evdev"
    Option          "Dev Phys"      "***"

    # Configure your keyboard as usual
    Option          "XkbRules"      "xorg"
    Option          "XkbModel"      "pc105"
    Option          "XkbLayout"     "fr"
    Option          "CoreKeyboard"

EndSection[/code]
où *** désigne le physdev (genre “isa0060/serio0/input0”), que tu peux trouver dans /proc/bus/input/devices (toujours à la même URL).
Dis moi, tu les a faites les 15 secondes de recherche sur Google qui m’ont permis de trouver ça ? :wink:

en console je suis bien en azerty
oui j’ai reconfiguré console-data et pas mieux.

Merci pour le lien. J’avais effectué plus de que 15 sec de recherche sur google mais pas sur evdev directement :frowning:
il y a alors plusieurs maniere de configurer ce InputDevice. Je teste ca ce soir.
Merci !

Tu as locales d’installé ? Je comprend pas j’ai upgrader Xorg en 6.9 et j’ai pas eu de problème … Tu l’as installé en testing directement ?

Sinon je crois que ça vient aussi du fichier .bashrc :

[quote]alias ls=‘ls --color=auto’
PS1=’[\033[01;33m]\t [\033[01;31m]\u [\033[01;34m]\W $ [\033[00m]’

export LANG="fr_FR@euro"
export LANGUAGE="fr_FR:fr:ex:C"
export LC_ALL=“fr_FR@euro”[/quote]

Si ça peut t’aider … Bonne chance.

@MattOTop : avec ce qui est dit dans ce Howto, X ne demarre pas :

code Initializing built-in extension XEVIE
() Option “CoreKeyboard”
(
) Generic Keyboard: Core Keyboard
() Option “Protocol” “evdev”
(EE) “evdev” is not a valid keyboard protocol name
(EE) PreInit failed for input device “Generic Keyboard”
(II) UnloadModule: “kbd”
(
) Option “Protocol” “ImPS/2”
() Mouse: Device: “/dev/input/mice”
(
) Mouse: Protocol: “ImPS/2”
() Option “CorePointer”
(
) Mouse: Core Pointer
() Option “Device” “/dev/input/mice”
(==) Mouse: Emulate3Buttons, Emulate3Timeout: 50
(
) Option “ZAxisMapping” “4 5”
() Mouse: ZAxisMapping: buttons 4 and 5
(
) Mouse: Buttons: 9
(II) XINPUT: Adding extended input device “Mouse” (type: MOUSE)
(II) Mouse: ps2EnableDataReporting: succeeded
No core keyboard

Fatal server error:
failed to initialize core devices
[/code]

@Deusexodus : oui j’ai locales d’installé. Je suis d’abord passé par unstable puis ensuite en testing.
tu peux me passer un extrait de ton xorg.conf concernant les input devices stp ?

Pour ce qui est de mes input devices :

[quote]Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "fr"
Option “XkbVariant” ""
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/input/mice"
Option “Protocol” "ImPS/2"
Option “Emulate3Buttons” "true"
Option “ZAxisMapping” "4 5"
EndSection[/quote]

Merci deusexodus, mais le problême est d’utiliser evdev.
Bon, j’ai vu qu’a partir d’Xorg 6.9, la syntaxe ressemblait à celle que tu as utilisée.
Il y a aussi plusieurs sources de composant evdev pour Xorg. Tu l’as pris là :
opensource.idealcorp.com/evdev/
ou là:
bugs.freedesktop.org/attachment.cgi?id=1745
?

Ben je t’avouerais que je n’ai rien fait de spécial. Juste passer en unstable et installer les drivers nvidia.

@+

Non DeusExodus: je répondais à gui69, qui est en train d’essayer d’installer “evdev”.
Il sait configurer un xorg “normal” merci :wink:

@Deusexodus : merci mais comme l’a dit MattOTop, j’essaie en vain d’utiliser evdev. Les inputs devices comme tu l’as ecrit marchent egalement tres bien chez moi.

@MattOTop : je n’ai pas choisi de driver evdev en particulier : j’utilise celui qui est present dans la distrib de xorg. J’utilise la version unstable de xorg et je n’ai pas l’impression qu’il faille installer un driver supplementaire.
Je vais tout de meme regarder cette piste.
Merci

lu grâce à apt-listchanges, lors d’un update:[quote]xorg-x11 (6.9.0.dfsg.1-3) unstable; urgency=low

  • Prior to this release, Debian’s version of XFree86 and Xorg used a custom
    version of evdev support. For this release, we are removing this version
    and going with the upstream version. If you are using evdev, you’ll have
    to add a ‘Load “evdev”’ line to your Module section of your xorg.conf. In
    addition, you’ll have to tell your input device that uses evdev to use the
    "evdev" Driver. The driver is documented in the evdev.4x manpage which is
    now included with xserver-xorg.

– David Nusinow dnusinow@debian.org Sun, 8 Jan 2006 20:28:15 -0500

xorg-x11 (6.9.0.dfsg.1-2) unstable; urgency=low

  • xkb went through significant changes for this release. If your old
    xorg.conf file had “xfree86” as the value for the “XkbRules” parameter in
    the InputDevice section for your keyboard, you’ll need to change the value
    to “xorg”. If you have additional problems, you may want to install the
    xkb-data package in place of the xlibs package, as it provides better
    support and it is planned to be the default set of xkb data files in
    Debian in the future.
  • Changes to ZAxisMapping were made to accomodate mice with more buttons.
    This may break things like mozilla’s scrolling with mouse buttons, so
    you’ll have to use xmodmap to re-map the buttons for these apps. See
    #343728 for more info.

– David Nusinow dnusinow@debian.org Wed, 4 Jan 2006 16:06:04 -0500
[/quote]
donc un ‘man evdev’ devrait te permettre d’avancer.