aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xf86-config/minnow/xorg.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/minnow/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/minnow/xorg.conf
index cf0ddfe..c8befc3 100644
--- a/recipes-graphics/xorg-xserver/xserver-xf86-config/minnow/xorg.conf
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/minnow/xorg.conf
@@ -21,7 +21,7 @@ Section "Device"
Screen 0
Option "PcfVersion" "1792"
Option "ConfigId" "1"
- Option "ALL/1/name" "e6xx"
+ Option "ALL/1/name" "e6xx"
# Default port order: sDVOB (nothing more)
Option "ALL/1/General/PortOrder" "20000"
# Example port order: sDVOB, LVDS
@@ -38,6 +38,10 @@ Section "Device"
Option "ALL/1/Port/2/General/Rotation" "0"
Option "ALL/1/Port/2/Attr/71" "20300"
+ # Try uncomment the following if your screen is not automatically detected
+ #Option "ALL/1/Port/2/General/EdidAvail" "2"
+ #Option "ALL/1/Port/2/General/EdidNotAvail" "1"
+
# Disable LVDS by default, uncomment to enable
# Secondary display (LVDS over the expansion connector, 1366x768)
# Option "ALL/1/Port/4/General/name" "Secondary"