[b]nvidia_load="YES"[/b]
dbus_enable="YES"
hald_enable="YES"
gdm_enable="YES"
gnome_enable="YES"
[b]linux_enable="YES"[/b]
su
rm /etc/X11/xorg.conf
nvidia-xconfig
reboot
cd /usr/ports/ports-mgmt/portdowngrade/ && make install clean
portdowngrade x11/nvidia-driver-304
/usr/local/sbin/portdowngrade x11/nvidia-driver-304 <revision>
startx /usr/local/bin/gnome-session
or via x11/slim login manager,#gdm_enable="YES"
#gnome_enable="YES"
slim_enable="YES"
dbus_enable="YES"
hald_enable="YES"
avahi_daemon_enable="YES"
avahi_dnsconfd_enable="YES"
startx
). IMO gdm should be in gnome-shell dependencies, or should be mentioned in pkg-mesage. (may be we need to create a bug report...) xscreensaver-command -lock
) when I was a gnome-shell user (FVWM the Best )HiHi.
GNOME 3 does not begin with the first method, it stays in black X.Org.
GNOME 3 begins with the second methodstartx
on ~/.xinitrc, and gives this result:
Code:Oh no! Something has gone wrong. A problem has occurred and the system can't recover. All extensions have been disabled as a precaution
GNOME 3 is implementing the command systemd?
GNOME 3 absolutely requires a working libGL. Without working 3D acceleration, you will get the Something has gone wrong message.Think X must function to display the "Oh No. Something has gone wrong..." message
HiDoes your NVIDIA card work in general? What doesglxinfo
say?
Did you load the right one in /boot/loader.conf
Code:nvidia_load="YES" or... nvidia_modeset_load="YES
HiGNOME 3 absolutely requires a working libGL. Without working 3D acceleration, you will get the Something has gone wrong message.
The Linux option on the NVidia driver is for supporting Linux binaries. It's not used or required for the driver itself to function.
Hirraj I helped you offline get your Intel graphics working, Now you are trying to get NVidia graphics going???
Do you have a "Optimus" laptop? This means dual graphics with Intel and Nvidia onboard.
If so you might need to go into the bios and setup Optimus settings.
Please tell us what video device(s) you have as I am not sure you are going the right direction.
If I remember correctly it will simply load linux{|64}.ko as a dependency automatically. If kernel module A depends on module B, B is automatically loaded when A is loaded. A similar thing happens when youIf I recall correctly, the NVIDIA drivers in ports have Linux compat enabled by default (which is annoying) and means that they will not correctly load unless linux_load="YES" has also been added to /boot/loader.conf. It has been a long time since I have used the drivers in this way however so I could very easily be wrong.
kldload zfs
for example, opensolaris.ko is automatically loaded too. But it's been a while for me too. As I have no use for it I've turned this option off on my own repository. The fact remains, the Linux compatibility isn't required for the NVidia driver to work properly.