View previous topic :: View next topic |
Author |
Message |
billydv l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/gallery/Buffy the Vampire Slayer/Avatarangelus4.jpg)
Joined: 22 Dec 2006 Posts: 911 Location: Mount Vernon, NY
|
Posted: Thu Aug 02, 2007 12:28 pm Post subject: DPMS Doesnt Work!! |
|
|
Im not sure whats going on, I have an a8n32-sli deluxe with an evga 8800 gts graphics card, if I do in a terminal /usr/bin/xset dpms force off or /usr/bin/xset dpms force standby it works but If I let it happen either with settings from the corg.conf or from my desktop, I just get the screensaver moving like an old tv that had its picture scrolling because it needed the vertical hold adjusted, What can I try to fix this? _________________ Billy DeVincentis |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
eyoung100 Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/gallery/Star Wars/movie_star_wars_boba_fett.gif)
Joined: 23 Jan 2004 Posts: 1428
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
billydv l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/gallery/Buffy the Vampire Slayer/Avatarangelus4.jpg)
Joined: 22 Dec 2006 Posts: 911 Location: Mount Vernon, NY
|
Posted: Thu Aug 02, 2007 9:22 pm Post subject: |
|
|
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "True"
Option "AIGLX" "True"
#Option "standby time" "10"
#Option "suspend time" "20"
#Option "off time" "30"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib64/xorg/modules"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/artwiz"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/default"
FontPath "/usr/share/fonts/default/ghostscript"
FontPath "/usr/share/fonts/dejavu"
FontPath "/usr/share/fonts/freefonts"
FontPath "/usr/share/fonts/intlfonts"
FontPath "/usr/share/fonts/liberation-fonts-ttf"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/sharefonts"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/unifont"
FontPath "/usr/local/share/fonts"
EndSection
Section "Module"
Load "dbe"
#Load "dri"
Load "extmod"
Load "freetype"
#Load "GLcore"
Load "glx"
Load "record"
Load "type1"
Load "wfb"
Load "xtrap"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbOptions" "grp:toggle,grp_led:scroll"
Option "XkbVariant" ",winkeys"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
HorizSync 30.0 - 96.0
VertRefresh 50.0 - 160.0
Option "DPMS" "True"
EndSection
Section "Device"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "All"
#BusID "PCI:3:0:0"
Identifier "Card0"
### Available Driver options are:-
# sw_cursor is needed for some ati and radeon cards
#Option "sw_cursor"
#Option "hw_cursor" "off"
#Option "NoAccel"
#Option "ShowCache"
#Option "ShadowFB"
#Option "UseFBDev"
#Option "Rotate"
#Option "NvAGP" "1"
#Option "NoLogo" "True"
Option "Coolbits" "1"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
#Option "RenderAccel" "False"
#Option "DamageEvents" "True"
#Option "UseEvents" "True"
#Option "TripleBuffer" "True"
#Option "BackingStore" "True"
Option "DynamicTwinView" "False"
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
#Section "DRI"
# Mode 0666
#EndSection _________________ Billy DeVincentis |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
PaulBredbury Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/15669254994381f44a81f83.jpg)
Joined: 14 Jul 2005 Posts: 7310
|
Posted: Thu Aug 02, 2007 9:31 pm Post subject: Re: DPMS Doesnt Work!! |
|
|
billydv wrote: | picture scrolling because it needed the vertical hold adjusted |
Code: | Option "VertRefresh" "58-62" |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|