PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Beryl will nicht so recht....



Serp
17.03.07, 14:02
Hi,
bin noch nicht allzu lang mit Linux unterwegs und hab jetzt versucht beryl zum laufen zu bringen, was aber nicht so recht klappen wollte...
Sobald ich beryl als WM auswähle flackern die fenster kurz als ob er versucht etwas zu starten und dann shcaltet er wieder auf den standart WM um.
Und zwar bekomm ich folgende meldung wenn ich "beryl" im terminal eintipp:


************************************************** ************
* Beryl system compatiblity check *
************************************************** ************

Detected xserver : AIGLX

Checking Display :0.0 ...

Checking for XComposite extension : failed

No composite extension
beryl: No composite extension


Ich benutze Ubuntu Edgy Eft 6.10, falls ihr meine xorg.conf braucht um mit weiter zu helfen sagt einfach bescheid :)
Ich hab das ganze nach der Anleitung von http://wiki.ubuntuusers.de/Beryl?highlight=%28beryl%29
versucht.

MfG
Serp

zeromancer1972
17.03.07, 14:10
Das Wiki ist unvollständig. Schau mal nach, ob in Deiner /etc/X11/xorg.conf folgender Abschnitt enthalten ist:

Section "Extensions"
Option "Composite" "Enable"
EndSection

Serp
17.03.07, 14:16
Hab es geändert, bei mir stand disabled ... geht aber trotzdem nicht.
Hab übrigens ne Radeon 9600pro (fglrx)

MfG
Serp

zeromancer1972
17.03.07, 14:17
X auch neu gestartet?
Poste bitte mal Deine xorg.conf - in CODE-Tags ;)

Serp
17.03.07, 14:26
Hab jetzt aber irgendwie das gefühl das alles langsamer läuft seitdem ich "enabled" hab...



# /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 "Default Screen" 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 "ServerFlags"
Option "AIGLX" "off"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
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 "L1919S"
Option "DPMS"
EndSection

Section "Device"
Identifier "ATI Technologies, Inc. RV350 AP [Radeon 9600]"
Driver "fglrx"
Option "DesktopSetup" "single"
BusID "AGP:1:0:0"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. RV350 AP [Radeon 9600]"
Monitor "L1919S"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

zeromancer1972
17.03.07, 14:49
Was passiert, wenn Du mal in den ServerFlags AIGLX auf "on" schaltest?
Außerdem fehlen noch diese Zeilen aus dem Wiki:

#

In der Section "Device" muss folgende Zeile hinzugefügt werden:

Option "TripleBuffer" "true"

#

In der Section "Screen" muss folgende Zeile hinzugefügt werden:

Option "AddARGBGLXVisuals" "true"

#

Sicherstellen, dass die Standardfarbtiefe auf 24 bit eingestellt ist. Sektion Screen:

DefaultDepth 24

Alternativ könntest Du auch statt des "fglrx"-Treibers mal "radeon" ausprobieren, der soll schneller sein.

Serp
17.03.07, 15:03
Hat auch nichts gebracht....
Also ich hab bis jetzt nur gehört das der radeon treiber langsamer und unzuverlässiger sein soll.

zeromancer1972
17.03.07, 15:09
Hmm da muss ich nun aussteigen, denn mit ATI kenne ich mich nicht aus - mag sein, dass es auch nicht am Treiber liegt. Von wo hast Du beryl installiert? Aus den Ubuntu-Repos?

Serp
17.03.07, 15:12
Hab von den quellen installiert die in dem how to angegeben sind....

Serp
18.03.07, 11:54
Weiss kein anderer ne lösung zu meinem Problem? :)

DeinHorst
18.03.07, 12:52
Ich hatte das selbe Problem als ich mal Ubuntu ausprobiert hatte! Leider konnte ich auch keine Lösung finden, ausser Fedora 6 wieder zu installieren :) ... da ist überhaupt keine weitere Einstellung notwendig... einfach "yum -y install beryl" ins Terminal und fertig *werbung mach*

Serp
18.03.07, 13:20
Mir gings aber bei Ubuntu um die Einsteigerfreundlichkeit (hab ich zumindest gehört das es relativ einfach sein soll). Deshalb wollte ich auch erstmal bei Ubuntu bleiben.

MfG
Serp

zeromancer1972
18.03.07, 13:52
Das geht überall problemlos, wenn man sich an die richtigen Wege hält. Bei Ubuntu zieht man sich Beryl aus den Ubuntu-Repos von Beryl und gut ist. Das Problem hier scheint AIGLX mit ATI zu sein. Wenn Du Edgy hast, sollte die aktuelle Xorg-Version dabei sein. Da ich keine Ahnung von ATI habe, weiß ich nicht, ob es daran liegen kann. Ich habe aber gelesen, dass es extreme Unterschiede zwischen den einzelnen Versionen vom ATI-Treiber gibt.
Es bleibt also zu hoffen, dass sich hier irgendjemand mit ATI auskennt - was sehr wahrscheinlich ist.

toenda
19.03.07, 08:55
versuch den beryl mal über den normalen xserver mit xgl laufen zu lassen. der aiglx hat manchmal probleme mit ner ati graka

Serp
19.03.07, 14:16
So habs jetzt zum laufen bekommen über xgl.... jetzt hab ich nur noch das problem das ich kiene "min, max, schliessen" icons mehr an den fenstern habe... was ist denn da jetz wieder falsch? ^^

toenda
19.03.07, 14:38
das muss ein problem mit beryl's emerald selbst sein. da beryl den emerald window manager stellt

zeromancer1972
19.03.07, 19:19
das muss ein problem mit beryl's emerald selbst sein. da beryl den emerald window manager stellt

Beryl = Window Manager
Emerald = Window Decorator

Installiere mal emerald-themes nach:

sudo apt-get install emerald-themes

toenda
21.03.07, 08:51
genau das meinte ich :)
hab mich nur falsch ausgedrückt

max0r
21.03.07, 09:22
hast du nur keine buttons oben, oder hast du gar keine titelleiste?
hatte am anfang auch keine titelleiste, nachdem ich beryl installerit habe und im beryl-manager von metacity zu beryl gewecheslt habe....
da hat nur ein x-restart geholfen Strg + Alt + Backspace
danach kam das problem nie wieder :D

Kenny@Knoppix
22.03.07, 17:06
ne beim mir hilft kein xrestart!? ich hab das selbe problem mit der titelleiste!

mhh :rolleyes: