aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-nuc/recipes-graphics/xorg-xserver/xserver-xf86-config/nuc/xorg.conf33
1 files changed, 15 insertions, 18 deletions
diff --git a/meta-nuc/recipes-graphics/xorg-xserver/xserver-xf86-config/nuc/xorg.conf b/meta-nuc/recipes-graphics/xorg-xserver/xserver-xf86-config/nuc/xorg.conf
index 1b98b3b9..f9eab4ee 100644
--- a/meta-nuc/recipes-graphics/xorg-xserver/xserver-xf86-config/nuc/xorg.conf
+++ b/meta-nuc/recipes-graphics/xorg-xserver/xserver-xf86-config/nuc/xorg.conf
@@ -1,27 +1,24 @@
-Section "Device"
- Identifier "Intel Graphics Driver"
- Driver "intel"
-EndSection
-
Section "Monitor"
Identifier "HDMI1"
- Option "DPMS" "true"
- Option "PrefferedMode" "1920x1080"
-EndSection
+ VendorName "RCA"
+ ModelName "DECK13DR"
+ DisplaySize 292 165
+# HorizSync 60.0 - 85.5
+ Option "DPMS"
+ Option "PrefferedMode" "1360x768"
-Section "Monitor"
- Identifier "HDMI2"
- Option "DPMS" "true"
- Option "RightOf" "HDMI1"
- Option "PrefferedMode" "1920x1080"
+ # 1360x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 84.72 MHz
+ Modeline "1360x768" 84.72 1360 1424 1568 1776 768 769 772 795 -HSync +Vsync
EndSection
Section "Screen"
Identifier "Default Screen"
- Device "Intel Graphics Driver"
+ Device "Intel Graphics Driver"
Monitor "HDMI1"
- Monitor "HDMI2"
DefaultDepth 24
+ SubSection "Display"
+ Modes "1360x768"
+ EndSubSection
EndSection
Section "ServerLayout"
@@ -30,8 +27,9 @@ Section "ServerLayout"
EndSection
Section "ServerFlags"
- Option "DontZap" "0"
- Option "AutoAddDevices" "False"
+ Option "DontZap" "0"
+ Option "AutoAddDevices" "False"
+ Option "Xinerama" "true"
EndSection
Section "InputDevice"
@@ -41,4 +39,3 @@ Section "InputDevice"
Option "Protocol" "Auto"
Option "ButtonMapping" "1 2 1 4 5 6 7 2 9 10"
EndSection
-