public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
* RE: keyword for rivafb in XF86Confige file
@ 2004-09-29 10:20 Mukund JB.
  2004-09-30  4:02 ` mike
  0 siblings, 1 reply; 9+ messages in thread
From: Mukund JB. @ 2004-09-29 10:20 UTC (permalink / raw)
  To: linux-newbie, mike

Hello mike,



> >>What video card do you have?
> >
> > NVidia Riva TNT2 Modewl64 is my card.
> > Sorry for the delay. I was off station
> >
> >
> >>Mike
> >>
> >>
> >>Mukund JB. wrote:
> >>
> >>>Hello All,
> >>>
> >>>I am not able to make my X server work on rivafb (framebuffer
> >
> > module)
> >
> >>which is loaded as a module on system.
> >>
> >>>I edited "XF86Config-4" file
> >>>Driver "nvidia" .
> >>>Is it the right keyword to invoke the rivafb driver. I got this on
> >
> > same
> >
> >>maillists. Where in the system can I find the database for these
> >
> > keyword
> >
> >>stuff.
> >>
> >>>Later, when I say
> >>># startx , it fails.
> >>>It says:-
> >>>(EE) Failed to load module "nvidia" (module does not exist, 0)
> >>>(EE) No devices detected.
> >>>
> >>>What is going wrong here? Is there any other way through which I
can
> >>
> >>tell the X server to use Framebuffer.
> >>
> >>>Please help.
> >>>
> >>>My system configuration
> >>>Os                linux 7.3(kernel - 2.4.18)
> >>>Boot loader       lilo
> >>>Default runlevel  3
> >>>Framebuffer       rivafb
> >>>X server version  4.2.0
> >>>
> >>>Regards,
> >>>Mukund jampala
> >>>
> 
> Well no expert here, but I had an nvidia card once under linux.
> If you edited your "XF86Config-4" file to
> Driver="nvidia" which I believe is the name of nvidia's driver from
> there site which you would download from them and install as per
> there readme instructions which I have done and works fine and has
> 3d accelleration.


It is working fine now. 
I have edited the Driver field in the device section as follows:-
Driver "fbdev" 

After then the X server is using rivafb as I could see the debug
messages.
But it is not invoked when I switch between app ( ATL+TAB) or I open new
app.
I don't know, why?
Is the software take care of it, rather than the fb driver?
Suggest, if u have any idea.

> 
> XFree86 has their open source driver which handles framebuffer
> support as well and your "XF86Config-4" file would have been
> Driver="nv" this driver works fine but only 2d accelleration.

Our aim is to configure the X so that it uses the fraembuffer driver.

> 
> I dont think you need the rivafb driver if you use the xfree86
> driver or nvidia's propietary driver.

If it is so, then why is linux providing the rivafb driver?
I think that rivafb driver has more functionality implemented in it than
a generic fb driver.

Regards,
Mukund jampala

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 9+ messages in thread
* RE: keyword for rivafb in XF86Confige file
@ 2004-09-29 10:12 Mukund JB.
       [not found] ` <1096454123.27898.29.camel@spider.hotmonkeyporn.com>
  0 siblings, 1 reply; 9+ messages in thread
From: Mukund JB. @ 2004-09-29 10:12 UTC (permalink / raw)
  To: Owen Ford, linux-newbie

Hello ford,

> > I dont think you need the rivafb driver if you use the xfree86
> > driver or nvidia's propietary driver.
> 
> IIRC rivafb actually screws up the nvidia driver.  I've never gotten
it
> working with *any* nvidia card ever :)

It is working for me. 
I have edited the Driver field in the device section as follows:-
Driver "fbdev" 

After then the X server is using rivafb as I could see the debug
messages.
But it is not invoked when I switch between app ( ATL+TAB) or I open new
app.
I don't know, why?
Is the software take care of it, rather than the fb driver?
Suggest, if u have any idea.

Regards,
Mukund jampala

> 
> --
> Owen Ford <oford@arghblech.com>
> 
> ()  ascii ribbon campaign - against html e-mail
> /\                        - against proprietary attachments
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 9+ messages in thread
* RE: keyword for rivafb in XF86Confige file
@ 2004-09-27  5:38 Mukund JB.
  2004-09-29  9:45 ` mike
  0 siblings, 1 reply; 9+ messages in thread
From: Mukund JB. @ 2004-09-27  5:38 UTC (permalink / raw)
  To: linux-newbie




> -----Original Message-----
> From: linux-newbie-owner@vger.kernel.org [mailto:linux-newbie-
> owner@vger.kernel.org] On Behalf Of mike
> Sent: Saturday, September 25, 2004 8:20 AM
> To: linux-newbie@vger.kernel.org
> Subject: Re: keyword for rivafb in XF86Confige file
> 
> What video card do you have?
NVidia Riva TNT2 Modewl64 is my card.
Sorry for the delay. I was off station

> Mike
> 
> 
> Mukund JB. wrote:
> > Hello All,
> >
> > I am not able to make my X server work on rivafb (framebuffer
module)
> which is loaded as a module on system.
> >
> > I edited "XF86Config-4" file
> > Driver "nvidia" .
> > Is it the right keyword to invoke the rivafb driver. I got this on
same
> maillists. Where in the system can I find the database for these
keyword
> stuff.
> >
> > Later, when I say
> > # startx , it fails.
> > It says:-
> > (EE) Failed to load module "nvidia" (module does not exist, 0)
> > (EE) No devices detected.
> >
> > What is going wrong here? Is there any other way through which I can
> tell the X server to use Framebuffer.
> >
> > Please help.
> >
> > My system configuration
> > Os                linux 7.3(kernel - 2.4.18)
> > Boot loader       lilo
> > Default runlevel  3
> > Framebuffer       rivafb
> > X server version  4.2.0
> >
> > Regards,
> > Mukund jampala
> >
> > -
> > To unsubscribe from this list: send the line "unsubscribe
linux-newbie"
> in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at http://www.linux-learn.org/faqs
> >
> -
> To unsubscribe from this list: send the line "unsubscribe
linux-newbie" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.linux-learn.org/faqs
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 9+ messages in thread
* keyword for rivafb in XF86Confige file
@ 2004-09-24  7:05 Mukund JB.
  2004-09-25  2:50 ` mike
  0 siblings, 1 reply; 9+ messages in thread
From: Mukund JB. @ 2004-09-24  7:05 UTC (permalink / raw)
  To: linux-newbie

Hello All,
 
I am not able to make my X server work on rivafb (framebuffer module) which is loaded as a module on system.
 
I edited "XF86Config-4" file
Driver "nvidia" . 
Is it the right keyword to invoke the rivafb driver. I got this on same maillists. Where in the system can I find the database for these keyword stuff.
 
Later, when I say
# startx , it fails.
It says:-
(EE) Failed to load module "nvidia" (module does not exist, 0)
(EE) No devices detected.
 
What is going wrong here? Is there any other way through which I can tell the X server to use Framebuffer.
 
Please help.
 
My system configuration
Os                linux 7.3(kernel - 2.4.18)
Boot loader       lilo
Default runlevel  3
Framebuffer       rivafb
X server version  4.2.0 
 
Regards,
Mukund jampala
 
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

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

end of thread, other threads:[~2004-09-30  4:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-29 10:20 keyword for rivafb in XF86Confige file Mukund JB.
2004-09-30  4:02 ` mike
  -- strict thread matches above, loose matches on Subject: below --
2004-09-29 10:12 Mukund JB.
     [not found] ` <1096454123.27898.29.camel@spider.hotmonkeyporn.com>
2004-09-29 10:37   ` Owen Ford
2004-09-27  5:38 Mukund JB.
2004-09-29  9:45 ` mike
2004-09-29  9:58   ` Owen Ford
2004-09-24  7:05 Mukund JB.
2004-09-25  2:50 ` mike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox