LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   *BSD (https://www.linuxquestions.org/questions/%2Absd-17/)
-   -   Successful FreeBSD 14.0 install with wm / de on Dell Vostro 3350? (https://www.linuxquestions.org/questions/%2Absd-17/successful-freebsd-14-0-install-with-wm-de-on-dell-vostro-3350-a-4175735395/)

globetrotterdk 03-28-2024 02:41 AM

Successful FreeBSD 14.0 install with wm / de on Dell Vostro 3350?
 
I have tried a couple of times to install FreeBSD 14 on my Dell Vostro 3350. lspci | grep VGA (in Linux) reports that I have a hybrid graphics card with both a Radeon HD 6400M/7400M series GPU as well as discreet Intel graphics support. I have tried installing
Code:

# pkg install drm-kmod
but that didn't help. I still continue to get: Unable to connect to X server: Connection refused. I have looked at the log, and not found any inspiration there either.

Does anyone have any ideas? I would like to learn more about FreeBSD, but haven't had much luck so far. I am just going around in circles, as there doesn't appear to be much information about this issue...

fatmac 03-28-2024 03:44 AM

Looking at the handbook...

https://freebsdfoundation.org/freebs...nt-on-freebsd/

_blackhole_ 03-28-2024 03:56 AM

You also need to enable the loading of the module in /etc/rc.conf

Did you follow this?

https://docs.freebsd.org/en/books/ha...figuration-amd

globetrotterdk 03-28-2024 07:51 AM

Quote:

Originally Posted by _blackhole_ (Post 6492467)
You also need to enable the loading of the module in /etc/rc.conf

Did you follow this?

https://docs.freebsd.org/en/books/ha...figuration-amd

I have tried both
Code:

# sysrc kld_list+=amdgpu
and
Code:

# sysrc kld_list+=radeonkms
, but neither work. I am still getting the same error message.

globetrotterdk 03-28-2024 07:52 AM

Quote:

Originally Posted by fatmac (Post 6492465)

I will try to do the install again, and just use the package manager this time, rather than desktop-installer.

globetrotterdk 03-28-2024 10:41 AM

Quote:

Originally Posted by fatmac (Post 6492465)

I have since reinstalled FreeBSD 14 without using desktop-installer, and installing XFCE as per the handbook. The result was the same error message.

globetrotterdk 03-28-2024 12:27 PM

Quote:

Originally Posted by _blackhole_ (Post 6492467)
You also need to enable the loading of the module in /etc/rc.conf

Did you follow this?

https://docs.freebsd.org/en/books/ha...figuration-amd

It looks like only one card from the series is supported by FreeBSD:
https://wiki.freebsd.org/Graphics/AMD-GPU-Matrix


All times are GMT -5. The time now is 11:59 PM.