On Thu, Nov 06, 2008 at 07:07:51AM -0800, Jeff wrote: > I have X11 working at my screen's full resolution (1900x1200), which is > at least a positive sign, but it appears the nvidia driver is not > enabled. I can't enable desktop settings (so I can use compizfusion), > and when I open the nVidia X Server Setting, it says: > > "You do not appear to be using the NVIDIA X driver. Please edit your X > configuration file (just run `nvidia-xconfig` as root), and restart the X > server." > > I'm a bit of a newb, so I tried entering su, and then I typed > 'nvidia-xconfig' and the terminal said: > > WARNING: Unable to locate/open X configuration file. > > sh: line 1: pkg-config: not found > sh: line 1: pkg-config: not found > New X configuration file written to '/etc/X11/xorg.conf' > > So that's where I'm stuck.
It appears it's trying to run pkg-config, and you don't have it on your system, which is entirely possible. To remedy that, run pkg search -r pkg-config to find out what package it's in. That should tell you it's in SUNWgnome-common-devel. So run pkg install SUNWgnome-common-devel and confirm that /usr/bin/pkg-config exists. Then try running nvidia-xconfig again. That'll at least get you to the next step; whether it's enough to get compiz running, I dunno. I'll let other folks handle the other questions. Danek _______________________________________________ opensolaris-code mailing list opensolaris-code@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/opensolaris-code