NoPaste

Gibbies /etc/X11/xorg.conf

von SGibbi
SNIPPET_DESC:
Getestet und läuft auch mit Debian 11 Bullseye
SNIPPET_CREATION_TIME:
17.10.2021 14:56:56
SNIPPET_PRUNE_TIME:
Unendlich

SNIPPET_TEXT:
  1. # This is a fork from SuSE 11.2 /etc/x11/xorg.conf
  2. # it limits monitor resolution to 800 * 600 an 60 Hz maximum
  3. # to have older CRT monitors work
  4. # if you do not need, simply rename it as a backup file
  5. # Created on: 2015-09-06 by Stefan-Ernst Gibbert, Munich, Germany
  6. #
  7. # PLEASE DO NOT EDIT THIS FILE!
  8. #
  9.  
  10. Section "Monitor"
  11.   Option       "CalcAlgorithm" "XServerPool"
  12.   DisplaySize  245 185
  13.   HorizSync    31-38
  14.   Identifier   "Monitor[0]"
  15.   ModelName    "800X600@60HZ"
  16.   Option       "PreferredMode" "800x600"
  17.   VendorName   "--> VESA"
  18.   VertRefresh  50-60
  19.   UseModes     "Modes[0]"
  20. EndSection
  21.  
  22. Section "Modes"
  23.   Identifier   "Modes[0]"
  24. EndSection
  25.  
  26. Section "Screen"
  27.   DefaultDepth 24
  28.   SubSection "Display"
  29.     Depth      15
  30.     Modes      "800x600" "768x576" "640x480"
  31.   EndSubSection
  32.   SubSection "Display"
  33.     Depth      16
  34.     Modes      "800x600" "768x576" "640x480"
  35.   EndSubSection
  36.   SubSection "Display"
  37.     Depth      24
  38.     Modes      "800x600" "768x576" "640x480"
  39.   EndSubSection
  40.   SubSection "Display"
  41.     Depth      8
  42.     Modes      "800x600" "768x576" "640x480"
  43.   EndSubSection
  44.   Device       "Device[0]"
  45.   Identifier   "Screen[0]"
  46.   Monitor      "Monitor[0]"
  47. EndSection

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN