PapirusDevelopmentTeam / arc-kde

Arc KDE customization
https://git.io/arc-kde
GNU General Public License v3.0
901 stars 53 forks source link

Volume HUD in arc-dark plasma theme shows always the minimum #57

Closed Tichy closed 6 years ago

Tichy commented 6 years ago

screenshot_20170907_000429

See screenshot: when I change the volume, the HUD flashes for a fraction of second to the correct volume indication, then it returns to the minimum. The audio volume is correctly changed, so it's only a visual problem. This doesn't happens with arc-color theme

KDE plasma 5.10.5 Framework: 5.37.0 QT: 5.9.1 Kernel: 4.12.10-1-ARCH NVIDIA proprietary drivers on GTX 1060

varlesh commented 6 years ago

@Tichy

This doesn't happens with arc-color theme

It's strange, becaue widgets similar!

Maybe try change step volume?

I'm use 2% and not confirm this:

image

Tichy commented 6 years ago

Il 2017-09-07 09:51 Alexey Varfolomeev ha scritto:

@Tichy [1]

This doesn't happens with arc-color theme

It's strange, becaue widgets similar!

Maybe try change step volume?

I'm use 2% and not confirm this:

I have no problems with a different PC.

KDE Plasma: 5.9.5

Framework: 5.31.0

QT: 5.7.1

Kernel: 4.10.0-33 (Kubuntu)

VGA Intel integrated

Maybe, it could depend on the software versions, or VGA drivers. When I'll be back to the other PC, I will try to change the rendering engine from OpenGL 3.1 to OpenGL 2.0

Links:

[1] https://github.com/tichy

varlesh commented 6 years ago

Maybe... now on my nvidia render wrong bugged too... @Tichy you can check this bug for Aurorae?

image

varlesh commented 6 years ago

@Tichy See on Nvidia blurred button icons, but on Intel all fine

Tichy commented 6 years ago

Il 2017-09-07 10:50 Alexey Varfolomeev ha scritto:

Maybe... now on my nvidia render wrong bugged too... @Tichy [1] you can check this bug [2] for Aurorae?

Sure. As soon as I get back home. ;)

Links:

[1] https://github.com/tichy [2] https://bugs.kde.org/show_bug.cgi?id=384457

varlesh commented 6 years ago

Now, i'm commit single variant for bar_meter widget and we can check this...

varlesh commented 6 years ago

Video with GTX 1050ti and last commit: https://youtu.be/BeDIeQW4gaU

varlesh commented 6 years ago

Also for better perfomance and fix tearing i use this settings on Plasma 5.

Systemsettings - Display - Providing Effects:

/etc/profile.d/kwin.sh:

export __GL_YIELD="USLEEP"

nvidia-settings - OpenGL Settings:

Tichy commented 6 years ago

Hi! I did some test. I can confirm that the volume issue is fixed on my setup with your last commit. I can't confirm the blurred icons in the aurorae theme with nvidia: they appear sharp to me. My settings are: Engine: OpenGL 3.1 Vsync: Auto I have the same kwin.sh script and nvidia settings.

Tichy commented 6 years ago

Fixed in my setup. Thank you ;)

varlesh commented 6 years ago

@Tichy You check this bug on NVidia?

varlesh commented 6 years ago

Please show screenshot with Nvidia GPU. I don't understand why on my GPU this happened...

Tichy commented 6 years ago

Sure. Screenshots with dark and light themes screenshot_20170908_181443

screenshot_20170908_181420

varlesh commented 6 years ago

image @Tichy you use 384.69 version?

Tichy commented 6 years ago

In data venerdì 8 settembre 2017 19:51:18 CEST, Alexey Varfolomeev ha scritto:

image @Tichy you use 384.69 version?

Yes. 384.69-2 (ArchLinux)

varlesh commented 6 years ago

@Tichy Sorry for my molestation, but you config anything tools on plasma? Maybe DPI settings or on other... Can post xorg.conf please?

Tichy commented 6 years ago

In data venerdì 8 settembre 2017 20:08:59 CEST, Alexey Varfolomeev ha scritto:

@Tichy Sorry for my molestation, but you config anything tools on plasma? Maybe DPI settings or on other... Can post xorg.conf please?

Nothing relevant in xorg (just keyboard and mouse settings). DPI is 96, also set in .Xresources

Xft.dpi: 96 Xft.antialias: true Xft.hinting: true Xft.autohint: false Xft.hintstyle: hintslight Xft.lcdfilter: lcddefault Xft.rgba: rgb

Compositing settings in KDE are

Animation speed at half scale Scale method accurate Rendering backend OpenGL 3.1 Tearing prevention Automatic Keep window thumbnails only for shown windows Allow applications to block compositing (on)

varlesh commented 6 years ago

@Tichy WOW It's worked!!! Big thx :+1: ~/.Xresources:

Xft.dpi:       96
Xft.antialias: true
Xft.hinting:   true
Xft.autohint:  false
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
Xft.rgba:      rgb

image