Bug #581
No/Poor Video With Radeon Chips on Ubuntu-derivative LiveCD
Status:
Closed
Priority:
Normal
Assignee:
Category:
Workstation
Target version:
Description
Radeon will not boot to the desktop without a boot command on the LiveCD. You will need this for booting the installation media but once the system is installed, it is unnecessary. That means if you use the alternate installer, netboot, or something other than the desktop ISO, this is not needed.
- NOTE: nVidia, Radeon, and ATI chips all display different behaviors. This workaround only applies to Radeon chips. If you are not sure what you have, you can boot into the system (even an old LiveCD will work) and issue the following command to see what video chip you have:
lspci | grep -i vga
If you do not see "Radeon," then don't expect this to solve your problem.
- At the
boot:
prompt type:live video=radeonfb:1024x768-32@60
video=radeonfb:
sets the radeon framebuffer1024x768
is the xy resolution32
is the bpp60
is the refresh rate in Hertz
In general, these default settings should suffice for most people.
Resources¶
Updated by Daniel Curtis almost 10 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100