|
|
#1 | |
|
Guest
Posts: n/a
|
OK, to not confuse anything, I am running a 2.4.18 series kernel, glibc2.2.5, Xfree4.2.0, KDE3.0.2, Gnome2.0..
Ok That said - everything works great - DPMS functions all work as expected in any of the Systems I may be logged into at the time. `xset dpms force off` turns the monitor off as expected. I set the values from my .xinitrc or .xsession files and it happens automagically. Yesterday I decided to try the NVDrivers again, so I downloaded them, compiled my kernel without AGPgart, rebooted, and compiled and installed them. All *appears* to work well, except DPMS will no longer turn off my screen. It tries to, but all it does is throw up on me and scrable the screen to where it tells me invalid sync and scan freq on the screen. Just wondering why this may be an dif anyone else has run into this before? BTW: It is a Geforce 256DDR Thanks -G |
|
|
|
|
#3 | |
|
Guest
Posts: n/a
|
Quote:
Do you have anything that might stick out in your config files besides the following?? Section "Monitor" Identifier "monitor0" HorizSync 31-89 VertRefresh 50-160 EndSection Section "Device" Identifier "video0" Driver "nvidia" Option "NvAGP" "1" EndSection Section "Screen" Identifier "Screen 1" Device "video0" Monitor "monitor0" Option "IgnoreEdid" "1" Option "DPMS" "on" DefaultDepth 16 Subsection "Display" Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection # ************************************************** ******************** # ServerLayout sections. # ************************************************** ******************** Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection |
|
|
|
|
#4 | |
|
Slacker
|
This is mine,
Code:
Section "Monitor"
Identifier "Acer v771"
# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
HorizSync 30 - 72
# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
VertRefresh 50 - 120
Option "DPMS"
EndSection
[Edit] And put the option in your monitor section.
__________________
p-two.net Last edited by Bern; 07-29-02 at 04:26 AM. |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Jul 2002
Posts: 24
|
Hello. I have the same problem with SuSe 8.0, had the same problem with SuSe 7.3, both with stndard kernels (2.4.18 for SuSE 8.0) and with Nvidia drivers down the lane to 28...something. The DPMS just does not work properly. If I use the standard drivers everything is O.K. I tried to discuss this issue here before and there was no solution found. I contacted Nvidia support and I got only the typical saying-nothing answer (we are revising your problem....)
Removing the Option "DPMS" leaves the monitor always on, xset dpms force off leads to invalid sysnc. (with or without the DPMS option in config) My confiiguration: Manli Nvidia GeForce 2 MX 400 ECS P6IPAT Motherboard PIII 667 Mhz 512 MB RAM SuSE 8.0, Kernel 2.4.18 Just use the power button on your monitor, that is the only solution I use. |
|
|
|
|
|
#6 | |
|
Guest
Posts: n/a
|
Quote:
|
|
|
|
|
#7 |
|
Registered User
Join Date: Jul 2002
Location: Germany
Posts: 22
|
Hi,
I don't have any problem with dpms! Using a geforce2 mx, the latest nvidia drivers and running xfree 4.02. What does "xset q" tell you? especially these lines: Screen Saver: prefer blanking: yes allow exposures: yes timeout: 420 cycle: 600 I found out that kde likes to set the screen saver timeout to 0 (zero), which disables dpms for me (and which is the same as setting "xset s 0"). If I want to have dpms working under kde, I have to a) enable dpms in the control centre of kde plus b) launch "xset s 420" (or something like that) via the .xinitrc A "zero" value (see above) disables dpms, which means that when entering the dpms state the screen starts flashing and flashing in a very distorted way. Maybe you could check this? Regards Petersen |
|
|
|
|
|
#8 | |
|
Guest
Posts: n/a
|
Quote:
Oh well, like I said, I do nothing that the speed increase of OpenGL would really help anyway, so I am not that bummed out, I just hate to think I am not getting all I can out of the system you know ![]() |
|
|
|
|
#9 |
|
Guest
Posts: n/a
|
Well, let me say it may not be "broke", but may be too strict and adhering to DCC protocols when my monitor may not be. I am not blaming one or the other, but the plain XFree86.org guys got it right!
(Another OpenSource plug) ![]() |
|
|
|
#10 | |
|
Registered User
Join Date: Jul 2002
Posts: 24
|
Quote:
|
|
|
|
|
|
|
#11 | |
|
Guest
Posts: n/a
|
Quote:
I would appreciate it -G |
|
|
|
|
#12 |
|
Registered User
Join Date: Jul 2002
Posts: 24
|
Here is my xset q. I have everything set to 1 hour....
Keyboard Control: auto repeat: on key click percent: 0 LED mask: 00000000 auto repeat delay: 660 repeat rate: 25 auto repeating keys: 00ffffffdffffbbf fa9fffffffdff5ff ffffffffffffffff ffffffffffffffff bell percent: 50 bell pitch: 400 bell duration: 100 Pointer Control: acceleration: 2/1 threshold: 4 Screen Saver: prefer blanking: yes allow exposures: yes timeout: 0 cycle: 3600 Colors: default colormap: 0x20 BlackPixel: 0 WhitePixel: 65535 Font Path: /opt/kde3//share/fonts/override,/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X1 1R6/lib/X11/fonts/local,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X 11/fonts/Type1,/usr/X11R6/lib/X11/fonts/URW,/usr/X11R6/lib/X11/fonts/Speedo,/usr /X11R6/lib/X11/fonts/latin2/misc:unscaled,/usr/X11R6/lib/X11/fonts/latin2/Type1, /usr/X11R6/lib/X11/fonts/kwintv:unscaled,/usr/X11R6/lib/X11/fonts/truetype,/usr/ X11R6/lib/X11/fonts/uni:unscaled,/usr/X11R6/lib/X11/fonts/CID,/opt/kde3//share/f onts Bug Mode: compatibility mode is disabled DPMS (Energy Star): Standby: 3600 Suspend: 3600 Off: 3600 DPMS is Enabled Monitor is On Font cache: hi-mark (KB): 1024 low-mark (KB): 768 balance (%): 70 ![]() |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| X Failed to load NVdriver | c00lr4c3r | NVIDIA Linux | 13 | 10-22-02 01:44 PM |
| Red Hat 7.3, tarred 2960 download, NVdriver failed to initialize | SparceMatrix | NVIDIA Linux | 7 | 09-10-02 12:02 AM |