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 25/02/2007, à 17:03

benhetfield

Plantage de Beryl, en fonctionnement

Bonjour,

après avoir galéré quelques dizaines d'heure pour installer les fonctions 3d (merci ATI), je viens de finir d'installer Beryl. Ceci dit je suis malgré tout obligé de taper:



beryl-xlg --use-copy

puis dans un autre terminal

beryl-manager

car sinon joli écran blanc. Mais mes problèmes ne s'arrêtent pas là...Lorsque j'utilise Beryl, il ne faut surtout pas que je "restaure", que je minimise ou maximise une fenêtre, sinon beau plantage d'Ubuntu et redémarrage barbare du PC (en appuyant sur on/off quoi).



Pour info : j'ai un PC Dell Inspiron 6400 avec une magnifique ATI X1400 (plus jamais je ne prendrais de PC avec ATI !!!).



Voici ce que j'obtient si je tape "beryl" dans un terminal (donc pour vérifier la compatibilté) :

Beryl system compatibility check :



Detected server				: 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

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 "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"
	InputDevice    "Synaptics Touchpad"
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"
	Identifier  "Synaptics Touchpad"
	Driver      "synaptics"
	Option	    "SendCoreEvents" "true"
	Option	    "Device" "/dev/psaux"
	Option	    "Protocol" "auto-dev"
	Option	    "HorizScrollDelta" "0"
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. ATI Default Card"
	Driver      "fglrx"
	BusID       "PCI:1:0:0"
EndSection

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

Section "Screen"
	Identifier "Default Screen"
	Device     "ATI Technologies, Inc. ATI Default Card"
	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

Section "Extensions"
	Option "Composite" "false"
EndSection

et lorsque je tape :

glxinfo | grep "direct rendering"
Xlib:  extension "XFree86-DRI" missing on display ":1.0".
direct rendering: No

Merci de vos lumières car la je galère quoi. Pour le coup, c'est quand même plus simple sous Windows je trouve...

Hors ligne

#2 Le 25/02/2007, à 23:41

nfk

Re : Plantage de Beryl, en fonctionnement

salut j'ai installé xgl + beryl ce week sur mon ubuntu avec ma ATI X800.

résultat :

glxinfo | grep "direct rendering"
direct rendering: Yes

Mais j'ai le même problème que toi, soit je le lance en use copy et sa marche mais c instable, ou sans le use copy j'ai un beau carré blanc.
D'après ce que j'ai lu le problème viens de la version 2.0RC la version 1.99 ne pose pas ce problème. 
http://forum.ubuntu-fr.org/viewtopic.php?id=96549

Bon l'utilisation de beryl n'est pas vital n'ont plus c'est juste un effet sympa que ne propose pas l'environnement windows pr le moment

Et pr les portable dell si je retarde a pue l'achat de mon portable c bien parce qu"il propose du ati ac la config que je veux wink


Ubuntu 12.10 (quantal) 64 bits - Gnome 3.6 - Core 2 Duo E6550 @ 2.33GHz × 2 - 6 Go Ram -Nvidia GeForce 8600 GT

Hors ligne

#3 Le 26/02/2007, à 00:07

benhetfield

Re : Plantage de Beryl, en fonctionnement

En gros faut attendre le prochain Beryl quoi...Espérons qu'ils vont faire vite, c'est quand même bien sympatoche comme effet. Sur mon PC fixe j'ai une NVidia GForce 7600GT ça marche d'enfers, et sans se prendre la tête....

Hors ligne