salut,

Pour que ça fonction avec le driver libre il faut recompiler ton noyau
en activant :
Device Drivers -> Character devices -> Direct Rendering Manager
et Device Drivers -> Character devices -> Direct Rendering Manager ->
ATI Radeon
sans recompiler le noyau, j'ai:
FR-PORT:/boot# grep DRM config-2.6.21-2-686
CONFIG_DRM=m
CONFIG_DRM_RADEON=m

donc, je pense que le problème pour faire fonctionner le driver libre est ailleurs, tout comme la vérité ;) ?

a+

f.



@+
merci et a+

f.

voici ma config:

[EMAIL PROTECTED]:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI MOBILITY RADEON X700
OpenGL version string: 2.0.6474 (8.38.6)


FR-PORT:~# dpkg -al | grep fglrx
fglrx-control                    8.38.6-2                             ii
 fglrx-driver                     8.38.6-2
fglrx-driver-dev                 8.38.6-2
fglrx-kernel-2.6.21-2-686        8.38.6-2+2.6.21-6
fglrx-kernel-src                 8.38.6-2

FR-PORT:/# cat /proc/version
Linux version 2.6.21-2-686 (Debian 2.6.21-6) ([EMAIL PROTECTED]) (gcc
version 4.1.3 20070629 (prerelease) (Debian 4.1.2-13)) #1 SMP Wed Jul 11
03:53:02 UTC 2007

FR-PORT:/# cat /etc/X11/xorg.conf

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 "Device"
        Identifier      "ATI Technologies Inc Radeon Mobility X700
(PCIE)"
        Driver          "fglrx"
        BusID           "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier      "Écran générique"
        Option          "DPMS"
        HorizSync       30-70
        VertRefresh     50-160
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 "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Synaptics Touchpad"
EndSection

Section "DRI"
        Mode 0666
EndSection

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

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






--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to