Browse Source

Clifford Wolf <clifford@clifford.at>:

Use "fbdev" per default in XF86Config.


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2134 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Clifford Wolf 21 years ago
parent
commit
ce375e779b
1 changed files with 14 additions and 4 deletions
  1. +14
    -4
      package/x11/xfree86/XF86Config.data

+ 14
- 4
package/x11/xfree86/XF86Config.data

@ -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"

Loading…
Cancel
Save