Re: [yocto] Turn off X screen blanking

2015-10-26 Thread Robert D Kocisko
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

Re: [yocto] Turn off X screen blanking

2015-10-25 Thread Khem Raj
On Fri, Oct 23, 2015 at 10:43 AM, Robert D Kocisko 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"

[yocto] Turn off X screen blanking

2015-10-23 Thread Robert D Kocisko
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