You are not logged in.

#1 2007-08-15 15:35:06

zoidberg
Member
Registered: 2007-08-15
Posts: 3

XGL + compiz-fusion = white screen

Hi all,
I've got a problem when I try to run compiz-fusion with xgl server. The only thing I can see is a white screen. I've got nVidia GeForce FX5600 go. I know that I can use compiz without xgl but my video card is quite crappy, especially when using blur plugin. It's just too slow for shader stuff. I used to have xgl with beryl and I remeber that it was quite smooth.
Does anybody know how to get rid off the annoying white screen?

Thanks in advance.

Offline

#2 2007-08-16 01:15:51

Kknd
Member
From: Brazil, Santa Catarina
Registered: 2007-08-15
Posts: 100
Website

Re: XGL + compiz-fusion = white screen

Try this:

# nvidia-xconfig --composite

# nvidia-xconfig --allow-glx-with-composite

# nvidia-xconfig --render-accel

# nvidia-xconfig --add-argb-glx-visuals

Offline

#3 2007-08-16 08:44:51

zoidberg
Member
Registered: 2007-08-15
Posts: 3

Re: XGL + compiz-fusion = white screen

Well, that's not the problem. Here is my xorg.conf

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Touchpad" "AlwaysCore"
EndSection

Section "Files"
    RgbPath         "/usr/lib/X11/rgb"
EndSection

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

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier     "Touchpad"
    Driver         "synaptics"
    Option         "Device" "/dev/input/mouse2"
    Option         "Protocol" "auto-dev"
    Option         "TouchpadOff" "1"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbRules" "xorg"
    Option         "XkbLayout" "us,cz(qwerty)"
    Option         "XkbModel" "pc104"
    Option         "XkbOptions" "grp:shift_toggle,grp_led:scroll"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "NvAGP" "1"
    Option         "NoLogo" "true"
    Option         "AllowGLXWithComposite" "True"
    Option         "RenderAccel" "True"
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Depth       24
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

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

and I already tried the new nvidia drivers and also nvidia-9631 drivers.

Offline

#4 2007-08-28 22:03:00

blue_lizard
Member
Registered: 2006-08-31
Posts: 6

Re: XGL + compiz-fusion = white screen

Hello zoidberg do you still have this problem?
I had it too. The solution was here -> http://bbs.archlinux.org/viewtopic.php?id=36194
I don't know why but on my system libGL.so.1.2 was at another place and therefore it has not been found by fusion-icon.

Offline

#5 2007-09-06 11:13:22

zoidberg
Member
Registered: 2007-08-15
Posts: 3

Re: XGL + compiz-fusion = white screen

Thanks a lot.It actually helped me. However I had to compile mesa-xgl first, because I didn't have a library libGL.so.1.2.

Offline

Board footer

Powered by FluxBB