Xorg problem/ Nvidia drivers

Дмитрий Колосов ivakras1 at gmail.com
Sat Mar 14 00:16:54 PDT 2009


On Суббота 14 марта 2009 02:00:16 Fabian Krook wrote:
> Hello, it's so that i can't either start X because i don't any device that
> can fit in i tried look around on nvidia.com and on the ports which i found
> one but it was for Intel processors and i got an AMD which has an nvidia
> video card. So do you know where or what might be the problem in case i can
> send the error.
> 
> % X -configure
> 
> X.Org X Server 1.4.2
> Release Date: 11 June 2008
> X Protocol Version 11, Revision 0
> Build Operating System: FreeBSD 7.1-RELEASE amd64
> Current Operating System: FreeBSD Dolk.Belkin 7.1-RELEASE FreeBSD
> 7.1-RELEASE #0: Thu Jan 1 08:58:24 UTC 2009
> root at driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
> amd64
> Build Date: 11 March 2009 09:40:43PM
> 
>   Before reporting problems, check http://wiki.x.org
>   to make sure that you have the latest version.
> Module Loader present
> 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/Xorg.0.log", Time: Fri Mar 13 23:59:09 2009
> List of video drivers:
>   ati
>   radeon
>   intel
>   i810
>   mach64
>   nv
>   r128
>   radeonhd
>   via
>   vmware
>   vesa
>   vga
> No devices to configure. Configuration failed.
> 
> % startx
> xauth: creating new authority file /root/.serverauth.29593
> xauth: (argv):1: bad display name "Dolk.Belkin:0" in "list" command
> xauth: (stdin):1: bad display name "Dolk.Belkin:0" in "add" command
> 
> 
> X.Org X Server 1.4.2
> Release Date: 11 June 2008
> X Protocol Version 11, Revision 0
> Build Operating System: FreeBSD 7.1-RELEASE amd64
> Current Operating System: FreeBSD Dolk.Belkin 7.1-RELEASE FreeBSD
> 7.1-RELEASE #0: Thu Jan 1 08:58:24 UTC 2009
> root at driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
> amd64
> Build Date: 11 March 2009 09:40:43PM
> 
>   Before reporting problems, check http://wiki.x.org
>   to make sure that you have the latest version.
> Module Loader present
> 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/Xorg.0.log", Time: Sat Mar 14 00:00:15 2009
> (==) Using config file: "/etc/X11/xorg.conf"
> (EE) Failed to load module "nvidia" (module does not exist, 0)
> (EE) No drivers available.
> 
> Fatal server error:
> no screens found
> 
> waiting for X server to begin accepting connections
> giving up.
> xinit: Software caused connection abort (errno 53): unable to connect to X
> server
> xinit: No such process (errno 3): Server error.
> 
> and i have set nvidia enable as an device.
> _______________________________________________
> freebsd-mobile at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
> To unsubscribe, send any mail to "freebsd-mobile-unsubscribe at freebsd.org"
> 
In order to use nvidia video card set 
Driver "nv"
in xorg.conf (no glx support) or `cd /usr/posts/x11/nvidia-driver; make install clean` and use
Driver "nvidia"
in xorg.conf with glx support. I have done it and now using nvidia8400gs with latest nvidia-driver - kde4.2.1 with compositing enabled (all effects used) very fast.


More information about the freebsd-mobile mailing list