View Single Post
  #3   (View Single Post)  
Old 22nd January 2009
whispersGhost's Avatar
whispersGhost whispersGhost is offline
Real Name: heather
Package Pilot
 
Join Date: May 2008
Location: ny
Posts: 168
Default hi

Sorry for taking so long i so sleepy lol

i am using FreeBSD 7.0

i did not use the port for nvidia this time as i was told they
are not supported for nvidia on the newer BSD versions so i
downloaded the NVIDIA-FreeBSD-x86-173.14.12

i notice everytime i reboot m machine i have to keep
installing nvidia all over again or x wont start

make setup

i have read the read me and as far as i know all i had to do was do
make setup and then from there change some things liek enable
glx and change nv to nvidia in the xorg.conf file

add these lines in the loader.conf

agp_load="YES"
nvidia_load="YES"
linux_load="YES"

i aslo have these in my xorg.conf

Section "Module"
Load "extmod"
Load "glx"
Load "dri"
Load "dbe"
Load "extmod"
Load "record"
Load "xtrap"
Load "type1"
Load "freetype"
Load "vbe"
EndSection

Option "AllowGLXWithComposite" "True"
Option "RenderAccel" "True"
Option "AddARGBGLXVisuals" "True"
Option "UseEDID" "FALSE"


EndSection



Section "Extensions"
Option "Composite" "Enable"
EndSection




ldconfig -r | grep libm
3:-lm.5 => /lib/libm.so.5
4:-lmd.4 => /lib/libmd.so.4
38:-lmenu.4 => /usr/lib/libmenu.so.4
41:-lmenuw.4 => /usr/lib/libmenuw.so.4
57:-lmagic.3 => /usr/lib/libmagic.so.3
58:-lmemstat.2 => /usr/lib/libmemstat.so.2
59:-lmilter.4 => /usr/lib/libmilter.so.4
60:-lmp.6 => /usr/lib/libmp.so.6
201:-lmng.1 => /usr/local/lib/libmng.so.1
314:-lmad.2 => /usr/local/lib/libmad.so.2
336:-lmcop.1 => /usr/local/lib/libmcop.so.1
337:-lmcop_mt.1 => /usr/local/lib/libmcop_mt.so.1
483:-lmimelib.1 => /usr/local/lib/libmimelib.so.1
619:-lmpeg2.0 => /usr/local/lib/libmpeg2.so.0
620:-lmpeg2convert.0 => /usr/local/lib/libmpeg2convert.so.0
635:-lmono-profiler-aot.0 => /usr/local/lib/libmono-profiler-aot.so.0
636:-lmono-profiler-cov.0 => /usr/local/lib/libmono-profiler-cov.so.0
637:-lmono.0 => /usr/local/lib/libmono.so.0
640:-lglibmm-2.4.1 => /usr/local/lib/libglibmm-2.4.so.1
641:-lglibmm_generate_extra_defs-2.4.1 => /usr/local/lib/libglibmm_generate_extra_defs-2.4.so.1
651:-lmusicbrainz.4 => /usr/local/lib/libmusicbrainz.so.4
682:-lmetacity-private.0 => /usr/local/lib/libmetacity-private.so.0
738:-lmenus.0 => /usr/local/lib/evolution/2.12/libmenus.so.0
739:-lmysqlclient.15 => /usr/local/lib/mysql/libmysqlclient.so.15
740:-lmysqlclient_r.15 => /usr/local/lib/mysql/libmysqlclient_r.so.15
$


-skiez# ldconfig -m /usr/local/lib/compat
ldconfig: warning: /usr/local/lib/compat: No such file or directory



Anyways first let me say i was so happy when i came back to BSD
its so customizable and fun to install.

i did not feel like waiting around for 2 days installng kde frpm ports this time so i did a pkg_add -r kde

i have kde 3 on my machine not kde 4 and im still not sure which one i like anyways since i played with both of them'

i do not even know if i had my path set right for
the most recent for the pkg_installs


What am i doing wrong

i can run second lfie perfectly and my screensavers works
ir i type in xscreensaver-demo
__________________
The journey is better then the destination
Reply With Quote