I wish to install ubuntu 11.10 on my new laptop but because the system cannot detect the graphic, then the screen are blank. How and what should i do ? I really want to use ubuntu 11.10.
Asked
Active
Viewed 1,400 times
2
-
Hello, if you're still around, did either of the answers work? – Jjed Jan 18 '12 at 09:18
-
This question should instead be filed as a bug report, thanks! Instructions here. – Jjed Feb 01 '12 at 17:15
2 Answers
0
There is an issue with the Radeon HD 6xxx series.
Take a look at the post and reply here. It might help you get started.

Theo Scholiadis
- 273
0
press F6 when grub menu appear. Select nomodeset. Esc.
It will temporarily stop KMS support which try to detect appropriate driver for your graphics card. Now ubuntu will open in VGA mode. To fix the issue permanently : Edit /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
replace the line with
GRUB_CMDLINE_LINUX_DEFAULT="radeon.modeset=1"
If it failed to fix the problem then edit the line too. but check first before apply this step.
GRUB_CMDLINE_LINUX="nomodeset"

shantanu
- 8,599