|
|
@ -370,6 +370,10 @@ Section "Monitor" |
|
|
|
# HorizSync 24.0 - 80.0 |
|
|
|
# VertRefresh 50-100 |
|
|
|
|
|
|
|
# overwrite the screen dimensions (in mm) e.g. to get another virtual dpi |
|
|
|
# value |
|
|
|
# DisplaySize 345 260 |
|
|
|
|
|
|
|
# HorizSync is in kHz unless units are specified. |
|
|
|
# HorizSync may be a comma separated list of discrete values, or a |
|
|
|
# comma separated list of ranges of values. |
|
|
@ -416,12 +420,18 @@ EndSection |
|
|
|
|
|
|
|
Section "Device" |
|
|
|
Identifier "Card1" |
|
|
|
Driver "vga" # mga, ati, nv, sis, vesa ... |
|
|
|
|
|
|
|
# Use this for framebuffer devices - should work on most systems. |
|
|
|
Driver "fbdev" |
|
|
|
Option "fbdev" "/dev/fb/0" |
|
|
|
|
|
|
|
# Driver "vga" # mga, ati, nv, sis, vesa ... |
|
|
|
# # Option "BackingStore" |
|
|
|
|
|
|
|
# # Use this for framebuffer devices |
|
|
|
# Driver "fbdev" |
|
|
|
# Option "fbdev" "/dev/fb/0" |
|
|
|
# # Some driver accept an UseFBDev option (e.g. radeon) to switch the |
|
|
|
# # mode via the Linux framebuffer layer. Needed e.g. as workaround for |
|
|
|
# # iBooks. |
|
|
|
# # Option "UseFBDev" |
|
|
|
|
|
|
|
# # The BuID is only required for multi-monitor configs or some fbdev drivers |
|
|
|
# # BusID "PCI:1:5:0" |
|
|
|