Re: Re: xset command setting not sticking
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 line to .xsessionrc (along with anything else you want to
start in every X session).
> exec gnome-session
That should be the only active line in .xsession
> 3. chmod +x .xsession
Unnecessary, because .xsession and .xsessionrc are sourced, not
executed.
> 4. Make sure the session "Xclient" is selected in GDM.
Now you should be able to use any client in GDM.
But please note I don't have gdm installed to test this; I use wdm.
--
Cheers,
Clive
Reply to: