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 21/02/2007, à 00:55

crazy_c0vv

Beryl, ca fonctionne ? :)

Bonsoir, étant fou, voire suicidaire/d, je me suis lancé dans l'installation de beryl. Si l'install s'est bien déroulé, j'ai un soucis quand je lance beryl:

juluss@juluss-linuss:~$ beryl
**************************************************************
* Beryl system compatiblity check                            *
**************************************************************

Detected xserver                                : AIGLX

Checking Display :0.0 ...

Checking for XComposite extension               : passed (v0.3)
Checking for XDamage extension                  : passed
Checking for RandR extension                    : passed
Checking for XSync extension                    : passed

Checking Screen 0 ...

Checking for GLX_SGIX_fbconfig                  : passed
Checking for GLX_EXT_texture_from_pixmap        : passed
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
Checking for non power of two texture support   : failed

Support for non power of two textures missing
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
beryl: glXBindTexImageEXT is missing
beryl: Failed to manage screen: 0
beryl: No manageable screens found on display :0.0

Evidement, pas le moindre effet, ni de rotation, etc. Que pourrais-je donc faire pour régler ca ?

Je suis sous ubuntu edgy 6.10, a jour.
P4p800se
p4 2.8ghz
Ati 9700pro (avec pilotes ati, accélération 3D OK)

Merci d'avance, j'aimerais vraiment voir de près a quoi ressemble beryl !

Hors ligne

#2 Le 21/02/2007, à 01:19

best_friend_fr

Re : Beryl, ca fonctionne ? :)

Salut

Quel tutorial as-tu suivi?
Quel driver utilises-tu pour ta carte ati?


sudo apt-get replace langage_sms by grammaire orthographe ponctuation
La documentation est avant tout faite pour ceux qui posent les questions, et non ceux qui y répondent
Best_friend_fr

Hors ligne

#3 Le 21/02/2007, à 01:48

inbox

Re : Beryl, ca fonctionne ? :)

Salut,

Colles ici ton xorg.conf que l'on voit à quoi il ressemble. wink

[EDIT] Il semble que pour certaines cartes ATI

Section "Extensions"
    Option "Composite" "disable"
EndSection

pourrait améliorer les choses.

Trouvé avec google :

"XFree86-DRI" missing on display ":0.0".

Dernière modification par inbox (Le 21/02/2007, à 01:51)


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#4 Le 21/02/2007, à 17:15

franz256

Re : Beryl, ca fonctionne ? :)

Salut,

Tu devrais installer ou désinstaller si il est déja en place "beryl-dbus". Pour cela tu utilises synaptic. Cela à réglé mon problème.
Tiens nous informé.


Ubuntu 13.04-64 gnome-shell 3.6.1.3

Hors ligne

#5 Le 21/02/2007, à 20:32

crazy_c0vv

Re : Beryl, ca fonctionne ? :)

Bonsoir, et merci a tous.

Pour le tuto de beryl, j'ai suivi celui ci.
Pour l'installation de la carte graphique, par ici J'ai donc installé le drivers propriétaires des dépots. (fglrx)

Et 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"
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   "HannStar C17"
	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 R300 ND [Radeon 9700 Pro]"
	Driver      "ati"
	BusID       "PCI:1:0:0"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
	Option	    "VideoOverlay" "on"
	Option	    "OpenGLOverlay" "off"
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "ATI Technologies, Inc. Radeon R300 ND [Radeon 9700 Pro]"
	Monitor    "HannStar C17"
	DefaultDepth     24
	SubSection "Display"
		Depth     1
		Modes    "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x640" "640x480" "640x400"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x640" "640x480" "640x400"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x640" "640x480" "640x400"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x640" "640x480" "640x400"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x640" "640x480" "640x400"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x640" "640x480" "640x400"
	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" "enable"
EndSection

P.S:

Mettre la section "extension" a disable fait encore pire: je ne passe même pas le 1er stade. J'ai donc cherché sur google, et il fallait mettre cette option sur enable... Ca a fait avancer le bin's un peu...

Hors ligne

#6 Le 21/02/2007, à 21:19

inbox

Re : Beryl, ca fonctionne ? :)

Salut,

Si tu as deux sorties écran, cela doit être normal, sinon il faut revoir ton xorg.conf.

Il y deux

Section "Monitor"

et deux

Section "Device"

yikes

Le plus étonnant, est que chacune des Section "Device" comporte un pilote différent : ATI pour l'une et fglrx pour l'autre. tongue

Je me demande bien comment le système peut s'y retrouver !!

Dans ce cas, il te faut générer un nouveau xorg.conf avec

sudo dpkg-reconfigure xserver-xorg

Des infos 3D sur ATI ici aussi.

A+


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#7 Le 21/02/2007, à 21:21

best_friend_fr

Re : Beryl, ca fonctionne ? :)

plutot que dpkg-reconfigure, essaye aticonfig si tu veux fglrx (mais il te faudra xgl pour beryl...)


sudo apt-get replace langage_sms by grammaire orthographe ponctuation
La documentation est avant tout faite pour ceux qui posent les questions, et non ceux qui y répondent
Best_friend_fr

Hors ligne

#8 Le 21/02/2007, à 21:25

inbox

Re : Beryl, ca fonctionne ? :)

@best_friend_fr

En effet, je connais mal les config ATI. wink

@crazy_c0vv

Et en cadeau le lien qui va bien avec http://doc.ubuntu-fr.org/materiel/ati/aticonfig


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#9 Le 21/02/2007, à 22:18

crazy_c0vv

Re : Beryl, ca fonctionne ? :)

Il y a 2 sorties écran, une DVI, une VGA. Sinon, j'ai rien trafiqué de spécial dans le xorg a part suivre la procédure.

Pour beryl, il me faut donc installer xgl ??

Hors ligne

#10 Le 21/02/2007, à 22:21

best_friend_fr

Re : Beryl, ca fonctionne ? :)

Si tu utilises fglrx, oui, xgl obligatoire
Si tu utilises ati, non, mais il faut qu'il soit compatible avec ta carte.

De toute facon, il faut que tu reconfigure ton xorg.conf.

Si tu choisis ati :
Désinstalles avec synaptic les paquets fglrx
utilises

sudo dpkg-reconfigure xserver-xorg

pour refaire un xorg.conf

Si tu choisis fglrx, utilises aticonfig.

De toute facon, il existe des tutoriaux sur ce site (cherche carte graphique)


sudo apt-get replace langage_sms by grammaire orthographe ponctuation
La documentation est avant tout faite pour ceux qui posent les questions, et non ceux qui y répondent
Best_friend_fr

Hors ligne

#11 Le 21/02/2007, à 22:40

crazy_c0vv

Re : Beryl, ca fonctionne ? :)

Je comprend pas ce qui ne va pas dans mon xorg.conf

Je n'ai rien modifié, sauf les dernières ligne en suivant les tuto...

Hors ligne

#12 Le 21/02/2007, à 22:42

best_friend_fr

Re : Beryl, ca fonctionne ? :)

Le problème est, à mon sens, que tu as 2 driver pour ta carte graphique, qui sont incompatibles en ce qui concerne Beryl.

Donc ton problème vient peut-être de la...


sudo apt-get replace langage_sms by grammaire orthographe ponctuation
La documentation est avant tout faite pour ceux qui posent les questions, et non ceux qui y répondent
Best_friend_fr

Hors ligne

#13 Le 21/02/2007, à 22:54

crazy_c0vv

Re : Beryl, ca fonctionne ? :)

Faut donc que j'en vire un.

je tape quoi alors ?

aticonfig --initial n'a rien donné...

Hors ligne

#14 Le 21/02/2007, à 22:57

best_friend_fr

Re : Beryl, ca fonctionne ? :)

aticonfig --initial --input=/etc/X11/xorg.conf

Ca te fera un xorg.conf avec fglrx.

Pour faire marcher beryl, il faudra installer xgl avec le tutorial de ce site.

N'oublie pas de faire un backup de ton xorg.conf avant.


sudo apt-get replace langage_sms by grammaire orthographe ponctuation
La documentation est avant tout faite pour ceux qui posent les questions, et non ceux qui y répondent
Best_friend_fr

Hors ligne

#15 Le 21/02/2007, à 23:01

crazy_c0vv

Re : Beryl, ca fonctionne ? :)

Found fglrx primary device section
Nothing to do, terminating.

J'ai tapé la commande que tu m'a donné... il se passe rien de plus.

Hors ligne

#16 Le 21/02/2007, à 23:07

best_friend_fr

Re : Beryl, ca fonctionne ? :)

Si la commande fglrxinfo marche, il suffit maintenant que tu installes xgl (voir le tutorial) du site, et ca devrait marcher


sudo apt-get replace langage_sms by grammaire orthographe ponctuation
La documentation est avant tout faite pour ceux qui posent les questions, et non ceux qui y répondent
Best_friend_fr

Hors ligne

#17 Le 21/02/2007, à 23:14

crazy_c0vv

Re : Beryl, ca fonctionne ? :)

juluss@juluss-linuss:/etc/X11$ fglrxinfo
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
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.5.1)

On dirait qu'il y a une erreur avec Xlib, non ?
Ca correspond a l'erreur que j'ai avec beryl...

Dernière modification par crazy_c0vv (Le 21/02/2007, à 23:16)

Hors ligne

#18 Le 21/02/2007, à 23:17

best_friend_fr

Re : Beryl, ca fonctionne ? :)

Ajoute un

Section "DRI"
	Mode         0666
EndSection

dans ton xorg.conf


sudo apt-get replace langage_sms by grammaire orthographe ponctuation
La documentation est avant tout faite pour ceux qui posent les questions, et non ceux qui y répondent
Best_friend_fr

Hors ligne

#19 Le 21/02/2007, à 23:25

crazy_c0vv

Re : Beryl, ca fonctionne ? :)

Cette section y était déja.

Hors ligne

#20 Le 21/02/2007, à 23:28

best_friend_fr

Re : Beryl, ca fonctionne ? :)

Il faut aussi mettre le composite en disable, et non enable (incompatible avec fglrx)


sudo apt-get replace langage_sms by grammaire orthographe ponctuation
La documentation est avant tout faite pour ceux qui posent les questions, et non ceux qui y répondent
Best_friend_fr

Hors ligne

#21 Le 22/02/2007, à 00:55

crazy_c0vv

Re : Beryl, ca fonctionne ? :)

J'ai remis l'option n question a "disable"

juluss@juluss-linuss:~$ beryl
**************************************************************
* Beryl system compatiblity check                            *
**************************************************************

Detected xserver                                : AIGLX

Checking Display :0.0 ...

Checking for XComposite extension               : failed

No composite extension
beryl: No composite extension

Hors ligne

#22 Le 22/02/2007, à 00:58

best_friend_fr

Re : Beryl, ca fonctionne ? :)

Si le fglrxinfo fonctionne, il faut que tu installes xgl (avec le tutorial xgl de ce site)

http://doc.ubuntu-fr.org/xgl


sudo apt-get replace langage_sms by grammaire orthographe ponctuation
La documentation est avant tout faite pour ceux qui posent les questions, et non ceux qui y répondent
Best_friend_fr

Hors ligne

#23 Le 22/02/2007, à 01:46

crazy_c0vv

Re : Beryl, ca fonctionne ? :)

Alors j'ai installé xgl, suivi le tuto, redémaré, logué en xgl:

ca fonctionne toujours pas.

J'arrete pour ce soir.

Merci quand même pour l'aide smile

Hors ligne

#24 Le 22/02/2007, à 01:46

best_friend_fr

Re : Beryl, ca fonctionne ? :)

Quelle est l'erreur?


sudo apt-get replace langage_sms by grammaire orthographe ponctuation
La documentation est avant tout faite pour ceux qui posent les questions, et non ceux qui y répondent
Best_friend_fr

Hors ligne

#25 Le 22/02/2007, à 14:08

crazy_c0vv

Re : Beryl, ca fonctionne ? :)

Voici:

juluss@juluss-linuss:~$ beryl
**************************************************************
* Beryl system compatiblity check                            *
**************************************************************

Detected xserver                                : XGL

Checking Display :1.0 ...

Checking for XComposite extension               : passed (v0.3)
Checking for XDamage extension                  : passed
Checking for RandR extension                    : passed
Checking for XSync extension                    : passed

beryl: GLX_EXT_texture_from_pixmap is missing
beryl: Using non-tfp mode
beryl: GLX_SGIX_fbconfig is missing
beryl: Failed to manage screen: 0
beryl: No manageable screens found on display :1.0

Et en plus tout l'affichage graphique rame, c'est une horreur... et en 2D, ca va de soi. sad

Hors ligne