Re: Re: xset command setting not sticking

2010-09-13 Thread Bob Proulx
Clive Standbridge wrote: > > #~/bin/bash > > Unnecessary. That depends. In many cases it is necessary. (But note that it is "#!" not "#~". Plus #!/bin/bash --login is my recommendation.) > > exec gnome-session > > That should be the only active line in .xsession > > > 3. chmod +x .xsession

Re: Re: xset command setting not sticking

2010-09-09 Thread Clive Standbridge
You should be able to make this work for any session selected in gdm (or other display manager), and for sessions started with startx. > OK after doing some more research I found the answer. > > 1. nano .xsession > > 2. Add contents: > #~/bin/bash Unnecessary. > xset s off -dpms & Move that