If it can be useful to you, I've set my grub configuration manually
using values obtained with this command:

[EMAIL PROTECTED]:~$ sudo hwinfo --framebuffer | grep 1920
  Mode 0x037c: 1920x1200 (+1920), 8 bits
  Mode 0x037d: 1920x1200 (+7680), 24 bits

Then I converted that value to decimal:

[EMAIL PROTECTED]:~$ printf '%d\n' 0x037d
893

And so I set vga=893 and it's working. (I have to admit that usplash
seems a bit "stretched", but it's better than nothing).

However something is strange because the table I get from hwinfo
doesn't match exactly the one here:
http://ubuntuforums.org/showthread.php?p=1541970

For example hwinfo gives 0x034a for [EMAIL PROTECTED] instead of 0x31f. But
for [EMAIL PROTECTED] it gives the same: 0x318.

However thank you for your help.

-- 
Kamal

-- 
Missing display resolutions in "boot options" tab
https://bugs.launchpad.net/bugs/190261
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to