On MX Linux 18.3, everything worked out of the box.
Upon installing MX Linux 19 from the live USB (preserving the /home dir), my system came up with a 640x480 resolution.
I tried mucking around with Xorg config to no avail.
I reverted all my edits to Xorg config by copying the Xorg config files from the live USB.
I tried the MX Tweak that forces Intel driver over modesetting driver.
I resorted to the following:
- adding these lines to /etc/default/grub:
Code: Select all
GRUB_GFXPAYLOAD_LINUX=keep GRUB_GFXMODE=1920x1440x24
- editing my xorg.conf to look like this:
$ cat /etc/X11/xorg.conf.d/20-intel.confCode: Select all
Section "Device" Identifier "Intel Graphics" Driver "fbdev" EndSection
I've tried numerous other resolution options both frame buffer and otherwise but the highest I've achieved is 1024x768.
Ideally, I'd like my 1920x1440 res back.
My graphics is integrated Intel i915.
I get a message like: Waited for xxx ms for i915.ko to load with default Xorg.conf
Output of inxi --graphics:
Code: Select all
Graphics: Device-1: Intel 4 Series Integrated Graphics driver: N/A
Display: x11 server: X.Org 1.20.4 driver: none unloaded: fbdev
resolution: 1280x1024~N/A
OpenGL: renderer: llvmpipe (LLVM 7.0 128 bits) v: 3.3 Mesa 18.3.6
I have uninstalled xserver-xorg-video-vesa as most of the Xorg errors seemed to be due to vesa not understanding my graphics card.
I tried installing the intel-media-va-driver-non-free instead of intel-media-va-driver to no avail.
And several various combinations of the above.
Any help, I'd greatly appreciate it.
Thanks all,
d.j.yotta