module-nvidia-current:versin bump
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
# Blacklist by default since nvidia* modules have the same aliases
|
||||
blacklist nvidia-current
|
||||
|
||||
# Fail if nouveau loaded
|
||||
install nvidia-current if /bin/grep -qw "^nouveau" /proc/modules; then /bin/false; else /sbin/modprobe -i nvidia-current $CMDLINE_OPTS; fi
|
||||
|
||||
# Load the right module when requested with the name "nvidia"
|
||||
install nvidia M=$(/bin/readlink /etc/alternatives/libGL | /usr/bin/cut -d/ -f4 | /bin/grep nvidia) && /sbin/modprobe $M $CMDLINE_OPTS
|
||||
blacklist nouveau
|
||||
blacklist lbm-nouveau
|
||||
options nouveau modeset=0
|
||||
alias nouveau off
|
||||
alias lbm-nouveau off
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Encoding=UTF-8
|
||||
Name=NVIDIA X Server Settings
|
||||
Comment=Configure NVIDIA X Server Settings
|
||||
Exec=/usr/bin/nvidia-settings
|
||||
Icon=/usr/share/pixmaps/nvidia-settings.png
|
||||
Categories=Application;Settings;
|
||||
|
||||
Reference in New Issue
Block a user