Hi forum
I've been struggling to get an AMD video card working in FreeBSD 14.
So I pulled the card from my daily desktop, and am trying to get it working in a "lab machine".
I'm using a basic 27 inch monitor than can do 1920x1080, BUT the KDE display settings are stuck at 1400x1050.
Pleases and thankyous for any clues how to enable higher resolution in KDE.
THE DETAILS :
This is genuine legacy hardware. No VM in sight.
I've done a fresh install of FreeBSD 14.1 (because I already had a usb key ready to go).
Installed the usual packages, including xorg, sddm, plasma5-plasma, etc, also drm-kmod, and xf86-video-amdgpu
Hardware shows :
I'm not yet having any xorg config files. X is doing all the configurating by itself, and I'm stuck using 1400x1050.
I've been struggling to get an AMD video card working in FreeBSD 14.
So I pulled the card from my daily desktop, and am trying to get it working in a "lab machine".
I'm using a basic 27 inch monitor than can do 1920x1080, BUT the KDE display settings are stuck at 1400x1050.
Pleases and thankyous for any clues how to enable higher resolution in KDE.
THE DETAILS :
This is genuine legacy hardware. No VM in sight.
I've done a fresh install of FreeBSD 14.1 (because I already had a usb key ready to go).
Installed the usual packages, including xorg, sddm, plasma5-plasma, etc, also drm-kmod, and xf86-video-amdgpu
Hardware shows :
Code:
# pciconf -vl | grep -B4 VGA
vgapci0@pci0:2:0:0: class=0x030000 rev=0x00 hdr=0x00 vendor=0x1002 device=0x6739 subvendor=0x1458 subdevice=0x21f8
vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]'
device = 'Barts PRO [Radeon HD 6850]'
class = display
subclass = VGA
# kldstat
Id Refs Address Size Name
1 50 0xffffffff80200000 1f3c6c0 kernel
2 1 0xffffffff8213d000 b010 cuse.ko
3 1 0xffffffff8214a000 274a8 fusefs.ko
4 1 0xffffffff82a00000 667888 amdgpu.ko
5 2 0xffffffff82820000 86090 drm.ko
6 1 0xffffffff828a7000 22b8 iic.ko
7 2 0xffffffff828aa000 4120 linuxkpi_video.ko
8 3 0xffffffff828af000 7350 dmabuf.ko
9 3 0xffffffff828b7000 3378 lindebugfs.ko
10 1 0xffffffff828bb000 c338 ttm.ko
11 1 0xffffffff828c8000 3390 acpi_wmi.ko
12 1 0xffffffff828cc000 3360 uhid.ko
13 1 0xffffffff828d0000 4364 ums.ko
14 1 0xffffffff828d5000 4d64 geom_uzip.ko
15 1 0xffffffff828da000 2a68 mac_ntpd.ko
# cat /boot/loader.conf
fusefs_load="YES"
cuse_load="YES"
loader_logo="none"
autoboot_delay="3"
# cat /etc/rc.conf
hostname="235e.lan"
ifconfig_nfe0="DHCP"
sshd_enable="YES"
ntpd_enable="YES"
ntpd_sync_on_start="YES"
powerd_enable="YES"
moused_nondefault_enable="NO"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="NO"
sddm_enable="YES"
dbus_enable="YES"
balloo_enable="NO"
weekly_locate_enable="/etc/periodic/weekly/310.locate"
kld_list="amdgpu"
# ssh server
sshd_enable="YES"
sshd_flags=" -o PermitRootLogin=Yes"
I'm not yet having any xorg config files. X is doing all the configurating by itself, and I'm stuck using 1400x1050.