etc-gentoo/hprofile/profiles/vga/scripts/._cfg0000_nvidia.start

13 lines
241 B
Bash

#
# vga/scripts/nvidia.start
#
modprobe uvesafb > /dev/null 2>&1
modprobe ${1} || die "Failed to insert ${1} kernel module"
[[ $(eselect opengl show) != ${1} ]] && eselect opengl set ${1}
#
# vim:fenc=utf-8:ft=sh:ci:pi:sts=0:sw=4:ts=4:
#