1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- Section "Device"
- Identifier "Generic Video Card"
- Driver "fbdev"
- Option "UseFBDev" "true"
- Option "Rotate" "CW"
- EndSection
- Section "InputDevice"
- Identifier "Touchscreen"
- Driver "evdev"
- Option "CorePointer"
- Option "Device" "/dev/input/event2"
- EndSection
- Section "InputClass"
- Identifier "calibration"
- MatchProduct "Touchscreen"
- Option "Calibration" "210 3599 311 3796"
- EndSection
- Section "Monitor"
- Identifier "Generic Monitor"
- Option "DPMS"
- HorizSync 28-32
- VertRefresh 43-60
- EndSection
- Section "Screen"
- Identifier "Default Screen"
- Device "Generic Video Card"
- Monitor "Generic Monitor"
- DefaultDepth 16
- SubSection "Display"
- Depth 1
- Modes "640x480"
- EndSubSection
- SubSection "Display"
- Depth 4
- Modes "640x480"
- EndSubSection
- SubSection "Display"
- Depth 8
- Modes "640x480"
- EndSubSection
- SubSection "Display"
- Depth 15
- Modes "640x480"
- EndSubSection
- SubSection "Display"
- Depth 16
- Modes "640x480"
- EndSubSection
- SubSection "Display"
- Depth 24
- Modes "640x480"
- EndSubSection
- EndSection
- Section "ServerLayout"
- Identifier "Default Layout"
- Screen "Default Screen"
- EndSection
|