On Tue, 3 Mar 2009 00:25:54 +0100 Pau <vim.u...@googlemail.com> wrote:
> Hello, > > yes, this is a thinkpad x200s. But the true resolution is picked up > (1440x900), I think > > xrander and dmesg follow > > I haven't tried any other wm... I got the machine four days ago with > windows vista on it, which I deleted. I will now try a different wm > > ----------------------------------------------------------------------------------------------------- > Screen 0: minimum 320 x 200, current 1440 x 900, maximum 1440 x 1440 > VGA disconnected (normal left inverted right x axis y axis) > LVDS connected 1440x900+0+0 (normal left inverted right x axis y axis) > 261mm x 163mm > 1440x900 50.0*+ > HDMI-1 connected (normal left inverted right x axis y axis) > 1024x768 60.0 > 800x600 60.3 > 640x480 59.9 > HDMI-2 connected 1024x768+0+0 (normal left inverted right x axis y > axis) 0mm x 0mm > 1024x768 60.0* > 800x600 60.3 > 640x480 59.9 So much info... It's usualy worth it to spam the list with it, even though one doesn't think it is needed. Atleast i would have picked up on this thread earlier. So the maximzed window is 1024x768? :) Those HDMI are what is messing up your setup. I disabled them to get rid of the tileing. But remember this, if you want to connect a screen via basestation some day. Here is the relevant snippet from my xorg.conf: ### Section "Device" Identifier "Card0" Driver "intel" VendorName "Intel" BoardName "GM45 Video" BusID "PCI:0:2:0" Option "monitor-HDMI-1" "HDMI-1" Option "monitor-HDMI-2" "HDMI-2" EndSection Section "Monitor" Identifier "HDMI-1" Option "Ignore" "True" EndSection Section "Monitor" Identifier "HDMI-2" Option "Ignore" "True" EndSection ### This should fix your "cwm-problem" which wasn't one at all. cheers - Robert PS: This stuff was in the archives already.