dans mon xorg.conf jai changer radeon par fglrx comme driver... maintenant ca marche... mais pour ce ki est du 3d ce nest pas suposrter... jaumerais avoir un xorg. de kelkun ki a une radeion PCI-Epress X??? svp... merci!! ou autre si vous savez comment regler le probleme...
Voilà (ATI Mobility Radeon X600 SE PCI Express) :
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "screen_monitor" 0 0
Screen 1 "screen_tv" Below "screen_monitor"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection
Section "ServerFlags"
Option "AIGLX" "true"
EndSection
Section "Module"
Load "record"
Load "extmod"
Load "dbe"
Load "dri"
Load "glx"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
Option "SHMConfig" "true"
Option "RightEdge" "5500"
Option "BottomEdge" "4500"
Option "MaxTapTime" "180"
Option "HorizScrollDelta" "10"
Option "VertScrollDelta" "100"
EndSection
Section "Monitor"
Identifier "monitor_monitor"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
HorizSync 30.0 - 110.0
EndSection
Section "Monitor"
Identifier "monitor_tv"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 50.0
VertRefresh 50.0 - 60.0
EndSection
Section "Device"
Identifier "device_monitor"
Driver "fglrx"
Option "KernelModuleParm" "agplock=0"
Option "UseInternalAGPGART" "no"
Screen 0
Option "VideoOverlay" "on"
EndSection
Section "Device"
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Identifier "device_tv"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "NoTV" "no"
Option "DesktopSetup" "0x00000000"
# === disable/enable XAA/DRI ===
Option "no_accel" "no"
Option "no_dri" "no"
# === TV-out Management ===
Option "TVStandard" "PAL-D"
Option "ConnectedMonitor" "TV"
Option "TVOutFormat" "Composite"
Option "TVHSizeAdj" "-10"
Option "TVVSizeAdj" "20"
Option "TVHPosAdj" "15"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "255"
Option "GammaCorrectionI" "0x06419064"
Option "GammaCorrectionII" "0x06419064"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
# === Video Overlay for the Xv extension ===
Option "OpenGLOverlay" "off"
# === Center Mode (Laptops only) ===
Option "CenterMode" "off"
# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals" "off"
# === QBS Management ===
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
# === FSAA Management ===
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
# === Misc Options ===
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "no"
Option "ForceGenericCPU" "no"
Option "mtrr" "off"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "screen_monitor"
Device "device_monitor"
Monitor "monitor_monitor"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Modes "1280x800" "1024x768" "800x600"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "screen_tv"
Device "device_tv"
Monitor "monitor_tv"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600" "Interlace"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Section "Extensions"
# Option "XVideo" "Disable"
Option "Composite" "Disable"
EndSection
(avec AIGLX, bien sur)