#1 Le 29/12/2006, à 20:58
- charlax
Gestionnaire de paquet et installation des drivers Ati
J'essaye d'installer les driver ati. Jusqu'ici je n'ai pas eu de problème et je suis assez habitué à Linux.
Pourtant là je dois avouer que je sèche. Je suis les différents tutoriels sur la question, dont celui du forum. Mes efforts n'y font rien :
# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
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" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "disable"
EndSection
Pas de problème du côté de mon xorg.conf
lsmod :
Module Size Used by
binfmt_misc 11784 1
rfcomm 38936 0
hidp 32000 2
l2cap 23300 10 rfcomm,hidp
bluetooth 48996 5 rfcomm,hidp,l2cap
speedstep_lib 4868 0
cpufreq_powersave 2048 0
cpufreq_stats 5892 0
cpufreq_userspace 4372 0
cpufreq_ondemand 6944 0
cpufreq_conservative 7200 0
freq_table 4996 1 cpufreq_stats
tc1100_wmi 7428 0
video 16644 0
battery 10756 0
container 4736 0
sbs 15776 0
button 7056 0
pcc_acpi 13184 0
sony_acpi 5516 0
i2c_ec 5376 1 sbs
i2c_core 22288 1 i2c_ec
ac 5892 0
dev_acpi 11140 0
asus_acpi 16792 0
hotkey 10660 0
dm_mod 60088 6
md_mod 78740 0
ipv6 257632 12
af_packet 21768 2
sr_mod 17060 0
sbp2 23304 0
lp 11972 0
tsdev 8256 0
sg 35356 0
usb_storage 73408 0
snd_hda_intel 18580 1
snd_hda_codec 163712 1 snd_hda_intel
8139too 27136 0
8139cp 22528 0
snd_pcm_oss 46080 0
snd_mixer_oss 18560 1 snd_pcm_oss
libusual 15632 1 usb_storage
mii 6016 2 8139too,8139cp
snd_pcm 80520 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer 23172 1 snd_pcm
snd 55428 8 snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
usbhid 42464 0
evdev 10496 3
psmouse 40072 0
parport_pc 36132 1
parport 37320 2 lp,parport_pc
soundcore 9952 1 snd
rtc 12596 0
shpchp 40856 0
pci_hotplug 31284 1 shpchp
ati_agp 9612 0
agpgart 33456 1 ati_agp
serio_raw 7300 0
pcspkr 3072 0
snd_page_alloc 10504 2 snd_hda_intel,snd_pcm
reiserfs 258688 2
ohci1394 35248 0
ieee1394 302904 2 sbp2,ohci1394
ehci_hcd 32520 0
ohci_hcd 20740 0
usbcore 130304 6 usb_storage,libusual,usbhid,ehci_hcd,ohci_hcd
ide_generic 1536 0
ide_cd 32416 0
cdrom 37792 2 sr_mod,ide_cd
atiixp 6544 1
sd_mod 21648 4
sata_sil 10120 8
libata 73228 1 sata_sil
scsi_mod 141320 6 sr_mod,sbp2,sg,usb_storage,sd_mod,libata
generic 5252 0
thermal 14600 0
processor 26028 1 thermal
fan 5124 0
fbcon 40480 0
tileblit 2944 1 fbcon
font 8448 1 fbcon
bitblit 6272 1 fbcon
softcursor 2432 1 bitblit
vesafb 8348 0
capability 5000 0
commoncap 7808 1 capability
Visiblement le module fglrx n'est pas chargé. En effet :
root@compaqdesktop:/home/ca# modprobe fglrx
FATAL: Could not open '/lib/modules/2.6.17-10-386/volatile/fglrx.ko': No such file or directory
Au moins c'est clair. Au cours de l'installation, j'ai cette erreur lors de la compilation du module :
root@compaqdesktop:/home/ca# cd /usr/src
root@compaqdesktop:/usr/src# sudo m-a update
Données de 84 paquets mises à jour
root@compaqdesktop:/usr/src# sudo m-a prepare
Récupération des sources du noyau de la version : 2.6.17-10-386
En-têtes du noyau disponibles dans /lib/modules/2.6.17-10-386/build
apt-get install build-essential
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Reading state information... Fait
build-essential est déjà la plus récente version disponible.
Vous pouvez lancer « apt-get -f install » pour corriger ces problèmes :
Les paquets suivants contiennent des dépendances non satisfaites :
xserver-xorg: Dépend: xserver-xorg-video-all mais ne sera pas installé ou
xserver-xorg-video
xserver-xorg-core: Dépend: xserver-xorg-video-all mais ne sera pas installé ou
xserver-xorg-video
E: Dépendances non satisfaites. Essayez « apt-get -f install » sans paquet
(ou indiquez une solution).
Fait.
Un conflit de dépendances... La chose honnie de tout linuxien. Je ne vois pas trop comment la résoudre, à part passer par synaptic et désinstaller définitivement X.
Avez-vous des idées ?
Je vous souhaite d'excellentes fêtes de fin d'années.
Hors ligne
#2 Le 29/12/2006, à 21:56
- charlax
Re : Gestionnaire de paquet et installation des drivers Ati
Je n'ai plus de problème de dépendances après avoir réinstallé ubuntu-desktop. Par contre je ne comprends pas cela :
root@compaqdesktop:/home/ca# modprobe flgrx
FATAL: Module flgrx not found.
root@compaqdesktop:/home/ca# modprobe fglrx
FATAL: Could not open '/lib/modules/2.6.17-10-386/volatile/fglrx.ko': No such file or directory
Hors ligne
#3 Le 30/12/2006, à 11:04
- charlax
Re : Gestionnaire de paquet et installation des drivers Ati
C'est bon !
Après avoir fait
sudo module-assistant prepare
sudo module-assistant update
sudo module-assistant build fglrx
sudo module-assistant install fglrx
sudo depmod -a
ET fonctionne. Mais pas en plein écran...
Hors ligne