Hello! Just installed Zorin a day or two ago and I'm loving it, but right now I'm using it after sunset and have no way of adjusting the brightness. There is no control in the quick menu at the bottom right, I don't see anything about it in the settings, and doing a search for "brightness" returns nothing.
I have absolutely NO idea what's going on. How can there just... not be a brightness slider?
So far the things I've tried, based on other forum posts (some of them within the last year, some of them from 2022):
- Ran
sudo apt install --reinstall brightness-controller. No luck. This was from a 2022 post, not surprised it didn't work. - Tried a bunch of random command-line applications from a guide (xrandr, xdotool, xgamma, xbacklight, brightnessctl, redshift). None of them worked (likely because I was using them on Wayland? I think somebody said they all needed X11 to work). But this feels like a ridiculous workaround solution anyways for what should just be a slider.
- Tried Fn keys on external keyboard. Nothing.
- Ran
sudo nano /etc/default/grub
ChangedGRUB_CMDLINE_LINUX_DEFAULTto equalquiet splash acpi_backlight=native, ORquiet splash acpi_backlight=vendor, ORquiet splash i915.enable_dpcd_backlight=0.
sudo update-gruband a system reboot was performed each time after changing the line value. None of them did anything to fix the problem. - Tried changing from Wayland to X11. Didn't help.
- Downloaded a Flatpak application called Luminance. Partially worked... Unfortunately, it can only control my primary monitor, presumably because it's the only monitor modern enough to have DDC/CI.
- Rebooted with only my primary monitor plugged into the graphics card.
I'm not really sure what else to do. This feels like it should be the most basic of issues, but not only can I not figure out how to solve it, I don't see anyone else with the same problem.
Here's some specs/extra information just in case it's helpful.
- Current environment: Wayland
- Primary monitor: Dell G2724D (running DisplayPort)
- Secondary monitors: HP 22bw (One using DP, one using HDMI)
- GPU: AMD Radeon RX 6800
- CPU: AMD Ryzen 5 3600x
- Windows has been gone from my system for months.
- CSM, Fast boot, and Secure boot are all disabled in the UEFI
Output of uname -a:
Linux jarren-zorin 7.0.0-31-generic #31~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Aug 10 09:38:02 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
Output of sudo lshw -C video:
*-display
description: VGA compatible controller
product: Navi 21 [Radeon RX 6800/6800 XT / 6900 XT]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:08:00.0
logical name: /dev/fb0
version: c3
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller bus_master cap_list rom fb
configuration: depth=32 driver=amdgpu latency=0 mode=2560x1440 resolution=2560,1440 visual=truecolor xres=2560 yres=1440
resources: irq:85 memory:d0000000-dfffffff memory:e0000000-e01fffff ioport:e000(size=256) memory:fc900000-fc9fffff memory:fca00000-fca1ffff```