Beryl stopped working after I rebooted my computer. I didn't make any changes to my xorg.conf or the like.
Now, when I boot to Xgl/Beryl, I get a screen that looks like Screenshot.png, while I should get Screenshot-1.png (which is what I get with a straight Gnome session).
Any idea on why this may have happened? How to fix it? It may be worth noting that fglrx no longer appears in my restricted drivers manager. I don't know why. My xorg.conf is attached.
Attachments didn't work.. Here's the xorg.
screenshot.png (the way it looks)
screenshot-1.png - (The way it should look.
# /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 xorg.conf(5) manual page.
# (Type quot;man xorg.confquot; 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 quot;ServerLayoutquot;
Identifier quot;Default Layoutquot;
Screen quot;Default Screenquot; 0 0
InputDevice quot;Generic Keyboardquot;
InputDevice quot;Configured Mousequot;
InputDevice quot;stylusquot; quot;SendCoreEventsquot;
InputDevice quot;cursorquot; quot;SendCoreEventsquot;
InputDevice quot;eraserquot; quot;SendCoreEventsquot;
InputDevice quot;Synaptics Touchpadquot;
EndSection
Section quot;Filesquot;
# path to defoma fonts
FontPath quot;/usr/share/fonts/X11/miscquot;
FontPath quot;/usr/share/fonts/X11/cyrillicquot;
FontPath quot;/usr/share/fonts/X11/100dpi/:unscaledquot;
FontPath quot;/usr/share/fonts/X11/75dpi/:unscaledquot;
FontPath quot;/usr/share/fonts/X11/Type1quot;
FontPath quot;/usr/share/fonts/X11/100dpiquot;
FontPath quot;/usr/share/fonts/X11/75dpiquot;
FontPath quot;/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueTypequot;
EndSection
Section quot;Modulequot;
Load quot;i2cquot;
Load quot;bitmapquot;
Load quot;ddcquot;
Load quot;driquot;
Load quot;extmodquot;
Load quot;freetypequot;
Load quot;glxquot;
Load quot;int10quot;
Load quot;vbequot;
EndSection
Section quot;InputDevicequot;
Identifier quot;Generic Keyboardquot;
Driver quot;kbdquot;
Option quot;CoreKeyboardquot;
Option quot;XkbRulesquot; quot;xorgquot;
Option quot;XkbModelquot; quot;pc105quot;
Option quot;XkbLayoutquot; quot;usquot;
EndSection
Section quot;InputDevicequot;
Identifier quot;Configured Mousequot;
Driver quot;mousequot;
Option quot;CorePointerquot;
Option quot;Devicequot; quot;/dev/input/micequot;
Option quot rotocolquot; quot;ImPS/2quot;
Option quot;ZAxisMappingquot; quot;4 5quot;
Option quot;Emulate3Buttonsquot; quot;truequot;
EndSection
Section quot;InputDevicequot;
Identifier quot;Synaptics Touchpadquot;
Driver quot;synapticsquot;
Option quot;SendCoreEventsquot; quot;truequot;
Option quot;Devicequot; quot;/dev/psauxquot;
Option quot rotocolquot; quot;auto-devquot;
Option quot;HorizScrollDeltaquot; quot;0quot;
EndSection
Section quot;InputDevicequot;
Identifier quot;stylusquot;
Driver quot;wacomquot;
Option quot;Devicequot; quot;/dev/input/wacomquot;
Option quot;Typequot; quot;stylusquot;
Option quot;ForceDevicequot; quot;ISDV4quot;# Tablet PC ONLY
EndSection
Section quot;InputDevicequot;
Identifier quot;eraserquot;
Driver quot;wacomquot;
Option quot;Devicequot; quot;/dev/input/wacomquot;
Option quot;Typequot; quot;eraserquot;
Option quot;ForceDevicequot; quot;ISDV4quot;# Tablet PC ONLY
EndSection
Section quot;InputDevicequot;
Identifier quot;cursorquot;
Driver quot;wacomquot;
Option quot;Devicequot; quot;/dev/input/wacomquot;
Option quot;Typequot; quot;cursorquot;
Option quot;ForceDevicequot; quot;ISDV4quot;# Tablet PC ONLY
EndSection
Section quot;Monitorquot;
Identifier quot;Generic Monitorquot;
Option quot;DPMSquot;
EndSection
Section quot;Devicequot;
Identifier quot;Generic Video Cardquot;
Driver quot;fglrxquot;
Option quot;VideoOverlayquot; quot;onquot;
Option quot;OpenGLOverlayquot; quot;offquot;
BusID quot CI:1:0:0quot;
EndSection
Section quot;Screenquot;
Identifier quot;Default Screenquot;
Device quot;Generic Video Cardquot;
Monitor quot;Generic Monitorquot;
DefaultDepth 24
SubSection quot;Displayquot;
Depth 1
Modes quot;1400x1050quot; quot;(pitchquot; quot;1400)quot;
EndSubSection
SubSection quot;Displayquot;
Depth 4
Modes quot;1400x1050quot; quot;(pitchquot; quot;1400)quot;
EndSubSection
SubSection quot;Displayquot;
Depth 8
Modes quot;1400x1050quot; quot;(pitchquot; quot;1400)quot;
EndSubSection
SubSection quot;Displayquot;
Depth 15
Modes quot;1400x1050quot; quot;(pitchquot; quot;1400)quot;
EndSubSection
SubSection quot;Displayquot;
Depth 16
Modes quot;1400x1050quot; quot;(pitchquot; quot;1400)quot;
EndSubSection
SubSection quot;Displayquot;
Depth 24
Modes quot;1400x1050quot; quot;(pitchquot; quot;1400)quot;
EndSubSection
EndSection
Section quot;DRIquot;
Mode 0666
EndSection
Section quot;Extensionsquot;
Option quot;Compositequot; quot;0quot;
EndSection
Well, just kidding. Reinstalling fglrx seemed to fix the problem.
It could be an error in the script your using to put XGL in your sessions menu.
Also in the Extensions sections shouldnt that be quot;Enablequot; instead of quot;0quot;.
I'll try replacing the 0 with enable (which I assume is the same as quot;1quot;) and see what happens. |