Переглянути джерело

Clean up xorg monitor config

Andrew Swistak 11 роки тому
батько
коміт
17cb1f3d4e
1 змінених файлів з 7 додано та 12 видалено
  1. 7 12
      xorg.conf.d/10-monitor.conf

+ 7 - 12
xorg.conf.d/10-monitor.conf

@@ -1,28 +1,23 @@
 Section "Monitor"
-  Identifier      "this one"
+  Identifier      "Reasonable Resolution"
   Modeline        "1680x1050_60.00"  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync
   Option          "PreferredMode" "1680x1050_60.00"
 EndSection
 
 Section "Device"
-  Identifier      "that one"
+  Identifier      "The Device"
   Driver          "intel"
   Option          "Monitor-DVI-0" "External DVI"
 EndSection
 
 Section "Screen"
-  Identifier      "the screen"
-  Device          "that one"
-  Monitor         "this one"
+  Identifier      "rMBP Display"
+  Device          "The Device"
+  Monitor         "Reasonable Resolution"
   DefaultDepth    24
 
   SubSection "Display"
-    Depth           24
-    Modes           "1680x1050"
+    Depth         24
+    Modes         "1680x1050"
   EndSubSection
 EndSection
-
-#Section "ServerLayout"
-#  Identifier      "Default Layout"
-#  Screen          "Primary Screen"
-#EndSection