96 lines
1.9 KiB
Plaintext
96 lines
1.9 KiB
Plaintext
Section "ServerLayout"
|
|
Identifier "X.org Configured"
|
|
Screen 0 "Screen0" 0 0
|
|
Option "AllowMouseOpenFail"
|
|
InputDevice "Mouse0" "CorePointer"
|
|
# InputDevice "Keyboard0" "CoreKeyboard"
|
|
EndSection
|
|
|
|
Section "Files"
|
|
ModulePath "/usr/lib64/xorg/modules"
|
|
FontPath "/usr/share/fonts/X11/misc/"
|
|
FontPath "/usr/share/fonts/X11/TTF/"
|
|
FontPath "/usr/share/fonts/X11/OTF/"
|
|
FontPath "/usr/share/fonts/X11/Type1/"
|
|
FontPath "/usr/share/fonts/X11/100dpi/"
|
|
FontPath "/usr/share/fonts/X11/75dpi/"
|
|
EndSection
|
|
|
|
Section "Module"
|
|
Load "dri2"
|
|
Load "glx"
|
|
Load "record"
|
|
Load "dri"
|
|
Load "extmod"
|
|
Load "dbe"
|
|
EndSection
|
|
|
|
Section "InputDevice"
|
|
Identifier "Keyboard0"
|
|
Option "XkbModel" "pc105"
|
|
Option "XkbLayout" "it"
|
|
Option "XKbOptions" ""
|
|
Driver "kbd"
|
|
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 "Monitor Vendor"
|
|
ModelName "Monitor Model"
|
|
HorizSync 10.0 - 300.0
|
|
VertRefresh 10.0 - 200.0
|
|
EndSection
|
|
|
|
Section "Device"
|
|
Identifier "Card0"
|
|
Driver "dummy"
|
|
VideoRam 32768
|
|
EndSection
|
|
|
|
Section "Screen"
|
|
DefaultColorDepth 24
|
|
Identifier "Screen0"
|
|
Device "Card0"
|
|
Monitor "Monitor0"
|
|
SubSection "Display"
|
|
Viewport 0 0
|
|
Depth 1
|
|
EndSubSection
|
|
SubSection "Display"
|
|
Viewport 0 0
|
|
Depth 4
|
|
EndSubSection
|
|
SubSection "Display"
|
|
Viewport 0 0
|
|
Depth 8
|
|
EndSubSection
|
|
SubSection "Display"
|
|
Viewport 0 0
|
|
Depth 15
|
|
EndSubSection
|
|
SubSection "Display"
|
|
Viewport 0 0
|
|
Depth 16
|
|
EndSubSection
|
|
SubSection "Display"
|
|
Viewport 0 0
|
|
Depth 24
|
|
EndSubSection
|
|
EndSection
|
|
|
|
Section "DRI"
|
|
Mode 0666
|
|
EndSection
|
|
|
|
Section "Extensions"
|
|
Option "Composite" "true"
|
|
EndSection
|