# nixpunk xorg.conf # Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" Option "OffTime" "5" EndSection Section "Files" #ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/artwiz-fonts" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/local" FontPath "/usr/share/fonts/Type1" EndSection Section "Module" Load "dbe" Load "extmod" Load "glx" EndSection Section "ServerFlags" Option "Xinerama" "0" Option "AutoAddDevices" "false" Option "AllowEmptyInput" "False" Option "DontZap" "false" EndSection Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" Option "XkbOptions" "terminate:ctrl_alt_bksp" EndSection Section "Monitor" # HorizSync source: edid, VertRefresh source: edid Identifier "Monitor0" VendorName "Unknown" ModelName "Samsung SyncMaster" HorizSync 30.0 - 81.0 VertRefresh 56.0 - 75.0 # DisplaySize 377 327 Option "DPMS" EndSection Section "Device" Identifier "Videocard0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce FX 5200" Option "DPI" "96 x 96" Option "TripleBuffer" "True" Option "BackingStore" "True" Option "NoLogo" "True" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 Option "TwinView" "1" # Option "metamodes" "CRT-0: 1280x1024_60 +0+0, CRT-1: 1280x1024_60 +1280+0; CRT-0: 1280x1024 +0+0, CRT-1: nvidia-auto-select +1280+0; CRT-0: 1024x768 +0+0, CRT-1: nvidia-auto-select +1024+0; CRT-0: 800x600 +0+0, CRT-1: nvidia-auto-select +800+0; CRT-0: 640x480 +0+0, CRT-1: nvidia-auto-select +640+0" Option "MetaModes" "1280x1024_60,1280x1024_60; 1024x768_60,1024x768_60; 1280x1024_60,NULL; 1024x768_60,NULL; 800x600_60,NULL; 800x600 ,800x600; 640x480,640x480; 1280x1024" SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection #Section "Extensions" # Option "Composite" "Enable" #EndSection