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

Re: XOrg.conf avec une ATI Mobility Radeon X600



salut,

fabricer@FR-PORT:~$ lspci | grep ATI
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility X700 (PCIE)

fabricer@FR-PORT:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI MOBILITY RADEON X700
OpenGL version string: 2.0.6747 (8.40.4)

fabricer@FR-PORT:~$ dpkg -al| grep fglrx
ii  fglrx-control 8.40.4-2
ii  fglrx-driver 8.40.4-2
ii  fglrx-driver-dev 8.40.4-2
ii  fglrx-kernel-2.6.22-2-686
ii  fglrx-kernel-src

construction du module fglrx avec module-assistant

fabricer@FR-PORT:~$ cat /etc/X11/xorg.conf
Section "ServerLayout"
        Identifier     "Default Layout"
        Screen         "Default Screen" 0 0
        InputDevice    "Generic Keyboard"
        InputDevice    "Configured Mouse"
        InputDevice    "Synaptics Touchpad"
EndSection

Section "ServerFlags"
        Option      "AIGLX" "off"
EndSection

Section "InputDevice"
        Identifier  "Generic Keyboard"
        Driver      "kbd"
        Option      "CoreKeyboard"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "fr"
EndSection

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

Section "InputDevice"
        Identifier  "Synaptics Touchpad"
        Driver      "synaptics"
        Option      "SendCoreEvents" "true"
        Option      "Device" "/dev/psaux"
        Option      "Protocol" "auto-dev"
        Option      "HorizScrollDelta" "0"
EndSection

Section "Monitor"
        Identifier   "Écran générique"
        HorizSync    30.0 - 70.0
        VertRefresh  50.0 - 160.0
        Option      "DPMS"
EndSection

Section "Device"
        Identifier  "ATI Technologies Inc Radeon Mobility X700 (PCIE)"
        Driver      "fglrx"
        Option      "TVFormat" "PAL-N"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device     "ATI Technologies Inc Radeon Mobility X700 (PCIE)"
        Monitor    "Écran générique"
        DefaultDepth     24
        SubSection "Display"
                Modes    "1280x800" "800x600"
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection

Section "Extensions"
        Option      "Composite" "Disable"
        Option      "RENDER" "Enable"
EndSection


fabricer@FR-PORT:~$ glxinfo | grep direct
direct rendering: Yes

euh quoi d'autre ?

Si je me rappelle bien, pour faire tourner compiz, il faut utiliser le driver libre plutôt que fglrx.

En espèrant que ça aide ;)

a+

f.


David BERCOT wrote:
Bonjour,

Bon, avant de régler mon problème Compiz, il faudrait d'abord que ma
carte graphique marche correctement. Et là, ce n'est pas le cas ;-)

J'ai donc une ATI Mobility Radeon X600 pour laquelle je viens de passer
2 heures à faire plein d'essais : drivers de base, drivers proprio ATI
(v8.42.3 téléchargé depuis chez eux), drivers fglrx, sans succès !!!
Je fais des modifications dans la section "Module", etc..., etc...,
sans résultat. J'ai toujours :
glxinfo | grep direct
direct rendering: No (If you want to find out why, try setting
LIBGL_DEBUG=verbose)

Est-ce qu'une âme charitable aurait la patience de m'éclairer 2
secondes ?

Merci d'avance.

David.



Reply to: