* enabling dual display mode * Add files via upload * enabling dual display * Update README.md * Delete a64-olinuxino-hdmi.dtb * Delete a64-olinuxino-lcd.dtb
22 lines
413 B
Plaintext
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
|
|
|