История изменений
Исправление soomrack, (текущая версия) :
Мой конфиг:
Section "DRI"
Mode 0666
EndSection
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "0"
EndSection
Section "Files"
ModulePath "/usr/lib64/xorg/modules"
ModulePath "/usr/lib64/opengl/xorg-x11/extensions/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/cyrillic/"
FontPath "/usr/share/fonts/dejavu/"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/urw-fonts/"
FontPath "/usr/share/fonts/default/"
FontPath "/usr/share/fonts/encodings/"
FontPath "/usr/share/fonts/terminus/"
FontPath "/usr/share/fonts/util/"
EndSection
Section "Module"
Load "mouse"
Load "kbd"
Load "dri2"
Load "extmod"
Load "glx"
Load "dbe"
Load "record"
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "false"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "Protocol" "Standart"
Option "XkbRules" "XFree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbVariant" ",winkeys"
Option "XkbOptions" "grp:caps_toogle"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Philips FTV"
HorizSync 15.0 - 50.0
VertRefresh 48.0 - 62.0
Option "DPMS" "on"
Option "DPI" "128 x 128"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "DFP-1"
Option "DPMS" "on"
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "Unknown Board"
Option "DPI" "128 x 128"
BusID "PCI:8:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Card1"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "Unknown Board"
Option "DPI" "96x96"
BusID "PCI:8:0:0"
Screen 1
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 480"
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 480"
BusID "PCI:8:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "RenderAccel" "true"
# Option "TwinView" "0"
# Option "metamodes" "DFP: nvidia-auto-select +0+0"
SubSection "Display"
Modes "1024x768"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "RenderAccel" "true"
SubSection "Display"
Modes "1024x768"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection
Исходная версия soomrack, :
Мой конфиг:
Section «DRI» Mode 0666 EndSection Section «ServerLayout» Identifier «X.org Configured» Screen 0 «Screen0» 0 0 InputDevice «Mouse0» «CorePointer» InputDevice «Keyboard0» «CoreKeyboard» Option «Xinerama» «0» EndSection Section «Files» ModulePath «/usr/lib64/xorg/modules» ModulePath «/usr/lib64/opengl/xorg-x11/extensions/» FontPath «/usr/share/fonts/TTF/» FontPath «/usr/share/fonts/OTF/» FontPath «/usr/share/fonts/Type1/» FontPath «/usr/share/fonts/misc/» FontPath «/usr/share/fonts/100dpi/» FontPath «/usr/share/fonts/75dpi/» FontPath «/usr/share/fonts/cyrillic/» FontPath «/usr/share/fonts/dejavu/» FontPath «/usr/share/fonts/misc/» FontPath «/usr/share/fonts/urw-fonts/» FontPath «/usr/share/fonts/default/» FontPath «/usr/share/fonts/encodings/» FontPath «/usr/share/fonts/terminus/» FontPath «/usr/share/fonts/util/» EndSection Section «Module» Load «mouse» Load «kbd» Load «dri2» Load «extmod» Load «glx» Load «dbe» Load «record» EndSection Section «ServerFlags» Option «AutoAddDevices» «false» EndSection Section «InputDevice» Identifier «Keyboard0» Driver «kbd» Option «Protocol» «Standart» Option «XkbRules» «XFree86» Option «XkbModel» «pc105» Option «XkbLayout» «us,ru» Option «XkbVariant» ",winkeys" Option «XkbOptions» «grp:caps_toogle» EndSection Section «InputDevice» Identifier «Mouse0» Driver «mouse» Option «Protocol» «auto» Option «Device» «/dev/input/mice» Option «ZAxisMapping» «4 5 6 7» EndSection Section «Monitor» Identifier «Monitor0» VendorName «Unknown» ModelName «Philips FTV» HorizSync 15.0 - 50.0 VertRefresh 48.0 - 62.0 Option «DPMS» «on» Option «DPI» «128 x 128» EndSection Section «Monitor» Identifier «Monitor1» VendorName «Unknown» ModelName «DFP-1» Option «DPMS» «on» EndSection Section «Device» Identifier «Card0» Driver «nvidia» VendorName «nVidia Corporation» BoardName «Unknown Board» Option «DPI» «128 x 128» BusID «PCI:8:0:0» Screen 0 EndSection Section «Device» Identifier «Card1» Driver «nvidia» VendorName «nVidia Corporation» BoardName «Unknown Board» Option «DPI» «96x96» BusID «PCI:8:0:0» Screen 1 EndSection Section «Device» Identifier «Device0» Driver «nvidia» VendorName «NVIDIA Corporation» BoardName «GeForce GTX 480» EndSection Section «Device» Identifier «Device1» Driver «nvidia» VendorName «NVIDIA Corporation» BoardName «GeForce GTX 480» BusID «PCI:8:0:0» Screen 1 EndSection Section «Screen» Identifier «Screen0» Device «Device0» Monitor «Monitor0» DefaultDepth 24 Option «RenderAccel» «true» # Option «TwinView» «0» # Option «metamodes» «DFP: nvidia-auto-select +0+0» SubSection «Display» Modes «1024x768» Depth 24 EndSubSection EndSection Section «Screen» Identifier «Screen1» Device «Device1» Monitor «Monitor1» DefaultDepth 24 Option «RenderAccel» «true» SubSection «Display» Modes «1024x768» Depth 24 EndSubSection EndSection Section «Extensions» Option «Composite» «Enable» Option «RENDER» «Enable» EndSection