Firefox with Beryl
I've been playing with Beryl on this RC1 box, lots of cool effects.
But I have come across one issue - I can't close individual Firefox windows when running under Beryl.
The menu item is there under "File", and I have also tried the keyboard shortcut of Ctrl+Shift+W, that doesn't work either.
Could this possibly be a Beryl setting that I am not seeing, or is this a real bug?
Update:
When 3D mode is chosen at login, all is well. The above problem only seems to happen when Beryl is started from within a "normal" KDE session, and there were pre-existing Firefox windows.
Probably not an issue.




When Firefox, or any app
When Firefox, or any app that I have seen, for that matter, is running under Beryl, there is no "X" to click on, at least not on my system. Again, this might be a Beryl setting that I am not seeing.
And Firefox is the only app I have come across that behaves this way.
I retract my retraction
I retract my retraction -
Logging in to 3D mode:
I cannot close individual windows in Firefox.
I can close individual tabs by clicking on the "X" on the tabs.
I can completely shut down Firefox from the "File" drop-down.
Anyone else seeing this?
That's exactly it - no title
That's exactly it - no title bars on any Beryl windows.
I thought that was part of the Beryl "look".
I followed your link to the posting at mepislovers, and looked at your xorg.conf file. My xorg.conf file is vastly different, but my xorg.conf.in file is very similar to what you have posted - scratching head now.
But the "AddARGBGLXVisuals" "true" line was commented out, I removed the comment, and I will restart x now, I'll report back.
Well, still no title bars,
Well, still no title bars, but windows seem to close ok now.
How do I get the title bars to show?
Yeah, I was root. After a
Yeah, I was root.
After a reboot, no change.
The line was commented out in xorg.conf.in, the line does not exist in xorg.conf on this machine.
Should I add it?
The xorg.conf file you posted at the mepislovers forum is very similar to my xorg.conf.in file.
My xorg.conf file is very different:
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV34 [GeForce FX 5200]"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "DELL M780"
Option "DPMS"
HorizSync 30-85
VertRefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV34 [GeForce FX 5200]"
Monitor "DELL M780"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
That did it!! Thank
That did it!!
Thank you!!
And I will let saist know that the fix also works on a GeFORCE FX5200.