mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-18 19:52:21 +00:00
- Add fbdev mode-setting backend to Xati. It and vesa are compiled in when
available, with fbdev being used by default. - Use depth 16 by default when vesa backend is used. - Add MMIO defines for PowerPC (should be in a common location). Many thanks for Michel Daenzer for much of this code.
This commit is contained in:
parent
ec7f553930
commit
9cdd6fd9e3
7 changed files with 250 additions and 69 deletions
|
|
@ -1,10 +1,14 @@
|
|||
if KDRIVEVESA
|
||||
VESA_SUBDIRS = vesa ati mach64 mga nvidia r128 smi
|
||||
VESA_SUBDIRS = vesa mach64 mga nvidia r128 smi
|
||||
endif
|
||||
|
||||
SUBDIRS = \
|
||||
src \
|
||||
linux \
|
||||
fbdev \
|
||||
$(VESA_SUBDIRS)
|
||||
if KDRIVEFBDEV
|
||||
FBDEV_SUBDIRS = fbdev
|
||||
endif
|
||||
|
||||
SUBDIRS = \
|
||||
src \
|
||||
linux \
|
||||
$(FBDEV_SUBDIRS) \
|
||||
$(VESA_SUBDIRS) \
|
||||
ati
|
||||
|
|
|
|||
Loading…
Reference in a new issue