Hi,
I ran the Lubuntu 10.04 disk on an old computer of mine, but the graphics card is not supported. It's an old ati card. If I run the disk live, in vesa mode, the thing runs just fine though. So I installed Lubuntu, assuming I'd be able to find a way to get it to always boot in vesa mode and thus bypass the graphics card not being supported. Unfortunately, I can't find the method to do this. Can someone here help?
Lubuntu - Vesa Mode
-
- Posts: 116
- Joined: Tue Nov 11, 2008 4:51 pm
Re: Lubuntu - Vesa Mode
Try adding xdriver=vesa to the kernel options (I use grub legacy; not sure how to do it properly with grub2)alms66 wrote:Hi,
I ran the Lubuntu 10.04 disk on an old computer of mine, but the graphics card is not supported. It's an old ati card. If I run the disk live, in vesa mode, the thing runs just fine though. So I installed Lubuntu, assuming I'd be able to find a way to get it to always boot in vesa mode and thus bypass the graphics card not being supported. Unfortunately, I can't find the method to do this. Can someone here help?
Geology - It's not rocket science, it's rock science!
Re: Lubuntu - Vesa Mode
I would like to know if this worked as well. As there is no longer an xorg.conf file (unless one uses one from an older distro), there seems to be no easy way to change the video driver. I have Ubuntu (with LXDE) installed on a laptop with an ATi Radeon chip and regardless of which desktop GUI that is used, there have been many instances of video corruption...
Debian Sid - LXDE
-
- Posts: 116
- Joined: Tue Nov 11, 2008 4:51 pm
Re: Lubuntu - Vesa Mode
The following, extracted from isolinux/gfxboot.cfg on the lubuntu-lucid-beta2.iso is the code used to boot into vesa mode.
Adding the append line above to grub.cfg should let you boot into vesa mode when booting from your hard drive.
Code: Select all
label xforcevesa=Safe graphics mode
append xforcevesa=xforcevesa nomodeset
applies xforcevesa=live live-install
Geology - It's not rocket science, it's rock science!