PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Aixgl und Beryl - keine Fensterleiste



mischi
12.12.06, 22:02
Hallo!

Ich habe ein kleines Problem mit Aixgl und Beryl - es läuft zwar, aber ich habe keine Fensterleiste (die mit dem Minimieren-, Maximieren und Beendenknopf).

Wie bekomme ich die Fensterleiste zurück?

Schon mal im Voraus danke für die Hilfe!

Distribution ist übrigens Kubuntu...

stefan.becker
12.12.06, 22:06
Bei den Infos ganz klar: Du hast was falsch gemacht.

Genaue Infos! Von der Hardware über Software bis zur Konfiguration.

Hier ist keine Kleinanzeigenzeitung mit 5 € / Zeile. Schreib mal alles auf.

mischi
12.12.06, 22:11
Ok.

Amilo M 1439g
Pentium M 1,86GHZ
1 GM Ram
Geforce 6600 GO

Die Nvidiatreiber sind installiert, Beryl ist Version 0.1.1...
Kubuntu 6.10

stefan.becker
12.12.06, 22:14
Wie hast du es installiert?

Wie sieht die /etc/X11/xorg.conf aus? => Posten

mischi
12.12.06, 22:19
Ich habe es installiert, wie unter http://ubuntuguide.org/wiki/Ubuntu_Edgy#How_to_install_Beryl.2FAIGLX_.28Nvidia .29 beschrieben.

Meine xorg.conf:


# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Nov 1 19:47:17 PST 2006

# /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"
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 "bitmap"
Load "ddc"
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" "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"
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"
HorizSync 30.0 - 83.0
VertRefresh 55.0 - 75.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Standardgrafikkarte"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Standardgrafikkarte"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1200x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1200x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1200x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1200x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1200x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1200x800"
EndSubSection
EndSection

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

stefan.becker
12.12.06, 22:26
Du hast gegenüber dem Howto ja wohl einige Optionen in der xorg.conf vergessen.

Öffne mal eine Konsole und tippe die Befehle

beryl-manager
emerald --replace

ein. Gibt das Fehlermeldungen?

Welche Version des Nvidia Treiber ist installiert?

zeromancer1972
12.12.06, 22:26
Würde Dir gerne den entsprechenden Abschnitt der xorg.conf posten, aber Ubuntuusers.de ist zur Zeit irgendwie tot - trotzdem empfehle ich Dir die Seite mal: dort nach Beryl im Wiki suchen, da wirst Du fündig ;-)

mischi
12.12.06, 22:30
Du hast gegenüber dem Howto ja wohl einige Optionen in der xorg.conf vergessen.

Öffne mal eine Konsole und tippe die Befehle

beryl-manager
emerald --replace

ein. Gibt das Fehlermeldungen?

Welche Version des Nvidia Treiber ist installiert?Beryld-Manager läuft normal, emerald --replace gibt

leif@leif:~$ emerald --replace
X Error: BadDevice, invalid or uninitialized input device 169
Major opcode: 147
Minor opcode: 3
Resource id: 0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 169
Major opcode: 147
Minor opcode: 3
Resource id: 0x0
Failed to open deviceaus.

Den NVidiatreiber habe ich über das Envyskript installiert. Wie kann ich da die Version herausfinden?

stefan.becker
12.12.06, 22:33
Poste mal die Ausgabe von "ls /usr/lib/*nvidia*".

mischi
12.12.06, 22:34
Poste mal die Ausgabe von "ls /usr/lib/*nvidia*".


/usr/lib/libnvidia-cfg.so /usr/lib/libnvidia-tls.so.1
/usr/lib/libnvidia-cfg.so.1 /usr/lib/libnvidia-tls.so.1.0.9629
/usr/lib/libnvidia-cfg.so.1.0.9629

Das wäre die Ausgabe...

stefan.becker
12.12.06, 22:38
Also der Treiber sollte in Ordnung sein.

Was mich wundert: Der Befehl "emerald --replace" gibt einen Fehler aus.

Hast du das in einer Konsole unter X gestartet?

mischi
12.12.06, 22:38
Also der Treiber sollte in Ordnung sein.

Was mich wundert: Der Befehl "emerald --replace" gibt einen Fehler aus.

Hast du das in einer Konsole unter X gestartet?Ganz genau.

stefan.becker
12.12.06, 22:45
Ich vermute mal die Ursache bei emerald.

Mangels Ubuntu kann ich das nicht nachprüfen.

Das ist wohl ein Fall für das Ubuntu-Forum.

mischi
12.12.06, 22:45
Hmm, gut, dann werde ich es mal da versuchen. Danke für deine Hilfe!

stefan.becker
12.12.06, 23:16
Schau mal ganz ans Ende (Fensterrahmen fehlen):

http://wiki.ubuntuusers.de/Beryl

Russel-Athletic
13.12.06, 07:42
Der X Error ist bei ubuntu normal.
Hast du zufällig die Desktopsymbole in KDE ausgeschaltet?
Wenn ja schalte sie wieder ein und beim nächsten mal geht alles.