Skip to content

Instantly share code, notes, and snippets.

@rismalrv
Created March 26, 2011 08:50
Show Gist options
  • Save rismalrv/f1aec423d6d698a6390c to your computer and use it in GitHub Desktop.
Save rismalrv/f1aec423d6d698a6390c to your computer and use it in GitHub Desktop.

Revisions

  1. linuxfanboy created this gist Mar 26, 2011.
    54 changes: 54 additions & 0 deletions xorg.conf
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,54 @@
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 260.19.36 (mockbuild@) Sat Jan 22 06:37:01 EST 2011

    # Xorg configuration created by livna-config-display

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection

    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    EndSection

    Section "ServerFlags"
    Option "AIGLX" "on"
    EndSection

    Section "InputDevice"
    # generated from data in "/etc/sysconfig/keyboard"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "XkbLayout" "us"
    Option "XkbModel" "pc105"
    EndSection

    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "Device"
    Identifier "Videocard0"
    Driver "nvidia"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "Videocard0"
    SubSection "Display"
    Modes "nvidia-auto-select"
    EndSubSection
    EndSection

    Section "Extensions"
    Option "Composite" "Enable"
    EndSection