Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 18/06/2007, à 18:49

HqSeO

[Pb] Accélération 3D.

Bonjour,
voilà je reposte encore un message sur le forum.
J'ai suivit le tutorial http://doc.ubuntu-fr.org/fglrx.
Je fais le teste de fgl_glxgears sur mon pc et je vois que l'accélération 3D marche mais sur mon dual core sad.
Donc voila je cherche une solution pour pouvoir tourner sur ma carte graphique.
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 "ServerLayout"
	Identifier     "Default Layout"
	Screen         "Default Screen" 0 0
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
	InputDevice    "stylus" "SendCoreEvents"
	InputDevice    "cursor" "SendCoreEvents"
	InputDevice    "eraser" "SendCoreEvents"
	#Option	    "AIGLX" "false"
EndSection

Section "Files"

	# path to defoma fonts
	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"
	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" "fr"
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"
	Identifier  "stylus"
	Driver      "wacom"
	Option	    "Device" "/dev/input/wacom"
	Option	    "Type" "stylus"
	Option	    "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
	Identifier  "eraser"
	Driver      "wacom"
	Option	    "Device" "/dev/input/wacom"
	Option	    "Type" "eraser"
	Option	    "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
	Identifier  "cursor"
	Driver      "wacom"
	Option	    "Device" "/dev/input/wacom"
	Option	    "Type" "cursor"
	Option	    "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "Monitor"
	Identifier   "Écran générique"
	HorizSync    28.0 - 64.0
	VertRefresh  43.0 - 60.0
	Option	    "DPMS"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[1]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "Carte vidéo générique"
	Driver      "fglrx"
	Option	    "DesktopSetup" "horizontal"
	Option	    "OverlayOnCRTC2" "1"
	Option	    "VideoOverlay" "on"
	Option	    "OpenGLOverlay" "off"
	Option	    "TVFormat" "PAL-N"
	BusID       "PCI:1:0:0"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[1]"
	Driver      "fglrx"
	BusID       "PCI:1:0:0"
	Screen      1
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "Carte vidéo générique"
	Monitor    "Écran générique"
	DefaultDepth     24
	SubSection "Display"
		Depth     1
		Modes    "1280x800"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "1280x800"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1280x800"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1280x800"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1280x800"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1280x800"
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[1]"
	Device     "aticonfig-Device[1]"
	Monitor    "aticonfig-Monitor[1]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection

Section "Extensions"
	Option	    "Composite" "0"
EndSection
fglrxinfo 
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon X1400
OpenGL version string: 2.0.6334 (8.34.8)
fgl_glxgears 
Using GLX_SGIX_pbuffer
Xlib:  extension "XFree86-DRI" missing on display ":1.0".
Error: couldn't get fbconfig

Je precise que j'ai lancé une session xgl.
Merci de votre réponse .
HqSeO.

Dernière modification par HqSeO (Le 18/06/2007, à 20:39)

Hors ligne

#2 Le 20/06/2007, à 12:26

HqSeO

Re : [Pb] Accélération 3D.

Petit up

Hors ligne

#3 Le 21/06/2007, à 14:31

HqSeO

Re : [Pb] Accélération 3D.

plz help maintenant ubuntu lag un peu trop...
sous une session xgl fgl_gears ne marche pas
sous gnome ou xscriptclient ca fonctionne
des que j'active beryl sous une session xgl je lag a mort donc bon merci de m'aider j'ai installer les pilotes et xgl mais l'accéleration 3D ne marche pas ...

Hors ligne

#4 Le 21/06/2007, à 20:17

HqSeO

Re : [Pb] Accélération 3D.

erfff apparement mon probleme n'est pas resolvable sad
plz help une derniere fois apres j'abandonnne sad

Hors ligne

#5 Le 21/06/2007, à 21:49

bono01

Re : [Pb] Accélération 3D.

Bien, alors je suis exactement dans le même cas que toi!! big_smile (ouai, j'suis plus tout seul!!)

Bref, j'ai installé les drivers fglrx, créer une session XGL, installé Compiz... et... Bah en fait, j'ai un bureau en 3D mais:
- On dirait que l'accélération 3D ne fonctionne pas alors que ça marchait sous session gnome:

vince@Zywiec:~$ glxinfo | grep "direct rendering"
Xlib:  extension "XFree86-DRI" missing on display ":1.0".
direct rendering: No

- Le CPU sature lorsque j'ouvre une fenêtre ou un programme et ça met du temps!
- Enfin les vidéos galèrent lorsque je mets en plein écran (totem ou VLC)
- Et accessoirement, ai perdu mon bouton "Arrêter" et "Redémarrer" (mais ça, on s'en fout!)

Alors comme toi... Un petit up?? big_smile

Dernière modification par bono01 (Le 29/06/2007, à 23:55)

Hors ligne

#6 Le 21/06/2007, à 23:04

Corentin38

Re : [Pb] Accélération 3D.

J'avais à peu pres le même problème ...
Mais ton Xorg.conf indique que tu as bien trifouillé !

Le plus simple avec les drivers proprio, ce serait de réinstaller tout, mais j'ai bien conscience que ce n'est pas toujours possible ...

J'avais réussi à faire fonctionner la 3D avec un tuto ...
http://ubuntuforums.org/showthread.php?p=2420732

Mais je me suis apperçu qu'ils ont tout changé ... Mais peut être que le script automatique qu'ils ont mis à la place marchera ?

En tout cas, bon courrage !


Corentin
Ubuntu 5.10 --> Ubuntu 12.10

Hors ligne