Enable this as it seems to help with newer monitors, swap README reference so compilation properly finishes
This commit is contained in:
parent
7028e9aa3b
commit
9f5becf9e7
2 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -191,7 +191,7 @@ udev-rules-install:
|
|||
docs-install:
|
||||
@echo "Installing documentation..."
|
||||
@$(INSTALL_DIR) $(docdir)
|
||||
@$(INSTALL_DATA) 0-README README doc/0-INSTALL doc/CHANGES doc/DESIGN \
|
||||
@$(INSTALL_DATA) 0-README README.md doc/0-INSTALL doc/CHANGES doc/DESIGN \
|
||||
doc/Driver-programming-HOWTO doc/README.joystick doc/README.keymap \
|
||||
doc/README.multi-monitor doc/README.patching doc/README.vesa doc/TODO \
|
||||
doc/add_driver doc/dual-head-howto $(docdir)
|
||||
|
|
|
|||
|
|
@ -421,10 +421,10 @@ colortext
|
|||
# Clockchip ICD2061A # The only one supported right now
|
||||
|
||||
|
||||
# VesaText # Helps the VESA driver with text mode restoration
|
||||
VesaText # Helps the VESA driver with text mode restoration
|
||||
# problems.
|
||||
|
||||
# VesaSave 14 # changing value might help text mode restoring
|
||||
VesaSave 14 # changing value might help text mode restoring
|
||||
# problems with VESA driver. Legal values: 0-15
|
||||
|
||||
# NoVCControl # Disables svgalib's finding a new VC if run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue