got nvidia working on laptop with xinit and nvidia prime, can now game on arch
This commit is contained in:
parent
af7d72d00a
commit
5ab3c3c830
6
.xinitrc
6
.xinitrc
@ -36,5 +36,11 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
||||
unset f
|
||||
fi
|
||||
|
||||
# nividia config, note that nvidia and nvidia-prime were needed
|
||||
# it seems modules and xorg confs were not due to there being an intel
|
||||
# integrated card, not sure how the desktop will react though
|
||||
xrandr --setprovideroutputsource modesetting NVIDIA-G0
|
||||
xrandr --auto
|
||||
|
||||
# start my trusty window manager
|
||||
xmonad &
|
||||
|
||||
Loading…
Reference in New Issue
Block a user