Hi,
I have installed LEAP 15, The KDE PLASMA one, in my laptop, a Dell Precision M4700, with an Advanced Micro Devices [AMD/ATI] Chelsea XT GL [FirePro M4000] graphics card running the “radeon” driver. Everything looks fine, but i can’t get the screen’s resolution over the 1366x768. Running this laptop with Windows 10 it can get a HD and a 4K resolution without problems.
I want at least and HD (1920x1080) resolution in my LCD screen.
When i run the following command:
xrandr
This is the corresponding output:
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
LVDS connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
1366x768 60.04*+
1280x720 59.97
1152x768 59.95
1024x768 59.95
800x600 59.96
848x480 59.94
720x480 59.94
640x480 59.94
DisplayPort-0 disconnected (normal left inverted right x axis y axis)
DisplayPort-1 disconnected (normal left inverted right x axis y axis)
DisplayPort-2 disconnected (normal left inverted right x axis y axis)
VGA-0 disconnected (normal left inverted right x axis y axis)
Also, if i run the command:
inxi -Gxx
It produces the following output:
Resuming in non X mode: xdpyinfo not found. For package install advice run: inxi --recommends
Graphics: Card: Advanced Micro Devices [AMD/ATI] Chelsea XT GL [FirePro M4000]
bus-ID: 01:00.0 chip-ID: 1002:682d
Display Server: x11 (X.org 1.19.6 ) drivers: ati,radeon (unloaded: modesetting,fbdev,vesa)
tty size: 109x23
If I try the following sequence of commands the computer start to blur, freezing and it most be restarted.
Hi
Looks good, so need to blacklist the radeon driver first, so (as root user) create a file /etc/modprobe.d/50-radeon.conf and edit that file and add the following;
blacklist radeon
Install the xf86-video-amdgpu package, rebuild initrd and reboot;
zypper in xf86-video-amdgpu
mkinitrd
systemctl reboot
Check the lspci output again and should have switched to amdgpu driver in use.
There’s also the modesetting driver, which should automagically be used if you allow it by not doing any manual configuration and not having xf86-video-* installed. I use it with all my ATI/AMD gfxchips new enough to be supported by it.
http://i.dell.com/sites/doccontent/shared-content/data-sheets/en/Documents/Dell-Precision-M4700-Spec-Sheet-tab.pdf says M4700 has either 1366x768 or1920x1080 LCD, not 4K, and Optimus, which requires special Optimus driver configuration, but I suppose Optimus only applies to those with NVidia GPUs. Either way, I don’t see how Windows could be doing 4K from the LVDS output. ??? The organization of that document to me suggests the Quadro model has neither Optimus nor 1920x1080 capability, so 1366x768 would be the limit from its LCD panel.
mrmazda, you are completely right, I mess up the information I got. The HD and 4k output was for an external monitor. I have just validated it.
Sorry for the misunderstanding.