Fw: help please

2005-05-24 Thread Randy Dawson

 On 5/23/05, Paul B. [EMAIL PROTECTED] wrote:
  Hi,
  I just installed freebsd (may 23, 2005) and when i start up my pc it
 goes to a text screen (which i know it is s'posed to do) but how do you go
 to the graphics side of freebsd where it looks like (this is a bad
example)
 windows and you can click on things?
 
  I am running
  i386
  5.4 release
  Sincerely,
  Paul
  [EMAIL PROTECTED]


 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11.html

 -p
 -- 
 ~~o0OO0o~~
 Pete Wright
 www.nycbug.org
 NYC's *BSD User Group
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


 Login as root
 run xorgconfig
 it writes a test file /root/xorg.conf.new
 to test:
 X-xf86config /root/xorg.conf.new
 You should get a graphics screen, and a mouse pointer
 exit with:
 ctrl alt backspace
 if it all works, copy /root/xorg.conf.new to /etc/x11/xorg.conf
 now set up x to start with KDE:
 echo exec startkde ~/.xinitrc
 rin the environment with:
 startx


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


Re: FreeBSD 5.3 NVIDIA-1.0.7174 GLX extension problem

2005-05-04 Thread Randy Dawson
The new driver (March 31, 2005 release: NVIDIA-FreeBSD-x86-1.0-7174.tar.gz)
downloaded from Nvidia's site works great in 5.3.

you have to sysinstall and install the kernel sources for its make to work,
or you will get this error:
cant find:
/usr/share/mk/bsd.kmod.mk

Remember to update your /etc/X11/xorg.conf to change the driver nv to
nvidia

enjoy the open gl screensavers!

Randy Dawson
- Original Message - 
From: Soheil Hassas Yeganeh [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
Sent: Wednesday, May 04, 2005 1:21 AM
Subject: Re: FreeBSD 5.3 NVIDIA-1.0.7174 GLX extension problem


I had installed the nvidia-1.0.7174 from nvidia.
I had used 1.0-6113 from ports. It works nice. But i wanted just to
upgrade to the new NVIDIA Version.

On 03 May 2005 12:08:40 -0400, Lowell Gilbert
[EMAIL PROTECTED] wrote:
 Soheil Hassas Yeganeh [EMAIL PROTECTED] writes:

  I have problem using NVIDIA-1.0.7174.
  It failed to load GLX. What i can do for this?
 
  This is a warnings and errors of my X.org log
 
  (WW) NV(0): Option CursorShadow is not used
  (EE) Failed to initialize GLX extension (NVIDIA X driver not found)
  I have attached the complete X.org log

 It turns out that you have not.

 My guess is that you need to use the nvidia driver (available from
 ports) instead of the nv one that comes with X.org.

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

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