All of lore.kernel.org
 help / color / mirror / Atom feed
* Turn off X screen blanking
@ 2015-10-23 17:43 Robert D Kocisko
  2015-10-25 14:57 ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Robert D Kocisko @ 2015-10-23 17:43 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 560 bytes --]

I am trying to disable screen blanking in X by default.  This bug talks
about doing the same thing but it is not currently completed:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=7278

I am using "dizzy" for compatibility with the meta-amd layer.  I found the
xserver-common recipe in meta-oe and I suppose I could add another patch
like 0015-xserver-common-disable-TCP-connections.patch, but I'd rather do
it using a .bbappend file in another layer.  My question is how I might go
about doing that using a bbappend file?

Thanks,
Bob Kocisko

[-- Attachment #2: Type: text/html, Size: 728 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Turn off X screen blanking
  2015-10-23 17:43 Turn off X screen blanking Robert D Kocisko
@ 2015-10-25 14:57 ` Khem Raj
  2015-10-26 16:09   ` Robert D Kocisko
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2015-10-25 14:57 UTC (permalink / raw)
  To: Robert D Kocisko; +Cc: yocto

On Fri, Oct 23, 2015 at 10:43 AM, Robert D Kocisko <rkocisko@gmail.com> wrote:
> I am trying to disable screen blanking in X by default.  This bug talks
> about doing the same thing but it is not currently completed:
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=7278
>
> I am using "dizzy" for compatibility with the meta-amd layer.  I found the
> xserver-common recipe in meta-oe and I suppose I could add another patch
> like 0015-xserver-common-disable-TCP-connections.patch, but I'd rather do it
> using a .bbappend file in another layer.  My question is how I might go
> about doing that using a bbappend file?

add something like

/usr/bin/xset -dpms s off s noblank s 0 0 s noexpose

to rc.local or systemd service file whatever you are using.
ensure that X server has initialised fully before running this and ofcource
add xset to your image.

>
> Thanks,
> Bob Kocisko
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Turn off X screen blanking
  2015-10-25 14:57 ` Khem Raj
@ 2015-10-26 16:09   ` Robert D Kocisko
  0 siblings, 0 replies; 3+ messages in thread
From: Robert D Kocisko @ 2015-10-26 16:09 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 1575 bytes --]

Thank you Khem.  I was thinking that modifying the X command line to do
this would somehow be more 'low-level' and more 'official' than using
xset.  Does anyone know if there is a difference?

I also realized that it would probably work to .bbappend the SRC_FILES
variable with another patch file that tweaks the command line.  I haven't
tried it yet though.

On Sun, Oct 25, 2015 at 10:57 AM, Khem Raj <raj.khem@gmail.com> wrote:

> On Fri, Oct 23, 2015 at 10:43 AM, Robert D Kocisko <rkocisko@gmail.com>
> wrote:
> > I am trying to disable screen blanking in X by default.  This bug talks
> > about doing the same thing but it is not currently completed:
> > https://bugzilla.yoctoproject.org/show_bug.cgi?id=7278
> >
> > I am using "dizzy" for compatibility with the meta-amd layer.  I found
> the
> > xserver-common recipe in meta-oe and I suppose I could add another patch
> > like 0015-xserver-common-disable-TCP-connections.patch, but I'd rather
> do it
> > using a .bbappend file in another layer.  My question is how I might go
> > about doing that using a bbappend file?
>
> add something like
>
> /usr/bin/xset -dpms s off s noblank s 0 0 s noexpose
>
> to rc.local or systemd service file whatever you are using.
> ensure that X server has initialised fully before running this and ofcource
> add xset to your image.
>
> >
> > Thanks,
> > Bob Kocisko
> >
> > --
> > _______________________________________________
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
> >
>

[-- Attachment #2: Type: text/html, Size: 2393 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-26 16:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-23 17:43 Turn off X screen blanking Robert D Kocisko
2015-10-25 14:57 ` Khem Raj
2015-10-26 16:09   ` Robert D Kocisko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.