This one is driving me nuts. My HW:
All the usual X11 related procedures have been carried out, such as
What I've tried:
0. Ctrl-Alt-F1 through F12 to maybe find a console where the screen went.
1. Go back from nvidia-driver-470.86 to older ones.
Same problem.
Driver too old, reports it does not know the GPU.
2. Compile driver from x11/nvidia-driver and the kernel's /usr/src.
Same problem. (Yes, I pkg removed any nvidia-driver before that).
3. Tried an Ubuntu live CD. Black screen with first grub entry (high-res?) Works when booting second grub entry "Ubuntu (safe graphics)" in a low resolution mode. Don't know if that is X or just the Linux console frame buffer.
Monitor does not have a DVI port to try. Monitor works fine with X11 in 4K mode with my older box with a different nvidia GPU and the nvidia driver.
I'm running out of ideas to try next. Could the monitor be the culprit? It works fine in console mode and I don't have a spare handy.
- Graphics card (bought new): ASUS GeForce GT 1030, low profile silent, GT1030-SL-2G-BRK, 2GB GDDR5, DVI, HDMI.
- Monitor (two years old): BenQ EW3280U 3840x2160
FreeBSD-14.0-CURRENT-amd64-20220317-4f75af31a86-253814-memstick.img
All the usual X11 related procedures have been carried out, such as
- run nvidia-xconfig to create initial
/etc/X11/xorg.conf
using nvidia driver - kldload nvidia-modeset
- There are no errors in
/var/log/Xorg.0.log
(see attached file). In fact the X session is completely up and running as evidenced by ssh'ing into the box and runningps ax
Code:
47247 - Ss 0:00.01 /usr/bin/ssh-agent startx -- -s 120 -dpi 150 -v
47245 v0 I+ 0:00.01 /bin/sh /usr/local/bin/startx -- -s 120 -dpi 150 -v
47246 v0 IC+ 0:00.00 tee x.out
47266 v0 I+ 0:00.00 xinit /home/schweikh/.xinitrc -- /usr/local/bin/X :0 -s 120 -dpi 150 -v -auth /home/schweikh/.serverauth.47245
47267 v0 S 0:02.39 /usr/local/bin/Xorg :0 -s 120 -dpi 150 -v -auth /home/schweikh/.serverauth.47245
47269 v0 I 0:00.00 sh /home/schweikh/.xinitrc
47324 v0 S 0:00.03 xload -geometry 1558x108+350+1 -nolabel -fg peachpuff -bg burlywood4 -hl rgb:50/30/40
47325 v0 S 0:07.26 xplanet -projection rectangular -wait 300
47330 v0 I 0:00.03 xterm -display :0 -geometry 124x65 -geometry 124x
47331 v0 I 0:00.03 xterm -display :0 -geometry 124x65 -geometry 124x
47332 v0 I 0:00.03 xterm -display :0 -geometry 124x65 -geometry 124x
47333 v0 I 0:00.03 xterm -display :0 -geometry 124x65 -geometry 124x
47334 v0 I 0:00.03 fvwm -f /home/schweikh/.fvwmrc.hal9000
47349 v0 I 0:00.01 /usr/local/libexec/fvwm/2.6.9/FvwmPager 7 4 none 0 8 *
What I've tried:
0. Ctrl-Alt-F1 through F12 to maybe find a console where the screen went.
1. Go back from nvidia-driver-470.86 to older ones.
$ pkg search nvidia-driver
nvidia-driver-470.86 NVidia graphics card binary drivers for hardware OpenGL rendering
nvidia-driver-304-304.137_9 NVidia graphics card binary drivers for hardware OpenGL rendering
nvidia-driver-340-340.108_3 NVidia graphics card binary drivers for hardware OpenGL rendering
nvidia-driver-390-390.144 NVidia graphics card binary drivers for hardware OpenGL rendering
$ sudo pkg remove nvidia-driver-470.86 nvidia-xconfig-470.86
$ sudo pkg install nvidia-driver-390-390.144
Same problem.
$ sudo pkg remove nvidia-driver-390-390.144
$ sudo pkg install nvidia-driver-340-340.108_3
Driver too old, reports it does not know the GPU.
2. Compile driver from x11/nvidia-driver and the kernel's /usr/src.
Same problem. (Yes, I pkg removed any nvidia-driver before that).
3. Tried an Ubuntu live CD. Black screen with first grub entry (high-res?) Works when booting second grub entry "Ubuntu (safe graphics)" in a low resolution mode. Don't know if that is X or just the Linux console frame buffer.
Monitor does not have a DVI port to try. Monitor works fine with X11 in 4K mode with my older box with a different nvidia GPU and the nvidia driver.
I'm running out of ideas to try next. Could the monitor be the culprit? It works fine in console mode and I don't have a spare handy.