13 lines
266 B
Plaintext
13 lines
266 B
Plaintext
|
#
|
||
|
# 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:
|
||
|
#
|