I bough a dell xps 13 7390 a few days ago. I installed Ubuntu 18.04. Everything is perfect, but the only problem is, the screen resolution is showing just one option using x11. I searched for this problem a lot but could not find a good solution. Although I did find one solution Screen resolution not showing all options on 18.04 it did not fix the problem completely. I want to be able to get all the screen resolutions. Is there any way to get all the resolutions? Or is something wrong with the graphics card?This is what the settings display panel shows
This is what shows on my 2015 macbook pro running ubuntu 18.04. I want all these resolutions
When I run lspci -v -s $(lspci | grep ' VGA ' | cut -d" " -f 1)
this is the result I get
ridwan@ridwan-XPS-13-7390:~$ lspci -v -s $(lspci | grep ' VGA ' | cut -d" " -f 1)
00:02.0 VGA compatible controller: Intel Corporation Device 9bca (rev 04) (prog-if 00 [VGA controller])
Subsystem: Dell Device 0962
Flags: bus master, fast devsel, latency 0, IRQ 177
Memory at 604a000000 (64-bit, non-prefetchable) [size=16M]
Memory at 4000000000 (64-bit, prefetchable) [size=256M]
I/O ports at 3000 [size=64]
[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: i915
Kernel modules: i915
sudo ubuntu-drivers autoinstall
– mchid Mar 12 '20 at 23:51ridwan@ridwan-XPS-13-7390:~$ sudo ubuntu-drivers autoinstall [sudo] password for ridwan: No drivers found for installation. ridwan@ridwan-XPS-13-7390:~$ ubuntu-drivers devices == /sys/devices/pci0000:00/0000:00:1c.6/0000:02:00.0 == modalias : pci:v00008086d00002723sv00001A56sd00001653bc02sc80i00 vendor : Intel Corporation manual_install: True driver : backport-iwlwifi-dkms - distro free
– Ridwan Rahman Mar 12 '20 at 23:59