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 08/08/2006, à 15:08

darkstone

drivers ATI de Dapper instables ?

Bonjour,

  J'ai récemment fait l'acquisition d'un portable Fujitsu Siemens Amilo Pa 1510, équipé de :

* AMD Turion 64 X2
* carte ATI Radeon Xpress 1100

J'ai donc rapidement installé ubuntu Dapper pour amd64 smile

Seulement voilà, j'ai voulu tirer parti, pour pouvoir jouer à quake3 notamment, de l'accélératon 3D, et j'ai donc suivi ce tuto :
http://doc.ubuntu-fr.org/materiel/ati

Au premier abord pas de problème : le serveur X se lance bien, fglrxinfo est content etc...
Puis je lance quake3 (installé avec linux32)...alors le jeu se lance (sans le son, mais ça ce doit être autre chose), puis quand je veux modifier la config vidéo...pouf ! écran noir, puis affichage de tty1 (login), puis tout se passe comme si gdm redémarrait. Je doit me réidentifier, et je reviens sous X...
J'ai ensuite relancé le jeu : j'ai pu jouer un peu mais sans changer la config.
Qui plus est, il m'est désormais impossible de rebooter depuis X : lorsque l'écran de reboot devrait apparaître (le splash), j'ai un écran noir et le PC est gelé.
Tout ceci me donne l'impression qu'il y a un problème lors de certains affichages, ou changements d'affichage. C'est bizarre et je devrais peut-être renoncer à l'accélération 3D, mais c'est dommage (obliger de jouer sous windows...).
Quelqu'un peut-il m'aider ?

Merci d'avance smile

#2 Le 08/08/2006, à 16:29

darkstone

Re : drivers ATI de Dapper instables ?

Je donne aussi mon xorg.conf au cas où : (obtenu après utilisation de aticonfig)

# /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 "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"
EndSection

Section "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"
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	    "XkbVariant" "latin9"
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"

                                                      # /dev/input/event
                                                      # for USB
	Identifier  "stylus"
	Driver      "wacom"
	Option	    "Device" "/dev/wacom"          # Change to 
	Option	    "Type" "stylus"
	Option	    "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "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
EndSection

Section "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
EndSection

Section "Monitor"
	Identifier   "Generic Monitor"
	Option	    "DPMS"
EndSection

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

Section "Device"
	Identifier  "ATI Technologies, Inc. Radeon Xpress 200M (RS482)"
	Driver      "ati"
	BusID       "PCI:1:5:0"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "ATI Technologies, Inc. Radeon Xpress 200M (RS482)"
	Monitor    "Generic Monitor"
	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[0]"
	Device     "aticonfig-Device[0]"
	Monitor    "aticonfig-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection

#3 Le 08/08/2006, à 17:31

ffomnislash

Re : drivers ATI de Dapper instables ?

ce sont des Drivers écrit par Ati et qui sont répuré trè instable et tout pourri big_smile


-- Mon blog --

Hors ligne

#4 Le 08/08/2006, à 17:45

mr_pouit

Re : drivers ATI de Dapper instables ?

Un contournement qui fonctionne généralement pour les gels du système à la fermeture de session à cause des pilotes fglrx : édite le fichier /etc/gdm/gdm.conf-custom, ajoute AlwaysRestartServer=true sous la section [daemon], et redémarre gdm : sudo /etc/init.d/gdm restart

(si tu es sous Kubuntu, c'est une autre manip smile)

Dernière modification par mr_pouit (Le 08/08/2006, à 17:46)

Hors ligne

#5 Le 09/08/2006, à 20:01

darkstone

Re : drivers ATI de Dapper instables ?

Re,

  je ne m'en sortais pas, et devant les autres problèmes posés par une version 64 bits (beaucoup utilisent un chroot pour contourner, mais bon) j'ai réinstallé une ubuntu dapper 32 bits.
J'ai alors une fois de plus installé les drivers ATI, pour 32 bits cette fois.

Mais voilà. Encore un problème...
Cette fois ça a l'air stable, mais il semble que je n'ai pas d'accélération 3D, bien que le module fglrx soit présent.
Par exemple, quand je lance Planet Penguin Racer, ça saccade et c'est très lent. De même avec MPlayer, ce qui m'oblige à ne pas utiliser la sortie vidéo avec openGL.

Quelqu'un saurait d'où vient le problème ?
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-xorg

Section "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"
EndSection

Section "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"
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	    "XkbVariant" "latin9"
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"

                                                      # /dev/input/event
                                                      # for USB
	Identifier  "stylus"
	Driver      "wacom"
	Option	    "Device" "/dev/wacom"          # Change to 
	Option	    "Type" "stylus"
	Option	    "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "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
EndSection

Section "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
EndSection

Section "Monitor"
	Identifier   "Generic Monitor"
	Option	    "DPMS"
EndSection

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

Section "Device"
	Identifier  "ATI Technologies, Inc. Radeon Xpress 200M (RS482)"
	Driver      "ati"
	BusID       "PCI:1:5:0"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "ATI Technologies, Inc. Radeon Xpress 200M (RS482)"
	Monitor    "Generic Monitor"
	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[0]"
	Device     "aticonfig-Device[0]"
	Monitor    "aticonfig-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection

Je regrette la carte nVidia de mon fixe...

D'avance merci !

#6 Le 21/08/2006, à 22:31

Chriss

Re : drivers ATI de Dapper instables ?

essaye de remplacer la ligne

Section "Device"
    Identifier  "ATI Technologies, Inc. Radeon Xpress 200M (RS482)"
    Driver      "ati"
    BusID       "PCI:1:5:0"
EndSection

par

Section "Device"
    Identifier  "ATI Technologies, Inc. Radeon Xpress 200M (RS482)"
    Driver      "fglrx"
    BusID       "PCI:1:5:0"
EndSection

il me semble que ca avait marché pour moi.


\,,/_[-_-]_\,,/
"Une société qui est prête à sacrifier un peu de sa liberté contre un peu de sa sécurité, ne mérite ni l'une ni l'autre, et perdra les deux." Benjamin Franklin.

Hors ligne

#7 Le 21/08/2006, à 23:45

PengouinPdt

Re : drivers ATI de Dapper instables ?

* Tu as deux sections "Device" ...

Supprime la deuxième !
Et, dans la première modifie ATI par FGLRX .

* Tu as deux sections "Monitor" ; supprime la première !

Et, dans la section "Screen", modifie la ligne :
- la ligne Identifier "aticonfig-Screen[0]" par Identifier "Default Screen"
- la ligne Device     "aticonfig-Device[0]" par Device     "ATI Technologies, Inc. Radeon Xpress 200M (RS482)"

Franchement, ton fichier xorg.conf, c'est le bordel là !


Ego ~
YUP.py :: Yet Uploader Pixxie.py :: script python : post d'images sur forum !

Hors ligne

#8 Le 23/08/2006, à 14:32

darkstone

Re : drivers ATI de Dapper instables ?

Bonjour,

  merci de vos réponses. Effectivement le xorg.conf généré par aticonfig est bizarre. Enfin, j'ai viré ves pilotes, réinstallé une version antérieure et modifié le xorg.conf à la main cette fois, en ne faisant que substituer "fglrx" à "ati".
J'ai essayé avec PlanetPenguin Racer et ça a marché. J'ai de bons espoirs pour la suite, je vais mettre mplayer et quake3 pour voir. Encore merci,

darkstone

#9 Le 05/09/2006, à 10:57

Florut

Re : drivers ATI de Dapper instables ?

Un contournement qui fonctionne généralement pour les gels du système à la fermeture de session à cause des pilotes fglrx : édite le fichier /etc/gdm/gdm.conf-custom, ajoute AlwaysRestartServer=true sous la section [daemon], et redémarre gdm : sudo /etc/init.d/gdm restart

(si tu es sous Kubuntu, c'est une autre manip smile)

Je suis sous Kubuntu et ayant un problème aléatoire de freeze à l'extinction, très intéressé de savoir cette autre manip !!

Hors ligne

#10 Le 05/09/2006, à 12:05

mr_pouit

Re : drivers ATI de Dapper instables ?

Florut > http://ati.cchtml.com/show_bug.cgi?id=239#c18 wink

Dernière modification par mr_pouit (Le 05/09/2006, à 12:05)

Hors ligne