User Tools

Site Tools


xorg

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
xorg [2012/02/16 13:46] – [MS윈도에서 modeline 얻는법] suapapaxorg [2013/08/03 05:04] (current) – external edit 127.0.0.1
Line 37: Line 37:
 </code> </code>
  
 +<code diff>
 +$ diff /etc/X11/xorg.conf.backup /etc/X11/xorg.conf
 +36c36
 +<     HorizSync       28.0 - 55.0
 +---
 +>     HorizSync       28.0 - 60.0
 +54c54,55
 +<     Option         "metamodes" "1024x768 +0+0"
 +---
 +>     Option         "metamodes" "1440x900 +0+0"
 +>     #Option         "metamodes" "1024x768 +0+0"
 +</code>
 +
 +수정 후
 +<code>
 +133 [  1250.759] (**) NVIDIA(0): Option "MetaModes" "1440x900 +0+0"
 +134 [  1250.759] (**) NVIDIA(0): Enabling 2D acceleration
 +135 [  1252.241] (WW) NVIDIA(GPU-0): The EDID read for display device CRT-1 is invalid:
 +136 [  1252.241] (WW) NVIDIA(GPU-0):     unrecognized EDID Header.
 +</code>
 +
 +현재 모드라인 얻기
 <code> <code>
 $ xvidtune -show $ xvidtune -show
Line 88: Line 110:
 </code> </code>
  
 +
 +====== EDID read ======
 +install
 +<code bash>
 +$ sudo apt-get install read-edid
 +</code>
 +
 +read
 +<code bash>
 +$ sudo get-edid | parse-edid
 +</code>
  
 ====== references ====== ====== references ======
   *[[http://www.x.org/wiki/FAQVideoModes#ObtainingmodelinesfromWindowsprogramPowerStrip|Obtaining modelines from Windows program PowerStrip]]   *[[http://www.x.org/wiki/FAQVideoModes#ObtainingmodelinesfromWindowsprogramPowerStrip|Obtaining modelines from Windows program PowerStrip]]
   *[[https://wiki.ubuntu.com/X/Config/Resolution|X/Config/Resolution]]   *[[https://wiki.ubuntu.com/X/Config/Resolution|X/Config/Resolution]]
 +  *[[http://howto-pages.org/ModeLines/]]
xorg.1329399965.txt.gz · Last modified: 2013/08/03 05:04 (external edit)