bluesdog
11-10-2007, 12:35 AM
I thought it might be helpful to have a thread where users could post solutions to non-critical, but nonetheless irritating minor problems.
For example, recently I noticed my screensaver wasn't coming on. Instead, the monitor would show a blank screen.
Normally, I don't leave my computer unattended long enough for the screensaver to initialize anyway, and I usually turn off the monitor if the machine is processing, for example when compiling a kernel.
However, there are times when a screensaver can be handy, to remind one the computer is on, or when demonstrating the coolness of Linux to a potential new user! :cool:
Long story short, I tracked the problem down to a mis-configured KDE profile file: ~/.kde/share/config/kcmdisplayrc
cat ~/.kde/share/config/kcmdisplayrc
[$Version]
update_info=kcmdisplayrc.upd:kde3
[DisplayEnergy]
displayEnergySaving=false
displayPowerOff=24
displayStandby=0
displaySuspend=12
[X11]
exportKDEColors=trueI think I must have been playing with the display management controls in Kcontrol, but although they were now disabled, the monitor would still just go blank instead of initializing the screensaver.
Editing kcmdisplayrc cat ~/.kde/share/config/kcmdisplayrc
[$Version]
update_info=kcmdisplayrc.upd:kde3
solved the problem
So, have you encountered/solved any little quirks or irritants?
:biggrin:
For example, recently I noticed my screensaver wasn't coming on. Instead, the monitor would show a blank screen.
Normally, I don't leave my computer unattended long enough for the screensaver to initialize anyway, and I usually turn off the monitor if the machine is processing, for example when compiling a kernel.
However, there are times when a screensaver can be handy, to remind one the computer is on, or when demonstrating the coolness of Linux to a potential new user! :cool:
Long story short, I tracked the problem down to a mis-configured KDE profile file: ~/.kde/share/config/kcmdisplayrc
cat ~/.kde/share/config/kcmdisplayrc
[$Version]
update_info=kcmdisplayrc.upd:kde3
[DisplayEnergy]
displayEnergySaving=false
displayPowerOff=24
displayStandby=0
displaySuspend=12
[X11]
exportKDEColors=trueI think I must have been playing with the display management controls in Kcontrol, but although they were now disabled, the monitor would still just go blank instead of initializing the screensaver.
Editing kcmdisplayrc cat ~/.kde/share/config/kcmdisplayrc
[$Version]
update_info=kcmdisplayrc.upd:kde3
solved the problem
So, have you encountered/solved any little quirks or irritants?
:biggrin: