J’ai essayé de reconfigurer xorg.
[code]/etc/init.d/kdm stop
X -configure
cp /root/xorg.conf.new /etc/X11[/code]
J’ai apporté quelques modifications à mon fichier :
[ul]Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 “Screen0” 0 0
InputDevice “Mouse0” "CorePointer"
InputDevice “Keyboard0” "CoreKeyboard"
InputDevice "Synaptics Touchpad"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "glx"
Load "dri"
Load "record"
Load "extmod"
Load "dbe"
Load "dri2"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option “xkb_rules” "evdev"
Option “xkb_model” "pc105"
Option “xkb_layout” "fr"
Option “xkb_variant” "latin9"
Option “xkb_options” "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option “Protocol” "auto"
Option “Device” "/dev/input/mice"
Option “ZAxisMapping” "4 5 6 7"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option “SendCoreEvents” "true"
Option “Device” "/dev/psaux"
Option “Protocol” "auto-dev"
Option “HorizScrollDelta” "0"
Option “SHMConfig” "on"
EndSection
Section “Monitor”
#DisplaySize 300 230 # mm
Identifier "Monitor0"
VendorName "IDT"
ModelName "2"
EndSection
Section “Device”
### Available Driver options are:-
### Values: : integer, : float, : “True”/“False”,
### : “String”, : " Hz/kHz/MHz"
### [arg]: arg optional
#Option “NoAccel” # []
#Option “SWcursor” # []
#Option “Dac6Bit” # []
#Option “Dac8Bit” # []
#Option “BusType” # []
#Option “CPPIOMode” # []
#Option “CPusecTimeout” #
#Option “AGPMode” #
#Option “AGPFastWrite” # []
#Option “AGPSize” #
#Option “GARTSize” #
#Option “RingSize” #
#Option “BufferSize” #
#Option “EnableDepthMoves” # []
#Option “EnablePageFlip” # []
#Option “NoBackBuffer” # []
#Option “DMAForXv” # []
#Option “FBTexPercent” #
#Option “DepthBits” #
#Option “PCIAPERSize” #
#Option “AccelDFS” # []
#Option “IgnoreEDID” # []
#Option “DisplayPriority” # []
#Option “PanelSize” # []
#Option “ForceMinDotClock” #
#Option “ColorTiling” # []
#Option “VideoKey” #
#Option “RageTheatreCrystal” #
#Option “RageTheatreTunerPort” #
#Option “RageTheatreCompositePort” #
#Option “RageTheatreSVideoPort” #
#Option “TunerType” #
#Option “RageTheatreMicrocPath” #
#Option “RageTheatreMicrocType” #
#Option “ScalerWidth” #
#Option “RenderAccel” # []
#Option “SubPixelOrder” # []
#Option “ShowCache” # []
#Option “DynamicClocks” # []
#Option “VGAAccess” # []
#Option “ReverseDDC” # []
#Option “LVDSProbePLL” # []
#Option “AccelMethod” #
#Option “DRI” # []
#Option “ConnectorTable” #
#Option “DefaultConnectorTable” # []
#Option “DefaultTMDSPLL” # []
#Option “TVDACLoadDetect” # []
#Option “ForceTVOut” # []
#Option “TVStandard” #
#Option “IgnoreLidStatus” # []
#Option “DefaultTVDACAdj” # []
#Option “Int10” # []
#Option “EXAVSync” # []
#Option “ATOMTVOut” # []
#Option “R4xxATOM” # []
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "M9+ 5C61 [Radeon Mobility 9200 (AGP)]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
[/ul]
puis :
… mais toujours pas de touchpad et une moyenne de 10 secondes pour ouvrir une fenêtre.
Je vais repasser mon sources.list en “testing” et attendre la prochaine release de Xorg.
Merci pour vos réponses.