Salut à tous,
Je viens d’installer les nouveaux pilote ATI 8.41.7, et j’ai suivi la doc qui se trouve ici en changeant quelques petits paramètres, j’ai modifié mon fichier xorg.conf comme ceci :
[code]# 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 command:
sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "fr"
Option “XkbVariant” "latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/input/mice"
Option “Protocol” "ImPS/2"
Option “Emulate3Buttons” "true"
EndSection
Section "Device"
Identifier "ATI Technologies Inc RV350 AP [Radeon 9600]"
Driver "fglrx"
Option “VideoOverlay” "on"
Option “OpenGLOverlay” "off"
BusID "PCI:1:0:0"
VideoRam 128000
Option “UseFBDev” "true"
EndSection
#pour section device add :
Option “VideoOverlay” “on”
Option “OpenGLOverlay” “off”
Section "Monitor"
Identifier "CM1770NSL"
Option "DPMS"
HorizSync 30-68
VertRefresh 50-85
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV350 AP [Radeon 9600]"
Monitor "CM1770NSL"
DefaultDepth 24
SubSection "Display"
Modes “1280x1024” “1152x864” “1024x768” “800x600” "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Option “AIGLX” "false"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Extensions"
Option “Composite” "disable"
EndSection[/code]
Ensuite un redémarrage je teste un petit fglrxinfo et je reçois ce message :
# fglrxinfo
fglrxinfo: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
Une personne connaitrais la solution à ce petit problème SVP ?
Merci beaucoup d’avance.
PS : je suis sous Debian Sid/lenny et dans le fichier /etc/modules j’ai rajouté le chargement de fglrx. pour ceux qui souhaitent les pilotes sont en téléchargement ici : a248.e.akamai.net/f/674/9206/0/ … x86_64.run


