Am Mittwoch, 3. Januar 2007 16:25 schrieb Brian Millett:
Tim Gollnik wrote:
Hello!
I followed the instructions on
http://en.opensuse.org/Beryl#Beryl_with_nVidia_drivers_-_no_Xgl.2FAIGLX
but Xorg always crashes when i start beryl:
-snip-
(==) Mouse[1]: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5" (**) Mouse[1]: ZAxisMapping: buttons 4 and 5 (**) Mouse[1]: Buttons: 9 (II) XINPUT: Adding extended input device "Mouse[1]" (type: MOUSE) (II) XINPUT: Adding extended input device "Keyboard[0]" (type: KEYBOARD) (II) Mouse[1]: ps2EnableDataReporting: succeeded (II) NV(0): v4l: memPhysBase=0xb0000000
Backtrace: 0: /usr/bin/Xorg(xf86SigHandler+0x6d) [0x488a4d] 1: /lib64/libc.so.6 [0x2abcbef895b0] 2: /usr/bin/Xorg(Dispatch+0x120) [0x447d90] 3: /usr/bin/Xorg(main+0x45d) [0x4311ed] 4: /lib64/libc.so.6(__libc_start_main+0xf4) [0x2abcbef76ae4] 5: /usr/bin/Xorg(FontFileCompleteXLFD+0x239) [0x4304e9]
Fatal server error: Caught signal 11. Server aborting
-snap-
I use the packages from
http://repos.opensuse.org/xorg72/ http://repos.opensuse.org/X11:/XGL/
and NVIDIA-Linux-x86_64-1.0-9746-pkg2.run
I don't know what to do.
Does anyone have any idea?
Many thanks in advance
Tim
Well, I've got it running on a sun w2100z amd64 opteron with nvidia graphics.
This is from the xorg.conf:
--BEGIN-- Section "Device" BoardName "Quadro4 NVS 280 SD" Driver "nvidia" Identifier "Device[0]" Screen 0 VendorName "NVidia" Option "NoFlip" "True" Option "NvAGP" "3" Option "RenderAccel" "True" Option "AllowGLXWithComposite" "true" Option "TripleBuffer" "true" Option "AddARGBGLXVisuals" "True" EndSection
Section "DRI" Group "video" Mode 0660 EndSection
Section "Extensions" Option "Composite" "enabled" EndSection --END--
However I do have the following packages installed:
vlad:/etc/X11 # rpm -qa | grep -i nvid
x11-video-nvidia-1.0.9631-0.1 nvidia-gfx-kmp-default-1.0.9631_2.6.18.2_34-0.1
I am using
ftp://download.nvidia.con/opensuse/10.2 http://software.opensuse.org/download/X11:/XGL/openSUSE_10.2
Thank you! To be sure i installed the packages you're using, but with the same result. But i have found a "solution", i simply had to comment out the line loading v4l (automagically introduced by sax2): < Load "v4l" --------------
# Load "v4l"
Now it works. Great! Thank you Tim P.S.: Can someone figure out what's going on or where i can report this? I do not have the knowledge to further investigate the cause.