PDA

View Full Version : nVidia drivers and frame buffer for console


Ballatom
01-05-03, 03:15 PM
Hi,

after trying several distros, I decided to stick with SuSE 8.0 for my Acer 634lc.

One common problem to all the distros I tried is the console being screwed up (vertical lines) after loading the nvidia drivers. FYI my lilo.conf contains vga=794. Is there any solution ?

Before installing the drivers, I added two line to my rc.config
DISPLAYMANAGER=console
KEYTABLE=be-latin1

After installing them, I get the graphical login again and my keyboard layout is french in the console. Any hint ?

TIA, Marc

cdrradar
01-05-03, 04:15 PM
I heard there's issues surrounding these drivers and vesa framebuffer consoles. To disable the framebuffer console, use "vga=normal" or "vga=extended", then reinstall lilo.

junkieclown
01-05-03, 05:11 PM
According to /usr/share/doc/NVIDIA_GLX-1.0/README,
having rivafb framebuffer drivers and the nvidia module is having two sets of drivers touching the same hardware directly. In other words a bad thing.
Disable framebuffer support.

Ballatom
01-06-03, 03:59 AM
OK.

So I disabled frame buffer device support and recompiled a kernel.

With vga=extended, display on the console is still screwed-up and the toolbar in KDE is screwed-up as well (though slightly).

With vga=normal, console is less screwed-up but still (dark and refresh rate seems like 20 Hz) and KDE toolbar is ok.

So even without frame buffer, my console is screwed-up from the moment that I load the nVidia drivers.

Anyone a suggestion ?

Marc

BTW, I fixed my keyboard and login manager. For some reason, the values were initialised from /etc/sysconfig/some_file instead of /etc/rc.config.

mtrr
01-06-03, 09:19 AM
/etc/sysconfig/.... ist the right place, rc.config
is obsolete.


cheers