XRandR 1.2 is so fucking sexy

As already posted today, I now has (sorry jesse, it's just so fuckin' lol ;)) XRandR 1.2 support in my radeon driver.

The card in my laptop (IBM [not Lenovo!] ThinkPad X31) is a ATI Technologies Inc Radeon Mobility M6 LY (a Radeon Mobility 7000) with a 1024x768 12" TFT. As 1024x768 is kinda small for everyday work, I have a 19" TFT with a 1280x1024 resolution on my table.
Until today the second screen had to be connected to the laptop before Xorg started, so MergedFB could recognize and configure it. This is very annoying and it could be simplier... With XRandR 1.2 it IS! I just need to start my box as usual, open a terminal and run
xrandr --output VGA-0 --right-of LVDS --mode 1280x1024 --rate 60 (the --rate is special for my TFT, as it supports up to 75Hz, but is a bit blurry then, 60 works perfectly)
BUT: xrandr: screen cannot be larger than 1600x1200 (desired size 2304x1024)
WTF?! Kay, let's google around... Ah, fine I need to set my virtual screen to something bigger. So let's open /etc/X11/xorg.conf, find the Screen section, there the subsection Display and edit:
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
Virtual 2304 1024
EndSubSection

Restart Xorg, and have fun with your nice XRandR radeon :>

BTW, this is my third blogpost today, "I can has an award plz!? KTHXBYE" (sorry again, jesse)

Comments

No comments.
Send your comments to evgeni+blogcomments@golov.de and I will publish them here (if you want).