saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
12
hprofile/profiles/vga/scripts/fglrx.start
Normal file
12
hprofile/profiles/vga/scripts/fglrx.start
Normal file
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# vga/scripts/fglrx.start
|
||||
#
|
||||
|
||||
modprobe ${1} || die "Failed to insert ${1} kernel module"
|
||||
|
||||
[[ $(eselect opengl show) != ati ]] && eselect opengl set ati
|
||||
[[ $(eselect xvmc show) != ati ]] && eselect xvmc set ati
|
||||
|
||||
#
|
||||
# vim:fenc=utf-8:ft=sh:ci:pi:sts=0:sw=4:ts=4:
|
||||
#
|
||||
Reference in New Issue
Block a user