
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.thelinuxwiki.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=Increasing_linux_display_resolution_via_xrandr_command_line</id>
		<title>Increasing linux display resolution via xrandr command line - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=Increasing_linux_display_resolution_via_xrandr_command_line"/>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=Increasing_linux_display_resolution_via_xrandr_command_line&amp;action=history"/>
		<updated>2026-04-29T02:43:45Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.21.5</generator>

	<entry>
		<id>http://www.thelinuxwiki.com/index.php?title=Increasing_linux_display_resolution_via_xrandr_command_line&amp;diff=181&amp;oldid=prev</id>
		<title>Nighthawk: Pushed from Themanclub.</title>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=Increasing_linux_display_resolution_via_xrandr_command_line&amp;diff=181&amp;oldid=prev"/>
				<updated>2013-04-12T15:48:13Z</updated>
		
		<summary type="html">&lt;p&gt;Pushed from Themanclub.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== displaying available / detected video modes ==&lt;br /&gt;
&lt;br /&gt;
performed on lenovo laptop running LMDE&lt;br /&gt;
&lt;br /&gt;
 $ '''xrandr'''&lt;br /&gt;
   Screen 0: minimum 320 x 200, current 1152 x 864, maximum 8192 x 8192&lt;br /&gt;
   LVDS1 connected 1152x864+0+0 (normal left inverted right x axis y axis) 303mm x 189mm&lt;br /&gt;
   1440x900       60.0 +   59.9     50.0  &lt;br /&gt;
   1360x768       59.8     60.0  &lt;br /&gt;
   1152x864       60.0* &lt;br /&gt;
   1024x768       60.0  &lt;br /&gt;
   800x600        60.3     56.2  &lt;br /&gt;
   640x480        59.9  &lt;br /&gt;
   VGA1 connected 1152x864+0+0 (normal left inverted right x axis y axis) 367mm x 275mm&lt;br /&gt;
   1600x1200      60.0 +&lt;br /&gt;
   1280x1024      75.0     60.0  &lt;br /&gt;
   1152x864       75.0* &lt;br /&gt;
   1024x768       75.1     60.0  &lt;br /&gt;
   800x600        75.0     60.3  &lt;br /&gt;
   640x480        75.0     60.0  &lt;br /&gt;
   720x400        70.1  &lt;br /&gt;
   DVI1 connected 1152x864+0+0 (normal left inverted right x axis y axis) 367mm x 275mm&lt;br /&gt;
   1600x1200      60.0 +&lt;br /&gt;
   1280x1024      75.0     60.0  &lt;br /&gt;
   1152x864       75.0* &lt;br /&gt;
   1024x768       75.1     60.0  &lt;br /&gt;
   800x600        75.0     60.3  &lt;br /&gt;
   640x480        75.0     60.0  &lt;br /&gt;
   720x400        70.1  &lt;br /&gt;
   TV1 unknown connection (normal left inverted right x axis y axis)&lt;br /&gt;
   848x480        30.0 +&lt;br /&gt;
   640x480        30.0 +&lt;br /&gt;
   1024x768       30.0  &lt;br /&gt;
   800x600        30.0  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  $ '''xrandr --output DVI1 --mode 1600x1200'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== setting up dual monitors example (on aptosid with xranr 1.3) ==&lt;br /&gt;
 xrandr --output HDMI2 --mode 1600x1200   &lt;br /&gt;
 xrandr --output HDMI2 --mode 1600x1200 --right-of VGA&lt;br /&gt;
== ERROR: xrandr: cannot find crtc for output DVI1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
to solve the above error, I performed the following&lt;br /&gt;
&lt;br /&gt;
  '''xrandr --output TV1 --off'''&lt;br /&gt;
  '''xrandr --output LVDS1 --off'''&lt;br /&gt;
  '''xrandr --output VGA1 --off'''&lt;br /&gt;
  '''xrandr --output DVI1 --mode 1600x1200'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
then...worked and ran 1600x1200 successfully :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
taken from useful link  http://fluxcoil.net/doku.php/hardwarerelated/thinkpad_x200&lt;br /&gt;
&lt;br /&gt;
excerp:&lt;br /&gt;
With 2.6.31/2.6.32 this works using just 'xrandr –output VGA1 –mode 1024×768'. With 2.6.30 i just get 'xrandr: cannot find crtc for output VGA1' from the command thou. xrandr without option here detects all outputs as connected. The VGA-output can then only be used after manually deactivating the other outputs: &lt;br /&gt;
&lt;br /&gt;
[[category:linux]]&lt;/div&gt;</summary>
		<author><name>Nighthawk</name></author>	</entry>

	</feed>