Results 1 to 10 of 17
I've been looking around for a solution to this problem and I don't seem to be having any luck, so I was wondering if someone could help me?
I'm currently ...
- 06-03-2007 #1Just Joined!
- Join Date
- May 2007
- Posts
- 10
Beryl Suddenly Stopping Working (perhaps due to other packages' upgrades?)
I've been looking around for a solution to this problem and I don't seem to be having any luck, so I was wondering if someone could help me?
I'm currently using lenny with the propriety NVidia drivers and the most recent version of Beryl from Debian Beryl Repository. This has worked without any problems from when I set it up, a few weeks ago, until this morning. Now, when I attempt to load Beryl, I get the following messages:
As I had not touched any of the related files myself, I can only assume that something which was upgraded in the latest set of upgrades has conflicted with the set-up. Unfortunately, I can't work out what that might be! Searching for the related terms also hasn't been helpful.Code:************************************************************** * Beryl system compatiblity check * ************************************************************** Detected xserver : NVIDIA Checking Display :0.0 ... Checking for XComposite extension : passed (v0.3) Checking for XDamage extension : passed Checking for RandR extension : passed Checking for XSync extension : passed Checking Screen 0 ... Checking for GLX_SGIX_fbconfig : passed Checking for GLX_EXT_texture_from_pixmap : failed No GLX_EXT_texture_from_pixmap beryl: No GLXFBConfig for default depth, falling back on visinfo.
I've been through the process of removing, reinstalling and reconfigurating everything that I think is related to beryl (starting with the NVidia drivers X Server) but without luck.
Does anyone have any suggestions as to what might have caused this and how I could solve it?
Many thanks
-Jacob
- 06-03-2007 #2
post your /etc/X11/xorg.conf it'll be related to this file.
Linux is not only an operating system, it's a philosophy.
Archost.
- 06-03-2007 #3Just Joined!
- Join Date
- May 2007
- Posts
- 10
It is as follows:--
It was all automatically generated, with the exception of the "Option 'Composite' 'Enable'" and "Option 'AddARGBGLXVisuals'" which I gather are required (and were the first time I set it up) to get it working.Code:# /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 "Files" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" # path to defoma fonts 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 "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "gb" EndSection Section "Device" Identifier "nVidia Corporation NV34 [GeForce FX 5200]" Driver "nvidia" BusID "PCI:1:0:0" Option "UseFBDev" "true" Option "AddARGBGLXVisuals" EndSection Section "Monitor" Identifier "SyncMaster" Option "DPMS" HorizSync 30-60 VertRefresh 50-75 EndSection Section "Screen" Identifier "Default Screen" Device "nVidia Corporation NV34 [GeForce FX 5200]" Monitor "SyncMaster" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" EndSection
Many thanks,
-Jacob
- 06-03-2007 #4
under section screen add the following
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "AddARGBGLXVisuals" "true"
Option "DisableGLXRootClipping" "True"
and under section device
Option "TripleBuffer" "true"
Hope this helpLinux is not only an operating system, it's a philosophy.
Archost.
- 06-03-2007 #5Just Joined!
- Join Date
- May 2007
- Posts
- 10
Many thanks for your help. I added those lines and rebooted the X Server (and, for good measure, brought it down to init 1 and back again) but I still have the same problem. My current xorg.conf is below, in case I typed something incorrectly. Is there anything else I can do?
Code:# /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 "Files" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" # path to defoma fonts 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 "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "gb" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" EndSection Section "Device" Identifier "nVidia Corporation NV34 [GeForce FX 5200]" Driver "nvidia" BusID "PCI:1:0:0" Option "UseFBDev" "true" Option "AddARGBGLXVisuals" Option "TripleBuffer" "true" EndSection Section "Monitor" Identifier "SyncMaster" Option "DPMS" HorizSync 30-60 VertRefresh 50-75 EndSection Section "Screen" Identifier "Default Screen" Device "nVidia Corporation NV34 [GeForce FX 5200]" Monitor "SyncMaster" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubSection Option "RenderAccel" "true" Option "AllowGLXWithComposite" "true" Option "AddARGBGLXVisuals" "true" Option "DisableGLXRootClipping" "True" EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" EndSection
Last edited by JacobH; 06-03-2007 at 09:22 PM. Reason: typo
- 06-03-2007 #6
Yes there is under the ServerLayout add the following:
Option "Clone" "yes"
Option "Xinerama" "yes"
That what i did when i had this problem, i can't believe that you have something missing since you uninstall and install again the packages !Linux is not only an operating system, it's a philosophy.
Archost.
- 06-03-2007 #7Just Joined!
- Join Date
- May 2007
- Posts
- 10
I'm afraid that last change has brought up another error message (which is one that I have got in the past):
Perhaps I have done something else incorrectly? Assuming that the NVidia drivers are working (which they should be as I have the splash screen and 3D support), I was following the instructions at: Install Beryl on Debian - Beryl Wiki (which is what I did the first time to set things up). Might there be something I have missed?Code:************************************************************** * Beryl system compatiblity check * ************************************************************** Detected xserver : NVIDIA Checking Display :0.0 ... Checking for XComposite extension : passed (v0.3) Checking for XDamage extension : passed Checking for RandR extension : failed No RandR extension 134544569 screens detected. Currently we cannot guarantee that Beryl will work correctly with multiple X screens. Using the --no-context-share command line option can help. Please report any success to the beryl developer mailing list. The list can be found at lists.beryl-project.org
Many thanks,
-JacobLast edited by JacobH; 06-03-2007 at 09:46 PM. Reason: grr...can't type tonight
- 06-03-2007 #8
have a look to this link Open Addict :: View topic - Beryl install woes
a guy manage to solve exactly the problem that you have.Linux is not only an operating system, it's a philosophy.
Archost.
- 06-03-2007 #9Just Joined!
- Join Date
- May 2007
- Posts
- 10
Thanks, I'll have a look! I'm still curious as to why this would happen on an otherwise stable system. Unfortunately, those last edits to the xorg.conf file seem to have written off 3d support to some other programs which I've been trying, which is also a bit strange.
- 06-03-2007 #10
Just erase the last two changes or put on instead of yes,and try that link
Linux is not only an operating system, it's a philosophy.
Archost.


Reply With Quote
