Graphic Card Issue

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
dms05
Posts: 2
Joined: 3. Apr 2012, 08:39

Graphic Card Issue

Post by dms05 »

I've just installed v13.37 (KDE) to sda1 from the LiveCD. With the LiveCD my nVidia graphics card was recognised and the correct 1920*1080 screen size set. However after full installation the graphics card isn't recognised and the screen remains blank (after showing a few seconds of the initial text during booting). If I then leave the computer for 15 minutes and I let the screen auto shuts down the correct resolution is chosen when I reactivate the screen and all is well. As I can't see anything before auto shut down is their anyway I can force the correct selection of the screen resolution?
thom1
Posts: 28
Joined: 16. May 2011, 09:40

Re: Graphic Card Issue

Post by thom1 »

Did you specify "vga=normal" to your lilo.conf ? Because you have to.
Thomas Bourdon
dms05
Posts: 2
Joined: 3. Apr 2012, 08:39

Re: Graphic Card Issue

Post by dms05 »

No, I just used the fully auto install routine. So even after a fully auto install I still need to modify Lilo?

Later.......

I entered exactly the command as recommended and all is now working. Many thanks.
Last edited by dms05 on 3. Apr 2012, 13:20, edited 1 time in total.
thom1
Posts: 28
Joined: 16. May 2011, 09:40

Re: Graphic Card Issue

Post by thom1 »

I don't know, I never use salix livecd and never run auto-install.
Thomas Bourdon
User avatar
gapan
Salix Wizard
Posts: 6349
Joined: 6. Jun 2009, 17:40

Re: Graphic Card Issue

Post by gapan »

Weird, I don't think there's anything different in the live CD. You shouldn't need to add anything to lilo.conf. Try installing the binary driver from nvidia.
Image
Image
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: Graphic Card Issue

Post by Shador »

gapan wrote:Weird, I don't think there's anything different in the live CD.
Yes, there's a small difference. The LiveCD does not use lilo but grub2 instead. And grub2 is configured to initialize the frame buffer and pass some data to the kernel during booting, which allows it to use that same framebuffer without reinitializing it. That has some advantages regarding aesthetics, flexibility and a little performance.
With lilo the kernel is setting up the framebuffer separately by itself. But actually I would have more expected occasional problems with the LiveCD than the other way round. :D

This seems like modesetting issue as you mention that you get some very early kernel messages until the native resolution kicks in. This change of resolution happens after the early boot stage regardless of lilo or grub2 since KMS has been integrated into the kernel and if the driver supports it of course. You could try passing 'nomodeset' to the kernel.
Image
User avatar
JRD
Salix Warrior
Posts: 950
Joined: 7. Jun 2009, 22:52
Location: Lyon, France

Re: Graphic Card Issue

Post by JRD »

Totally agree with Shador analisys.

Add "nomodeset" to the kernel parameter on boot.
Image
Post Reply