#1 Le 31/07/2006, à 19:02
- Snowbell
xgl driver fglrx et accélération 3D
Salut à tous,
Je suis newbi en ubuntu et surtout en xgl/compiz. J'ai un portable avec une ATI X700.
Avant xgl, aucun problème de pilote.
Après xgl non plus sauf en métière d'accélération 3D pour certains jeux.
Par ex : enemy territory bug en accélération 3D.
Certains autres jeux, tels que PPRacer lag un peu mais fonctionnent. J'ai juste un problème de résolution d'écran pour l'affichage en plein écran.
Quelqu'un peut-il me donner une idée ou gentillement m'expliquer quoi mettre dans le xorg.conf...
Pour info, seul fglgears fonctionne et pas fgl_gears (le cube qui tourne avec les engrenages).
Sinon, xorg est super stable et tous les plugs in fonctionnent.
Merci d'avance.
Pour aider avant que l'on me le demande voici 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 /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-xorgSection "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"
InputDevice "Synaptics Touchpad"
EndSectionSection "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"
EndSectionSection "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSectionSection "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSectionSection "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSectionSection "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSectionSection "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
EndSectionSection "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
EndSectionSection "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
EndSectionSection "Monitor"
Identifier "Écran générique"
HorizSync 28.0 - 51.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSectionSection "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSectionSection "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
Driver "vesa"
BusID "PCI:2:0:0"
EndSectionSection "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "UseInternalAGPGART" "no"
Option "KernelModuleParm" "agplock=0"
EndSectionSection "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
Monitor "Écran générique"
DefaultDepth 16
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
EndSectionSection "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSectionSection "DRI"
Mode 0666
EndSection
Je précise que les deux lignes en gras sont les deux lignes ajoutées conformément au didacticiel d'install de xgl et du support des cartes ati radéon.
Merci d'avance
Hors ligne
#2 Le 05/08/2006, à 19:37
- Compte anonymisé
Re : xgl driver fglrx et accélération 3D
Ce n'est pas dans la section Device précédente qu'il faut mettre fglrx (et non vesa) ?
#3 Le 05/08/2006, à 23:07
- Snowbell
Re : xgl driver fglrx et accélération 3D
Merci de ta réponse Maeda,
j'avoue ne rien comprendre à xorg.conf
J'ai installé les pilotes fglrx via synaptic...
J'essayerai demain en faisant une sauvegarde préalable.
Je posterai les résultats
Amicalement
Snowbell
Hors ligne
#4 Le 06/08/2006, à 11:38
- Snowbell
Re : xgl driver fglrx et accélération 3D
Après remplacement de "vesa" par "fglrx", pas de bug de xgl mais toujours le même problème d'accélération 3D pour les jeux...
Enemy territory ne se lance pas en plein écran et bugs dans l'affichage et l'accélération dans le jeu. Idem pour Nexuiz et Tremulous...
Si quelqu'un a une idée je suis preneur!!
amicalement
Snowbell
Hors ligne
#5 Le 16/08/2006, à 20:19
- jeanvalery
Re : xgl driver fglrx et accélération 3D
p't'etre tente en mode console
DISPLAY=:0 et
si ton ennemy territory se lance avec" et". Enfin rajoute juste le DISPLAY=:0 avant de lancer le jeu. Si ca marche, et je te le souhaite t'as plus qu'a modifier tes raccourcis
Bisous
Membre du club des beaux Ubunteros
Hors ligne
#6 Le 17/08/2006, à 09:41
- Snowbell
Re : xgl driver fglrx et accélération 3D
Salut et merci pour ton aide,
Avec le code les choses sont sensiblement améliorées (plein écran) mais ma souris me joue des tours (perte totale de contrôle dans le jeu ou les menus).
Je ne comprends pas trop ce qu'il se passe. Si tu as une idée...je suis toujours preneur !;-)
Amicalement
Snowbell
Hors ligne