Can I change the color settings for my laptop?

cerulean

New Member
Joined
Nov 11, 2021
Messages
10
Reaction score
0
Credits
73
I'm on Fedora 35 with Gnome desktop, and I've been looking for a way to change the color settings of my display but have not been able to find anything. The issue is that the screen looks too blue-tinted and a bit desaturated.
 


Can you give output of...

lspci -v | grep VGA

If you have a discrete video card like a Radeon or GeForce you can do it the
nvidia-settings or radeon control panel.

1636652185575.png


If not, I don't know if it can be done. However my guess is, your desktop background theme
might be set to low contrast or pastel colors.
 
Last edited:
Can you give output of...

lspci -v | grep VGA

If you have a discrete video card like a Radeon or GeForce you can do it the
nvidia-settings or radeon control panel.

04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Picasso (rev ce) (prog-if 00 [VGA controller])
 
dnf install -y xorg-x11-drv-amdgpu
 
Have you rebooted? After installing?
 
Can you send output of

lsmod | grep gpu
 
amdgpu 7802880 7
drm_ttm_helper 16384 1 amdgpu
ttm 86016 2 amdgpu,drm_ttm_helper
iommu_v2 24576 1 amdgpu
gpu_sched 45056 1 amdgpu
i2c_algo_bit 16384 1 amdgpu
drm_kms_helper 303104 1 amdgpu
drm 630784 9 gpu_sched,drm_kms_helper,amdgpu,drm_ttm_helper,ttm
 
It appears the driver is installed and working.
 

Staff online

Members online


Latest posts

Top