Re: [e-users] Terminology problem when 10 bits color is used

2024-01-09 Thread Carsten Haitzler
On Tue, 9 Jan 2024 21:07:03 +0100 daniel antoine said: > Hi > from a UXterm > > export ELM_ACCEL=gl > terminology > >it works > > all the .desktop files related to enlightenment in /usr/share/applications > are affected but work with ELM_ACCEL=gl > > This means that in elementary configu

Re: [e-users] Terminology problem when 10 bits color is used

2024-01-09 Thread daniel antoine
Hi from a UXterm export ELM_ACCEL=gl terminology it works all the .desktop files related to enlightenment in /usr/share/applications are affected but work with ELM_ACCEL=gl This means that in elementary configuration rendering OpenGL/OpenGL-ES must be set, does it ? Thanks and best regards

Re: [e-users] Terminology problem when 10 bits color is used

2024-01-09 Thread Carsten Haitzler
On Tue, 9 Jan 2024 19:02:02 + Carsten Haitzler said: > On Tue, 9 Jan 2024 19:37:37 +0100 daniel antoine said: > > > Hi > > > > My laptop is an AMD hybrid graphic model and by default the depth is 24 > > bits stored in 4 bytes. In archlinux they explain how to set 10 bpc colors, > > 30 bits

Re: [e-users] Terminology problem when 10 bits color is used

2024-01-09 Thread Carsten Haitzler
On Tue, 9 Jan 2024 19:37:37 +0100 daniel antoine said: > Hi > > My laptop is an AMD hybrid graphic model and by default the depth is 24 > bits stored in 4 bytes. In archlinux they explain how to set 10 bpc colors, > 30 bits stored in 4 bytes. > I have created the file /etc/X11/xorg.conf.d/20-amd

[e-users] Terminology problem when 10 bits color is used

2024-01-09 Thread daniel antoine
Hi My laptop is an AMD hybrid graphic model and by default the depth is 24 bits stored in 4 bytes. In archlinux they explain how to set 10 bpc colors, 30 bits stored in 4 bytes. I have created the file /etc/X11/xorg.conf.d/20-amdgpu.conf Section "Screen" Identifier "asdf" DefaultDepth 30 EndSecti