Are you a spammer

Please note, that the first 3 posts you make, will need to be approved by a forum Administrator or Moderator before they are publicly viewable.
Each application to join this forum is checked at the Stop Forum Spam website. If the email or IP address appears there when checked, you will not be allowed to join this forum.
If you get past this check and post spam on this forum, your posts will be immediately deleted and your account inactivated.You will then be banned and your IP will be submitted to your ISP, notifying them of your spamming. So your spam links will only be seen for an hour or two at most. In other words, don't waste your time and ours.

This forum is for the use and enjoyment of the members and visitors looking to learn about and share information regarding the topics listed. It is not a free-for-all advertising venue. Your time would be better spent pursuing legitimate avenues of promoting your websites.

(SOLVED) - Screen Saver Problem

Help & support for Ultimate Edition 1.7


(SOLVED) - Screen Saver Problem

Postby e4foxtrot » Mon Mar 03, 2008 2:27 pm

I seem to have chosen a screensaver that does not agree with my system. As soon as I try to choose a different one my system locks up. By the way when the screensaver does come on it also locks my machine up.
MSI Laptop: Intel Core(TheeMahn)2 Duo CPU T7500 @ 2.20GHz, 3034 MiB of sys memory, GeForce 8600M GT: PCI-E 16x w/512 MB of video memory. kernel: 2.6.22-14-generic. Release: lenny/sid
User avatar
e4foxtrot
U.E. Knowledgable
U.E. Knowledgable
 
Posts: 27
Joined: Sat Feb 16, 2008 1:38 am
Operating System: Ultimate Edition 3.2 32 BIT



Re: Screen Saver Problem

Postby LeadFingers » Mon Mar 03, 2008 2:57 pm

Are you still using the default video drivers that Ultimate Edition installed or have you installed your Nvidia drivers?
1st Box: Ultimate Edition 2.0 x64/ 1.8 x64
2nd Box: XP (dusty)
3rd Box: Stable Media box Ultimate Edition 1.8 x64 with XBMC

The Oxen are slow but the Earth is patient ~Chuen~
User avatar
LeadFingers
U.E. God
U.E. God
 
Posts: 1303
Joined: Fri Nov 23, 2007 1:46 am
Location: Salem Oregon
Age: 64
Operating System: Ultimate Edition 3.1 64 BIT



Re: Screen Saver Problem

Postby e4foxtrot » Tue Mar 04, 2008 10:33 am

I've installed the Nvidea drivers already.
MSI Laptop: Intel Core(TheeMahn)2 Duo CPU T7500 @ 2.20GHz, 3034 MiB of sys memory, GeForce 8600M GT: PCI-E 16x w/512 MB of video memory. kernel: 2.6.22-14-generic. Release: lenny/sid
User avatar
e4foxtrot
U.E. Knowledgable
U.E. Knowledgable
 
Posts: 27
Joined: Sat Feb 16, 2008 1:38 am
Operating System: Ultimate Edition 3.2 32 BIT



Re: Screen Saver Problem

Postby LeadFingers » Tue Mar 04, 2008 12:18 pm

e4foxtrot wrote:I've installed the Nvidia drivers already.

Check to see if glx is enabled...
Applications/System Tools/Nvidia Settings
under "X Screen 0" select "Open GL/GLX Information"
should have...
Direct rendering.... yes
GLX extensions..... (should see a long list)
If none of this is there, glx is not enabled.

if all of that looks good...
Copy the contents of "xorg.conf" (/etc/X11/xorg.conf)
paste it in a post
***WARNING***DO NOT EDIT xorg.conf
1st Box: Ultimate Edition 2.0 x64/ 1.8 x64
2nd Box: XP (dusty)
3rd Box: Stable Media box Ultimate Edition 1.8 x64 with XBMC

The Oxen are slow but the Earth is patient ~Chuen~
User avatar
LeadFingers
U.E. God
U.E. God
 
Posts: 1303
Joined: Fri Nov 23, 2007 1:46 am
Location: Salem Oregon
Age: 64
Operating System: Ultimate Edition 3.1 64 BIT



Re: Screen Saver Problem

Postby e4foxtrot » Tue Mar 04, 2008 5:16 pm

Ok Lead have at it!


# 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 "Files"
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 "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

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

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

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

Section "Device"
Identifier "nVidia Corporation G80 [GeForce 8600M GT]"
Driver "nvidia"
Busid "PCI:8:0:0"
Option "AddARGBVisuals" "True"
Option "NoLogo" "True"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
Horizsync 28-84
Vertrefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G80 [GeForce 8600M GT]"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Modes "1680x1680"
EndSubSection
Option "AddARGBGLXVisuals" "True"
EndSection

Section "ServerLayout"
Identifier "Default Layout"


screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"

# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Inputdevice "Synaptics Touchpad"
EndSection
Section "Module"
Load "glx"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
MSI Laptop: Intel Core(TheeMahn)2 Duo CPU T7500 @ 2.20GHz, 3034 MiB of sys memory, GeForce 8600M GT: PCI-E 16x w/512 MB of video memory. kernel: 2.6.22-14-generic. Release: lenny/sid
User avatar
e4foxtrot
U.E. Knowledgable
U.E. Knowledgable
 
Posts: 27
Joined: Sat Feb 16, 2008 1:38 am
Operating System: Ultimate Edition 3.2 32 BIT



Re: Screen Saver Problem

Postby DaddyX3 » Tue Mar 04, 2008 8:44 pm

Sorry for butting in here LeadFingers, is this correct? It looks as though you have a 1680x1680 resolution set in your xorg.conf file, have you tried a more modest 1024x768 and see if your screen saver works? Just a thought.
Intel Core 2 Quad Q9300 2.5GHz 45nm/Gigabyte EP35C-DS3R M.B. w/ddr3 1333
G.Skill 2X1GB DDR3 1333MHz/Gigabyte 8800GT PCIe 2.0 512MB GDDR3 OC'd to 700Mhz/ WD160 gig, 2- WD250 gig in RAID-0 (500GB), WD640 gig e-SATA external

AMD 64 X2 3800+/ASUS A8N32-SLI Deluxe/G.Skill 2X1GB Matched Pair ddr400
/EVGA 6800GS Nvidia Graphics 256MB/WD160gig drive

HTPC Box:AMD 64 X2 4400+/ BIOSTAR TF7050PV HDMI MicroATX/G.Skill 2X1GB /Matched Pair DDR800/Integrated video and audio/WD160gig drive
User avatar
DaddyX3
U.E. God
U.E. God
 
Posts: 2407
Joined: Wed Oct 17, 2007 9:22 am
Location: Central Coast - California
Age: 49
Operating System: Ultimate Edition 2.3 32 BIT



Re: Screen Saver Problem

Postby LeadFingers » Tue Mar 04, 2008 10:44 pm

DaddyX3 wrote:Sorry for butting in here LeadFingers, is this correct? It looks as though you have a 1680x1680 resolution set in your xorg.conf file, have you tried a more modest 1024x768 and see if your screen saver works? Just a thought.

Good call ! I would have missed that.
Is it just me, or is there 3 sections of "wacom" configurations
and they're not loaded, cause their commented out at the bottom.
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Inputdevice "Synaptics Touchpad"
EndSection
Section "Module"
Load "glx"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection

If you have a tablet, is it working correctly?
It looks like it's loading glx, so that is not the problem.
1st Box: Ultimate Edition 2.0 x64/ 1.8 x64
2nd Box: XP (dusty)
3rd Box: Stable Media box Ultimate Edition 1.8 x64 with XBMC

The Oxen are slow but the Earth is patient ~Chuen~
User avatar
LeadFingers
U.E. God
U.E. God
 
Posts: 1303
Joined: Fri Nov 23, 2007 1:46 am
Location: Salem Oregon
Age: 64
Operating System: Ultimate Edition 3.1 64 BIT



Re: Screen Saver Problem

Postby e4foxtrot » Wed Mar 05, 2008 12:01 pm

No I'm not using a tablet. Im a little paranoid about making resolution changes on this machine. Ive tried to make changes through the GUI before and it either makes my screen unreadable or it totally blacks it completely out, both requiring me to reinstall. If I could make these changes thur the terminal window that wouldn't have such deviating results I would applicate it.

I dont know if this would be possible to have a feature like windows has that when you make a resolution change to your system, it pops up a confirmation window with a timer that would automatically return you to the previous resolution if you do not agree with the setting.
User avatar
e4foxtrot
U.E. Knowledgable
U.E. Knowledgable
 
Posts: 27
Joined: Sat Feb 16, 2008 1:38 am
Operating System: Ultimate Edition 3.2 32 BIT



Re: Screen Saver Problem

Postby DaddyX3 » Wed Mar 05, 2008 12:18 pm

e4foxtrot wrote:No I'm not using a tablet. Im a little paranoid about making resolution changes on this machine. Ive tried to make changes through the GUI before and it either makes my screen unreadable or it totally blacks it completely out, both requiring me to reinstall. If I could make these changes thur the terminal window that wouldn't have such deviating results I would applicate it.

I dont know if this would be possible to have a feature like windows has that when you make a resolution change to your system, it pops up a confirmation window with a timer that would automatically return you to the previous resolution if you do not agree with the setting.

I would not be worried about making changes with your resolution. You can do this through your xorg.conf file directly. If your worried about it you can always save a copy of your existing xorg.conf file
Code: Select all
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup

Then I would edit your existing xorg.conf file.
Code: Select all
sudo gedit /etc/X11/xorg.conf

Scroll down to the section that looks like this:
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G80 [GeForce 8600M GT]"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Modes "1680x1680"
EndSubSection
Option "AddARGBGLXVisuals" "True"
EndSection

Then change it to this:
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G80 [GeForce 8600M GT]"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Modes "1024x768"
EndSubSection
Option "AddARGBGLXVisuals" "True"
EndSection

Then click save. Close out the editor window. get back to the desktop and hit cntrl+alt+backspace to reset your X session (this will dump you back to login screen), re-login and you should have your new resolution set now. If for some reason this did not work for you, you can get back to the login screen and select under session "terminal window" and once this comes up, you can just type:
Code: Select all
sudo mv /etc/X11/xorg.conf_backup /etc/X11/xorg.conf

then to exit the terminal window and get back to the login screen just type in "exit" without the quotes.
Hope this helps. ;)
Intel Core 2 Quad Q9300 2.5GHz 45nm/Gigabyte EP35C-DS3R M.B. w/ddr3 1333
G.Skill 2X1GB DDR3 1333MHz/Gigabyte 8800GT PCIe 2.0 512MB GDDR3 OC'd to 700Mhz/ WD160 gig, 2- WD250 gig in RAID-0 (500GB), WD640 gig e-SATA external

AMD 64 X2 3800+/ASUS A8N32-SLI Deluxe/G.Skill 2X1GB Matched Pair ddr400
/EVGA 6800GS Nvidia Graphics 256MB/WD160gig drive

HTPC Box:AMD 64 X2 4400+/ BIOSTAR TF7050PV HDMI MicroATX/G.Skill 2X1GB /Matched Pair DDR800/Integrated video and audio/WD160gig drive
User avatar
DaddyX3
U.E. God
U.E. God
 
Posts: 2407
Joined: Wed Oct 17, 2007 9:22 am
Location: Central Coast - California
Age: 49
Operating System: Ultimate Edition 2.3 32 BIT



Re: Screen Saver Problem

Postby e4foxtrot » Wed Mar 05, 2008 12:56 pm

Ok cool, Ill give it a try. I feel like I'm learning to walk again working in a windows environment for the past 15 years.
User avatar
e4foxtrot
U.E. Knowledgable
U.E. Knowledgable
 
Posts: 27
Joined: Sat Feb 16, 2008 1:38 am
Operating System: Ultimate Edition 3.2 32 BIT

Next

Return to Ultimate Edition 1.7

Who is online

Users browsing this forum: No registered users and 4 guests