View previous topic :: View next topic |
Author |
Message |
yfh2 Apprentice
Joined: 20 May 2004 Posts: 242
|
Posted: Wed Jul 13, 2005 6:46 am Post subject: no more display power management since KDE 3.4.1 |
|
|
Or is it xorg 6.8.2, which came about the same time ?
I have no more power suspend or power off for the monitor, though everything is set through kcontrol.
Can anyone tell me where to look at ?
Thanks in advance |
|
Back to top |
|
|
RayDude Advocate
Joined: 29 May 2004 Posts: 2091 Location: San Jose, CA
|
Posted: Wed Jul 13, 2005 7:58 am Post subject: Re: no more display power management since KDE 3.4.1 |
|
|
yfh2 wrote: | Or is it xorg 6.8.2, which came about the same time ?
I have no more power suspend or power off for the monitor, though everything is set through kcontrol.
Can anyone tell me where to look at ?
Thanks in advance |
I have the same problem, however I have a script that runs on acpid and it doesn't work... So I think its something to do with acpi in the kernel.
What kernel do you use?
I have: 2.6.13-rc2-mm1
Raydude _________________ Some day there will only be free software. |
|
Back to top |
|
|
eqxro n00b
Joined: 28 Nov 2004 Posts: 67 Location: In a warm place
|
Posted: Wed Jul 13, 2005 11:00 am Post subject: |
|
|
Try adding Option "DPMS" in your xorg.conf file. This worked for me:
Code: | Section "Monitor"
Identifier "Monitor0"
VendorName "AOC"
ModelName "7F"
HorizSync 30.0 - 72.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Daewoo"
ModelName "431X"
HorizSync 30.0 - 60.0
Vertrefresh 50.0 - 60.0
Option "DPMS"
EndSection
|
|
|
Back to top |
|
|
RayDude Advocate
Joined: 29 May 2004 Posts: 2091 Location: San Jose, CA
|
Posted: Wed Jul 13, 2005 4:51 pm Post subject: |
|
|
eqxro wrote: | Try adding Option "DPMS" in your xorg.conf file. This worked for me:
Code: | Section "Monitor"
Identifier "Monitor0"
VendorName "AOC"
ModelName "7F"
HorizSync 30.0 - 72.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Daewoo"
ModelName "431X"
HorizSync 30.0 - 60.0
Vertrefresh 50.0 - 60.0
Option "DPMS"
EndSection
|
|
Thanks. But I already have DPMS in xorg.conf...
Raydude _________________ Some day there will only be free software. |
|
Back to top |
|
|
yfh2 Apprentice
Joined: 20 May 2004 Posts: 242
|
Posted: Wed Jul 13, 2005 6:02 pm Post subject: |
|
|
err ... I don't have a xorg.conf file !
I have my old X86config, which is properly used (because it loads the nvidia drivers).
in this file, I have already the option DPMS set ...
Any idea ? |
|
Back to top |
|
|
RayDude Advocate
Joined: 29 May 2004 Posts: 2091 Location: San Jose, CA
|
Posted: Wed Jul 13, 2005 7:17 pm Post subject: |
|
|
yfh2 wrote: | err ... I don't have a xorg.conf file !
I have my old X86config, which is properly used (because it loads the nvidia drivers).
in this file, I have already the option DPMS set ...
Any idea ? |
The fact that you are using xfree and nvidia and I'm using xorg and ATI supports my idea that acpi is having problems...
Don't know why though.
Raydude _________________ Some day there will only be free software. |
|
Back to top |
|
|
yfh2 Apprentice
Joined: 20 May 2004 Posts: 242
|
Posted: Wed Jul 13, 2005 10:19 pm Post subject: |
|
|
my X system is reported as Xorg 6.8.2 , revision r2-0.1.9
Am I using XFree in any way ?? |
|
Back to top |
|
|
RayDude Advocate
Joined: 29 May 2004 Posts: 2091 Location: San Jose, CA
|
Posted: Thu Jul 14, 2005 12:20 am Post subject: |
|
|
yfh2 wrote: | my X system is reported as Xorg 6.8.2 , revision r2-0.1.9
Am I using XFree in any way ?? |
Sorry I was confused. I thought you said you were using xfree86. What you said (and I missed) was that Xorg uses your xf86config file...
So the only thing eliminted is video cards... I still think its a kernel bug.
Raydude _________________ Some day there will only be free software. |
|
Back to top |
|
|
yfh2 Apprentice
Joined: 20 May 2004 Posts: 242
|
Posted: Thu Jul 14, 2005 8:15 am Post subject: |
|
|
I don't think it is a kernel bug : I did not change my kernel with the change of KDE versions ...
And the feature works with KDE 3.3.2.
Also, it "may" be working now. I just modified and re-set the values of the power saving times, and it "seems" to work now. |
|
Back to top |
|
|
RayDude Advocate
Joined: 29 May 2004 Posts: 2091 Location: San Jose, CA
|
Posted: Thu Jul 14, 2005 4:58 pm Post subject: |
|
|
yfh2 wrote: | I don't think it is a kernel bug : I did not change my kernel with the change of KDE versions ...
And the feature works with KDE 3.3.2.
Also, it "may" be working now. I just modified and re-set the values of the power saving times, and it "seems" to work now. |
Where did you reset the values? Is that in the Control Center?
Raydude _________________ Some day there will only be free software. |
|
Back to top |
|
|
yfh2 Apprentice
Joined: 20 May 2004 Posts: 242
|
Posted: Thu Jul 14, 2005 5:05 pm Post subject: |
|
|
Quote: | did you reset the values? Is that in the Control Center? |
yes[/quote] |
|
Back to top |
|
|
|