ÈÐ Wïgê† Ðð† ñåmê

ïñ£ð§ê¢, ïñ£ðrmå†ïðñ §ê¢µr, Ðïgï†ål £ðrêñ§ï¢§, hå¢kïñg, §¥§†êm åÐmïñ阮rå†ïðñ, lïñµx ßlðg

Backtrack: Upgrade to Linux Kernel 3.2.6 xrandr screen only supports 1920×1200

, , , ,

After upgrading to Linux kernel 3.2.6, rebooting, reconfiguring initramfs for encrypted drives, rebooting again, and reinstalling ati graphics, my normal xrandr command no longer worked.  That command is:

[codesyntax lang=”bash”]

xrandr --output LVDS --mode 1920x1200 --pos 1680x0 --rotate normal --output CRT1 --mode 1680x1050 --pos 0x0 --rotate normal --output DFP2 --off --output DFP1 --off

[/codesyntax]

And the error was “xrandr screen only supports 1920 x 1200”

The fix is really simple….

Run the command:

[codesyntax lang=”bash”]

amdcccle

[/codesyntax]

Configure the dual monitors the way you normally would, but make sure the virtual screen size / Desktop Area is set to:

[codesyntax lang=”bash”]

3600x1200

[/codesyntax]

Exit from X completely (including any display managers like kdm/gdm/etc) and it will then work when you log back in.  A quick tip, ctrl+alt+backspace usually will restart X.

Updated to include:

Don’t forget after installing a new kernel you have to do <as root>

ldconfig

prepare-kernel-sources

update-initramfs -k 3.2.6

./ati-driver-installer-11-11-x86.x86_64.run

ldconfig

/etc/init.d/vboxdrv setup

fix-splash

reboot

amdcccle

 

 

 


Leave a Reply