You are not logged in.
Pages: 1
Hello,
I have installed beryl+xgl with nvidia card. I have a problem with start beryl. Xgl start good and when beryl start, the screen change to white. The effects of beryl works, cube, etc, but the screen is white. The windows don't views. I use this nvidia drivers:
$ pacman -Q | grep nvidia
nvidia-ck 1.0.8776-1
nvidia-utils 1.0.8776-2Mi nvidia card is:
01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2) (prog-if 00 [VGA])
Flags: bus master, 66MHz, medium devsel, latency 248, IRQ 11
Memory at e4000000 (32-bit, non-prefetchable) [size=16M]
Memory at d8000000 (32-bit, prefetchable) [size=128M]
[virtual] Expansion ROM at e5000000 [disabled] [size=64K]
Capabilities: <access>My xorg is:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon May 15 13:23:42 PDT 2006
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerLayout"
Identifier "tv"
Screen 0 "Screen_tv" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "es"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
EndSection
Section "Monitor"
#HorizSync 30-50
Identifier "tv"
VertRefresh 60
EndSection
Section "Device"
Identifier "Card0"
VendorName "nVidia Corporation"
BoardName "NVIDIA Gforce2 MX/MX400"
Driver "nvidia"
Option "DPMS"
Option "NoLogo" "true"
EndSection
Section "Device"
Identifier "Card_tv"
Driver "nvidia"
Option "TVOutFormat" "COMPOSITE"
Option "TVStandard" "NTSC-M"
Option "ConnectedMonitor" "TV"
Option "NoLogo" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen_tv"
Device "Card_tv"
Monitor "tv"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "640x480"
EndSubSection
EndSectionI start xgl with /usr/bin/startxgl-custom in gdm:
#!/bin/sh
Xgl -fullscreen :1 -ac -accel glx:pbuffer -accel xv &
DISPLAY=:1 gnome-sessionWhat's the problem?.
Regards.
Offline
I use beryl binary packages of unstable:
$ pacman -Q | grep beryl
beryl-core-svn 672-1
beryl-dbus-svn 671-1
beryl-manager-svn 671-1
beryl-plugins-svn 677-1
beryl-settings-svn 671-1
$ pacman -Q | grep emerald
emerald-svn 671-1
emerald-themes-svn 671-1I use xgl of:
[danimoth]
Server = http://jjdanimoth.altervista.org/arch/i686I have installed xgl with:
$ sudo pacman -S xgl-gitRegards.
Offline
To run beryl on Xgl, you need to install mesa-xgl-cvs, and start beryl with
LD_LIBRARY_PATH=/opt/mesa-xgl-cvs/lib beryl .....You can also use nvidia's beta driver, which is capable of running beryl directly, and it's much faster. See other threads about beryl/nvidia for more info.
Offline
I had the same problem, and aquila's way fixed it for me a while back.
I chose to run XGL because NVidia's beta drivers were eating up my CPU, even without berly, I would be on 15-20% cpu constantly, switching back to the non-beta drivers put me back down to 0-2% CPU constantly.
I decided to just give up on beryl/compiz in the end, I realised I didn't need the eye candy, it just distracts me from my work
.
But if there is an explanation for the beta NVidia problem I'd like to hear it, since I hope it won't be there on the actual release of the driver.
Offline
Pages: 1