Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Absolute Beginner Talk
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Absolute Beginner Talk
The perfect starting place to find out more about computers, Linux and Ubuntu.

 
Thread Tools Display Modes
Old November 11th, 2007   #1
unebaguettesvp
Gee! These Aren't Roasted!
 
Join Date: Feb 2007
Location: Los Angeles, CA, USA
Beans: 177
Ubuntu 8.04 Hardy Heron
Send a message via ICQ to unebaguettesvp Send a message via AIM to unebaguettesvp Send a message via MSN to unebaguettesvp Send a message via Yahoo to unebaguettesvp Send a message via Skype™ to unebaguettesvp
[SOLVED] gnome-screensaver is active but display is asleep?

i don't know how else to explain it. this only started happening when i bought a new video card yesterday. i tried to search the forums but i don't know what to search for.

i want gnome-screensaver to activate when i leave my computer. it used to just turn on automatically after 10 minutes. now, after i installed a new video card, the screen turns black. i know it is running because if i touch the mouse VERY slightly it MIGHT come on. so, it's almost like the display is turning off even the gnome-screensaver is running.

so, i have my screensaver settings set to a random screensaver theme, it turns idle after 10 minutes and the activate screensaver when computer is idle checkbox is checked. the lock the computer checkbox is not. these are the same settings before i got the new video card. also, in power management put the computer to sleep when inactive is set to never. put display to sleep when inactive is also set to never. again, i haven't changed these settings.

what has changed is my video card and my xorg.conf:

Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder26)  Thu Oct  4 10:48:30 PDT 2007

# 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 manual page.
# (Type "man xorg.conf" 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 "ServerLayout"

	# Uncomment if you have a wacom tablet
	#	InputDevice     "stylus"	"SendCoreEvents"
	#	InputDevice     "cursor"	"SendCoreEvents"
	#	InputDevice     "eraser"	"SendCoreEvents"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Files"
EndSection

Section "Module"
	Load "bitmap"
	Load "dbe"
	Load "ddc"
	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" "pc105"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
    Identifier     "eraser"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "eraser"
    Option         "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
    Identifier     "cursor"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "cursor"
    Option         "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "Monitor"
    # 1280x720 @ 60.00 Hz (GTF) hsync: 44.76 kHz; pclk: 74.48 MHz
    Identifier     "LCD MONITOR"
    HorizSync       30.0 - 70.0
    VertRefresh     50.0 - 87.0
    ModeLine       "1280x720_60.00" 74.5 1280 1308 1444 1664 720 721 724 746 -hsync +vsync
    Option         "DPMS"
EndSection

Section "Device"
	Identifier "nVidia Corporation NV34 [GeForce FX 5500] (rev a1)"
	Driver "nvidia"
	BusID "PCI:1:0:0"
	Option "NoDCC"
	Option "VideoOverlay" "on"
	Option "OpenGLOverlay" "off"
	Option "UseInternalAGPGART" "no"
	Option "NvAGP" "3"
	Option "RenderAccel" "true"
	Option "Coolbits" "1"
	Option "NoLogo"
	VideoRam 262144
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation NV34 [GeForce FX 5500] (rev a1)"
    Monitor        "LCD MONITOR"
    DefaultDepth    24
    Option         "AddARGBVisuals" "True"
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Virtual     1280 720
        Depth       24
        Modes      "1280x720_60.00"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection
i know this might seem stupid but i need to get this working so my lcd screen doesn't get any ghost images!

any suggestions on what i could try? thanks!
unebaguettesvp is offline   Reply With Quote
Old November 11th, 2007   #2
unebaguettesvp
Gee! These Aren't Roasted!
 
Join Date: Feb 2007
Location: Los Angeles, CA, USA
Beans: 177
Ubuntu 8.04 Hardy Heron
Send a message via ICQ to unebaguettesvp Send a message via AIM to unebaguettesvp Send a message via MSN to unebaguettesvp Send a message via Yahoo to unebaguettesvp Send a message via Skype™ to unebaguettesvp
Re: gnome-screensaver is active but display is asleep?

i tried a few other things.

commenting out Option "DPMS" in my xorg.conf did nothing.

i used to use an ati radeon aiw 9800 pro. that's when gnome-screensaver was properly working. i used to have my projector hooked up to the dvi to vga connector. now i have an nvidia geforce fx 6200 and i had the projector hooked up to the vga connector. i switched it to the dvi to vga connector and it still produces the same result.

i set the gnome-screensaver to go off after 5 minutes. and it does!!! but after another 5 minutes with the gnome-screensaver going, the screen goes black. if i tap it lightly i can bring back the screensaver.

so, i'm pretty convinced that the projector is turning off. any ideas on how to make it stop?

more information, i installed the driver for nvidia using envy.
unebaguettesvp is offline   Reply With Quote
Old November 11th, 2007   #3
unebaguettesvp
Gee! These Aren't Roasted!
 
Join Date: Feb 2007
Location: Los Angeles, CA, USA
Beans: 177
Ubuntu 8.04 Hardy Heron
Send a message via ICQ to unebaguettesvp Send a message via AIM to unebaguettesvp Send a message via MSN to unebaguettesvp Send a message via Yahoo to unebaguettesvp Send a message via Skype™ to unebaguettesvp
Re: gnome-screensaver is active but display is asleep?

changing "Put display to sleep when inactive for" from Never to 1 hour did nothing as well.

sorry for the bump. any ideas? i'm running out. my knowledge is limited to whatever is a gui.
unebaguettesvp is offline   Reply With Quote
Old November 11th, 2007   #4
unebaguettesvp
Gee! These Aren't Roasted!
 
Join Date: Feb 2007
Location: Los Angeles, CA, USA
Beans: 177
Ubuntu 8.04 Hardy Heron
Send a message via ICQ to unebaguettesvp Send a message via AIM to unebaguettesvp Send a message via MSN to unebaguettesvp Send a message via Yahoo to unebaguettesvp Send a message via Skype™ to unebaguettesvp
Re: gnome-screensaver is active but display is asleep?

damn it! i found this:

https://bugs.launchpad.net/ubuntu/+s...ver/+bug/46575

and then this:

http://www.unet.univie.ac.at/aix/cmds/aixcmds6/xset.htm

so, i tried this:

xset s noblank

that didn't do anything! ARGHHHHH!!!! any help?
unebaguettesvp is offline   Reply With Quote
Old November 12th, 2007   #5
STEC06
First Cup of Ubuntu
 
STEC06's Avatar
 
Join Date: Nov 2007
Beans: 5
Xubuntu 7.10 Gutsy Gibbon
Send a message via AIM to STEC06
Re: gnome-screensaver is active but display is asleep?

I'm having the exact same problem.

Just installed XUbuntu 7.10 Gutsy - using the restricted drivers for my GeForce 7600GT. When it's time for the screen-saver to start, the screen just goes blank. I move the mouse and it goes right back to the desktop. If I remove the restricted driver, OpenGL applications chug along.

Any input would be greatly appreciated!
STEC06 is offline   Reply With Quote
Old November 12th, 2007   #6
unebaguettesvp
Gee! These Aren't Roasted!
 
Join Date: Feb 2007
Location: Los Angeles, CA, USA
Beans: 177
Ubuntu 8.04 Hardy Heron
Send a message via ICQ to unebaguettesvp Send a message via AIM to unebaguettesvp Send a message via MSN to unebaguettesvp Send a message via Yahoo to unebaguettesvp Send a message via Skype™ to unebaguettesvp
Re: gnome-screensaver is active but display is asleep?

i haven't tried that yet. so, if you remove the restricted drivers, gnome-screensavers work just like normal? if that's true, then it definitely has something to do with nvidia. did you install the restricted drivers with envy or from the gnome main menu? i couldn't get the main menu to work properly.

also, how is your 7600 GT card? i just ordered one! is it fast?
unebaguettesvp is offline   Reply With Quote
Old November 12th, 2007   #7
unebaguettesvp
Gee! These Aren't Roasted!
 
Join Date: Feb 2007
Location: Los Angeles, CA, USA
Beans: 177
Ubuntu 8.04 Hardy Heron
Send a message via ICQ to unebaguettesvp Send a message via AIM to unebaguettesvp Send a message via MSN to unebaguettesvp Send a message via Yahoo to unebaguettesvp Send a message via Skype™ to unebaguettesvp
Re: gnome-screensaver is active but display is asleep?

sorry for the bump but does anyone have any ideas?
unebaguettesvp is offline   Reply With Quote
Old November 12th, 2007   #8
unebaguettesvp
Gee! These Aren't Roasted!
 
Join Date: Feb 2007
Location: Los Angeles, CA, USA
Beans: 177
Ubuntu 8.04 Hardy Heron
Send a message via ICQ to unebaguettesvp Send a message via AIM to unebaguettesvp Send a message via MSN to unebaguettesvp Send a message via Yahoo to unebaguettesvp Send a message via Skype™ to unebaguettesvp
Re: gnome-screensaver is active but display is asleep?

fixed it! add this to your xorg.conf:

Code:
Section "ServerFlags"
	Option "blank time" "0"
	Option "standby time" "0"
	Option "suspend time" "0"
	Option "off time" "0"
	Option "screen blank" "0"
EndSection
and restart X. <CONTROL><ALT><BACKSPACE>

found this here:

http://ubuntuforums.org/showthread.php?t=341617

unebaguettesvp is offline   Reply With Quote
Old November 12th, 2007   #9
STEC06
First Cup of Ubuntu
 
STEC06's Avatar
 
Join Date: Nov 2007
Beans: 5
Xubuntu 7.10 Gutsy Gibbon
Send a message via AIM to STEC06
Re: [SOLVED] gnome-screensaver is active but display is asleep?

Nice work! I'll try this when I get home.

The 7600GT is a great budget card. I've had it for a little less than a year... runs Battlefield 2 and any Source-engine game just fine (mine's an XFX Fatal1ty), though I did replace the HSF with something from Zalman because it was crazy-loud.
STEC06 is offline   Reply With Quote
Old November 12th, 2007   #10
STEC06
First Cup of Ubuntu
 
STEC06's Avatar
 
Join Date: Nov 2007
Beans: 5
Xubuntu 7.10 Gutsy Gibbon
Send a message via AIM to STEC06
Re: [SOLVED] gnome-screensaver is active but display is asleep?

Now my screen won't go blank at all.
__________________
New to the Linux thing.
STEC06 is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:21 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry