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 26/10/2007, à 09:12

gelinp

Gutsy: Acceleration 3D avec un chipset Intel 945GM/GMS/940GML...

Bonjour,

j'ai lu le document http://doc.ubuntu-fr.org/acceleration_graphique qui indique 'oui' dans la case à la croisée de Gutsy et chipset Intel 945GM/GMS/940GML... Si je dois comprendre que c'est supporté par défaut alors je peux dire que ce n'est aps mon cas, sur mon PC l'accélération n'est pas activée. Faut-il changer de driver? Ajouter un autre driver? Modifier le paramétrage?

Je cherche un document qui explique comment faire pour mon chipset.

Merci pour votre aide.

Patrick


Ubuntu 14.04, interface KDE

Hors ligne

#2 Le 26/10/2007, à 09:19

ft

Re : Gutsy: Acceleration 3D avec un chipset Intel 945GM/GMS/940GML...

étrange : peux-tu nous sortir la commande de direct-rendering ?
(je suis sous gma 945 et tout est ok.)


Ubuntu 24.04

Hors ligne

#3 Le 26/10/2007, à 09:39

gelinp

Re : Gutsy: Acceleration 3D avec un chipset Intel 945GM/GMS/940GML...

Voici l'état de l'accélaration 3D:

gelinp@gelinux:~$ glxinfo | grep "direct rendering"
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
gelinp@gelinux:~$ glxgears
3574 frames in 5.0 seconds = 709.045 FPS
3616 frames in 5.1 seconds = 707.298 FPS
3501 frames in 5.1 seconds = 688.644 FPS
X connection to :0.0 broken (explicit kill or server shutdown).
gelinp@gelinux:~$

Voici mon chipset:

gelinp@gelinux:~$ lspci | grep "VGA"
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)

Voici mon xorg.conf, j'ai l'impresion qu'il est paramétré pour une carte graphique générique de type VESA... Notez que j'utilise le package 915resolution alors qu'il semble qu'il ne soit plus nécessaire avec le driver intel. Au fait ils sont où les drivers Intel? Est ce que c'est le package 'xserver-xorg-video-intel'? J'ai aussi installé le package 'libgl1-mesa-dri', il me semble que c'est OpenGL?

# /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 "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"
	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"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
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	"Carte vidéo générique"
	Driver		"vesa"
	BusID		"PCI:0:2:0"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	28-96
	VertRefresh	43-60
EndSection

Section "Screen"

Dernière modification par gelinp (Le 26/10/2007, à 09:54)


Ubuntu 14.04, interface KDE

Hors ligne

#4 Le 26/10/2007, à 10:30

ft

Re : Gutsy: Acceleration 3D avec un chipset Intel 945GM/GMS/940GML...

c'est clair, tu devrais mettre "intel" à la place de "vesa", et ça devrait marcher.
Reste à savoir pourquoi ce n'est pas mis par défaut.
Au passage, enlève 915resolution, il ne sert plus à rien.


Ubuntu 24.04

Hors ligne

#5 Le 26/10/2007, à 13:58

gelinp

Re : Gutsy: Acceleration 3D avec un chipset Intel 945GM/GMS/940GML...

J'ai réussi à installer l'accélération 3D en suivant ce tutoriel sur l'instalation d'AIGLX http://doc.fedora-fr.org/wiki/Configuration_d_'_AIGLX que j'ai trouvé sur Google. J'ai aussi suivit certain conseils et supprimé le package 915resolution. Mais là rien ne va plus, la resolution était tombée à 1024x768, j'ai dû le réinstaller pour retrouver une résolution correcte! Remarquez que GoogleEarth fonctionne maintenant bien mais que le jeux Balazar est toujour saccadé et injouable...

Voici mon nouveau 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-xorg

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    "GLcore"  #pour les GPU Intel intégrés
	Load	"dbe"
	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		"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"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
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 "Carte vidéo 945"
	 Driver "i810"
	 Option "XAANoOffscreenPixmaps"
	BusID		"PCI:0:2:0"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	28-96
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Carte vidéo 945"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1920x1440" "1856x1392" "1680x1050" "1440x900" "1280x1024" "1280x854" "1280x768" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1920x1440" "1856x1392" "1680x1050" "1440x900" "1280x1024" "1280x854" "1280x768" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1920x1440" "1856x1392" "1680x1050" "1440x900" "1280x1024" "1280x854" "1280x768" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1920x1440" "1856x1392" "1680x1050" "1440x900" "1280x1024" "1280x854" "1280x768" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1920x1440" "1856x1392" "1680x1050" "1440x900" "1280x1024" "1280x854" "1280x768" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1920x1440" "1856x1392" "1680x1050" "1440x900" "1280x1024" "1280x854" "1280x768" "1152x864" "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"
	InputDevice	"Synaptics Touchpad"
	Option         "AIGLX" "true"
EndSection

Section "Extensions"
        Option "Composite" "Enable"
EndSection

Section "DRI"
	Group   0
	Mode	0666
EndSection

Merci pour votre aide!

Patrick

Dernière modification par gelinp (Le 26/10/2007, à 14:10)


Ubuntu 14.04, interface KDE

Hors ligne

#6 Le 26/10/2007, à 15:06

ft

Re : Gutsy: Acceleration 3D avec un chipset Intel 945GM/GMS/940GML...

alors essaie de bien mettre "intel", pas "i810".
Sinon tu peux essayer le dpkg-reconfigure qui est indiqué au début de ton xorg.conf.


Ubuntu 24.04

Hors ligne

#7 Le 27/10/2007, à 08:56

gelinp

Re : Gutsy: Acceleration 3D avec un chipset Intel 945GM/GMS/940GML...

Voila ce que j'obtiens avec dpkg-reconfigure:

gelinp@gelinux:~$ sudo dpkg-reconfigure -phigh xserver-xorg
xserver-xorg postinst warning: overwriting possibly-customised configuration
   file; backup in /etc/X11/xorg.conf.20071027085220

Mais cela a eu un effet sur mon fichier xorg.conf qui utilise effectivement Intel:

# 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 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"
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"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizEdgeScroll"	"0"
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	"Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
	Driver		"intel"
	BusID		"PCI:0:2:0"
EndSection

Section "Monitor"
	Identifier	"Écran générique"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
	Monitor		"Écran générique"
	DefaultDepth	24
	SubSection "Display"
		Modes		"1440x900"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"

# Uncomment if you have a wacom tablet
#	InputDevice     "stylus"	"SendCoreEvents"
#	InputDevice     "cursor"	"SendCoreEvents"
#	InputDevice     "eraser"	"SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
EndSection

A noter que j'ai pu enlever 915resolution, je n'en ai effectivement plus besoin.

J'ai un problème avec la boite de dialogue de configuration du bureau 3D qui ne s'ouvre pas... Lorsque je lance la commande  à la main dans un terminal "gnome-compiz-preferences" elle ne s'ouvre pas d'avantage et je n'ai aucun message...

Patrick

Dernière modification par gelinp (Le 27/10/2007, à 09:11)


Ubuntu 14.04, interface KDE

Hors ligne

#8 Le 27/10/2007, à 09:32

ft

Re : Gutsy: Acceleration 3D avec un chipset Intel 945GM/GMS/940GML...

là je ne peux t'aider : je suis sous KDE et n'utilise pas compiz.


Ubuntu 24.04

Hors ligne

#9 Le 07/11/2007, à 10:10

amar

Re : Gutsy: Acceleration 3D avec un chipset Intel 945GM/GMS/940GML...

salut (salam alikom)*
bon moi j avai des problèmes mais..
voila la solution (gutsy);
système---->administration------->écrans et affichage :        ds carte graphique
choisir intel ; puis valider; redémarrer
systeme---->administration------->ecrans et affichage :        ds ecran
choisir l'écran (votre ecran) si la marque de votre écran n'existe pas alors c generique

Hors ligne

#10 Le 08/11/2007, à 21:59

gelinp

Re : Gutsy: Acceleration 3D avec un chipset Intel 945GM/GMS/940GML...

oui c'est bizard. En fait je sais que mon chipset est:

"Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"

et dans etc/x11/xorg.conf j'ai la section device suivante:

Section "Device"
	Identifier	"Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
	Boardname	"Intel 945"
	Busid		"PCI:0:2:0"
	Driver		"intel"
	Screen	0
	Vendorname	"Intel"
EndSection

Dans systeme--->administration--->ecran et affichage j'ai le pilote suivant de selectionné:

Carte graphique (Intel 945)
Pilote: Intel - experimental modesetting driver for Intel Integrated graphics chipsets

Le terme experimental ne me plait guère aussi j'ai fait un test en choisissant un autre, fabricant 'Intel' modèle '945'. Mais là rien ne va plus, je perds mon interface graphique. J'ai été obligé d'intervenir dans mon xorg.conf pour remettre les choses en ordre...

Patrick

Dernière modification par gelinp (Le 09/11/2007, à 09:31)


Ubuntu 14.04, interface KDE

Hors ligne

#11 Le 08/11/2007, à 22:08

amar

Re : Gutsy: Acceleration 3D avec un chipset Intel 945GM/GMS/940GML...

quelle carte mere a tu ?

Hors ligne

#12 Le 09/11/2007, à 09:43

gelinp

Re : Gutsy: Acceleration 3D avec un chipset Intel 945GM/GMS/940GML...

Mon PC est un portable DELL inspiron 640M Core 2 Duo Processor T5500. Pour le nom de la carte mère j'ai utilisé la commande dmidecode:

#dmidecode
(...)
Base Board Information
        Manufacturer: Dell Inc.
        Product Name: 0MG532
        Version:   
        Serial Number: .4NSPS2J.CN701666B701D1.
(...)

Patrick

Dernière modification par gelinp (Le 09/11/2007, à 09:56)


Ubuntu 14.04, interface KDE

Hors ligne

#13 Le 10/11/2007, à 08:33

amar

Re : Gutsy: Acceleration 3D avec un chipset Intel 945GM/GMS/940GML...

http://intellinuxgraphics.org/
mais c en anglais

Hors ligne

#14 Le 11/11/2007, à 17:00

gelinp

Re : Gutsy: Acceleration 3D avec un chipset Intel 945GM/GMS/940GML...

L'anglais c'est pas un problème, le problème c'est qu'il faut compiler soit même son driver et la procédure peut être compliquée... En fait sur le site ils disent qu'il est préférable de télécharger les binaires fournis avec sa distribution, ce que j'ai fait, mais ça à l'air d'être expérimentale... Boaf, ca fonctionne déjà pas mal, je vais attendre la prochaine version ou même une mise à jour indépendante du driver.

Merci pour votre aide!

Patrick


Ubuntu 14.04, interface KDE

Hors ligne

#15 Le 11/11/2007, à 19:42

amar

Re : Gutsy: Acceleration 3D avec un chipset Intel 945GM/GMS/940GML...

salut
va voir ça http://linux.dell.com/ peut etre utile
et bonne chance

Hors ligne