Git Product home page Git Product logo

Comments (12)

validatedev avatar validatedev commented on July 18, 2024 2

Yeah, I can confirm the blurry fonts problem with Wayland. That's why I stayed with X11.
Regarding the tearing, I could dimmish it substantially by creating a config file 10-intel.conf under /etc/X11/xorg.conf.d/ with the following content.

Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TearFree" "true"
EndSection

Thanks for the helping me!

from linux-on-huawei-matebook-13-2019.

asm-code avatar asm-code commented on July 18, 2024 1

Yeah, I can confirm the blurry fonts problem with Wayland. That's why I stayed with X11.
Regarding the tearing, I could dimmish it substantially by creating a config file 10-intel.conf under /etc/X11/xorg.conf.d/ with the following content.

Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TearFree" "true"
EndSection

from linux-on-huawei-matebook-13-2019.

SKSasykin avatar SKSasykin commented on July 18, 2024

xrandr

from linux-on-huawei-matebook-13-2019.

nekr0z avatar nekr0z commented on July 18, 2024

I used KDE to set DPI. It's far from perfect, but i'm not too worried: it generally works for the software I use most, and KDE support for HiDPI is far from perfect anyway and they know it, so I expect it to become better with time.

from linux-on-huawei-matebook-13-2019.

SKSasykin avatar SKSasykin commented on July 18, 2024

Евгений, в консольке xrandr, по идее должно быть установлено. xrandr умеет и разрешения задавать и масштабируемость менять. Для сохранения установок xrandr'a, сохраните в корне домашней директории файл, уточните в гугле название файла.

from linux-on-huawei-matebook-13-2019.

validatedev avatar validatedev commented on July 18, 2024

Yeah, I know these methods but xrandr causes screen tearing (and high CPU usage) for me and I really don't like KDE. If there's GNOME-wayland solution with doesn't blur the XWayland applications, this is the best solution for me.

from linux-on-huawei-matebook-13-2019.

asm-code avatar asm-code commented on July 18, 2024

If you are using Gnome, enable fractional scaling, worked for me.
X11:
gsettings set org.gnome.mutter experimental-features "['x11-randr-fractional-scaling']"

Wayland:
gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']"

from linux-on-huawei-matebook-13-2019.

validatedev avatar validatedev commented on July 18, 2024

If you are using Gnome, enable fractional scaling, worked for me.
X11:
gsettings set org.gnome.mutter experimental-features "['x11-randr-fractional-scaling']"

Wayland:
gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']"

X11 solution causes high CPU usage and screen tearing for me, the Wayland solution has compability problem that occurs on XWayland applications which is blurry fonts and elements. These problems annoys me a lot.

from linux-on-huawei-matebook-13-2019.

validatedev avatar validatedev commented on July 18, 2024

I found a way that works without any hassle!
Just create 10-monitor.conf file under /etc/X11/xorg.conf.d/ with the following content:

Section "Monitor"
Identifier "eDP-1"
Modeline "2880x1920_60.00" 473.25 2880 3112 3424 3968 1920 1923 1933 1989 -hsync +vsync
Option "PreferredMode" "2880x1920_60.00"
EndSection

Then reboot.
Works flawlessly on elementary OS 5.1 Hera without any screen tearing.

Edit: They broke something between kernel 5.0 and 5.5, so please try that method just on Ubuntu or variants with kernel 5.0-HWE-18.04, just for now.

from linux-on-huawei-matebook-13-2019.

ovsienkonikita avatar ovsienkonikita commented on July 18, 2024

There is fractional scaling in gnome>3.32, and its work fine for me.
For wayland:
$ gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']"
For X11:
$ gsettings set org.gnome.mutter experimental-features "['x11-randr-fractional-scaling']"

After executing this command you will be able to set scaling to 125, 150, .. etc %

For undo:
$ gsettings reset org.gnome.mutter experimental-features

from linux-on-huawei-matebook-13-2019.

validatedev avatar validatedev commented on July 18, 2024

There is fractional scaling in gnome>3.32, and its work fine for me.
For wayland:
$ gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']"
For X11:
$ gsettings set org.gnome.mutter experimental-features "['x11-randr-fractional-scaling']"

After executing this command you will be able to set scaling to 125, 150, .. etc %

For undo:
$ gsettings reset org.gnome.mutter experimental-features

If you are using these settings
In Wayland: X11 apps will look blurry.
In X11: There is a screen tearing. Well, you can fix with Option "TearFree" "true", but you’ll encounter at least 30% performance loss and unable to watch a video properly.

from linux-on-huawei-matebook-13-2019.

randomprofilename avatar randomprofilename commented on July 18, 2024

I highly recommend use custom resolutions with 3:2 aspect ratio.
I'm using 1600x1066 on wayland, to get this resolution just added 'video=eDP-1:1600x1066@60' in /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT. Works way better than fractional scaling.
But double check that your display on eDP-1.

BTW, somehow, my laptop with mx150 is more battery efficient and cooler on nouveau driver than proprietary nvidia driver(with 'intel only' ofcourse)

from linux-on-huawei-matebook-13-2019.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.