Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
fbsplash and nvidia Quadro FX 580 problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
andrewwalker27
l33t
l33t


Joined: 27 Jun 2005
Posts: 660

PostPosted: Fri Apr 11, 2014 1:59 pm    Post subject: fbsplash and nvidia Quadro FX 580 problem Reply with quote

I'm really struggling to get fbsplash working with my motherboard. It's a Dell T7500 Xeon with Nvidia Quadro FX 580 graphics card and whilst the nvidia drivers seem to work, I can't get fbsplash to function.
lspci shows
Code:
03:00.0 VGA compatible controller: NVIDIA Corporation G96GL [Quadro FX 580] (rev a1)

and dmesg gives me
Code:
[    9.648525] nvidia: module license 'NVIDIA' taints kernel.
[    9.648538] Disabling lock debugging due to kernel taint
[    9.657627] vgaarb: device changed decodes: PCI:0000:03:00.0,olddecodes=io+mem,decodes=none:owns=none
[    9.657919] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:03:00.0 on minor 0
[    9.657930] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  337.12  Fri Apr  4 14:51:15 PDT 2014
[   10.131899] nvidia 0000:03:00.0: irq 92 for MSI/MSI-X
[   11.523723] nvidia-smi (1681) used greatest stack depth: 4808 bytes left
[   29.358184] nvidia 0000:03:00.0: irq 93 for MSI/MSI-X


I've set up the kernel following this page
http://wiki.gentoo.org/wiki/Uvesafb
and
http://wiki.gentoo.org/wiki/Fbsplash
and my grub config is
Code:
title Gentoo Linux Current

root (hd0,2)
kernel /boot/kernel-x86_64-3.14.0-gentoo root=/dev/sda4 splash=verbose,fadein,theme:gentoo video=vesafb:1280x1024-32,mtrr:3,ywrap quiet CONSOLE=/dev/tty1
initrd (hd0,2)/boot/initramfs-bootsplash

and I generated an initrd image like this
Code:
splash_geninitramfs --verbose --res 1280x1024 --generate /boot/initramfs-bootsplash gentoo
o Creating directory structure..
o Copying //sbin/fbcondecor_helper..
o Copying themes..
  - gentoo
o Creating initramfs image..

but all I ever get for a console or boot screen seems to be a plain black and white 640x480 screen. When I test splash in a console
Code:
splash_manager -c demo -t natural_gentoo -m s --steps=100

it works, but resolution should be 1280x1024 as specified in grub. How do I get the nvidia card to display the consoles at 1280x1024, the Xorg display doesn't seem to have a problem with it?
I get a few errors during boot but they're too quick to read and don't appear in any logs as far as I can tell. Can anyone give me any pointers because I'm utterly confused by now!
Back to top
View user's profile Send private message
lluisparcet
Tux's lil' helper
Tux's lil' helper


Joined: 21 Sep 2004
Posts: 116
Location: Roses

PostPosted: Sun Apr 20, 2014 10:43 pm    Post subject: Reply with quote

Hello,

assuming you have configured "uvesafb" according to what is indicated in the wiki, i think you have an error in the kernel command line in grub.

Change:

...video=vesafb:1280x1024-32 ... by ... video=uvesafb:1280x1024-32 ...

and try.

Best regards.
Back to top
View user's profile Send private message
Logicien
Veteran
Veteran


Joined: 16 Sep 2005
Posts: 1555
Location: Montréal

PostPosted: Mon Apr 21, 2014 1:30 am    Post subject: Reply with quote

For Vesafb, the resolution is pass with the vga= kernel parameter. For 1280x1024-24
Code:
vga=0x31B video=vesafb:mtrr:3,ywrap

_________________
Paul
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum