Blank
Blank2w ago

can't change laptop brightness

I changed from integrated graphics to gpu to stress my cpu less since it's cooler is dead, and I need to use my laptop till the new piece arrives. The brightness thing is fully disabled.
No description
24 Replies
VoidArch
VoidArch2w ago
well can you try turning on energy saver mode that usually lowers the brightness
VoidArch
VoidArch2w ago
ZacsTech
YouTube
How To Control Your Monitor Brightness From Command Line In Linux
Welcome to our Channel! In this tutorial, you'll learn how to control your monitor brightness directly from the command line in Linux. Whether you're a seasoned Linux user or just getting started, managing your display brightness efficiently can greatly enhance your desktop experience.
VoidArch
VoidArch2w ago
or you could try this
Blank
BlankOP2w ago
okay I will try it I didn't know why this doesn't work well I don't have linux 😭
VoidArch
VoidArch2w ago
OH SHI LMAO To adjust Windows screen brightness from the command line, you can use PowerShell with the WMI (Windows Management Instrumentation) class. The command (Get-WmiObject -Namespace root/WMI -Class WmiMonitorBrightnessMethods).WmiSetBrightness(1, <brightness_level>) allows you to set the brightness, where <brightness_level> is a value between 0 and 100. You can also use the Command Prompt by calling PowerShell with the same command @Blank
Blank
BlankOP2w ago
uhh
VoidArch
VoidArch2w ago
type that command into powershell
Blank
BlankOP2w ago
I get error maybe im not doing ir right
VoidArch
VoidArch2w ago
What did you type in
Blank
BlankOP2w ago
can I have the exact command I have to send
Blank
BlankOP2w ago
No description
VoidArch
VoidArch2w ago
(Get-WmiObject -Namespace root/WMI -Class WmiMonitorBrightnessMethods).WmiSetBrightness(1, <brightness_level>) and also change <brightness_level> change this to 40 change it to 40 (Get-WmiObject -Namespace root/WMI -Class WmiMonitorBrightnessMethods).WmiSetBrightness(1, 40) @Blank
Blank
BlankOP2w ago
No description
Blank
BlankOP2w ago
I must be doing something wrong
VoidArch
VoidArch2w ago
did you try energy saver?
Blank
BlankOP2w ago
maybe something is wrong with these?
No description
Blank
BlankOP2w ago
I saw someone get asked for a screen with these uhh
VoidArch
VoidArch2w ago
ohhhh
Blank
BlankOP2w ago
it doesn't do anything
VoidArch
VoidArch2w ago
yeah idk hardware my dude Just thinking it was an access problem @Orientate your good at ts
Blank
BlankOP2w ago
😭
Orientate
Orientate2w ago
integrated graphics controls the brightness, without it, you cant control it see the nvidia control panel maybe if you're using that
VoidArch
VoidArch2w ago
still kinda stupid you cant change it from the cmd but its wv wtv
Blank
BlankOP2w ago
okay, i can't change it sadly, but ty anyway

Did you find this page helpful?