OSHW-DEIMOS/SOFTWARE/A64-TERES/teres1-lcd-hdmi-switch/opt/teres/hdmi/xorg/20-teres-lcd.conf
Chris Boudacoff 5452cea412 Enabling dual display mode (#29)
* enabling dual display mode

* Add files via upload

* enabling dual display

* Update README.md

* Delete a64-olinuxino-hdmi.dtb

* Delete a64-olinuxino-lcd.dtb
2018-12-05 10:39:08 +02:00

22 lines
413 B
Plaintext

Section "Device"
Identifier "TERES-LCD"
Driver "fbturbo"
Option "fbdev" "/dev/fb0"
Option "SwapbuffersWait" "true"
EndSection
Section "Monitor"
Identifier "LCD-TERES"
EndSection
Section "Screen"
Identifier "LCD"
Device "TERES-LCD"
Monitor "LCD-TERES"
Option "Primary" "true"
SubSection "Display"
Modes "1366x768"
ViewPort 0 0
Virtual 1366 768
EndSubSection
EndSection