summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Chirstoforo2016-03-13 20:20:37 +0000
committerGrey Chirstoforo2016-03-13 20:20:37 +0000
commit7a268cebef11aefaff9f6c3f9d624f6cc13cd071 (patch)
tree0a61bfab44f410d5aae66bb45f57853e083f727c
parentd290eeb8797951cd47408b5129960148174261d7 (diff)
downloadaur-7a268cebef11aefaff9f6c3f9d624f6cc13cd071.tar.gz
added comments to config.txt
-rw-r--r--config.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/config.txt b/config.txt
index 2eea98300c64..24b28d38088f 100644
--- a/config.txt
+++ b/config.txt
@@ -127,13 +127,13 @@
#over_voltage=6
#gpu_mem=64
-lcd_rotate=2
-
-mask_gpu_interrupt0=0x400 # VPU shouldn't handle V3D interrupts
-avoid_warnings=2 # VPU shouldn't smash our display setup.
+# for open source GPU acceleration:
+#mask_gpu_interrupt0=0x400 # VPU shouldn't handle V3D interrupts
+#avoid_warnings=2 # VPU shouldn't smash our display setup.
#dtoverlay=vc4-kms-v3d
-dtoverlay=rpi-ft5406
-disable_overscan=1
+# for official touchscreen
+dtoverlay=rpi-ft5406
dtoverlay=rpi-backlight
+lcd_rotate=2