Re: [gentoo-user] NVidia Riva TNT32 x OpenGL

2003-08-29 Thread Nicolas STURMEL
Michael Schreckenbauer wrote:
> 
> Hello,
> yes, you are right, that's needed :-) I think, this was meant by 
> "...i run opengl config i change to nvidia gl...", but I could be wrong about 
> that. Good point you mentioned this.
> 

Look at your XF86Config, you probably didn't enable the glx extension,
here is a piece of mine ( I use the nvidia driver with a Geforce4
MX440SE ) :

Load"dbe"   # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection  "extmod"
  Option"omit xfree86-dga"   # don't initialise the DGA extension
EndSubSection

# This loads the Type1 and FreeType font modules
Load"type1"
Load"speedo"
Load"freetype"
Load"xtt"

# This loads the GLX module
Load   "glx"
# This loads the DRI module
Load   "dri"

-- 
Nicolas


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] NVidia Riva TNT32 x OpenGL

2003-08-29 Thread Michael Schreckenbauer
Am Freitag, 29. August 2003 23:26 schrieb Pupeno:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> El Viernes Agosto 29 2003 18:09, Michael Schreckenbauer escribió:
> > Am Freitag, 29. August 2003 22:45 schrieb Andrew Farmer:
> > > At 29 August, 2003 Fellipe Weno wrote:
> > > > Hi all,
> > > >
> > > > I want configure my XFree to use glx support but it dont work i
> > > > install nvidia-kernel and gl support but its dont work i run opengl
> > > > config i change to nvidia gl and if a try run xfree its dont start.
> > > > any idea is appreciated.
> > >
> > > Did you install xfree-drm?
> >
> > Hello,
> > xfree-drm is not necessary, if you are using nvidia-kernel and nvidia-glx
> > ;-) Have you changed your /etc/X11/XF86Config to use the nvidia-driver?
> > There's a section that should read similar to this:
> > Section "Device"
> >   BoardName"AutoDetected"
> >   Driver   "nvidia"  <-- if you have nv or something diff here,
> > change Identifier   "Device[0]"
> >   Option   "dpms"
> >   Option   "HWCursor" "1"
> >   VendorName   "AutoDetected"
> > EndSection
> >
> > If this does not help, could you post your /var/log/XFree86.0.log?
> >
> > HTH
> > Michael
>
> To use nvidia-glx, doen't you need to run
> opengl-update nvidia
> as well ?
> Thanks
>
> - --
> Pupeno: [EMAIL PROTECTED]
> http://www.kde.org

Hello,
yes, you are right, that's needed :-) I think, this was meant by 
"...i run opengl config i change to nvidia gl...", but I could be wrong about 
that. Good point you mentioned this.

Greetings
Michael


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] NVidia Riva TNT32 x OpenGL

2003-08-29 Thread Pupeno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

El Viernes Agosto 29 2003 18:09, Michael Schreckenbauer escribió:
> Am Freitag, 29. August 2003 22:45 schrieb Andrew Farmer:
> > At 29 August, 2003 Fellipe Weno wrote:
> > > Hi all,
> > >
> > > I want configure my XFree to use glx support but it dont work i install
> > > nvidia-kernel and gl support but its dont work i run opengl config i
> > > change to nvidia gl and if a try run xfree its dont start. any idea is
> > > appreciated.
> >
> > Did you install xfree-drm?
>
> Hello,
> xfree-drm is not necessary, if you are using nvidia-kernel and nvidia-glx
> ;-) Have you changed your /etc/X11/XF86Config to use the nvidia-driver?
> There's a section that should read similar to this:
> Section "Device"
>   BoardName"AutoDetected"
>   Driver   "nvidia"  <-- if you have nv or something diff here,
> change Identifier   "Device[0]"
>   Option   "dpms"
>   Option   "HWCursor" "1"
>   VendorName   "AutoDetected"
> EndSection
>
> If this does not help, could you post your /var/log/XFree86.0.log?
>
> HTH
> Michael

To use nvidia-glx, doen't you need to run 
opengl-update nvidia 
as well ?
Thanks

- -- 
Pupeno: [EMAIL PROTECTED]
http://www.kde.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/T8UZLr8z5XzmSDQRAvzuAJ9DE6EcRF8YcYgTQSH1Za0/lHp14gCgiyqI
FyMZEBQjdeAtZdQpWaNbMRk=
=vewP
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] NVidia Riva TNT32 x OpenGL

2003-08-29 Thread Michael Schreckenbauer
Am Freitag, 29. August 2003 22:45 schrieb Andrew Farmer:
> At 29 August, 2003 Fellipe Weno wrote:
> > Hi all,
> >
> > I want configure my XFree to use glx support but it dont work i install
> > nvidia-kernel and gl support but its dont work i run opengl config i
> > change to nvidia gl and if a try run xfree its dont start. any idea is
> > appreciated.
>
> Did you install xfree-drm?

Hello,
xfree-drm is not necessary, if you are using nvidia-kernel and nvidia-glx ;-) 
Have you changed your /etc/X11/XF86Config to use the nvidia-driver? There's a 
section that should read similar to this:
Section "Device"
  BoardName"AutoDetected"
  Driver   "nvidia"  <-- if you have nv or something diff here, change
  Identifier   "Device[0]"
  Option   "dpms"
  Option   "HWCursor" "1"
  VendorName   "AutoDetected"
EndSection

If this does not help, could you post your /var/log/XFree86.0.log?

HTH
Michael


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] NVidia Riva TNT32 x OpenGL

2003-08-29 Thread Andrew Farmer
At 29 August, 2003 Fellipe Weno wrote:
> Hi all,
> 
> I want configure my XFree to use glx support but it dont work i install 
> nvidia-kernel and gl support but its dont work
> i run opengl config i change to nvidia gl and if a try run xfree its dont start.
> any idea is appreciated.

Did you install xfree-drm?

-- 
Andrew Farmer
[EMAIL PROTECTED]


pgp0.pgp
Description: PGP signature


[gentoo-user] NVidia Riva TNT32 x OpenGL

2003-08-29 Thread Fellipe Weno



Hi all,
 
I want configure my XFree to use glx support but it 
dont work i install nvidia-kernel and gl support but its dont work
i run opengl config i change to nvidia gl and if a 
try run xfree its dont start.
any idea is appreciated.
 
banza