All of lore.kernel.org
 help / color / mirror / Atom feed
* problem setting up a rivafb driver for GUI Applcations
@ 2004-09-21  9:53 Mukund JB.
  2004-09-21 10:44 ` Antonino A. Daplas
  0 siblings, 1 reply; 2+ messages in thread
From: Mukund JB. @ 2004-09-21  9:53 UTC (permalink / raw)
  To: linux-fbdev-devel

[-- Attachment #1: Type: text/plain, Size: 1419 bytes --]

 

Hai all ,

I think u can help me in regard to setting up fb driver for GUI
applications.

 

I have a Nvidia Riva TNT card as a Graphical card on my system. I could
some how setup a Rivafb driver module on my system manually with debug
mode enabled. When I switch between consoles, I am able to find that my
driver ( rivafb) is invoved. It is also invoked when I switch from
console to GUI /GUI to console mode.

 

Here comes my the question/doubt:-

 

Why is my rivafb not invoked when ever I open any GUI Application( I
found no debug mesaages).

I performed some performance tests on Xserver with "x11perf" command

i.e

# X11perf  complex10

 

This command does it job and my fb driver is not called even now. 

I thought when we run an application on X server, X server will directly
interacts with the fb driver rather than hardware and so I thought the
rivafb driver should be called.

Is it like, there are different framebuffer drivers for console as well
as GUI( I don't thing so).

How do I activate framebuffer for my GUI Applications (X server).

 

Also, I don't find commands like fbset and con2fb on my system. Is it
any way related to why fb doest work for GUI Applications (X server).

 

I am working with the following configuration:-

*	Red Hat Linux 7.3
*	Kernel 2.4.18-3
*	Nvidia Riva TNT card
*	Rivafb driver
*	XFree86 4.2.0

 


[-- Attachment #2: Type: text/html, Size: 5771 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: problem setting up a rivafb driver for GUI Applcations
  2004-09-21  9:53 problem setting up a rivafb driver for GUI Applcations Mukund JB.
@ 2004-09-21 10:44 ` Antonino A. Daplas
  0 siblings, 0 replies; 2+ messages in thread
From: Antonino A. Daplas @ 2004-09-21 10:44 UTC (permalink / raw)
  To: linux-fbdev-devel, Mukund JB.

On Tuesday 21 September 2004 17:53, Mukund JB. wrote:
> Hai all ,
>
> I think u can help me in regard to setting up fb driver for GUI
> applications.
>
>
>
> I have a Nvidia Riva TNT card as a Graphical card on my system. I could
> some how setup a Rivafb driver module on my system manually with debug
> mode enabled. When I switch between consoles, I am able to find that my
> driver ( rivafb) is invoved. It is also invoked when I switch from
> console to GUI /GUI to console mode.
>
>
>
> Here comes my the question/doubt:-
>
>
>
> Why is my rivafb not invoked when ever I open any GUI Application( I
> found no debug mesaages).
>
> I performed some performance tests on Xserver with "x11perf" command
>
> i.e
>
> # X11perf  complex10
>
>
>
> This command does it job and my fb driver is not called even now.
>
> I thought when we run an application on X server, X server will directly
> interacts with the fb driver rather than hardware and so I thought the
> rivafb driver should be called.
>
> Is it like, there are different framebuffer drivers for console as well
> as GUI( I don't thing so).
>
> How do I activate framebuffer for my GUI Applications (X server).
>

You need to tell X to use fbdev.  

Open /etc/X11/XF86Config

In Section "Device", change 

Driver "xxx" <-- probably nv or nvidia

to 

Driver "fbdev"

Restart X.

Tony




-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-09-21 10:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-21  9:53 problem setting up a rivafb driver for GUI Applcations Mukund JB.
2004-09-21 10:44 ` Antonino A. Daplas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.