Page 1 of 1

Lubuntu - Vesa Mode

Posted: Mon Oct 04, 2010 7:27 pm
by alms66
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?

Re: Lubuntu - Vesa Mode

Posted: Thu Oct 07, 2010 12:52 pm
by rockdoctor
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?
Try adding xdriver=vesa to the kernel options (I use grub legacy; not sure how to do it properly with grub2)

Re: Lubuntu - Vesa Mode

Posted: Thu Oct 07, 2010 11:23 pm
by edward
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...

Re: Lubuntu - Vesa Mode

Posted: Sun Oct 10, 2010 2:48 pm
by rockdoctor
The following, extracted from isolinux/gfxboot.cfg on the lubuntu-lucid-beta2.iso is the code used to boot into vesa mode.

Code: Select all

label xforcevesa=Safe graphics mode
append xforcevesa=xforcevesa nomodeset
applies xforcevesa=live live-install
Adding the append line above to grub.cfg should let you boot into vesa mode when booting from your hard drive.