get paid to paste

Inukaze - Nvidia Xorg

# Inukaze config for Nvidia-Cards
# Debian, put in /etc/X11/xorg.conf 
# Manjaro mwhd put in /etc/X11/mhwd.d/nvidia.conf

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

Section "Module"
    Load           "ddc"  # ddc probing of monitor
    Load           "dbe"
    Load           "vbe"
    Load           "bitmap"
    Load           "dri"
    Load	   "dri2"
    Load           "extmod"
    Load           "glx"
    Load           "bitmap" # bitmap-fonts
    Load           "int10"
    Load           "type1"
    Load           "freetype"
    Load           "record"
    Load           "synaptics"
EndSection

Section "ServerFlags"
    Option         "DontZap" "False"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Toshiba Matsushita Display Technology Co., Ltd"
    ModelName      "190LM00006"
    Option         "DPMS" "TRUE"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 6200 TurboCache(TM)"
    Option         "DPMS"				"True"
    Option         "NoLogo"				"True"
    Option         "AllowGLXWithComposite"		"True"
    Option         "TripleBuffer"			"True"
    Option         "RenderAccel"			"True"
    Option         "HWCursor"				"True"
    Option         "CursorShadow"			"True"
    Option         "NvAGP"				"3"
    Option         "NoPowerConnectorCheck"		"True"
    Option         "UseEdidFreqs"			"True"
    Option         "backingstore"			"True"
    Option         "DPI"				"87"
    Option	   "MigrationHeuristic"			"greedy"

# Dejar que la GPU establezca su propio nivel de rendimiento basado en la temperatura
    Option         "RegistryDwords"			"PerfLevelSrc=0x3333"

# PowerMizer en su máximo nivel de rendimiento:
    Option	   "RegistryDwords"			"PerfLevelSrc=0x2222"


# Not Used Options
#    Option         "AddARGBGLXVisuals"			"True"
#    Option         "DRI"				"True"
#    Option         "XAANoOffscreenPixmaps"		"True"
#
# Disabled - Overclocking - Can Damage Hardware :
#    Option         "Coolbits"				"1"

EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals"	"True"
    Option         "DPMS"
    Option         "TwinView" "0"
    Option         "TwinViewXineramaInfoOrder" "CRT-0"
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "CRT-0"
    Option         "metamodes" "1152x864_75 +0+0; 1152x768_75 +0+0; 1024x768_60 +0+0; 800x600_60 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
    
# Not Used Options
#    Option         "AddARGBVisuals"	"True"
#    Option         "nvidia-auto-select +0+0"

EndSection

Section "Extensions"
    Option         "DRI" "Enable"
    Option         "RandR" "Enable"
    Option         "RENDER" "Enable"
    Option         "Composite" "Enable"
EndSection

Section "InputClass"
	Identifier          "Keyboard Defaults"
	MatchIsKeyboard	    "yes"
	Option              "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

Pasted: May 1, 2016, 11:25:58 am
Views: 4