I had a custom xrandr setup on my original install and making these grub changes lost it. The original grub mkconfig had this in it:
Is there a way to add that to the file? I tried repeating my steps from when I first added the drivers, but xrandr isn't behaving the same way for some reason:Code:insmod ext2 set root='(hd0,2)' search --no-floppy --fs-uuid --set 0e8ef373-799f-4d11-8cca-3d8b4d4b6a94 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=1366x768 insmod gfxterm insmod vbe if terminal_output gfxterm ; then true ; else # For backward compatibility with versions of terminal.mod that don't # understand terminal_output terminal gfxterm fi fi
Before it let me do it thanks to xserver-xorg-video-intel, linux-image-generic-lts-backport-natty, and linux-headers-generic-lts-backport-natty, but those don't seem to be applying any more with the new grub.Code:$ cvt 1366 768 # 1368x768 59.88 Hz (CVT) hsync: 47.79 kHz; pclk: 85.25 MHz Modeline "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync $ xrandr --newmode "CUSTOM" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync $ xrandr --addmode default "CUSTOM" $ xrandr --output default --mode "CUSTOM" xrandr: screen cannot be larger than 1024x768 (desired size 1368x768)



Adv Reply






Bookmarks