My screensaver on my Office Ubuntu Breezy is locking up occasionally. The one at home is not. Both are set on blank screen.
Unless you can help me figure out what's locking up screensaver, I'd like to permanently disable it and just do ALT+F3 when I leave at night. (No one in my office knows Linux well enough to get in. Plus, we have tight security.)
Or, I would just like to replace it with another GPL'd screensaver tool.
__________________
When in doubt, follow the penguins.












KDE or xscreensaver?
Also try upgrading Xorg.
Disclaimer: My posts may change (dramatically) within the first 15 minutes they're posted.
Login or register to post comments 0 points
if you disable the screensaver, you will not be able to use lock screen (managed by xscreensaver). You get better security by turning the box off anyway
Thomas Jollans
GnuPG key: 1024D/A6B5 9461 B60F 2C80 2399 6B1E 2698 A70E F421 434B
Login or register to post comments 0 points
Okay, how about replacing my screensaver with another screensaver that blanks screen and requires password, but doesn't use the xscreensaver library that seems to lock up my office workstation?
BTW, here's my xorg.conf file, in case you're particularly gifted with this.
Note I'm using 2 separate video cards and 2 LCD panels in Xinerama mode. I'm on Ubuntu Breezy and have stuck fairly close to the original standard build except have used backports to upgrade mp3 playback, snag BMP player, snatch PHP4, and install the very latest Bluefish and Screem.
Note also that when I was on RH9 and Fedora, the screen lockups never occurred. Also, when I was on regular monitors, the screen lockups didn't occur. (Or was it that I moved from Ubuntu Hoary to Breezy? I don't recall because that monitor change-out sort of all happened at the same time.)
Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these 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/CID" FontPath "/usr/share/X11/fonts/100dpi" FontPath "/usr/share/X11/fonts/75dpi" # paths to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" 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 "Keyboard0" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/psaux" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "no" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "IMPS/2" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "Card0" Driver "nv" VendorName "NVidia" BoardName "RIVA TNT2 M64" BusID "PCI:2:9:0" EndSection Section "Device" Identifier "Card1" Driver "ati" VendorName "ATI" BoardName "Radeon VE QY" BusID "PCI:1:0:0" EndSection Section "Monitor" Identifier "Monitor0" VendorName "IBM" ModelName "IBM ThinkVision FlatPanel" Option "dpms" EndSection Section "Monitor" Identifier "Monitor1" VendorName "IBM" ModelName "IBM ThinkVision FlatPanel" Option "dpms" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" Depth 16 Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Card1" Monitor "Monitor1" DefaultDepth 16 SubSection "Display" Depth 16 Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Mouse1" "SendCoreEvents" InputDevice "Keyboard0" "CoreKeyboard" Identifier "Default Layout" Option "Xinerama" "on" EndSection Section "DRI" Mode 0666 EndSectionWhen in doubt, follow the penguins.
Login or register to post comments -1 points
you could try gnome-screensaver . Never used it, but I read a bug report about it (not implementing screensaver configuration, which you don't need anyway )
it should be in apt, so try removing xscreensaver and installing gnome-screensaver. good luck.
Thomas Jollans
GnuPG key: 1024D/A6B5 9461 B60F 2C80 2399 6B1E 2698 A70E F421 434B
Login or register to post comments 0 points
It doesn't look like there's anything wrong with your xorg.conf, but why do you have two mice and one keyboard?
What version of Xorg are you using?
Disclaimer: My posts may change (dramatically) within the first 15 minutes they're posted.
Login or register to post comments 0 points
a) It doesn't look like there's anything wrong with your xorg.conf, but why do you have two mice and one keyboard?
b) What version of Xorg are you using?
a) Stupidity? How do I fix?
b) The latest that comes with standard Ubuntu Breezy with standard updates. I believe that's: 6.8.2? Unfortunately I don't know how to tell. I did man xorg and looked at the bottom.
When in doubt, follow the penguins.
Login or register to post comments 0 points
If there's Xorg 7 available, try upgrading to that.
Disclaimer: My posts may change (dramatically) within the first 15 minutes they're posted.
Login or register to post comments 0 points
I seemed to fix the locking by removing
xscreensaver-glwith Synaptic.dylunio
Yn falch o ddefnyddio Linux a FLOSS!
Login or register to post comments 0 points