• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Weisser Bildschirm nach Login

Rocksau

Newbie
Nach dem Login als User sehe ich nur noch einen weissen Bildschirm. Der Würfel funktioniert, allerdings kann ich sonst nix sehen.

System - Toshiba P20-304
openSUSE 10.2
Beryl + Emerald

Wer weiss Rat?
 
OP
R

Rocksau

Newbie
Grafikkarte Nvidia Geforce Go 5600, Treiber den aktuellen 100.14.... direkt von nvidia (vorkompiliert)

xorg.conf dauert noch, bis ich die posten kann, dazu muss ich OS wechseln.

Edith lässt anmerken, das ich mich als root ganz normal anmelden kann. Da funktioniert alles.
 

towo

Moderator
Teammitglied
http://www.google.de/linux?hl=de&q=beryl+white+screen+bug&btnG=Suche&meta=
 
OP
R

Rocksau

Newbie
So, ich hab mir die Seiten, die towo´s Link ausspuckte zu Gemüte geführt. Leider half keiner der Tips. Momentan hab ich die Wahl mich als Root anzumelden oder einen weissen Bildschirm zu sehen.

http://phpfi.com/244725 ist meine xorg.conf.

Seltsamerweisse find ich da noch nichtmal die 1440x900 die mein Monitor will. In der xorg.conf.backup finde ich folgendes:

Code:
Section "ServerLayout"
    Identifier     "Layout[all]"
    Screen         "Screen[0]" 0 0
    InputDevice    "Keyboard[0]" "CoreKeyboard"
    InputDevice    "Mouse[1]" "CorePointer"
    InputDevice    "Mouse[3]" "SendCoreEvents"
    Option         "Clone" "off"
    Option         "Xinerama" "off"
EndSection

Section "Files"
    InputDevices      "/dev/gpmdata"
    InputDevices      "/dev/input/mice"
    FontPath        "/usr/share/fonts/misc:unscaled"
    FontPath        "/usr/share/fonts/local"
    FontPath        "/usr/share/fonts/75dpi:unscaled"
    FontPath        "/usr/share/fonts/100dpi:unscaled"
    FontPath        "/usr/share/fonts/Type1"
    FontPath        "/usr/share/fonts/URW"
    FontPath        "/usr/share/fonts/Speedo"
    FontPath        "/usr/share/fonts/PEX"
    FontPath        "/usr/share/fonts/cyrillic"
    FontPath        "/usr/share/fonts/latin2/misc:unscaled"
    FontPath        "/usr/share/fonts/latin2/75dpi:unscaled"
    FontPath        "/usr/share/fonts/latin2/100dpi:unscaled"
    FontPath        "/usr/share/fonts/latin2/Type1"
    FontPath        "/usr/share/fonts/latin7/75dpi:unscaled"
    FontPath        "/usr/share/fonts/baekmuk:unscaled"
    FontPath        "/usr/share/fonts/japanese:unscaled"
    FontPath        "/usr/share/fonts/kwintv"
    FontPath        "/usr/share/fonts/truetype"
    FontPath        "/usr/share/fonts/uni:unscaled"
    FontPath        "/usr/share/fonts/CID"
    FontPath        "/usr/share/fonts/ucs/misc:unscaled"
    FontPath        "/usr/share/fonts/ucs/75dpi:unscaled"
    FontPath        "/usr/share/fonts/ucs/100dpi:unscaled"
    FontPath        "/usr/share/fonts/hellas/misc:unscaled"
    FontPath        "/usr/share/fonts/hellas/75dpi:unscaled"
    FontPath        "/usr/share/fonts/hellas/100dpi:unscaled"
    FontPath        "/usr/share/fonts/hellas/Type1"
    FontPath        "/usr/share/fonts/misc/sgi:unscaled"
    FontPath        "/usr/share/fonts/xtest"
    FontPath        "/opt/kde3/share/fonts"
    FontPath        "unix/:7100"
EndSection

Section "Module"
    Load           "freetype"
    Load           "type1"
    Load           "dbe"
    Load           "glx"
    Load           "extmod"
    Load           "v4l"
EndSection

Section "ServerFlags"
    Option         "AllowMouseOpenFail" "on"
EndSection

Section "InputDevice"
    Identifier     "Keyboard[0]"
    Driver         "kbd"
    Option         "Protocol" "Standard"
    Option         "XkbLayout" "de"
    Option         "XkbModel" "microsoftpro"
    Option         "XkbRules" "xfree86"
    Option         "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
    Identifier     "Mouse[1]"
    Driver         "mouse"
    Option         "Buttons" "5"
    Option         "Device" "/dev/input/mice"
    Option         "Name" "PATEN USB/PS2 Combo Receiver"
    Option         "Protocol" "explorerps/2"
    Option         "Vendor" "Sysp"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier     "Mouse[3]"
    Driver         "synaptics"
    Option         "AccelFactor" "0.1"
    Option         "BottomEdge" "650"
    Option         "Buttons" "5"
    Option         "CircScrollDelta" "0.1"
    Option         "CircScrollTrigger" "2"
    Option         "CircularScrolling" "1"
    Option         "Device" "/dev/input/mice"
    Option         "EdgeMotionMaxSpeed" "15"
    Option         "EdgeMotionMinSpeed" "15"
    Option         "Emulate3Buttons" "on"
    Option         "EmulateMidButtonTime" "75"
    Option         "FingerHigh" "15"
    Option         "FingerLow" "14"
    Option         "HorizScrollDelta" "20"
    Option         "InputFashion" "Mouse"
    Option         "LeftEdge" "120"
    Option         "MaxSpeed" "3"
    Option         "MaxTapMove" "110"
    Option         "MaxTapTime" "180"
    Option         "MinSpeed" "0.2"
    Option         "Name" "ALPS;Touchpad"
    Option         "Protocol" "auto-dev"
    Option         "RightEdge" "830"
    Option         "SHMConfig" "on"
    Option         "TopEdge" "120"
    Option         "UpDownScrolling" "1"
    Option         "Vendor" "Sysp"
    Option         "VertScrollDelta" "20"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Modes"
    Identifier         "Modes[0]"
    ModeLine     "1440x900" 127.0 1440 1536 1688 1936 900 901 904 937
EndSection

Section "Monitor"
    Identifier     "Monitor[0]"
    VendorName     "--> LCD"
    ModelName      "1440X900@70HZ"
    UseModes       "Modes[0]"
    DisplaySize     366    229
    HorizSync       30.0 - 90.0
    VertRefresh     58.0 - 72.0
    Option         "CalcAlgorithm" "XServerPool"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device[0]"
    Driver         "nvidia"
    VendorName     "NVidia"
    BoardName      "GeForce FX Go5600"
    Screen          0
EndSection

Section "Screen"
    Identifier     "Screen[0]"
    Device         "Device[0]"
    Monitor        "Monitor[0]"
    DefaultDepth    24
    Option         "AllowGLXWithComposite" "True"
    Option         "RenderAccel" "True"
    SubSection     "Display"
        Depth       15
        Modes      "1440x900" "1366x768" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1440x900" "1366x768" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1440x900" "1366x768" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1440x900" "1366x768" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
EndSection

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

Vielleicht bringt es was, wenn ich die "Section Monitor" aus der xorg.conf.backup einfach mal in die xorg.conf kopiere. Mehr zerschiessen kann ich es mir ja nicht.[/code]
 
OP
R

Rocksau

Newbie
Also momentan hab ich es gelöst, indem ich "beryl" und "beryl-manager" aus dem Autostartordner in .kde in meinem Home-Verzeichniss gelöscht habe. Jetzt muss ich es immer von Hand starten, damit es läuft. Die optimale Lösung ist das natürlich nicht.
 
OP
R

Rocksau

Newbie
Rocksau schrieb:
Also momentan hab ich es gelöst, indem ich "beryl" und "beryl-manager" aus dem Autostartordner in .kde in meinem Home-Verzeichniss gelöscht habe. Jetzt muss ich es immer von Hand starten, damit es läuft. Die optimale Lösung ist das natürlich nicht.

Jetzt geht bei Beryl garnix mehr. Jedesmal wenn ich Beryl als Fenstermanager auswähle kommt nach kurzer Zeit eine Warnmeldung: "Der Compositemanager hat sich innerhalb der letzten Minute 2 mal beendet und wird daher abgeschaltet.
Wo liegt das Problem?
 

derMani

Hacker
Meines Erachtens muss NUR der Beryl-Manager im Autostart vermerkt sein. Wenn dieser bereits mal auf "Beryl" als FEnstermanager stand, sollte das eigentlich ok sein.

http://de.opensuse.org/Beryl

Hier ist eine sehr ausführliche Anleitung.
Für das weiße Problem msus man im Beryl-Manager den Renderpfad auf Copy stellen.

Diese Anleitung sollte eigentlich alles hergeben, was man benötigt

Gruß
Mani
 

Gimpel

Guru
Und in der xorg.conf fehlt für die nvidia ein
Code:
Option          "AddARGBGLXVisuals" "true"
sowie die composite extension (was in der .backup ja zumindest aktiv ist, komischerweise - also die bei nopaste ist sowieso etwas sinnfrei, da fehlt ja noch mehr)
 

Kadano

Newbie
Ich bin zwar auch ein kleiner Anfänger, aber da ich ein sehr ähnliches Problem hatte, kann in ich vielleicht helfen. Weiß nicht, ob das bei dir auch hilft, aber ich hatte die gleiche Fehlermeldung:
de.opensuse.org/Beryl schrieb:
Falls dies auftritt, deaktivieren Sie bitte unter K Menü -> Anwendungen -> Persönliche Einstellungen, und dann: Arbeitsfläche -> Fenstereigenschaften -> Transparenz die Transparenzeffekte, indem Sie das Häkchen bei Transparenz/Schatten abwählen.
[/quote]
 
Oben