#1 Le 09/02/2007, à 12:42
- tigrou0505
XGL radeon 9600 pro completement ralenti
bonjour a tous je suis linuxien debutant et je vien d'installer ubuntu edgy 6.10.Je possède un processeur sempron 2800+(2ghz) avec 1go de ram et une radeon 9600pro 256m.J'ai suivi le tut du site pour installer xgl pour beryl mais quand je démarre une session xgl mon pc est ultra lent (surtout au niveau vidéo) et il je ne peux quasiment rien faire donc j'aurais aimé savoir quoi faire pour corriger ce probleme ou si d'autre personne on eu le meme probleme merci.
#2 Le 09/02/2007, à 13:24
- tigrou0505
Re : XGL radeon 9600 pro completement ralenti
up
je vous fourni quand meme ca ca peut peut etre aidé
cedric@cedric-desktop:~$ glxinfo | grep direct
Xlib: extension "XFree86-DRI" missing on display ":1.0".
direct rendering: No
#3 Le 09/02/2007, à 13:39
- stephdl
Re : XGL radeon 9600 pro completement ralenti
tu n'as pas l'acceleration 3d..........
car "direct rendering: No"
il te faut installer les driver 3d
enfin dans le monde libre.......après des années d'esclavage !!!!.
inscrivez vous sur la carte des utilisateurs d'Ubuntu
Association Rouergate des Utilisateurs des Logiciels Libres
Hors ligne
#4 Le 09/02/2007, à 13:42
- tigrou0505
Re : XGL radeon 9600 pro completement ralenti
c'est bien les drivers propriétaires que je dois installé non? parcque j'ai suivi le tuto a la lettre mais pas possible je ne comprend pas dois je installer les drivers libres?
#5 Le 09/02/2007, à 13:45
- tigrou0505
Re : XGL radeon 9600 pro completement ralenti
Voila mon xorg.conf sinon
Section "Files"
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 "/usr/share/fonts/X11/misc"
# 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"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
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 "XkbOptions" "lv3:ralt_switch"
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"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. RV350 AP [Radeon 9600]"
Driver "ati"
Option "UseInternalAGPGART" "no"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Philips 190V"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. RV350 AP [Radeon 9600]"
Monitor "Philips 190V"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "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 "Extensions"
Option "RENDER" "Enable"
EndSection
Section "DRI"
Mode 0666
EndSection
#6 Le 09/02/2007, à 14:01
- stephdl
Re : XGL radeon 9600 pro completement ralenti
les driver libre sont plus interessant, car en cas de changement de noyau, tu n'as pas besoin de les reinstaller.
http://doc.ubuntu-fr.org/fglrx
par contre pense au linux restricted modules
enfin dans le monde libre.......après des années d'esclavage !!!!.
inscrivez vous sur la carte des utilisateurs d'Ubuntu
Association Rouergate des Utilisateurs des Logiciels Libres
Hors ligne
#7 Le 09/02/2007, à 14:06
- tigrou0505
Re : XGL radeon 9600 pro completement ralenti
meci je vais essayer!
#8 Le 12/04/2007, à 09:50
- Djrem
Re : XGL radeon 9600 pro completement ralenti
Dsl de réactualiser ce sujet qui semble terminé mais serait-il possible que Tigrou0505 tu me fasse part de son xorg.conf et des manipulations que tu as pu faire pour obtenir l'accélération 3D car ta config ressemble à la mienne et je galère depuis des mois pour avoir cette satanée accélération.
Merci
Kubuntu 20.04.1 LTS | AMD Ryzen 5-1500X | CM Gigabyte AB350-Gaming3 | RAM 2*4Go GSKILL DDR4 | SSD Samsung 860 Evo 1To+ 850 Evo 500Go | CG MSI Geforce GTX1050TI 4Go | Écran BenQ FP91GX | Clavier Logitech solar wireless | Logitech G502 Lightspeed | Boitier Thermaltake Suppressor F31 | Wacom Bamboo Fun CTH-461 | NAS Synology Ds216 2*2To
Hors ligne