From: Albert S. <Alb...@ob...> - 2015-06-01 21:04:37
|
Le 01/06/2015 à 16:46:26-0400, moaxcp a écrit > 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. I don't known gentoo. I'm not using it. I'm using FreeBSD and xdm. So I think it's very close. To start notion i put /usr/local/bin/notion (Adapt to your gentoo) in ~/.xsession chmod u+x ~/.xsession For example inside my .xession : #!/bin/sh # log=$HOME/.xsession_err ; set -x exec > $log 2>&1 xset b off # Export LANG LANG=fr_FR.UTF-8 export LANG # Configuration of Xressource if [ -f $HOME/.Xdefaults ] then xrdb -merge $HOME/.Xdefaults fi # Disable this fucking capslock setxkbmap -option ctrl:nocaps # To accelerate the mouse xset m 50/1 1 /usr/local/bin/notion If it's not working you can check what file xdm start be checking inside lib/X11/xdm/Xession Regards. JAS -- Albert SHIH DIO bâtiment 15 Observatoire de Paris 5 Place Jules Janssen 92195 Meudon Cedex France Téléphone : +33 1 45 07 76 26/+33 6 86 69 95 71 xmpp: ja...@ob... Heure local/Local time: lun 1 jui 2015 22:57:20 CEST |