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 29/05/2007, à 11:33

SkyOnUbuntu

Pilote ati 8.28.8 proriétaire pour ATI RADEON 9250 sur feisty

Salut,
J'ai parcouru plusieurs des posts sur différents forum et impossible de trouver la solution a mon probleme.
Pour joué a certains jeux, j'ai besoin d'une accélération 3D matériel. J'ai bien essayé les pilote libre qui fonctionne bien mais l'accélération n'est pas matériel donc j'ai décidé d'installer les pilote ati pour ma carte.

Seulement je ne peut installé que le 8.28.8 car les plus recent ne supporte pas ma carte. Donc je l'install, et quand je redemarre, j'ai un message qui me dit que le démarrage du serveur graphique à échoué!!!

Voilà mon xorg.conf après un aticonfig --initial

# /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      0  "aticonfig-Screen[0]" 0 0
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
	InputDevice    "stylus" "SendCoreEvents"
	InputDevice    "cursor" "SendCoreEvents"
	InputDevice    "eraser" "SendCoreEvents"
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 "ServerFlags"
	Option	    "AIGLX" "off"
EndSection

Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "fr"
	Option	    "XkbVariant" "oss"
	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  "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 - 51.0
	VertRefresh  43.0 - 60.0
	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 RV280 [Radeon 9200 PRO]"
	Driver      "ati"
	BusID       "PCI:3:0:0"
EndSection

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

Section "Screen"
	Identifier "Default Screen"
	Device     "ATI Technologies Inc RV280 [Radeon 9200 PRO]"
	Monitor    "Écran générique"
	DefaultDepth     24
	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
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

Section "Extensions"
	Option	    "Composite" "Disable"
EndSection

J'espere que vous pourrai m'aider et merci de l'attention que vous portez a ce post.

#2 Le 29/05/2007, à 13:01

Sylvain59

Re : Pilote ati 8.28.8 proriétaire pour ATI RADEON 9250 sur feisty

Tu es sous quelle version d'Ubuntu?

Car je ne sais pas si ces drivers supportent les kernels récents...

Sous Feisty je pense que tu peux les installer d'un clic en passant par le gestionnaire de pilotes propriétaires.

Hors ligne

#3 Le 29/05/2007, à 13:18

SkyOnUbuntu

Re : Pilote ati 8.28.8 proriétaire pour ATI RADEON 9250 sur feisty

Salut,
je suis sous feisty et le quand je clique dur Système-->Admiistration-->Gestionnaire des pilotes propriétaire, sa me dit que je n'ai pas besoin de pilote propriétaire et la plupart des forums parle uniquement du pilote 8.36.5 ou des tout dernier mais pas du 8.28.8 qui est donc la dernière version supportant ma carte graphique.

#4 Le 29/05/2007, à 13:29

Sylvain59

Re : Pilote ati 8.28.8 proriétaire pour ATI RADEON 9250 sur feisty

Driver      "ati"

passe ça en fglrx au lieu de ati, on verra bien lol

Hors ligne

#5 Le 29/05/2007, à 13:41

SkyOnUbuntu

Re : Pilote ati 8.28.8 proriétaire pour ATI RADEON 9250 sur feisty

Salut, je vien de faire la modif et non, sa na rien changer. J'avais pas fais gaffe a cette section car je pensais qu'un aticonfig --initial faisais la modif et qu'il ne restait plus qu'a redémarré.

#6 Le 29/05/2007, à 13:48

Sylvain59

Re : Pilote ati 8.28.8 proriétaire pour ATI RADEON 9250 sur feisty

Ce qui est bizarre c'est:

Section "Device"
    Identifier  "ATI Technologies Inc RV280 [Radeon 9200 PRO]"
    Driver      "ati"
    BusID       "PCI:3:0:0"
EndSection

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

Tu devrais avoir une seule section device.

Donc modifie pour obtenir ça:

Section "Device"
    Identifier  "ATI Technologies Inc RV280 [Radeon 9200 PRO]"
    Driver      "fglrx"
    BusID       "PCI:3:0:0"
EndSection

Hors ligne

#7 Le 29/05/2007, à 14:13

skybreaker

Re : Pilote ati 8.28.8 proriétaire pour ATI RADEON 9250 sur feisty

Salut, bon j'ai repris le backup de mon xorg.conf et g modifié le

Driver "ati"

par

Driver "fglrx"

mais sa change rien.

ps: SkyOnUbuntu --> Skybreaker , je suis inscrit

Dernière modification par skybreaker (Le 29/05/2007, à 14:15)

Hors ligne

#8 Le 29/05/2007, à 14:50

poupoul2

Re : Pilote ati 8.28.8 proriétaire pour ATI RADEON 9250 sur feisty

Tu peux nous reposter ton xorg.conf?

#9 Le 29/05/2007, à 15:17

skybreaker

Re : Pilote ati 8.28.8 proriétaire pour ATI RADEON 9250 sur feisty

Donc voila la bete:

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

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbVariant"	"oss"
	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"
	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	"ATI Technologies Inc RV280 [Radeon 9200 PRO]"
	Driver		"ati"
	BusID		"PCI:3:0:0"
EndSection

Section "Monitor"
	Identifier	"Écran générique"
	Option		"DPMS"
	HorizSync	28-51
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc RV280 [Radeon 9200 PRO]"
	Monitor		"Écran générique"
	DefaultDepth	24
	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
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 "DRI"
	Mode	0666
EndSection

Section "Extensions"
        Option  "Composite" "Disable"
EndSection

Section "ServerFlags"
        Option  "AIGLX" "off"
EndSection

J'ai remis driver "ati" pour pouvoir acceder a l'interface graphique.

Hors ligne

#10 Le 29/05/2007, à 17:16

skybreaker

Re : Pilote ati 8.28.8 proriétaire pour ATI RADEON 9250 sur feisty

Salut,
Sinon, j'ai vu que pour les nvidia, les pilote proriétaires sont plus facile a installer. Comme j'ai une vielle GeForce qui traine, est ce que vous pensez qu'il faut que j'abandonne ATI pour Nvidia? a moins que vous savez comment faire pour mon probleme (peut etre installer une ancienne version d'ubuntu?).

Je precise que j'ai installé ubuntu grace au cd alternative et que je n'ai rien installé d'autre.

Dernière modification par skybreaker (Le 29/05/2007, à 17:17)

Hors ligne

#11 Le 29/05/2007, à 17:58

Sylvain59

Re : Pilote ati 8.28.8 proriétaire pour ATI RADEON 9250 sur feisty

A mon avis, tu aurais tout à gagner à passer à nvidia smile

De quelle GeForce s'agit-il?

Hors ligne

#12 Le 02/06/2007, à 13:24

skybreaker

Re : Pilote ati 8.28.8 proriétaire pour ATI RADEON 9250 sur feisty

Bon bon, j'avais une geforce 2 mais elle n'est malheureusement pas supporté par guild wars, par contre counter tourne merveilleusement bien!!! Je vais m'arranger avec mon voisin pour un echange, il a une geforce fx 5700 LE, c'est bien comme carte? enfin sa me depannera toujours plus que la geforce 2.

Merci quand meme

Hors ligne