NoPaste

xorg.conf für 1028x768

von Pitux

SNIPPET_TEXT:
  1. Section "Device"
  2.     Identifier    "Configured Video Device"
  3.     Driver        "vesa"
  4. EndSection
  5.  
  6. Section "Monitor"
  7.     Identifier    "Configured Monitor"
  8.     HorizSync 42.0 - 52.0
  9.     VertRefresh 55.0 - 65.0
  10.     Modeline "1024x768" 60.80  1024 1056 1128 1272   768  768  770  796
  11.     Modeline "800x600" 38.21 800 832 976 1008 600 612 618 631
  12.     Modeline "640x480" 24.11 640 672 760 792 480 490 495 50
  13. EndSection
  14.  
  15. Section "Screen"
  16.     Identifier    "Default Screen"
  17.     Monitor        "Configured Monitor"
  18.     Device        "Configured Video Device"
  19.     DefaultDepth    24
  20.     Subsection "Display"
  21.         Depth       24
  22.         Modes       "1024x768" "800x600" "640x480"
  23.        EndSubsection
  24. EndSection

Quellcode

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