* enabling dual display mode * Add files via upload * enabling dual display * Update README.md * Delete a64-olinuxino-hdmi.dtb * Delete a64-olinuxino-lcd.dtb
20 lines
373 B
Plaintext
20 lines
373 B
Plaintext
Section "Device"
|
|
Identifier "TERES-HDMI"
|
|
Driver "fbturbo"
|
|
Option "fbdev" "/dev/fb1"
|
|
Option "SwapbuffersWait" "true"
|
|
EndSection
|
|
Section "Monitor"
|
|
Identifier "HDMI-TERES"
|
|
EndSection
|
|
Section "Screen"
|
|
Identifier "HDMI"
|
|
Device "TERES-HDMI"
|
|
Monitor "HDMI-TERES"
|
|
SubSection "Display"
|
|
Modes "1920x1080"
|
|
ViewPort 0 1
|
|
Virtual 1920 1080
|
|
EndSubSection
|
|
EndSection
|