Re: nvidia-drivers crash computer on X start

2009-03-28 Thread Mel Flynn
On Saturday 28 March 2009 13:53:43 Anders Holmström wrote:

> The current xorg.conf I'm using is listed below. It was generated with
> X -configure. I've used many different xorg.confs, but they've all
> more or less been using the same settings as below, except when I
> tried NvAGP which didn't seem to work either (unless I was missing
> something).

When using NvAGP, /boot/device.hints MUST contain a line that disables agp.

> In dmesg.boot this is displayed:
> ###
> nvidia0:  on vgapci0
> vgapci0: child nvidia0 requested pci_enable_busmaster
> vgapci0: child nvidia0 requested pci_enable_io
> vgapci0: child nvidia0 requested pci_enable_io

Harmless, as these interfaces are still supported. It should be seen as 
deprecation warning.

> nvidia0: [GIANT-LOCKED]
> nvidia0: [ITHREAD]
> ###
>
> I have tried reinstalling xorg-server and nvidia-driver many times.
> I've also had the same problem on a completely different FreeBSD
> install on the same computer, before a broken HDD forced me to
> reinstall completely. It was the same BSD version. I've made sure that
> the driver is actually loaded with kldstat, and have not used "kldload
> nvidia" as it's said that it's best to put an entry in
> /boot/loader.conf and restart instead. /dev/nvidia0 and /dev/nvidiactl
> show up after the drivers are installed and the computer rebooted.
> I've tried disabling FreeBSD AGP and using NvAGP instead, but the
> exact same thing happens. My card is a GeForce 8800 GTS 512 MB, and is
> supported by the drivers.

You properly walked all avenues that would resolve a configuration issue on 
your part. There's one more to try, disable the composite extension, yet this 
is a long shot if not using a window manager that uses composite.

Section "Extensions"
Option "Composite" "disable"
EndSection

If that does not help, then the proper action would be to file a bug report 
with nvidia, using the nvidia-bug-report.sh script, that unfortunately isn't 
installed by the port.

It's easiest to get a hold of that script using:
make -C /usr/ports/x11/nvidia-driver extract
cp `make -C /usr/ports/x11/nvidia-driver -V WRKSRC`/obj/*.sh .
-- 
Mel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: nvidia-drivers crash computer on X start

2009-03-28 Thread rasz

Anders Holmström wrote:

did you try
Option "AllowEmptyInput" "off"

in Serverlayout section under screen, keyboard, mouse?



I was  told by a guy on the nvnews.net forums that I should put
machdep.disable_mtrrs=1 in my /boot/loader.conf. Apparently he had had
the same problem and he said it was because he had more than 2 gigs of
ram. He had solved it by that setting, and later by simply removing
the ram. I have 4 gigs, and the setting did work for me. HOWEVER, now
that I startx it's impossible to move the mouse/use the keyboard. It
also complaints about not being able to locate driver "kbd" and driver
"mouse", plus mentions AllowEmptyInput as the culprit. I tried
disabling it but it in xorg.conf, but didn't help on the input device
issue. X still started though.

I didn't think the two were related, but based on your post I guess
they are. You could (or somebody else) possibly enlighten me a bit
more about the relationship, or point me in the right direction? man
xorg.conf didn't give much info.

  
i am not sure about the machdep setting there so i cc'd the mailing list 
maybe someone else can help you there.
about the AllowEmptyInput however, there is some info in ports/UPDATING 
round about when xorg was updated because I
am not sure if you said you disabled the mouse from xorg config instead 
of moused in etc/rc.conf ( if that is what you said).
i have moused_enable="NO" in etc/rc.conf and add Option 
"AllowEmptyInput" "off" in xorg.conf.new right after a Xorg -configure.
also, i think you have to test cuz ppl get different setting to work 
depending their hardware, but i have had similar problem as you

with moused enabled and AllowEm...added. ( i have only 1gb memory fyi)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: nvidia-drivers crash computer on X start

2009-03-28 Thread rasz

RW wrote:

On Sat, 28 Mar 2009 13:53:43 +0100
Anders Holmström  wrote:

  

The current xorg.conf I'm using is listed below. It was generated with
X -configure. I've used many different xorg.confs, but they've all
more or less been using the same settings as below,



I don't know if it will help, but the nvidia driver has its own utility
for generating xorg.conf:

x11/nvidia-xconfig





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

  

did you try
Option "AllowEmptyInput" "off"

in Serverlayout section under screen, keyboard, mouse?


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: nvidia-drivers crash computer on X start

2009-03-28 Thread RW
On Sat, 28 Mar 2009 13:53:43 +0100
Anders Holmström  wrote:

> The current xorg.conf I'm using is listed below. It was generated with
> X -configure. I've used many different xorg.confs, but they've all
> more or less been using the same settings as below,

I don't know if it will help, but the nvidia driver has its own utility
for generating xorg.conf:

x11/nvidia-xconfig





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: nvidia drivers

2005-09-18 Thread Gregory Nou

Bob Johnson wrote:




In the default version distributed by nVidia, you have to disable
FreeBSD's AGP support or the nvidia driver will refuse to load.  I
don't know if the port builds it with that configuration or not.

 

I do not agree. I now compile the kernel without agp, but I used to 
compile with it until recently and never had such problems. Iirc, 
nvidia-drivers do not care about which version (i mean, freebsd's or 
nvidia's one) you have of agp.ko. It even give you the choice of which 
you want to use. (only if you load the native agp in module, not if it 
is statically compiled). That's in the X configuration file, something 
like NvAgp, and should be set to 0,1 or 2 (it's explained in the 
documentation).

I'd like to add that the port nvidia-driver works just fine.

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


Re: nvidia drivers

2005-09-17 Thread Bob Johnson
On 9/15/05, Sean <[EMAIL PROTECTED]> wrote:
> I am using a test system and have been try to get the nvidia drivers 
> working.
> 
> I am running freebsd 5.3 release, nvidia ultra 6800 256mb, and tried 
> installing the drivers using the port.
> 

I have installed the nvidia driver a few times and it has worked, but
I've gone to the nvidia website and followed their directions, rather
than using the port.

> Went through all the info I can find and tried various things and no luck.

Have you read nvidia's README at
http://www.nvidia.com/object/freebsd_1.0-7676.html ?

In the default version distributed by nVidia, you have to disable
FreeBSD's AGP support or the nvidia driver will refuse to load.  I
don't know if the port builds it with that configuration or not.

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


Re: nvidia drivers

2005-09-17 Thread Lowell Gilbert
Sean <[EMAIL PROTECTED]> writes:

> I am using a test system and have been try to get the nvidia drivers
> working.
> 
> I am running freebsd 5.3 release, nvidia ultra 6800 256mb, and tried
> installing the drivers using the port.
> 
> Went through all the info I can find and tried various things and no luck.
> 
> On a fresh install of 5.3, I installed te nvidia driver using the port
> and after startx, (with no .xinitrc), it started fine. When I exited
> this test there were two lines about this kernel (generic) and version
> of FreeBSD not being able to support agp.
> 
> I cvs'd up and rebuilt all ports. Kernel still running generic install
> and now have the below error.
> 
> dmesg does show the nvidia0:  with various info after.
> dmesg also show on the next line nvidia0: [giant-locked]
> The final line of dmesg shows 'interrupt storm detected on "irq16:
> nvidia0:; throttling interrupt source'
> 
> Doing a startx, there is no .xinitrc in place, it fails.
> One line shows 'nvidia: could not open the device file /dev/nvidiactl
> (unknown error: 999).
> The some lines about failing to initialize the NVIDIA kernel module,
> and check to see if there is a supported GPU in the system.
> 
> Also a line about Screen(s) found, but none have usable configuration.
> Fatal server error:
> no screens found.
> 
> Checking the Xorg log it even states a NVIDIA GPU is found.
> The only thing that catches my attention is that it states (II)
> UnloadableModule "nvidia".
> 
> Anyone have success getting the nidia driver to run?

Start from the beginning.  You need to get the nvidia kernel module
loaded.  That apparently means you need AGP in your kernel.  It *was*
in the GENERIC kernel for 5.3, so you need to look more closely into
why it thinks that is a problem.  Look at the error messages in detail.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Nvidia drivers and mem.ko module

2004-08-31 Thread Henrik W Lund
Ricardo Britto wrote:
Hi,
I'm running FreeBSD 5.2.1-RELEASE-p9 #3 on my machine and I'm having problems 
on installing nvidia-driver from ports.
I get the following error: ERROR: Failed to load the NVIDIA module!
KLD nvidia.ko: depends on mem - not available.

That's saying about mem.ko module. Well, I cvsuped my tree - 'cause mem.ko 
doesn't exit on my /boot/kernel directory - and it's not available for my 
tag=RELENG_5_2. I tried to update my tree with the tag=. and it downloads mem 
source, but it's incompatible to my freebsd version (when I try to build and 
install my kernel I get errors about options that aren't available for that 
version of kernel).

I searched google about more info and all I could get was a discussion between 
commiters about cvsup war/bug fix.
In the end: I can't install nvidia-driver because it needs mem.ko module and I 
can't install mem.ko module because it isn't cvsuped to my tree (or because 
I'm too dummy :( ).

Could anyone help?
I appreciate in advance,
Ricardo Britto
Greetings!
. is the -CURRENT branch tag, and the config file for the kernel may 
have changed since the creation of RELENG_5_2. You should use the 
GENERIC config file and modify it instead of using your old one.

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


Re: Nvidia Drivers

2004-04-14 Thread Radu MOLNAR
i've been using the nvidia drivers on riva tnt2 and geforce2 mx400 and
every tiem i installed the drivers on the nvidia site. worked perfectly
every time and except for the kernel options no other tweaking was
required


Radu Molnar
Babes-Bolyai Comunication Center



On Thu, 15 Apr 2004, Remko Lodder wrote:

> Mateusz Rajca wrote:
> > Hi,
> >
> > I have Nvidia Ge Force 4 MX 440. How should I install drivers for Nvidia Ge Force 
> > on
> > FreeBSD 5.1 because FreeBSD won't work untill I install them?
>
> Hello,
>
> I have the same card, you can find drivers for it in the
> /usr/ports/x11/nvidia-driver directory.
>
> Note that i had to copy the nvidia.ko file from that directory to
> /boot/kernel myself. Perhaps i did something wrong, but when copied
> manually and added to /boot/loader.conf
>
> (nvidia_load="YES") it works like a sunshine.
>
> Oh and could you do a little favor for me in return, wrap your lines at
> 80 chars or something. Thanks
>
> Cheers
>
>
> p.s little sidenote, FreeBSD works fine without the drivers, even VESA
> mode under X works. But when working dualscreen and for getting it all
> out of your card, it's better to  use the driver.
>
> >
> > Thanks
> >
> > Zdzislaws
> >
>
>
> --
>
> Kind regards,
>
> Remko Lodder
> Elvandar.org/DSINet.org
> www.mostly-harmless.nl A Dutch community for helping newcomers on the
> hackerscene
> ___
> [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: Nvidia Drivers

2004-04-14 Thread Remko Lodder
Mateusz Rajca wrote:
Hi,
 
I have Nvidia Ge Force 4 MX 440. How should I install drivers for Nvidia Ge Force on 
FreeBSD 5.1 because FreeBSD won't work untill I install them?
Hello,

I have the same card, you can find drivers for it in the 
/usr/ports/x11/nvidia-driver directory.

Note that i had to copy the nvidia.ko file from that directory to 
/boot/kernel myself. Perhaps i did something wrong, but when copied 
manually and added to /boot/loader.conf

(nvidia_load="YES") it works like a sunshine.

Oh and could you do a little favor for me in return, wrap your lines at 
80 chars or something. Thanks

Cheers

p.s little sidenote, FreeBSD works fine without the drivers, even VESA 
mode under X works. But when working dualscreen and for getting it all 
out of your card, it's better to  use the driver.

 
Thanks
 
Zdzislaws



--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl A Dutch community for helping newcomers on the 
hackerscene
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Nvidia Drivers

2004-04-14 Thread Peter Schuller
> I have Nvidia Ge Force 4 MX 440. How should I install drivers for Nvidia Ge
> Force on FreeBSD 5.1 because FreeBSD won't work untill I install them?

Well. I haven't used the nvidia driver on FreeBSD yet, but there is a port, 
so:

cd /usr/ports/x11/nvidia-driver && make install

should do the trick; and follow the instructions 
in /usr/ports/x11/nvidia-driver/pkg-message

-- 
/ Peter Schuller, InfiDyne Technologies HB

PGP userID: 0xE9758B7D or 'Peter Schuller <[EMAIL PROTECTED]>'
Key retrieval: Send an E-Mail to [EMAIL PROTECTED]
E-Mail: [EMAIL PROTECTED] Web: http://www.scode.org

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


SOLVED: RE: nVidia drivers on FreeBSD 5.2.1 (Dell Inspiron 8100 laptop)

2004-03-10 Thread Ralph M. Los
OK - I resolve to the fact that I just can't read error messages.  I
commented out the chipset portion...and voila...everything works like a
CHARM.  Sorry to waste everyone's time with a completely stupid mistake.

-Original Message-
From: Ralph M. Los 
Sent: Wednesday, March 10, 2004 6:48 PM
To: [EMAIL PROTECTED]
Cc: Frank Knobbe
Subject: RE: nVidia drivers on FreeBSD 5.2.1 (Dell Inspiron 8100 laptop)


Tried /usr/ports/x11/nvidia-driver and doing make install...worked great
and gave some instructions about doing a "make setup" which doesn't
exist.  After thatstill getting this when I try to get X running.
I've included my XF86Config snip at the bottom just for giggles.


(WW) NVIDIA: Chipset "GeForce2 Go" in Device section "NVIDIA GeForce 2"
isn't valid for this driver.
(EE) No devices detected

Fatal server error:
No screens found




Section "Device"
Identifier "NVIDIA GeForce 2"
VendorName "NVIDIA"
BoardName  "GeForce2 Go"
Driver "nvidia"
BoardName  "GeForce2 Go"
ChipSet"GeForce2 Go"
BusID  "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "NVIDIA GeForce 2"
Monitor"Monitor0"
...
...
EndSection






ARG

Ralph
___
[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: nVidia drivers on FreeBSD 5.2.1 (Dell Inspiron 8100 laptop)

2004-03-10 Thread Ralph M. Los
Tried /usr/ports/x11/nvidia-driver and doing make install...worked great
and gave some instructions about doing a "make setup" which doesn't
exist.  After thatstill getting this when I try to get X running.
I've included my XF86Config snip at the bottom just for giggles.


(WW) NVIDIA: Chipset "GeForce2 Go" in Device section "NVIDIA GeForce 2"
isn't valid for this driver.
(EE) No devices detected

Fatal server error:
No screens found




Section "Device"
Identifier "NVIDIA GeForce 2"
VendorName "NVIDIA"
BoardName  "GeForce2 Go"
Driver "nvidia"
BoardName  "GeForce2 Go"
ChipSet"GeForce2 Go"
BusID  "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "NVIDIA GeForce 2"
Monitor"Monitor0"
...
...
EndSection






ARG

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


Re: nVidia drivers on FreeBSD 5.2.1 (Dell Inspiron 8100 laptop)

2004-03-08 Thread Kris Kennaway
On Mon, Mar 08, 2004 at 11:19:01PM -0500, Ralph M. Los wrote:
> Hi,
>  Me again...now that I have my Cisco 350 working...I have X working fine
> - and I've downloaded what appears to be the latest 1.0-4365 driver from
> nVidia.com.  I've tried to get the driver working - but no luck.  Below
> is my XF86Config file...but it doesn't appear to work - how can I
> determine what the proper parameters are?

Try using the nvidia-driver port, it may set things up differently
(correctly) on 5.x.

Kris


pgp0.pgp
Description: PGP signature


Re: Nvidia Drivers + FreeBSD AGP + Big textures = Problems

2003-08-01 Thread Karel J. Bosschaart
On Fri, Aug 01, 2003 at 12:25:37AM +0200, Mica Telodico wrote:
> Hi all ,
> 
> I'm getting problems with FreeBSD AGP driver and
> Nvidia DRVs.
> 
> My system is composed by a Geforce3 Ti200 (by
> Creative) and an MSI KT4Ultra (KT400) . I've decided
> to use the FreeBSD AGP driver instead of the Nvidia
> one , but I'm getting the following problem:
> 
> When I play to Enemy Territory (for now is the only
> game that I've tried) using HIGH_QUALITY options
> (1280x1024 + all 32bit +all effect to their max +
> texture compression NO ) after few time the textures
> start to flicker. The colors are strange , and after 1
> minute the Video Card starts to draw the textures in
> the wrong place (for examples it draws the texture of
> a  tank on the floor ) , after a couple of seconds all
> the screen starts to flicker , and then the system
> freeze. If I only enable the Texture compression (and
> so I reduce a bit the dimension of the textures) the
> problem disappears , and also if I reduce the quality
> of the textures (also reducing the size). I think that
> may be a memory allocation error in the AGP when it
> needs to write into the main memory , or something
> like this. 
>
Is the main menu OK now?

> Someone have my problem? 
>
Not this problem (well didn't try those options), but
the Nvidia driver causes my ttyv's to fail miserably:
any switch to a ttyv will cause the system to freeze,
which means that I can't even shutdown properly since
the system goes to ttyv first when doing a shutdown
from KDE/kdm. Games run fine though.

> Can someone solve it? I'd like to use the FreeBSD drv
> instead of the Nvidia one (I'd like to be more open
> that I can) 
> 
After all, the Nvidia driver is still beta, so problems
can be expected.

> Ah , Nvidia AGP drv solve the problem 
> 
I also have Nvidia AGP. FreeBSD AGP didn't change anything
for me with my ttyv problem. I'll try another resolution
(already tried colordepth). Have a look at 
http://www.soulwax.net/nvidia/faq.shtml ,
I found this an excellent FAQ.

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


RE: nVidia drivers w/ 4.7-RELEASE

2002-12-01 Thread Gautham Ganapathy
On Friday, November 22, 2002 5:05 AM, Laszlo Vagner wrote
>
> lewiz wrote:
>
> >On Thu, Nov 21, 2002 at 08:25:39AM +0530, Gautham Ganapathy wrote:
> >
> >
> >>Will the nvidia drivers work with 4.7-RELEASE? 4.7-STABLE won't have
> >>ISOs, right?
> >>
> >>
> >
> >You need 4.7-STABLE to get the NVidia drivers working.  I don't know
> >exactly what -RELEASE is missing but I'm quite sure.  There are still
> >problems with them (they hang my machine all the time) so be prepared
> >for trouble.
> >
> >-lewiz.
> >
> >
> >
> Yes I just installed the nvidia drivers for my TI 4200 card and
> ymessenger crashes the machine,
> it just makes some clicking sounds from the sound card and
> then reboots
> without syncing disks.
>
> I am running  Xfree 4.2.0_1, libraries 4.2.1_3, server 4.2.1_5 and
> client 4.2.1_2 this is greater than
> required by the nvidia instructions. The driver did get rid of the
> missing pixels in the xterm window
> but you cant use the machine reliable anymore.
>
> I am getting this error in netscape now also, "translation
> table unknown
> keysym name somekeyname"
> I tried deinstalling it and reinstalling 4.8 without change.
>
> next is to change the xserver driver and see if that changes anything.
>

I just downloaded and tried out quake3 demo. worked fine. no crashes. i
have to try out the timedemo and ut2003. Running 'timedemo '
will give me the fps, right? Rather than instantaneous, can I get an
average fps with this command?

Regards
Gautham


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: nVidia drivers w/ 4.7-RELEASE

2002-11-25 Thread Karel J. Bosschaart
On Sun, Nov 24, 2002 at 10:11:28AM +, Alex Drummond wrote:
> Interesting to see that other people found they worked fine with RELEASE. I 
> had to update my system to STABLE before GLX would work, although I had no 
> problems otherwise. Also, GLX would only work with an XFree86 installed from 
> ports, not with one installed from the FreeBSD binaries on xfree86.org (my 
> original X installation was done befroe XFree86 4 was in ports).
>
This is documented in the accompanied README.txt:

 - XFree86 4.2 or greater, the precise minimum packages required are:
   XFree86-4.2.0_1
   XFree86-libraries-4.2.1_1.tgz
   XFree86-Server-4.2.1_3
   XFree86-clients-4.2.1_1.tgz
   (please note that it is *not* sufficient to download 4.2.1 binaries from 
   ftp.xfree86.org -- you must have XFree86-Server-4.2.1_3 or later).

Notice the port version with the packages.
Karel.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: nVidia drivers w/ 4.7-RELEASE

2002-11-23 Thread Alex Drummond
Interesting to see that other people found they worked fine with RELEASE. I 
had to update my system to STABLE before GLX would work, although I had no 
problems otherwise. Also, GLX would only work with an XFree86 installed from 
ports, not with one installed from the FreeBSD binaries on xfree86.org (my 
original X installation was done befroe XFree86 4 was in ports).

Alex

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: nVidia drivers w/ 4.7-RELEASE

2002-11-22 Thread Gautham Ganapathy
On Friday, November 22, 2002 5:05 AM, Laszlo Vagner wrote:
>
> lewiz wrote:
>
> >On Thu, Nov 21, 2002 at 08:25:39AM +0530, Gautham Ganapathy wrote:
> >
> >>Will the nvidia drivers work with 4.7-RELEASE? 4.7-STABLE won't have
> >>ISOs, right?
> >
> >You need 4.7-STABLE to get the NVidia drivers working.  I don't know
> >exactly what -RELEASE is missing but I'm quite sure.  There are still
> >problems with them (they hang my machine all the time) so be prepared
> >for trouble.
> >
> Yes I just installed the nvidia drivers for my TI 4200 card and
> ymessenger crashes the machine,
> it just makes some clicking sounds from the sound card and
> then reboots
> without syncing disks.
>
> I am running  Xfree 4.2.0_1, libraries 4.2.1_3, server 4.2.1_5 and
> client 4.2.1_2 this is greater than
> required by the nvidia instructions. The driver did get rid of the
> missing pixels in the xterm window
> but you cant use the machine reliable anymore.
>
> I am getting this error in netscape now also, "translation
> table unknown
> keysym name somekeyname"
> I tried deinstalling it and reinstalling 4.8 without change.
>
> next is to change the xserver driver and see if that changes anything.
>

Ok. I guess I'll try it out and see. I'll switch back to the old driver
if it keeps crashing. I don't suppose there is any word on when the
stable releases may be out?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: nVidia drivers w/ 4.7-RELEASE

2002-11-21 Thread Kenneth Culver
I had them working just fine on -RELEASE.

Ken

On Thu, 21 Nov 2002, lewiz wrote:

> On Thu, Nov 21, 2002 at 08:25:39AM +0530, Gautham Ganapathy wrote:
> > Will the nvidia drivers work with 4.7-RELEASE? 4.7-STABLE won't have
> > ISOs, right?
>
> You need 4.7-STABLE to get the NVidia drivers working.  I don't know
> exactly what -RELEASE is missing but I'm quite sure.  There are still
> problems with them (they hang my machine all the time) so be prepared
> for trouble.
>
> -lewiz.
>
> --
> There's no future in time travel.
> 
> --|| url: http://lewiz.info/ | http://www.westwood.karoo.net/pgpkey ||--
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: nVidia drivers w/ 4.7-RELEASE

2002-11-21 Thread lewiz
On Thu, Nov 21, 2002 at 08:25:39AM +0530, Gautham Ganapathy wrote:
> Will the nvidia drivers work with 4.7-RELEASE? 4.7-STABLE won't have
> ISOs, right?

You need 4.7-STABLE to get the NVidia drivers working.  I don't know
exactly what -RELEASE is missing but I'm quite sure.  There are still
problems with them (they hang my machine all the time) so be prepared
for trouble.

-lewiz.

-- 
There's no future in time travel.

--|| url: http://lewiz.info/ | http://www.westwood.karoo.net/pgpkey ||--



msg09657/pgp0.pgp
Description: PGP signature


Re: nVidia drivers w/ 4.7-RELEASE

2002-11-20 Thread Kenneth Culver
> Yep - I'm using them on 4.7-RELEASE right now. Myth II runs great :)

Quake 3, Wolfenstein, tuxracer, and UT2003 all work on my machine.
However, ut2003 refused to work on my hardware while using the nvidia
agpgart. I had to switch to using FreeBSD's agpgart.

Ken


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: nVidia drivers w/ 4.7-RELEASE

2002-11-20 Thread John Bleichert
On Wed, 20 Nov 2002, Kenneth Culver wrote:

> Date: Wed, 20 Nov 2002 07:43:39 -0500 (EST)
> From: Kenneth Culver <[EMAIL PROTECTED]>
> To: Gautham Ganapathy <[EMAIL PROTECTED]>
> Cc: "Questions @ FreeBSD" <[EMAIL PROTECTED]>
> Subject: Re: nVidia drivers w/ 4.7-RELEASE
> 
> It works fine with -RELEASE.
> 
> Ken
> 
> On Wed, 20 Nov 2002, Gautham Ganapathy wrote:
> 
> > Hi
> >
> > Will the nvidia drivers work with 4.7-RELEASE? 4.7-STABLE won't have
> > ISOs, right?
> >
> > Regards
> > Gautham
> >
> >
> 
> 

Yep - I'm using them on 4.7-RELEASE right now. Myth II runs great :)

#  John Bleichert 
#  http://vonbek.dhs.org/latest.jpg


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: nVidia drivers w/ 4.7-RELEASE

2002-11-20 Thread Kenneth Culver
It works fine with -RELEASE.

Ken

On Wed, 20 Nov 2002, Gautham Ganapathy wrote:

> Hi
>
> Will the nvidia drivers work with 4.7-RELEASE? 4.7-STABLE won't have
> ISOs, right?
>
> Regards
> Gautham
>
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: nVidia drivers w/ 4.7-RELEASE

2002-11-20 Thread Matthew Seaman
On Wed, Nov 20, 2002 at 01:38:56PM +0530, Gautham Ganapathy wrote:

> Will the nvidia drivers work with 4.7-RELEASE?

The release notes say:

 - FreeBSD -STABLE, version 4.7 or later

which should include 4.7-RELEASE.  There have been various reports
around the mailing lists of people getting the nvidia drivers working
on other versions, including 5-CURRENT, but NVIDIA won't support that.

> 4.7-STABLE won't have ISOs, right?

Probably not, but see http://www.freebsdmirrors.org/FBSDsites.php3 for
sites where you can do a network install of a more recent snapshot.
Or read Chapter 21 of the Handbook about how to track -STABLE:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
  Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: NVIDIA Drivers Forum

2002-11-09 Thread Pierrick Brossin
Weston M. Price wrote:

Hi,


	Is this the correct forum to ask questions about the new NVIDIA drivers or 
has a specific group been created for this? 

Basically, Nvidia have their own forums.
Please check the readme file provided with the drivers!

Regards

--
Pierrick Brossin
IT Employee
15, Ch. du Château, 1422 Grandson, Switzerland
Tel Prof: +41-327201423 Mobile Priv: +41-794137145
Mail Prof: [EMAIL PROTECTED] Mail Priv: [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message