Libervis Network - For a Free WorldLibervis Projects | Nuxified Projects
Welcome guest. Register | Login | Show what's new

Disabling Screensaver

Disabling Screensaver

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.

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 Eye-wink

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
EndSection
__________________

When in doubt, follow the penguins.

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.

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.

a thing wrote:

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.

If there's Xorg 7 available, try upgrading to that.

__________________

Disclaimer: My posts may change (dramatically) within the first 15 minutes they're posted.

I seemed to fix the locking

I seemed to fix the locking by removing xscreensaver-gl with Synaptic.

dylunio

__________________

Yn falch o ddefnyddio Linux a FLOSS!

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

We have 3884 members who wrote 2063 articles and 11943 comments. Welcome to our newest member, hutopire!

Who's online

There are currently 0 users and 6 guests online.
Nuxified RSS feed