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 01/10/2006, à 17:38

telemak skywalker

Ptit probleme avec fglrx....

Bonjour à tous, je vous décrit ma machine :

P4 3.4Ghz
1Go de ram
ATI X700
HDD 250 Go 7200trs
Ubuntu Dapper Drake

J ai installé les pilotes fglrx, mais lorsqu'un screensaver se lance, il est super ralenti....

Mon xorg.conf présente ce que je pense etre une anomalie, en effet, j ai :

Section "Device"
	Identifier  "ATI Technologies, Inc. Radeon X700 SE (RV410)"
	Driver      "vesa"
	BusID       "PCI:6:0:0"
EndSection

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

Et quand je lance un fglrxinfo j ai cette réponse :
telemak@telemak-desktop:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.1)

telemak@telemak-desktop:~$

Avez vous une idée???

Merci d'avance.


Un ordinateur sans windows, c'est comme un gateau au chocolat sans moutarde....

Hors ligne

#2 Le 01/10/2006, à 18:36

Soldado

Re : Ptit probleme avec fglrx....

change le driver "vesa" par "fglrx"

Section "Device"
        Identifier      "ATI Technologies, Inc. ATI Default Card"
        Driver          "fglrx"
        BusID           "PCI:1:0:0"
EndSection

Chez moi ça fonctionne :
soldado@CKC:/etc/X11$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon X1600 Generic
OpenGL version string: 2.0.5814 (8.25.18)


et si ça marche pas et bien retour arrière


Kubuntu 12.04 32Bits Asus A6

Hors ligne

#3 Le 01/10/2006, à 18:45

Smarter

Re : Ptit probleme avec fglrx....

non non, il a deux sections "Device", supprime la première.

Hors ligne

#4 Le 01/10/2006, à 18:53

telemak skywalker

Re : Ptit probleme avec fglrx....

Donc en gros je supprime la seconde et sur la premiere je remplace vesa par fglrx et ca devrait etre bon?

Au cas ou, je ne me souviens plus de la manip pour faire un backup de xorg.conf et la commande pour renvoyer ce fichier en tant que xorg.conf a la place de xorg.conf.backup

Vous pouvez le la rapeller?


Un ordinateur sans windows, c'est comme un gateau au chocolat sans moutarde....

Hors ligne

#5 Le 01/10/2006, à 18:57

Smarter

Re : Ptit probleme avec fglrx....

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
et pour revenir à la backup:
sudo cp /etc/X11/xorg.conf.backup /etc/X11/xorg.conf

Pourrais tu poster ton xorg.conf complet ici, pour etre sur de la scetion à supprimer ?

Hors ligne

#6 Le 01/10/2006, à 19:03

telemak skywalker

Re : Ptit probleme avec fglrx....

cadeau :



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

                                                      # /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"
    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. Radeon X700 SE (RV410)"
    Driver      "vesa"
    BusID       "PCI:6:0:0"
EndSection

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

Section "Screen"
    Identifier "Default Screen"
    Device     "ATI Technologies, Inc. Radeon X700 SE (RV410)"
    Monitor    "Generic Monitor"
    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


Un ordinateur sans windows, c'est comme un gateau au chocolat sans moutarde....

Hors ligne

#7 Le 01/10/2006, à 20:15

telemak skywalker

Re : Ptit probleme avec fglrx....

Hop j ai un autre probleme....

Je veux editer mon xorg.conf donc si j me trompe pas :

nano -w /etc/x11/xorg.conf

Le fichier qu il m ouvre alors est entierement vide.

C'est la meme chose en root....
Je capte pas la...

Pareil si je fait un gedit....


HEEEEEEEEEEELLLPPPP....et desolé pour le flood...

Dernière modification par telemak skywalker (Le 01/10/2006, à 20:19)


Un ordinateur sans windows, c'est comme un gateau au chocolat sans moutarde....

Hors ligne

#8 Le 01/10/2006, à 21:17

tukuyomi

Re : Ptit probleme avec fglrx....

Pour éditer le fichier en root, c'est

sudo nano /etc/X11/xorg.conf

avec sudo en premier (Super User DO) et X11 avec X majuscule wink, le -w est facultatif (d'après le man nano, ça sert juste à éviter que les longues lignes passent à la ligne suivante)

Dernière modification par tukuyomi (Le 01/10/2006, à 21:19)

Hors ligne

#9 Le 01/10/2006, à 21:19

telemak skywalker

Re : Ptit probleme avec fglrx....

Ah voila mon erreur, les majuscules....
Merci tukuyomi !


Un ordinateur sans windows, c'est comme un gateau au chocolat sans moutarde....

Hors ligne

#10 Le 01/10/2006, à 21:54

telemak skywalker

Re : Ptit probleme avec fglrx....

Bon j ai essyé d enlever les lignes en trop et de remplacer vesa par fglrx dans la premiere partie
ca m a tout vautré...
Heureusement que le backlog avait ete fait...

Une idée les gens?


Un ordinateur sans windows, c'est comme un gateau au chocolat sans moutarde....

Hors ligne

#11 Le 02/10/2006, à 19:27

tukuyomi

Re : Ptit probleme avec fglrx....

Section "Device"
    Identifier  "ATI Technologies, Inc. Radeon X700 SE (RV410)"
    Driver      "vesa"
    BusID       "PCI:6:0:0"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]"
    Driver      "fglrx"
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

Remplace "vesa" par "fglrx", supprime l'autre section, ça tu as du le faire déjà, mais il ne faut pas oublier de changer le

Device     "aticonfig-Device[0]"

qui n'existe plus par

Device     "ATI Technologies, Inc. Radeon X700 SE (RV410)"

dans la Section "Screen" wink

Dernière modification par tukuyomi (Le 02/10/2006, à 19:30)

Hors ligne

#12 Le 02/10/2006, à 23:01

telemak skywalker

Re : Ptit probleme avec fglrx....

ok je test


Un ordinateur sans windows, c'est comme un gateau au chocolat sans moutarde....

Hors ligne

#13 Le 05/10/2006, à 20:06

telemak skywalker

Re : Ptit probleme avec fglrx....

Je reviens vers vous car mon probleme n'est toujours pas résolu.

J'ai fait les modifs demandées et mon xorg.conf ressemble maintenant à ca :

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

                                                      # /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"
	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. Radeon X700 SE (RV410)"
	Driver      "fglrx"
	BusID       "PCI:6:0:0"
EndSection

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

Section "DRI"
	Mode         0666
EndSection

Quand je fais un fglrxinfo, j obtiens ca :

telemak@telemak-desktop:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.1)

Et lorsque je lance par exemple le screensaver matrix, et ben c est super ralenti...J en conclu donc que ma carte ATI n est toujours pas reconnue comme elle le devrait.

Quelq un a une idée?


Un ordinateur sans windows, c'est comme un gateau au chocolat sans moutarde....

Hors ligne

#14 Le 05/10/2006, à 20:55

tukuyomi

Re : Ptit probleme avec fglrx....

Vérifie que tu as fglrx dans /etc/modules
Rajoute-le, le cas échéant:

sudo nano /etc/modules

Dernière modification par tukuyomi (Le 05/10/2006, à 21:02)

Hors ligne

#15 Le 05/10/2006, à 21:22

telemak skywalker

Re : Ptit probleme avec fglrx....

voici mon /etc/modules

  GNU nano 1.3.10            Fichier : /etc/modules

# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

lp
psmouse
sbp2
sr_mod
fglrx

Et rien ne change.....Damned....

Dernière modification par telemak skywalker (Le 05/10/2006, à 21:22)


Un ordinateur sans windows, c'est comme un gateau au chocolat sans moutarde....

Hors ligne

#16 Le 06/10/2006, à 08:23

telemak skywalker

Re : Ptit probleme avec fglrx....

petit up???:)


Un ordinateur sans windows, c'est comme un gateau au chocolat sans moutarde....

Hors ligne

#17 Le 06/10/2006, à 19:06

telemak skywalker

Re : Ptit probleme avec fglrx....

personne pour moi???


Un ordinateur sans windows, c'est comme un gateau au chocolat sans moutarde....

Hors ligne

#18 Le 06/10/2006, à 21:25

tukuyomi

Re : Ptit probleme avec fglrx....

Je sais pas si ça a un rapport, mais est-ce que libgl1-mesa-dri est installé?

Hors ligne

#19 Le 06/10/2006, à 21:34

telemak skywalker

Re : Ptit probleme avec fglrx....

BOn ben je trouve pas de solution........sniffff


libgl1-mesa-dri est bien installé....

SOS

Dernière modification par telemak skywalker (Le 07/10/2006, à 10:33)


Un ordinateur sans windows, c'est comme un gateau au chocolat sans moutarde....

Hors ligne

#20 Le 08/10/2006, à 15:39

michel2652

Re : Ptit probleme avec fglrx....

Bonjour,

En réponse à :

A t-on le droit de vous signaler un poste car on a pas de reponse a son probleme??
Car si c est le cas, ben je signale ce post car j suis dans la panade....
;c)

Le bouton Signaler sert à prévenir un modérateur en cas d'anomalie, d'erreur, etc...

A+

#21 Le 08/10/2006, à 15:54

michel2652

Re : Ptit probleme avec fglrx....

Re,

As tu bien suivi le Wiki : Installation de la dernière version des pilotes propriétaires ATI
Tu ne peux installer le driver Radeon car ta carte rev 410 n'aurait que l'accélération 2D et pas 3D

A+