Adding the xorg config
This commit is contained in:
parent
777efd4a58
commit
bf6adf0c4a
89
collects/meta/drdr/xorg.conf
Normal file
89
collects/meta/drdr/xorg.conf
Normal file
|
@ -0,0 +1,89 @@
|
|||
Section "ServerFlags"
|
||||
option "AllowMouseOpenFail"
|
||||
EndSection
|
||||
|
||||
Section "ServerLayout"
|
||||
Identifier "X.org Configured"
|
||||
Screen 0 "Screen0" 0 0
|
||||
InputDevice "Mouse0" "CorePointer"
|
||||
InputDevice "Keyboard0" "CoreKeyboard"
|
||||
EndSection
|
||||
|
||||
Section "Files"
|
||||
ModulePath "/usr/lib/xorg/modules"
|
||||
FontPath "/usr/share/fonts/X11/misc"
|
||||
FontPath "/usr/share/fonts/X11/cyrillic"
|
||||
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
|
||||
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
|
||||
FontPath "/usr/share/fonts/X11/Type1"
|
||||
FontPath "/usr/share/fonts/X11/100dpi"
|
||||
FontPath "/usr/share/fonts/X11/75dpi"
|
||||
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
|
||||
FontPath "built-ins"
|
||||
EndSection
|
||||
|
||||
Section "Module"
|
||||
Load "dbe"
|
||||
Load "dri"
|
||||
Load "glx"
|
||||
Load "record"
|
||||
Load "extmod"
|
||||
Load "dri2"
|
||||
EndSection
|
||||
|
||||
Section "InputDevice"
|
||||
Identifier "Keyboard0"
|
||||
Driver "void"
|
||||
EndSection
|
||||
|
||||
Section "InputDevice"
|
||||
Identifier "Mouse0"
|
||||
Driver "void"
|
||||
EndSection
|
||||
|
||||
Section "Monitor"
|
||||
Identifier "Monitor0"
|
||||
VendorName "AVO"
|
||||
ModelName "Smart Cable"
|
||||
HorizSync 24.0 - 61.0
|
||||
VertRefresh 56.0 - 75.0
|
||||
EndSection
|
||||
|
||||
Section "Device"
|
||||
Identifier "Card0"
|
||||
Driver "mga"
|
||||
VendorName "Matrox Graphics, Inc."
|
||||
BoardName "MGA G200e [Pilot] ServerEngines (SEP1)"
|
||||
BusID "PCI:30:0:0"
|
||||
EndSection
|
||||
|
||||
Section "Screen"
|
||||
Identifier "Screen0"
|
||||
Device "Card0"
|
||||
Monitor "Monitor0"
|
||||
SubSectionSub "Display"
|
||||
Viewport 0 0
|
||||
Depth 1
|
||||
EndSubSection
|
||||
SubSectionSub "Display"
|
||||
Viewport 0 0
|
||||
Depth 4
|
||||
EndSubSection
|
||||
SubSectionSub "Display"
|
||||
Viewport 0 0
|
||||
Depth 8
|
||||
EndSubSection
|
||||
SubSectionSub "Display"
|
||||
Viewport 0 0
|
||||
Depth 15
|
||||
EndSubSection
|
||||
SubSectionSub "Display"
|
||||
Viewport 0 0
|
||||
Depth 16
|
||||
EndSubSection
|
||||
SubSectionSub "Display"
|
||||
Viewport 0 0
|
||||
Depth 24
|
||||
EndSubSection
|
||||
EndSection
|
||||
|
Loading…
Reference in New Issue
Block a user