LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-18-2004, 09:13 AM   #1
Worstje
Member
 
Registered: Mar 2004
Distribution: Slackware-current
Posts: 93

Rep: Reputation: 15
Framebuffer problems on 2.6.5 Kernel with Riva TNT2 Chipset


Hello all,

I am having problems getting my framebuffer to work like it used to on the supplied 2.4.22 kernel. I have been playing alot with the settings (so probably I have compiled a bit to many drivers as well) of the framebuffer but o far it didn't give me back 'my' framebuffer 1024x768x256.

Output from dmesg:

Code:
rivafb: nVidia device/chipset 10DE002D
rivafb: RIVA MTRR set to ON
rivafb: PCI nVidia NV4 framebuffer ver 0.9.5b (nVidiaRIVA-VTNT2, 32MB @ 0xE6000000)
vesafb: abort, cannot reserve video memory at 0xe6000000
vesafb: framebuffer at 0xe6000000, mapped to 0xcb802000, size 4096k
vesafb: mode is 1024x768x8, linelength=1024, pages=4
vesafb: protected mode interface info at c000:0336
vesafb: scrolling: redraw
fb1: VESA VGA frame buffer device
vga16fb: initializing
vga16fb: mapped to 0xc00a0000
fb2: VGA16 VGA frame buffer device
Initializing Cryptographic API
Activating ISA DMA hang workarounds.
Console: switching to colour frame buffer device 80x30
lp: driver loaded but no devices found
Linux agpgart interface v0.100 (c) Dave Jones
[drm:drm_init] *ERROR* Cannot initialize the agpgart module.
Why does it switch to 80x30? It's ugly and not what I want

In make menuconfig, Device Drivers --> Graphics Support, I have the following (only listing what is * or M):

* Support for frame buffer devices
* VGA 16-color graphics support
* VESA VGA graphics support
* NVidia Riva Support

Console display driver support:

* Video mode selection support
* Framebuffer Console support (--> I did not select compiled in fonts)

No bootup logo.

Does anyone see what I am doing wrong? I never chose a custom font to be used in the selection dialog at the installation by the way.

Thanks for reading
 
Old 04-18-2004, 11:59 AM   #2
Worstje
Member
 
Registered: Mar 2004
Distribution: Slackware-current
Posts: 93

Original Poster
Rep: Reputation: 15
Well I solved it by not including my chipset at all. Don't ask me why it worked, but I am happy now
 
Old 05-04-2004, 05:43 AM   #3
xunil
LQ Newbie
 
Registered: Feb 2004
Location: Lisbon
Posts: 4

Rep: Reputation: 0
Hello,
i'm having the same problem. Can you paste your kernel config options on device drivers?

Thanks
 
Old 05-04-2004, 07:17 AM   #4
trey85stang
Senior Member
 
Registered: Sep 2003
Posts: 1,091

Rep: Reputation: 41
Quote:
Originally posted by xunil
Hello,
i'm having the same problem. Can you paste your kernel config options on device drivers?

Thanks
me too, I would like to see the .config options as well. I have tried everything to get a framebuffer with no go
 
Old 05-04-2004, 09:44 AM   #5
xunil
LQ Newbie
 
Registered: Feb 2004
Location: Lisbon
Posts: 4

Rep: Reputation: 0
Quote:
Originally posted by Worstje
Well I solved it by not including my chipset at all. Don't ask me why it worked, but I am happy now
But ... do you have 2.6.5 kernel version ?
 
Old 05-11-2004, 08:24 PM   #6
kelvinhbo
LQ Newbie
 
Registered: Apr 2004
Location: the milky way
Distribution: Fedora 7
Posts: 9

Rep: Reputation: 0
yup, im having the same problem too, i use 2.6.5 red hat 9, i hate the low res text. so please help..
 
Old 05-11-2004, 08:34 PM   #7
Kovacs
Member
 
Registered: Jul 2003
Distribution: FreeBSD 8.2 RELEASE
Posts: 607

Rep: Reputation: 32
Here's mine anyway, 2.6.6 and framebuffer works:

# Graphics support
#
CONFIG_FB=y
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
CONFIG_FB_VESA=y
CONFIG_VIDEO_SELECT=y
# CONFIG_FB_HGA is not set
CONFIG_FB_RIVA=y
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON_OLD is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_VIRTUAL is not set

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_MDA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_PCI_CONSOLE=y
CONFIG_FONTS=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
# CONFIG_FONT_6x11 is not set
# CONFIG_FONT_PEARL_8x8 is not set
# CONFIG_FONT_ACORN_8x8 is not set
# CONFIG_FONT_MINI_4x6 is not set
# CONFIG_FONT_SUN8x16 is not set
# CONFIG_FONT_SUN12x22 is not set

#
# Logo configuration
#
CONFIG_LOGO=y
CONFIG_LOGO_LINUX_MONO=y
CONFIG_LOGO_LINUX_VGA16=y
CONFIG_LOGO_LINUX_CLUT224=y
 
Old 06-13-2004, 03:38 PM   #8
Worstje
Member
 
Registered: Mar 2004
Distribution: Slackware-current
Posts: 93

Original Poster
Rep: Reputation: 15
/me hits himself for reading forum mails when he doesnt have time anyway to check them out

Found the new message mail between my old mail. Hopefully it still helps someone

# Graphics support
#
CONFIG_FB=y
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
CONFIG_FB_VESA=y
CONFIG_VIDEO_SELECT=y
# CONFIG_FB_HGA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I810 is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON_OLD is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_VIRTUAL is not set

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_MDA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_PCI_CONSOLE=y
CONFIG_FONTS=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
# CONFIG_FONT_6x11 is not set
# CONFIG_FONT_PEARL_8x8 is not set
# CONFIG_FONT_ACORN_8x8 is not set
# CONFIG_FONT_MINI_4x6 is not set
# CONFIG_FONT_SUN8x16 is not set
# CONFIG_FONT_SUN12x22 is not set

#
# Logo configuration
#
CONFIG_LOGO=y
CONFIG_LOGO_LINUX_MONO=y
CONFIG_LOGO_LINUX_VGA16=y
CONFIG_LOGO_LINUX_CLUT224=y


I still have the agpart module load error, and am wondering about chucking it out. Does the NVidia drivers need agpart or not?

Edit: And yes, this is from my 2.6.5 .config file. But nothing changed in this department for my current 2.6.6 either. Still doesn't work with Riva driver to yes, I just get a garbled mess

Last edited by Worstje; 06-13-2004 at 03:41 PM.
 
Old 06-13-2004, 06:25 PM   #9
DarkSpy
LQ Newbie
 
Registered: Sep 2003
Distribution: Slackware
Posts: 19

Rep: Reputation: 0
The problem is that your card is loading first than the framebuffer's. The solution would be to compile rivafb has a module.


Simple.. just like Slackware
 
Old 06-13-2004, 08:15 PM   #10
Shade
Senior Member
 
Registered: Mar 2003
Location: Burke, VA
Distribution: RHEL, Slackware, Ubuntu, Fedora
Posts: 1,418
Blog Entries: 1

Rep: Reputation: 46
I've always had trouble with video card specific framebuffer drivers... I usually just go for the standard VESA VGA, and don't include specific framebuffer support for my card... Make sure all the relevant options are checked in the .config

Console framebuffer
Video mode selection support
And the tux logo, if you so desire
--Shade
 
Old 06-14-2004, 01:41 AM   #11
Worstje
Member
 
Registered: Mar 2004
Distribution: Slackware-current
Posts: 93

Original Poster
Rep: Reputation: 15
@ Darkspy: I have played with compiling rivafb as a module to no avail. I even looked further last night, and maybe I need the CONFIG_AGP_NVIDIA option for agpgart support?

Maybe a little offtopic, but the official nvidia drivers, is it recommended to use agpgart with them or is it preferred to use the drivers own agp controlling code?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mplayer won't work with RIVA TNT2 spikeroo Linux - Hardware 9 01-28-2005 12:51 AM
RIVA TNT2 on FC3 jeisma Fedora 1 11-23-2004 04:03 AM
nVidia TNT2 framebuffer w/ 2.6 kernel? TedMaul Linux - Hardware 2 03-03-2004 10:09 AM
no mpeg players for riva tnt2 ??? juby Linux - Software 1 08-04-2003 02:42 AM
RIVA TNT2 advice penseur2 Linux - Software 4 01-24-2002 05:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:47 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration