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 30/03/2005, à 23:39

Keito

[RÉSOLU] ATI Radeon 9800 Pro

Bonjour,
J'ai decidé d'enfin regler ce problème de driver ATI car je n'utilise qu'un pourcent des capacités de ma CG pour le moment. J'ai les fglrx de xorg d'installer, ce qui me donne 380 FPS environ seulement pour une 9800 Pro. De plus, avec glxinfo, je peut remarquer un direct rendering : no ... Encore moin utile pour jouer. Voici donc le contenu de mon fichier 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 commands:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
#   sudo dpkg-reconfigure xserver-xorg

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
        # paths to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	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		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"ATI Technologies, Inc. Radeon 9800 Pro (R350 NH)"
	Driver		"ati"
	BusID		"PCI:2:0:0"
EndSection

Section "Monitor"
	Identifier	"Écran générique"
	HorizSync	30-65
	VertRefresh	50-75
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. Radeon 9800 Pro (R350 NH)"
	Monitor		"Écran générique"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "800x600"
	EndSubSection
EndSection

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

Section "DRI"
	Mode	0666
EndSection

Merci d'avance,
Keito.

Dernière modification par Keito (Le 01/04/2005, à 21:23)

Hors ligne

#2 Le 30/03/2005, à 23:44

doobs

Re : [RÉSOLU] ATI Radeon 9800 Pro

dans ta section device, tu as ça :

Section "Device"
    Identifier    "ATI Technologies, Inc. Radeon 9800 Pro (R350 NH)"
    Driver        "ati"
    BusID        "PCI:2:0:0"
EndSection

Hors il te faut ça !

Section "Device"
    Identifier    "ATI Technologies, Inc. Radeon 9800 Pro (R350 NH)"
    Driver        "fglrx"
    BusID        "PCI:2:0:0"
EndSection

n'oublie pas aussi de charger le module flgrx au démarrage (tu rajoute "fglrx" au fichier /etc/modules et ca roule !) wink

++

DoObS

Hors ligne

#3 Le 30/03/2005, à 23:45

NanoTek

Re : [RÉSOLU] ATI Radeon 9800 Pro

1. sudo apt-get install xorg-driver-fglrx
2. echo fglrx | sudo tee -a /etc/modules
3. sudo gedit /etc/X11/xorg.conf et tu remplaces Driver "ati" par Driver "fglrx" dans la section Device.

Dernière modification par NanoTek (Le 30/03/2005, à 23:46)

Hors ligne

#4 Le 31/03/2005, à 00:35

illmonkey

Re : [RÉSOLU] ATI Radeon 9800 Pro

1. sudo apt-get install xorg-driver-fglrx
2. echo fglrx | sudo tee -a /etc/modules
3. sudo gedit /etc/X11/xorg.conf et tu remplaces Driver "ati" par Driver "fglrx" dans la section Device.

Nanotek, je t'ai suivi les yeux fermé et ca a marché nikel!! Décidement tu me sauves 2 fois dans la soirée!!! Comment tu sais tout ca? Dis voir tu pourrais détailler les commandes merci

smile


P.S: Trop fort Ubuntu ca promet j'espère qu'elle détronnera XP (jsuis un peu reveur mais bon)

Hors ligne

#5 Le 31/03/2005, à 00:37

illmonkey

Re : [RÉSOLU] ATI Radeon 9800 Pro

Je me prépare un tuto avec pleins de site sympa ... quand il sera prêt je le posterais ca aidera surement le nouveau (comme moi) si quun veut se joindre à moi pas de prob ca évitera les mêmes questions sur les forum et les gens seront plus content!!!

Hors ligne

#6 Le 31/03/2005, à 08:35

Keito

Re : [RÉSOLU] ATI Radeon 9800 Pro

Je reboot, en esperant que ca marche smile

Hors ligne

#7 Le 31/03/2005, à 08:38

Keito

Re : [RÉSOLU] ATI Radeon 9800 Pro

keito@Keito:~ $ sudo apt-get install xorg-driver-fglrx
Password:
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
xorg-driver-fglrx est déjà la plus récente version disponible.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
keito@Keito:~ $ echo fglrx | sudo tee -a /etc/modules
fglrx
keito@Keito:~ $ sudo gedit /etc/X11/xorg.conf
keito@Keito:~ $ glxgears
1869 frames in 5.0 seconds = 373.800 FPS

Je suis un cas à part ! tongue

Hors ligne

#8 Le 31/03/2005, à 08:47

Keito

Re : [RÉSOLU] ATI Radeon 9800 Pro

Me faut-il un kernel special ? Une linux-image special ? Pour le moment j'ai : linux-image-2.6.10-5-386 mais je n'ai aucun kernel de coché dans synaptics ( Je ne m'y connais pas en kernel, image linux etc ... )

Hors ligne

#9 Le 31/03/2005, à 17:21

NanoTek

Re : [RÉSOLU] ATI Radeon 9800 Pro

Est ce que tu as essayé directement dans un jeu ?

Que te donne la commande :
glxinfo | grep "direct rendering"

Si c'est Yes ça veut tout simplement dire que leurs drivers sont encore une fois pourris smile

Hors ligne

#10 Le 31/03/2005, à 18:28

Keito

Re : [RÉSOLU] ATI Radeon 9800 Pro

J'ai essayer un jeu mais ca plante directos

Hors ligne

#11 Le 31/03/2005, à 18:30

Keito

Re : [RÉSOLU] ATI Radeon 9800 Pro

Et ta commande me donne : direct randering : no

Hors ligne

#12 Le 01/04/2005, à 02:03

coffee

Re : [RÉSOLU] ATI Radeon 9800 Pro

CTRL ALT F1
tu te connectes
/etc/init.d/gdm stop (ça arrete le serveur X)
sudo modprobe fglrx
/etc/init.d/gdm start; exit


Nom d'un tupperware habillé en streetware mangeant de la confiture de pouère et qui se dite où est-ce que je suis ouère !
Tiens mon blog
Les blagues sous forme de fausses aides sont susceptible de ban (ex: rm)

Hors ligne

#13 Le 01/04/2005, à 04:59

illmonkey

Re : [RÉSOLU] ATI Radeon 9800 Pro

1. sudo apt-get install xorg-driver-fglrx
2. echo fglrx | sudo tee -a /etc/modules
3. sudo gedit /etc/X11/xorg.conf et tu remplaces Driver "ati" par Driver "fglrx" dans la section Device.

Nanotek tu peux me commenter ces lignes de codes stp smile

Hors ligne

#14 Le 01/04/2005, à 16:23

coffee

Re : [RÉSOLU] ATI Radeon 9800 Pro

1. On installes les drivers
2. On fout "fglrx" à la fin du fichier /etc/modules
3. On edite le fichier xoorg.conf et on fait des modifs


Nom d'un tupperware habillé en streetware mangeant de la confiture de pouère et qui se dite où est-ce que je suis ouère !
Tiens mon blog
Les blagues sous forme de fausses aides sont susceptible de ban (ex: rm)

Hors ligne

#15 Le 01/04/2005, à 16:33

Keito

Re : [RÉSOLU] ATI Radeon 9800 Pro

Bon, je pense pas être c** a ce point mais voilà je resume :
1. J'ai installé les drivers fglrx
2. Mon /etc/modules :

# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a "#", and everything on the line after them are ignored.

sr_mod
psmouse
mousedev
ide-cd
ide-disk
ide-generic
sbp2
lp
pppoatm
fglrx

3. Mon fichier /etc/X11/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 commands:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
#   sudo dpkg-reconfigure xserver-xorg

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
        # paths to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	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		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"ATI Technologies, Inc. Radeon 9800 Pro (R350 NH)"
	Driver		"fglrx"
	BusID		"PCI:2:0:0"
EndSection

Section "Monitor"
	Identifier	"Écran générique"
	HorizSync	30-65
	VertRefresh	50-75
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. Radeon 9800 Pro (R350 NH)"
	Monitor		"Écran générique"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "800x600"
	EndSubSection
EndSection

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

Section "DRI"
	Mode	0666
EndSection

4. Reboot

Dernière modification par Keito (Le 01/04/2005, à 16:34)

Hors ligne

#16 Le 01/04/2005, à 18:17

coffee

Re : [RÉSOLU] ATI Radeon 9800 Pro

vire fglrx de ton /etc/modules

teste

sudo modprobe fglrx marche?


Nom d'un tupperware habillé en streetware mangeant de la confiture de pouère et qui se dite où est-ce que je suis ouère !
Tiens mon blog
Les blagues sous forme de fausses aides sont susceptible de ban (ex: rm)

Hors ligne

#17 Le 01/04/2005, à 18:21

Keito

Re : [RÉSOLU] ATI Radeon 9800 Pro

Non. hmm

Hors ligne

#18 Le 01/04/2005, à 19:14

coffee

Re : [RÉSOLU] ATI Radeon 9800 Pro

ben il est là le problème fglrx n'est po chargeable car mal compilé


Nom d'un tupperware habillé en streetware mangeant de la confiture de pouère et qui se dite où est-ce que je suis ouère !
Tiens mon blog
Les blagues sous forme de fausses aides sont susceptible de ban (ex: rm)

Hors ligne

#19 Le 01/04/2005, à 20:29

illmonkey

Re : [RÉSOLU] ATI Radeon 9800 Pro

1. On installes les drivers
2. On fout "fglrx" à la fin du fichier /etc/modules
3. On edite le fichier xoorg.conf et on fait des modifs

Merci beaucoup Coffee!!!!

Hors ligne

#20 Le 01/04/2005, à 21:14

Keito

Re : [RÉSOLU] ATI Radeon 9800 Pro

Résolu par Kagou.
Je lui dit un grand merci pour sa patience ( il est aller jusqu'a venir en personne sur mon pc via l'acces à distance ) Vraiement sympa et respect kagou.

Encore Merci smile

Hors ligne

#21 Le 01/04/2005, à 21:24

Keito

Re : [RÉSOLU] ATI Radeon 9800 Pro

http://forum.ubuntu-fr.org/viewtopic.php?id=2487

Cf : Rubrique "ÇA NE MARCHE TOUJOURS PAS ?!"

Hors ligne