I did putDid you putnvidia_load="YES"
andnvidia-modeset="YES"
in /boot/loader.conf?
nvidia_load="YES"
in the file, but not the other one. You think that was my issue? I never had to put that in before for fluxbox.I did putDid you putnvidia_load="YES"
andnvidia-modeset="YES"
in /boot/loader.conf?
nvidia_load="YES"
in the file, but not the other one. You think that was my issue? I never had to put that in before for fluxbox.n it and generate the xorg.conf file.
Section "Device"
Identifier "nVidia Card"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "GeForce GT 1050"
EndSection
I already did that. After that it is the same result. This has me baffled. I can't understand it. The instructions are clear and I followed them explicitly.nvidia-xconfig should take care of that.
The propietary Nvidia driver needs it and should be created by nvidia-xconfig.Why? A xorg.conf file should no be necessary anymore.
nvidia-modeset_load="YES"
on /boot/loader.conf to have it running. However, I also add hw.vga.textmode="1"
to /boot/loader.conf otherwise I can't switch from X to console.Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
pkg install nano sudo xorg
nano /etc/rc.conf
insert
hald_enable="YES"
dbus_enable="YES"
linux_enable="YES"
pkg install nvidia-driver nvidia-settings
nano /boot/loader.conf
insert--
nvidia_load="YES"
startx (to check everything works)
pkg install openbox menumaker
nano ~/.xinitrc
add
exec openbox-session
startx (to check if everything is working well)
Mine is a GT 630. I just need to have the "Device" section in xorg.conf.d and thisnvidia-modeset_load="YES"
on /boot/loader.conf to have it running. However, I also addhw.vga.textmode="1"
to /boot/loader.conf otherwise I can't switch from X to console.
There may have just a few parameters you actually need to have the card working instead of a entire xonf.conf file.
hw.vga.textmode="1"
. I was scratching my head why can't I have some meaningful text display in 1-8 screens, but got some cryptic garbled text in return.No.... I didn't do that. Maybe that is the thing that I forgot.. Interestingly enough, I didn't have to do that for Fluxbox. Both monitors worked perfectly after doing the nvidia-xconfig command.Did you place the /.root/xorg.conf.new file, that nvidia-xconfig created, in /etc/x11?
Thanks for the reply. I'm no expert - just an amateur at best. So all of this is actually new to me.Dear knightjp , as mentioned by lebarondemerde , if you installing nvidia-driver, this means your card is supported by recent nvidia driver (not legacy). Shouldn't you use nvidia-modeset_load="YES" instead of nvidia_load="YES" on /boot/loader.conf? Then you also would need hw.vga.textmode="1" to switch between x and console.
linux_load="YES"
nvidia_load="YES"
nvidia-modeset_load="YES"
linux_enable="YES"
I'm using x11/nvidia-driver-340 on a GeForce 9600GT for several years.