Skip to content

Instantly share code, notes, and snippets.

@davidosomething
Last active August 29, 2015 14:08
Show Gist options
  • Save davidosomething/87171683d589981225a1 to your computer and use it in GitHub Desktop.
Save davidosomething/87171683d589981225a1 to your computer and use it in GitHub Desktop.
syslinux.cfg
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
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