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 14/01/2007, à 15:16

anarchosis

LibGL introuvable

Bonjour à tous et à toutes,
Je possède une carte ATI Radeon x600 series. J'aimerais jouer grâce à cedega, mais celui-ci plante pendant les test de ma carte graphique.
Lorsque je lançais glxgears, seuls les rouages s'affichaient mais la commande ne me donnait pas mes fps.

Récemment j'ai voulu activer l'accélération 3d en utilisant les drivers fglrx, en regardant sur le forum et en fouillant sur internet. En effet j'avais avant les drivers "ati".

Cependant après mes modifications rien ne s'est passé (même après rebootage), et les diverses commandes liées à la carte graphique me renvoient cette erreur :

anarchosis@anarchosis-desktop:~$ glxgears
glxgears: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory

Voici 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 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"
  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	"ATI Technologies, Inc. RV370 5B62 [Radeon X600 (PCIE)]"
	Driver          "fglrx"
	Option      "UseInternalAGPGART" "no"
	Option      "KernelModuleParm" "agplock=0"
	BusID		"PCI:3:0:0"
EndSection

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

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. RV370 5B62 [Radeon X600 (PCIE)]"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1440x1440" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1440x1440" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1440x1440" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1440x1440" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1440x1440" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1440x1440" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "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

Merci d'avance, et à bientôt.

Dernière modification par anarchosis (Le 14/01/2007, à 15:18)

Hors ligne

#2 Le 14/01/2007, à 16:52

denis56

Re : LibGL introuvable

salut

J'suis pas une bete de la carte graphique mais s'il te demande un paquet "libGL.so.1" mon premier réflexe serait de vérifier si ledit paquet existe ou meme de voir si Synaptic le connait :

Systeme/Administration/Synaptic/rechercher ou Ctrl+f/libGL.so.1

et la tu as un peu de lecture en cliquant sur le nom et tu peux cocher la case s'il n'est pas installé car c'est aussi indiqué  wink

J'aime Synaptic

attention il doit etre dans des dépots multi(ou uni)verse

Bon jeu !!!


Debian Jessie souvent, Xubuntu parfois,
Bénévole @ Rhizomes

Hors ligne

#3 Le 14/01/2007, à 17:13

anarchosis

Re : LibGL introuvable

Merci de ta réponse, mais j'y avais déjà pensé tongue
Malheureusement ça n'y étais pas, mais j'ai finalement rêglé le problème en désinstallant puis réinstallant les drivers... et en reconfigurant le fichier xorg grâce à la commande "aticonfig --initial"

Il me reste l'accélération 3d à activer :

anarchosis@anarchosis-desktop:~$ glxgears
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
anarchosis@anarchosis-desktop:~$ fgl_glxgears
Using GLX_SGIX_pbuffer
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  142 (GLX)
  Minor opcode of failed request:  5 (X_GLXMakeCurrent)
  Serial number of failed request:  30
  Current serial number in output stream:  30
anarchosis@anarchosis-desktop:~$ glxinfo |grep render
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
direct rendering: No
    GLX_ATI_pixel_format_float, GLX_ATI_render_texture
OpenGL renderer string: Mesa GLX Indirect

Je vous donne tout ce que je peux comme indices wink

Merci et à bientôt.

Edit : j'en profite pour rajouter qu'on ne m'indique toujours pas mes fps...

Dernière modification par anarchosis (Le 14/01/2007, à 17:32)

Hors ligne

#4 Le 14/01/2007, à 19:41

Erakiel81

Re : LibGL introuvable

J'ai fait une manip semblable pour faire marcher ma radeon 9000pro. Faut aussi installer le paquet linux-restricted-module pour que ca marche. C'est peut etre ca ton trouble

Hors ligne

#5 Le 14/01/2007, à 20:08

bartonfOnk

Re : LibGL introuvable

Hello !

Alors je tente de te répondre.

Pour le problème lié à "XFree86-DRI" je suis assez étonné puisque il me semblait que c'était lié à la ligne du xorg.conf:

         Option "Composite" "disable"

Tu n'aurais pas fait de modifs depuis ton premier post par hasard ?

Sinon il est possible que ce soit un problème de chemin d'accès vers certains fichiers.
A priori deux cas se présentent :
Tu as installé les drivers des dépots (avec un simple "apt get install") alors tu fais :

sudo ln -s /usr/lib/dri /usr/lib/xorg/modules/dri

Tu as installé les drivers trouvés sur le site ATI alors tu fais:

sudo mkdir /usr/X11R6/lib/modules
sudo ln -s /usr/lib/dri /usr/X11R6/lib/modules/

Donc voilà c'est une idée, j'ai trouvé ça là :
http://wiki.cchtml.com/index.php/Ubuntu … r_Method_1
Vois par toi même.

Pour les FPS essai plutôt

glxgears -printfps

Bon courage

Hors ligne

#6 Le 15/01/2007, à 09:22

anarchosis

Re : LibGL introuvable

Merci de vos réponses, glxgears -printfps marche bien big_smile

anarchosis@anarchosis-desktop:~$ glxgears -printfps
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
4152 frames in 5.1 seconds = 812.083 FPS
4012 frames in 5.1 seconds = 792.448 FPS
4184 frames in 5.0 seconds = 832.907 FPS
5200 frames in 5.1 seconds = 1026.079 FPS
5446 frames in 5.0 seconds = 1085.981 FPS
5374 frames in 5.1 seconds = 1055.007 FPS
5352 frames in 5.0 seconds = 1068.441 FPS
5224 frames in 5.1 seconds = 1016.957 FPS
5462 frames in 5.0 seconds = 1081.689 FPS
5160 frames in 5.0 seconds = 1029.562 FPS
5520 frames in 5.0 seconds = 1093.936 FPS

Voila le résultat, ça me semble pas mal.
J'ai téléchargé les drivers depuis le site d'ATI. J'ai essayé de créer ce répertoire et de faire le lien symbolique, mais dans les deux cas il me dit que le fichier existe déjà...

Sinon oui j'ai bien modifié le fichier xorg.conf, après ma réinstallation le voici :

# /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     "/usr/share/fonts/X11/misc"
	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"

                                                      # /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. RV370 5B62 [Radeon X600 (PCIE)]"
	Driver      "ati"
	Option  "RenderAccel"           "true"
        Option  "mtrr"                  "on"
        Option  "SubPixelOrder"         "none"
        Option  "DPMS"                          # voir "on"
        Option  "DynamicClocks"         "on"
        Option  "VideoOverlay"          "on"
        Option  "OpenGLOverlay"         "off"
	BusID       "PCI:3:0:0"
EndSection

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

Section "Screen"
	Identifier "Default Screen"
	Device     "ATI Technologies, Inc. RV370 5B62 [Radeon X600 (PCIE)]"
	Monitor    "Generic Monitor"
	DefaultDepth     24
	SubSection "Display"
		Depth     1
		Modes    "1440x1440" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "1440x1440" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1440x1440" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1440x1440" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1440x1440" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1440x1440" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "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

Mais comme tu le vois l'option "composite" est bien désactivée sad
Je ne sais plus quoi faire hmm

@Erakiel81 : le paquet linux-restricted-modules-generic est bien installé...

Merci pour vos éclaircissements,
A+.

Dernière modification par anarchosis (Le 15/01/2007, à 09:26)

Hors ligne