PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > DPMS working again after X updates on Lenny
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

DPMS working again after X updates on Lenny

Réponse
 
LinkBack Outils de la discussion
Vieux 17/06/2007, 15h50   #1
Nigel Henry
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut DPMS working again after X updates on Lenny

I'd commented out the "options DPMS" line in my xorg.conf, so that the
monitor wouldn't keep going into standby mode every 30mins or so, and up to
last nights updates, (including a load of X stuff) this had been working ok.

This morning after installing all the updates, I rebooted the machine, just to
make sure everything was still ok with Lenny, and now I find that the monitor
is again going into standby after some 30mins or so. The "options DPMS" line
is still commented out, but appears to be being ignored.

I read a while back that xorg.conf was being deprecated, and would no longer
be necessary. If that is so, and these x updates have made that change, where
do I go now to stop DPMS being used.

Thanks in advance for any pointers toward the file I need to look at.

Nigel.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 17/06/2007, 20h00   #2
Florian Kulzer
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DPMS working again after X updates on Lenny

On Sun, Jun 17, 2007 at 16:39:40 +0200, Nigel Henry wrote:
> I'd commented out the "options DPMS" line in my xorg.conf, so that the
> monitor wouldn't keep going into standby mode every 30mins or so, and up to
> last nights updates, (including a load of X stuff) this had been working ok.
>
> This morning after installing all the updates, I rebooted the machine, just to
> make sure everything was still ok with Lenny, and now I find that the monitor
> is again going into standby after some 30mins or so. The "options DPMS" line
> is still commented out, but appears to be being ignored.
>
> I read a while back that xorg.conf was being deprecated, and would no longer
> be necessary. If that is so, and these x updates have made that change, where
> do I go now to stop DPMS being used.
>
> Thanks in advance for any pointers toward the file I need to look at.


/etc/X11/xorg.conf is not depreciated yet. If I understand you
correctly, you had the DPMS line simply commented out in the past. This
means that you get the default behavior, which can change with an
upgrade. Try to turn DPMS off explicitly by using

Option "DPMS" "false"

in the monitor section of your xorg.conf.

If this does not have the desired effect then you should post the output
of:

grep -i dpms /var/log/Xorg.0.log

--
Regards, | http://users.icfo.es/Florian.Kulzer
Florian |


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 17/06/2007, 21h00   #3
Nigel Henry
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DPMS working again after X updates on Lenny

On Sunday 17 June 2007 20:40, Florian Kulzer wrote:
> On Sun, Jun 17, 2007 at 16:39:40 +0200, Nigel Henry wrote:
> > I'd commented out the "options DPMS" line in my xorg.conf, so that the
> > monitor wouldn't keep going into standby mode every 30mins or so, and up
> > to last nights updates, (including a load of X stuff) this had been
> > working ok.
> >
> > This morning after installing all the updates, I rebooted the machine,
> > just to make sure everything was still ok with Lenny, and now I find that
> > the monitor is again going into standby after some 30mins or so. The
> > "options DPMS" line is still commented out, but appears to be being
> > ignored.
> >
> > I read a while back that xorg.conf was being deprecated, and would no
> > longer be necessary. If that is so, and these x updates have made that
> > change, where do I go now to stop DPMS being used.
> >
> > Thanks in advance for any pointers toward the file I need to look at.

>
> /etc/X11/xorg.conf is not depreciated yet. If I understand you
> correctly, you had the DPMS line simply commented out in the past. This
> means that you get the default behavior, which can change with an
> upgrade. Try to turn DPMS off explicitly by using
>
> Option "DPMS" "false"
>
> in the monitor section of your xorg.conf.
>
> If this does not have the desired effect then you should post the output
> of:
>
> grep -i dpms /var/log/Xorg.0.log
>
> --
> Regards, | http://users.icfo.es/Florian.Kulzer
> Florian |


No go with setting DPMS to false. 20mins later after restarting X the monitor
goes into standby. It's a bit annoying as yesterday before these X updates I
had no problem, and with just commenting out the "options DPMS" line, the
monitor would not go into standby mode.

Anyway, this is all I get from grep.

djmons@debian:~$ grep -i dpms /var/log/Xorg.0.log
(II) Loading extension DPMS
(**) Option "dpms" "false"
(**) TRIDENT(0): DPMS enabled

Trident is the driver for the Cyberbladei1 onboard graphics card

A bit annoying, and I'd like to resolve it. There's nothing more annoying than
reading some document, and then the screen goes black.

Any suggestions welcome.

Nigel.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 17/06/2007, 23h40   #4
Stephen Cormier
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DPMS working again after X updates on Lenny

On June 17, 2007 04:58:48 pm Nigel Henry wrote:
> On Sunday 17 June 2007 20:40, Florian Kulzer wrote:
> > On Sun, Jun 17, 2007 at 16:39:40 +0200, Nigel Henry wrote:
> > > I'd commented out the "options DPMS" line in my xorg.conf, so that the
> > > monitor wouldn't keep going into standby mode every 30mins or so, and
> > > up to last nights updates, (including a load of X stuff) this had been
> > > working ok.
> > >
> > > This morning after installing all the updates, I rebooted the machine,
> > > just to make sure everything was still ok with Lenny, and now I find
> > > that the monitor is again going into standby after some 30mins or so.
> > > The "options DPMS" line is still commented out, but appears to be being
> > > ignored.
> > >
> > > I read a while back that xorg.conf was being deprecated, and would no
> > > longer be necessary. If that is so, and these x updates have made that
> > > change, where do I go now to stop DPMS being used.
> > >
> > > Thanks in advance for any pointers toward the file I need to look at.

> >
> > /etc/X11/xorg.conf is not depreciated yet. If I understand you
> > correctly, you had the DPMS line simply commented out in the past. This
> > means that you get the default behavior, which can change with an
> > upgrade. Try to turn DPMS off explicitly by using
> >
> > Option "DPMS" "false"
> >
> > in the monitor section of your xorg.conf.
> >
> > If this does not have the desired effect then you should post the output
> > of:
> >
> > grep -i dpms /var/log/Xorg.0.log
> >
> > --
> > Regards, | http://users.icfo.es/Florian.Kulzer
> > Florian |

>
> No go with setting DPMS to false. 20mins later after restarting X the
> monitor goes into standby. It's a bit annoying as yesterday before these X
> updates I had no problem, and with just commenting out the "options DPMS"
> line, the monitor would not go into standby mode.
>
> Anyway, this is all I get from grep.
>
> djmons@debian:~$ grep -i dpms /var/log/Xorg.0.log
> (II) Loading extension DPMS
> (**) Option "dpms" "false"
> (**) TRIDENT(0): DPMS enabled
>
> Trident is the driver for the Cyberbladei1 onboard graphics card
>
> A bit annoying, and I'd like to resolve it. There's nothing more annoying
> than reading some document, and then the screen goes black.
>
> Any suggestions welcome.
>
> Nigel.


You can always use xset -dpms to turn it off in a console/console window for
the rest of your problem I have no ideas.

Stephen

--
GPG Public Key: http://users.eastlink.ca/~stephencormier/publickey.asc

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQBGdbcCjgQLPii62a8RAtpHAKDm8eQFdA8F2/dv1bSyD+fHY26FvACeJ62O
Vm7tcqd6Xc22i3cmNPMq2+8=
=SkHj
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 18/06/2007, 01h20   #5
Nigel Henry
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DPMS working again after X updates on Lenny

On Monday 18 June 2007 00:34, Stephen Cormier wrote:
> On June 17, 2007 04:58:48 pm Nigel Henry wrote:


> > > On Sun, Jun 17, 2007 at 16:39:40 +0200, Nigel Henry wrote:
> > > > I'd commented out the "options DPMS" line in my xorg.conf, so that
> > > > the monitor wouldn't keep going into standby mode every 30mins or so,
> > > > and up to last nights updates, (including a load of X stuff) this had
> > > > been working ok.
> > > >
> > > > This morning after installing all the updates, I rebooted the
> > > > machine, just to make sure everything was still ok with Lenny, and
> > > > now I find that the monitor is again going into standby after some
> > > > 30mins or so. The "options DPMS" line is still commented out, but
> > > > appears to be being ignored.

> > Any suggestions welcome.
> >
> > Nigel.

>
> You can always use xset -dpms to turn it off in a console/console window
> for the rest of your problem I have no ideas.
>
> Stephen


Thanks Stephen. That appears to have resolved the problem. Which file has
xset -dpms made changes to?

Nigel.

btw. Thanks for the link to the kernel compile tutorial. Ironically the video
devices are being ordered correctly now, each time I boot with the 2.6.17
kernel. I'll still go ahead with compiling a kernel on Debian though, as I
need the practice.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 18/06/2007, 02h00   #6
Stephen Cormier
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DPMS working again after X updates on Lenny

On June 17, 2007 09:11:27 pm Nigel Henry wrote:
> On Monday 18 June 2007 00:34, Stephen Cormier wrote:
> > On June 17, 2007 04:58:48 pm Nigel Henry wrote:
> > > > On Sun, Jun 17, 2007 at 16:39:40 +0200, Nigel Henry wrote:
> > > > > I'd commented out the "options DPMS" line in my xorg.conf, so that
> > > > > the monitor wouldn't keep going into standby mode every 30mins or
> > > > > so, and up to last nights updates, (including a load of X stuff)
> > > > > this had been working ok.
> > > > >
> > > > > This morning after installing all the updates, I rebooted the
> > > > > machine, just to make sure everything was still ok with Lenny, and
> > > > > now I find that the monitor is again going into standby after some
> > > > > 30mins or so. The "options DPMS" line is still commented out, but
> > > > > appears to be being ignored.
> > >
> > > Any suggestions welcome.
> > >
> > > Nigel.

> >
> > You can always use xset -dpms to turn it off in a console/console window
> > for the rest of your problem I have no ideas.
> >
> > Stephen

>
> Thanks Stephen. That appears to have resolved the problem. Which file has
> xset -dpms made changes to?
>
> Nigel.
>
> btw. Thanks for the link to the kernel compile tutorial. Ironically the
> video devices are being ordered correctly now, each time I boot with the
> 2.6.17 kernel. I'll still go ahead with compiling a kernel on Debian
> though, as I need the practice.


Your welcome, I don't believe that it actually uses any file it just
communicates directly with the xserver setting the various options you can in
this case disabling the power management.

Stephen

--
GPG Public Key: http://users.eastlink.ca/~stephencormier/publickey.asc

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQBGddiPjgQLPii62a8RAspFAJ9ML3LQ3MtDSF5uwqrz5u vUm5FohwCg7M33
GCOkrLt3FTVVpUrmjhWOvBY=
=fZ2z
-----END PGP SIGNATURE-----

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 02h31.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,27086 seconds with 14 queries