Re: RE: xorg on 5.3 beta

2004-08-26 Thread edwinculp


- Mensaje original -
De: Osmany Guirola Cruz <[EMAIL PROTECTED]>
Fecha: Jueves, Agosto 26, 2004 7:00 am
Asunto: RE: xorg on 5.3 beta

> Ok i copy my old Xfree86 to xorg and . works but i have message 
> again 
> NVRM: detected agp.ko, aborting NVIDIA AGP setup 
> but the glx works fine i think that it'sa problem of the lasta 
> driver 
> 
I'm using a cheap card that identifies as:

[EMAIL PROTECTED]:0:0: class=0x03 card=0x chip=0x018110de rev=0xc1 hdr=0x00
vendor   = 'NVIDIA Corporation'
device   = 'GeForce4 MX 440 with AGP 8X [NV18.2]'
class= display
subclass = VGA

I don't load agp.ko and it works fine but I'm not a graphics person so what do I know.

I just have the following in my XF86Config

Section "Device"
Identifier  "NVIDIA GeForce"
Driver  "nv"
#VideoRam32768
# Insert Clocks lines here if appropriate
EndSection

No bells, no whistles and no errors to worry about ;-) 

ed
> 
> 
> -Original Message-
> From: edwinculp [edNVRM: detected agp.ko, aborting NVIDIA AGP 
> [EMAIL PROTECTED]: Wed 8/25/2004 5:39 PM
> To: [EMAIL PROTECTED]
> Cc: 
> Subject: Re: xorg on 5.3 beta
> 
> 
> 
> ----- Mensaje original -
> De: Osmany Guirola Cruz <[EMAIL PROTECTED]>
> Fecha: Miércoles, Agosto 25, 2004 3:45 pm
> Asunto: xorg on 5.3 beta
> 
> > hi people
> > i am trying to configure my nvidia card on freebsd 5.3beta
> > and it's imposible to me do it 
> > first xorgconfig does not find the card database like when i use 
> > xf86config in 4.10 then the xorg.conf file it's incomplete 
> > then i use the xorgcfg and does not work i get a gray screen with 
> a 
> > mouse an nothing more my last choice is with sysinstall with 
> > "xorgcfg -textmode" and i can find in the card database for my 
> > Geforce2 .. but when i do startx i get screen not found my 
> solution 
> > was copy the xorg.con.new in the /root directory to /etc/X11/ 
> then 
> > startx works but i compile the nvidia driver an this error apears 
> > in the console 
> > NVRM: detected agp.ko, aborting NVIDIA AGP setup but the startx 
> worksI had a similar problem and ended up using an old XF86Config 
> file that worked with XFree86 and it works fine.  In fact I've been 
> modifying it and using it with other cards, too. 
> 
> Probably not a good idea but it might solve you problem is you have 
> an old configuration file that worked laying around.
> 
> good luck,
> 
> ed
> > but glxgears give these error
> > Xlib:  extension "GLX" missing on display ":0.0".
> > Error: couldn't get an RGB, Double-buffered visual
> > HOW can i do my video card work correctly with xorg
> > HELP PLEASE
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > ___
> > [EMAIL PROTECTED] mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "freebsd-questions-
> > [EMAIL PROTECTED]"
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"
> 
> 
> 
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: xorg on 5.3 beta

2004-08-26 Thread matti k
On Thu, 26 Aug 2004 08:00:10 -0400
"Osmany Guirola Cruz" <[EMAIL PROTECTED]> wrote:

> Ok i copy my old Xfree86 to xorg and . works but i have message
> again NVRM: detected agp.ko, aborting NVIDIA AGP setup 
> but the glx works fine i think that it'sa problem of the lasta
> driver 

This is covered in the README. My solution was to set
hint.agp.0.disabled="1" in /boot/device.hints
Please check the README file.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: xorg on 5.3 beta

2004-08-26 Thread Osmany Guirola Cruz
Ok i copy my old Xfree86 to xorg and . works but i have message again
NVRM: detected agp.ko, aborting NVIDIA AGP setup 
but the glx works fine i think that it'sa problem of the lasta driver 



-Original Message-
From: edwinculp [mailto:edNVRM: detected agp.ko, aborting NVIDIA AGP [EMAIL PROTECTED]
Sent: Wed 8/25/2004 5:39 PM
To: [EMAIL PROTECTED]
Cc: 
Subject: Re: xorg on 5.3 beta



- Mensaje original -
De: Osmany Guirola Cruz <[EMAIL PROTECTED]>
Fecha: Miércoles, Agosto 25, 2004 3:45 pm
Asunto: xorg on 5.3 beta

> hi people
> i am trying to configure my nvidia card on freebsd 5.3beta
> and it's imposible to me do it 
> first xorgconfig does not find the card database like when i use 
> xf86config in 4.10 then the xorg.conf file it's incomplete 
> then i use the xorgcfg and does not work i get a gray screen with a 
> mouse an nothing more my last choice is with sysinstall with 
> "xorgcfg -textmode" and i can find in the card database for my 
> Geforce2 .. but when i do startx i get screen not found my solution 
> was copy the xorg.con.new in the /root directory to /etc/X11/ then 
> startx works but i compile the nvidia driver an this error apears 
> in the console 
> NVRM: detected agp.ko, aborting NVIDIA AGP setup but the startx works
I had a similar problem and ended up using an old XF86Config file that worked with 
XFree86 and it works fine.  In fact I've been modifying it and using it with other 
cards, too. 

Probably not a good idea but it might solve you problem is you have an old 
configuration file that worked laying around.

good luck,

ed
> but glxgears give these error
> Xlib:  extension "GLX" missing on display ":0.0".
> Error: couldn't get an RGB, Double-buffered visual
> HOW can i do my video card work correctly with xorg
> HELP PLEASE
> 
> 
> 
> 
> 
> 
> 
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"





___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: xorg on 5.3 beta

2004-08-25 Thread edwinculp


- Mensaje original -
De: Osmany Guirola Cruz <[EMAIL PROTECTED]>
Fecha: Miércoles, Agosto 25, 2004 3:45 pm
Asunto: xorg on 5.3 beta

> hi people
> i am trying to configure my nvidia card on freebsd 5.3beta
> and it's imposible to me do it 
> first xorgconfig does not find the card database like when i use 
> xf86config in 4.10 then the xorg.conf file it's incomplete 
> then i use the xorgcfg and does not work i get a gray screen with a 
> mouse an nothing more my last choice is with sysinstall with 
> "xorgcfg -textmode" and i can find in the card database for my 
> Geforce2 .. but when i do startx i get screen not found my solution 
> was copy the xorg.con.new in the /root directory to /etc/X11/ then 
> startx works but i compile the nvidia driver an this error apears 
> in the console 
> NVRM: detected agp.ko, aborting NVIDIA AGP setup but the startx works
I had a similar problem and ended up using an old XF86Config file that worked with 
XFree86 and it works fine.  In fact I've been modifying it and using it with other 
cards, too. 

Probably not a good idea but it might solve you problem is you have an old 
configuration file that worked laying around.

good luck,

ed
> but glxgears give these error
> Xlib:  extension "GLX" missing on display ":0.0".
> Error: couldn't get an RGB, Double-buffered visual
> HOW can i do my video card work correctly with xorg
> HELP PLEASE
> 
> 
> 
> 
> 
> 
> 
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


xorg on 5.3 beta

2004-08-25 Thread Osmany Guirola Cruz
hi people
 i am trying to configure my nvidia card on freebsd 5.3beta
and it's imposible to me do it 
first xorgconfig does not find the card database like when i use xf86config in 4.10 
then the xorg.conf file it's incomplete 
then i use the xorgcfg and does not work i get a gray screen with a mouse an nothing 
more my last choice is with sysinstall with "xorgcfg -textmode" and i can find in the 
card database for my Geforce2 .. but when i do startx i get screen not found my 
solution was copy the xorg.con.new in the /root directory to /etc/X11/ then startx 
works but i compile the nvidia driver an this error apears in the console 
NVRM: detected agp.ko, aborting NVIDIA AGP setup but the startx works
but glxgears give these error
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't get an RGB, Double-buffered visual
HOW can i do my video card work correctly with xorg
HELP PLEASE








___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"