Re: nvidia geforce fx 5200 not working with nvidia driver

2004-01-09 Thread Luca Gerli
Ok, it seems like a driver bug. Tested on linux and the results are:

 Linux 2.4.22 nvidia v1.0-4363   : not working
 Linux 2.4.22 nvidia v1.0-4496   : working
 FreeBSD 5.2RCs nvidia v1.0-4365 : not working
 so eventually something got fixed in the driver for my card,
but has not been backported to the freebsd version. Moreover there
is no Changelog from 4363 to 4496 so it's not easy to understand what
was fixed/modified.
 I'll give it a shot and write to nvidia.

 Thanks, Luca.

Andrew L. Gould wrote:
On Thursday 08 January 2004 04:01 pm, Luca Gerli wrote:

Hi Andrew,

 I tried both, even setting NvAgp to "0", but no luck. I also
tried to play with ReqAGP to force lower AGP rates, still the
problem remains. Of the three cards, the only one which keeps
not working is the 5200. I wonder if it is an AGP issue, but
even using the Kernel AGP made no difference.
 Any other idea ? Or someone having that same card + same kernel ?
 (chipset is via kt400).
 Thanks, Luca.


Perhaps it's a FreeBSD 5.2RC2 thing.  Remember, you're still running CURRENT.


Andrew L. Gould wrote:

On Thursday 08 January 2004 03:21 pm, Luca Gerli wrote:

Hello all,

just installed a new Nvidia GeForce FX 5200 on my pc (freebsd 5.2RC2),
and did a "startx" but just got this:
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Thu Jan  8 22:09:22 2004
(==) Using config file: "/etc/X11/XF86Config"
nvidia0: rm_init_adapter() failed!
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
(EE) NVIDIA(0):  *** Aborting ***
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found
/var/log/XFree86.0.log says:


(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0xE000
(--) NVIDIA(0): MMIO registers at 0xDE00
(==) NVIDIA(0): Write-combining range (0xde601000,0x1000) was already
clear (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
(EE) NVIDIA(0):  *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "vgahw"
(II) Unloading /usr/X11R6/lib/modules/libvgahw.a
(EE) Screen(s) found, but none have a usable configuration.

My previous setup was based on a GeForce 2 GTS, and X with "nvidia" run
without any problem. Also a GeForce 2 MX400 was ok. Now, I had to revert
to the "nv" driver (the one included in XFree86) to be able to run X.
Has anyone any clue or advice ?

I did compile nvidia-driver-1.0.4365 with the default options (just
a simple "make install) when I had the GeForce 2 GTS installed. Kernel
is in its default config (as coming from 5.2RC2).
BTW: card is working ok in M$ and Linux.

Thanks,
 Luca.
Does your /etc/X11/XF86Config have the "NvAgp" option line in it to
determine whether to use the nvidia agp or FreeBSD agp?  (This is
discussed in the README file.)
Have you tried doing the "make setup" again?

Best of luck,

Andrew Gould


___
[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 geforce fx 5200 not working with nvidia driver

2004-01-08 Thread Luca Gerli
Hi Andrew,

 I tried both, even setting NvAgp to "0", but no luck. I also
tried to play with ReqAGP to force lower AGP rates, still the
problem remains. Of the three cards, the only one which keeps
not working is the 5200. I wonder if it is an AGP issue, but
even using the Kernel AGP made no difference.
 Any other idea ? Or someone having that same card + same kernel ?
 (chipset is via kt400).
 Thanks, Luca.

Andrew L. Gould wrote:
On Thursday 08 January 2004 03:21 pm, Luca Gerli wrote:

Hello all,

 just installed a new Nvidia GeForce FX 5200 on my pc (freebsd 5.2RC2),
and did a "startx" but just got this:
 Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 (==) Log file: "/var/log/XFree86.0.log", Time: Thu Jan  8 22:09:22 2004
 (==) Using config file: "/etc/X11/XF86Config"
 nvidia0: rm_init_adapter() failed!
 (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
 (EE) NVIDIA(0):  *** Aborting ***
 (EE) Screen(s) found, but none have a usable configuration.
 Fatal server error:
 no screens found
 /var/log/XFree86.0.log says:

 
 (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
 (==) NVIDIA(0): RGB weight 888
 (==) NVIDIA(0): Default visual is TrueColor
 (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
 (--) NVIDIA(0): Linear framebuffer at 0xE000
 (--) NVIDIA(0): MMIO registers at 0xDE00
 (==) NVIDIA(0): Write-combining range (0xde601000,0x1000) was already
clear (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
 (EE) NVIDIA(0):  *** Aborting ***
 (II) UnloadModule: "nvidia"
 (II) UnloadModule: "vgahw"
 (II) Unloading /usr/X11R6/lib/modules/libvgahw.a
 (EE) Screen(s) found, but none have a usable configuration.
 
 My previous setup was based on a GeForce 2 GTS, and X with "nvidia" run
without any problem. Also a GeForce 2 MX400 was ok. Now, I had to revert to
the "nv" driver (the one included in XFree86) to be able to run X.
 Has anyone any clue or advice ?

 I did compile nvidia-driver-1.0.4365 with the default options (just
a simple "make install) when I had the GeForce 2 GTS installed. Kernel
is in its default config (as coming from 5.2RC2).
 BTW: card is working ok in M$ and Linux.

 Thanks,
  Luca.


Does your /etc/X11/XF86Config have the "NvAgp" option line in it to determine 
whether to use the nvidia agp or FreeBSD agp?  (This is discussed in the 
README file.)

Have you tried doing the "make setup" again?

Best of luck,

Andrew Gould


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


nvidia geforce fx 5200 not working with nvidia driver

2004-01-08 Thread Luca Gerli
Hello all,

 just installed a new Nvidia GeForce FX 5200 on my pc (freebsd 5.2RC2), and did
a "startx" but just got this:
 Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 (==) Log file: "/var/log/XFree86.0.log", Time: Thu Jan  8 22:09:22 2004
 (==) Using config file: "/etc/X11/XF86Config"
 nvidia0: rm_init_adapter() failed!
 (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
 (EE) NVIDIA(0):  *** Aborting ***
 (EE) Screen(s) found, but none have a usable configuration.
 Fatal server error:
 no screens found
 /var/log/XFree86.0.log says:

 
 (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
 (==) NVIDIA(0): RGB weight 888
 (==) NVIDIA(0): Default visual is TrueColor
 (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
 (--) NVIDIA(0): Linear framebuffer at 0xE000
 (--) NVIDIA(0): MMIO registers at 0xDE00
 (==) NVIDIA(0): Write-combining range (0xde601000,0x1000) was already clear
 (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
 (EE) NVIDIA(0):  *** Aborting ***
 (II) UnloadModule: "nvidia"
 (II) UnloadModule: "vgahw"
 (II) Unloading /usr/X11R6/lib/modules/libvgahw.a
 (EE) Screen(s) found, but none have a usable configuration.
 
 My previous setup was based on a GeForce 2 GTS, and X with "nvidia" run
without any problem. Also a GeForce 2 MX400 was ok. Now, I had to revert to the "nv"
driver (the one included in XFree86) to be able to run X.
 Has anyone any clue or advice ?

 I did compile nvidia-driver-1.0.4365 with the default options (just
a simple "make install) when I had the GeForce 2 GTS installed. Kernel
is in its default config (as coming from 5.2RC2).
 BTW: card is working ok in M$ and Linux.

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


Re: pkg_add and openoffice package problems (5.2-RC2)

2004-01-05 Thread Luca Gerli
Hi Dany,

 I think I can workaround my problem by manually installing the required
packages and the openoffice: my main issue is to understand if I
really hit a limit of pkg_add or not, as I assumed, by reading docs
& posts, that it should be able to resolve dependencies and automatically
download the required packages.
 I suppose it works (not tested) if the package one wants to install
is located remotely, and on the same site where all other required
packages can be found. This is just my conclusion based on what I've
seen, but I'm looking for some expert to confirm or contradict it.
 Thanks anyway for your offer :)

 Ciao, Luca

Dany wrote:
I got OpenOffice working on my 5.2 with the help of a gentleman for the 
bsdforums who sent me a newer version compiled for 5.2RC2.

I didn't want to compile it by myself (time consuming) so it was kind of 
him to make this available. Worked right out of the box.

If you want I can post the file on my webserver so you can download it. 
Just say the word.

Cheers
Dany
Luca Gerli wrote:

Hello all,

 I'm totally new to FreeBSD, and I come from a Linux-Gentoo experience.
I installed 5.2RC2 yesterday without much hassle, but I'm having problems
installing OpenOffice.org v1.1 package, due to some dependency errors
coming from pkg_add that I couldn't solve either looking at the docs
or skimming through past posts.
 So, I downloaded the FreeBSD package from:

  http://projects.imp.ch/openoffice/current/openoffice-1.1.0_1.tbz

 First thing I tried was to run pkg_add on the downloaded package,
which failed due to some dependency errors:
 falcon# pkg_add ./openoffice-1.1.0_1.tbz
 pkg_add: could not find package glib-1.2.10_10 !
 pkg_add: could not find package gtk-1.2.10_10 !
 pkg_add: could not find package ORBit-0.5.17 !
 Then I tried the "-r" option, hoping the command would automatically
download the missing and necessary packages, without much luck as
pkg_add refused to use the local ./openoffice-1.1.0_1.tbz, and was
looking for it on ftp.freebsd...:
 falcon# pkg_add -r ./openoffice-1.1.0_1.tbz
 Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/
  i386/packages-current/Latest/./openoffice-1.1.0_1.tbz: File
  unavailable (e.g., file not found, no access)
 pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/
  i386/packages-current/Latest/./openoffice-1.1.0_1.tbz' by URL
 I then set the PACKAGESITE to the appropriate link to download 
openoffice,
but then this same site was used to download the missing packages which
were obviously not found.

 falcon# setenv PACKAGESITE http://projects.imp.ch/openoffice/current/
 falcon# pkg_add -r ./openoffice-1.1.0_1.tbz
 I'm surely doing something wrong, but my questions are:

 . is there a way to specify more than one FTP/HTTP source for
   packages ? PACKAGESITE does not seem to accept a syntax where
   different URLs are separated by a semicolon (":");
 . do I have to manually download the necessary packages that
   openoffice depends on ? Or is pkg_add really able to do that alone ?
 Thanks for any help / documentation pointers you might give,

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


pkg_add and openoffice package problems (5.2-RC2)

2004-01-05 Thread Luca Gerli
Hello all,

 I'm totally new to FreeBSD, and I come from a Linux-Gentoo experience.
I installed 5.2RC2 yesterday without much hassle, but I'm having problems
installing OpenOffice.org v1.1 package, due to some dependency errors
coming from pkg_add that I couldn't solve either looking at the docs
or skimming through past posts.
 So, I downloaded the FreeBSD package from:

  http://projects.imp.ch/openoffice/current/openoffice-1.1.0_1.tbz

 First thing I tried was to run pkg_add on the downloaded package,
which failed due to some dependency errors:
 falcon# pkg_add ./openoffice-1.1.0_1.tbz
 pkg_add: could not find package glib-1.2.10_10 !
 pkg_add: could not find package gtk-1.2.10_10 !
 pkg_add: could not find package ORBit-0.5.17 !
 Then I tried the "-r" option, hoping the command would automatically
download the missing and necessary packages, without much luck as
pkg_add refused to use the local ./openoffice-1.1.0_1.tbz, and was
looking for it on ftp.freebsd...:
 falcon# pkg_add -r ./openoffice-1.1.0_1.tbz
 Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/
  i386/packages-current/Latest/./openoffice-1.1.0_1.tbz: File
  unavailable (e.g., file not found, no access)
 pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/
  i386/packages-current/Latest/./openoffice-1.1.0_1.tbz' by URL
 I then set the PACKAGESITE to the appropriate link to download openoffice,
but then this same site was used to download the missing packages which
were obviously not found.
 falcon# setenv PACKAGESITE http://projects.imp.ch/openoffice/current/
 falcon# pkg_add -r ./openoffice-1.1.0_1.tbz
 I'm surely doing something wrong, but my questions are:

 . is there a way to specify more than one FTP/HTTP source for
   packages ? PACKAGESITE does not seem to accept a syntax where
   different URLs are separated by a semicolon (":");
 . do I have to manually download the necessary packages that
   openoffice depends on ? Or is pkg_add really able to do that alone ?
 Thanks for any help / documentation pointers you might give,

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