Pages : 1
#1 Le 28/04/2007, à 15:51
- ninja92
ATI Radeon 9550 + Beryl + Feisty
Bonjour a tous! Qui pourait m'expliquer comment installer les drivers libres pour ma carte. J'ai esseye beaucoup de fois mais c'est juste les proprietaires qui me donne une acceleration graphique. Et je ne peux pas installe Beryl avec les drivers proprietaires... J'ai souivit les instructions de la documentation mais je n'ai toujours pas d'acceleration graphique. Pour ne pas casser mon Ubuntu, en ce moment j'utilise le Live CD. Voila mon xorg.conf:
# /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 xorg.conf(5) 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"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
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 "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "ATI Technologies Inc RV350 AS [Radeon 9550]"
Driver "radeon"
BusID "PCI:1:0:0"
Option "AccelMethod" "XAA" # Use XFree86 Acceleration Architecture
Option "AccelDFS" "0" # mettez à 0 si vous avez une carte AGP
Option "AGPMode" "4" # Décommentez si vous avez une carte AGP
Option "AGPSize" "128" # Décommentez si vous avec une carte AGP AGP aperture size
Option "GARTSize" "64"
Option "RingSize" "8"
Option "BufferSize" "2"
Option "EnablePageFlip" "1" # Enable page flipping for 3D apps
Option "ColorTiling" "1"
Option "EnableDepthMoves" "yes"
Option "UseFBDev" "false"
Option "MonitorLayout" "TMDS" # Ajoutez cette ligne si votre écran LCD présente une image baveuse
Option "RenderAccel" "true" # Enable the hardware render acceleration
Option "mtrr" "on"
Option "SubPixelOrder" "none"
Option "DPMS"
Option "DynamicClocks" "on"
EndSection
Section "Extensions"
Option "RENDER" "Enable"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV350 AS [Radeon 9550]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Merci.
Hors ligne
#2 Le 28/04/2007, à 16:23
- poupoul2
Re : ATI Radeon 9550 + Beryl + Feisty
Section "Extensions"
Option "RENDER" "Enable"
EndSection
Cette section est devenue inutile avec Feisty. tu peux déjà la virer. As tu modifié ton /etc/modules?
#3 Le 28/04/2007, à 18:59
- ninja92
Re : ATI Radeon 9550 + Beryl + Feisty
J`ai enlever:
Section "Extensions"
Option "RENDER" "Enable"
EndSection
Voila mon modules:
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
fuse
lp
sbp2
Qu`est-ce que je dois modifier? Merci.
Hors ligne
#4 Le 28/04/2007, à 19:06
- poupoul2
Re : ATI Radeon 9550 + Beryl + Feisty
Ajouter les modules AGP qui vont bien. La doc est ici
#5 Le 28/04/2007, à 21:42
- ninja92
Re : ATI Radeon 9550 + Beryl + Feisty
OK, voila mon /etc/modules:
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
agpgart
amd64-agp
nvidia-agp
fglrx
fuse
lp
sbp2
puisque
ninja92@ninja92-desktop:/lib/modules/2.6.20-15-generic/kernel/drivers/char/agp$ ls
agpgart.ko amd64-agp.ko ati-agp.ko intel-agp.ko sis-agp.ko via-agp.ko
ali-agp.ko amd-k7-agp.ko efficeon-agp.ko nvidia-agp.ko sworks-agp.ko
Mais l`acceleration graphique n`est toujours pas active. Qu`est-ce que je peux faire? Merci.
Dernière modification par ninja92 (Le 28/04/2007, à 21:42)
Hors ligne
#6 Le 29/04/2007, à 09:13
- poupoul2
Re : ATI Radeon 9550 + Beryl + Feisty
fglrx est de trop puisque tu utilises le driver libre et pas le driver propriétaire. Tu peux donc le supprimer. Ensuite as tu redémarré le serveurX depuis les modifications? Sinon, il faut le faire.
Si oui, il y a autre chose qui bloque quelque part. Peux tu poster le contenu de /var/log/Xorg.0.log ?
#7 Le 29/04/2007, à 13:42
- ninja92
Re : ATI Radeon 9550 + Beryl + Feisty
Salut. J`ai soupprimer fglrx. Oui, j`avais redemarrer le serveur X apres chaque modification et maintenent aussi. Voila mon Xorg.0.log:
http://paste.ubuntu-nl.org/18236/ (Trop long pour poster sur le forum)
Hors ligne
#8 Le 29/04/2007, à 17:06
- poupoul2
Re : ATI Radeon 9550 + Beryl + Feisty
Peux tu me donner le résultat de
lspci
#9 Le 29/04/2007, à 17:36
- ninja92
Re : ATI Radeon 9550 + Beryl + Feisty
lspci:
00:00.0 Host bridge: Intel Corporation 82875P/E7210 Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 82875P Processor to AGP Controller (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
01:00.0 VGA compatible controller: ATI Technologies Inc RV350 AS [Radeon 9550]
01:00.1 Display controller: ATI Technologies Inc RV350 AS [Radeon 9550] (Secondary)
02:03.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 80)
02:05.0 Ethernet controller: 3Com Corporation 3c940 10/100/1000Base-T [Marvell] (rev 12)
02:0a.0 Network controller: RaLink RT2561/RT61 802.11g PCI
Hors ligne
#10 Le 29/04/2007, à 18:21
- poupoul2
Re : ATI Radeon 9550 + Beryl + Feisty
Dans ton /etc/modules, supprime
amd64-agp
nvidia-agp
et remplace les par
intel-agp
puis redémarre ton serveur X
#11 Le 29/04/2007, à 18:39
- ninja92
Re : ATI Radeon 9550 + Beryl + Feisty
J`ai fait ca mais j`ai toujours pas d`acceleration graphique.
Hors ligne
#12 Le 29/04/2007, à 19:00
- poupoul2
Re : ATI Radeon 9550 + Beryl + Feisty
Là, je commence à sécher un peu. J'ai à peu de chose près le même xorg.conf que le tien pour la même carte. la seule différence est dans l'organisation de la section Device, mon BusID est à la fin. Je te poste cette section au cas où (j'ai strictement la me carte)
Section "Device"
Identifier "ATI Technologies Inc RV350 AS [Radeon 9550]"
Driver "radeon"
Option "AGPMode" "4"
Option "AccelDFS" "0" # mettez à 0 si vous avez une carte AGP
Option "AccelMethod" "XAA" # Ajoutée le 28/4
Option "AGPSize" "128"
Option "RingSize" "8"
Option "BufferSize" "2"
Option "EnablePageFlip" "1"
Option "ColorTiling" "1"
Option "EnableDepthMoves" "yes"
Option "MonitorLayout" "TMDS"
# Option "PanelSize" "1440x900"
Option "UseFBDev" "false" #décommentée le 28/4
Option "RenderAccel" "true"
Option "mtrr" "on" #décommentée le 28/4
Option "SubPixelOrder" "RGB" #décommentée le 28/4
# Option "DynamicClocks" "off" #commentée le 28/4
Option "GARTSize" "64"
Option "DPMS" #décommentée le 28/4
BusID "PCI:1:0:0"
EndSection
#13 Le 29/04/2007, à 19:41
- ninja92
Re : ATI Radeon 9550 + Beryl + Feisty
J`ai remplace ma section device par la tienne mais c`est pareille, je n`est pas d`acceleration graphique.
EDIT: Puisque ca marche pas, j`ai installer les drivers proprietaires et XGL. Merci pour avoir esseyer de m`aider.
Dernière modification par ninja92 (Le 30/04/2007, à 00:52)
Hors ligne