From: moaxcp <mo...@gm...> - 2015-06-01 22:02:24
|
I figured it out after reading about the XSession program and looking at the code gentoo has in /etc/X11/xinit/xinitrc and this is what I did. * copy /etc/X11/xinit/xinitrc to ~/.xinitrc * make ~/.xinitrc executable * create ~/.xsession * add export XSESSION=notion to the top of the file * add any other commands you need to execute * add ~/.xinitrc as the final command I also edited /etc/X11/Sessions/notion to point to /usr/local/bin/notion rather than /usr/bin So now I have my system one step further. Thanks for pointing out the .xsession file for me. On Mon, Jun 1, 2015 at 5:23 PM, Arnout Engelen <no...@bz...> wrote: > As Albert also mentions, I think xinitrc is intended for when you > 'manually' start X ('startx' etc). > > For login managers, AFAIK they typically use ~/.Xsession (make sure it's > executable) for the 'default' behaviour, and often can be configured > themselves. I personally do the former, though that might be a bit > oldschool :). > > You might be able to 'register' notion to be an option in your login > manager (xdm), but that's probably distro-specific. > > > Arnout > > On Mon, Jun 1, 2015 at 10:46 PM, moaxcp <mo...@gm...> wrote: > >> Hello, How do I configure xdm to start notion? Right now when I log into >> xdm a blank screen shows and then xdm starts up again. I am using gentoo on >> a dell percision m4600 (optimus graphics). I followed this guide to get xdm >> to start up properly. >> >> https://wiki.gentoo.org/wiki/NVIDIA_Driver_with_Optimus_Laptops >> >> I think my problem is notion is currently starting from the .xinitrc file >> but xdm may not use it. Any help would be great. >> >> >> ------------------------------------------------------------------------------ >> >> _______________________________________________ >> Notion-general mailing list >> Not...@li... >> https://lists.sourceforge.net/lists/listinfo/notion-general >> >> > |