Last active
August 29, 2015 14:08
-
-
Save davidosomething/87171683d589981225a1 to your computer and use it in GitHub Desktop.
syslinux.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "Monitor" | |
Identifier "Monitor0" | |
VendorName "Unknown" | |
ModelName "Unknown" | |
HorizSync 28.0 - 33.0 | |
VertRefresh 43.0 - 72.0 | |
Option "DPMS" | |
EndSection | |
Section "Device" | |
Identifier "Nvidia Card" | |
Driver "nvidia" | |
VendorName "NVIDIA Corporation" | |
BoardName "Quadro FX 880M: | |
#Option "NoLogo" "true" | |
Option "RegistryDwords" "EnableBrightnessControl=1" | |
EndSection | |
Section "Screen" | |
Identifier "Screen0" | |
Device "Device0" | |
Monitor "Monitor0" | |
DefaultDepth 24 | |
SubSection "Display" | |
Depth 24 | |
EndSubSection | |
EndSection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LABEL archnvidia | |
MENU LABEL Arch Linux (NVidia) | |
LINUX ../vmlinuz-linux | |
APPEND root=/dev/sda1 rw nomodeset nouveau.modeset=0 | |
INITRD ../initramfs-linux.img |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment