1 Rookie
•
6 Posts
0
7460
October 27th, 2020 04:00
OptiPlex 7480 cannot control brightness by brightness bar
After upgrading to firmware ver 1.3, I am not able to set the brightness by using brightness bar. I have reinstalled the Dell OSD app already, anyone has the same issue?
OS: Win10
0 events found
No Events found!


DELL-Nat M
Community Manager
•
3.6K Posts
•
20.3K Points
1
August 11th, 2021 15:00
According to Dell-Cares, the fix is:
1. Uninstall the Dell OSD (On-Screen Display) Application:
Go to Control Panel > Programs and Features >Looks for the above application. You could also check this on Windows Programs and Features page. Click on Windows > search for Programs and Features.
If the OSD application is listed, uninstall it.
2. Uninstall Intel Video Driver:
Go to Device Manager, expand the Display Adapter. right-click on Intel Video driver and select Uninstall. When you will get a prompt to delete the driver, click on it and proceed further. Restart the system.
3. Install the below drivers from the link:
Video Driver
Install the driver and restart the system.
Then install the OSD application.
Restart the system and check if you can adjust the brightness on the system.
DELL-Cares
Moderator
•
27.6K Posts
•
19 Points
0
October 27th, 2020 04:00
Thank you! We have received the required details. We will work towards a resolution via private messages to ensure the security of your information. In the meanwhile, you may receive assistance or suggestions from the community members as well.
DELL-Jesse L
Moderator
•
17.9K Posts
•
69K Points
0
October 27th, 2020 04:00
DELL-Jesse L
Moderator
•
17.9K Posts
•
69K Points
0
October 27th, 2020 05:00
DELL-Jesse L
Moderator
•
17.9K Posts
•
69K Points
0
October 27th, 2020 05:00
.Enter the systems BIOS:
i.Use the F2 boot on system startup and navigate to the System Configuration page
ii.Ensure the OSD button is enabled
https://dell.to/37MEauy and Exit the BIOS
Kevin Lo
1 Rookie
•
6 Posts
0
October 27th, 2020 05:00
I have completely uninstalled the driver of Intel UHD Graphic 630, Nvidia Geforce GTX 1650 and Dell OSD, and then reinstall then and restart. But the brightness still doesn't change when I adjust the brightness bar.
Please note that I was able to do so before (in fact I have to adjust daily day-to-night).
Kevin Lo
1 Rookie
•
6 Posts
0
October 27th, 2020 05:00
I am not sure that's due to the firmware upgrade recommended by "Dell Command | Update", while the only major change I have done yesterday was upgrading firmware to ver 1.3 and I am not able to adjust the brightness afterward.
Kevin Lo
1 Rookie
•
6 Posts
0
October 27th, 2020 05:00
It is enable by default (unclicked), I have toggled it and restart, still the same result.
Kevin Lo
1 Rookie
•
6 Posts
0
October 27th, 2020 05:00
Okay, thank you!
Kevin Lo
1 Rookie
•
6 Posts
0
October 27th, 2020 09:00
FYI, I have downgraded the firmware to ver 1.1.1, but it still cannot solve the problem.
Alexander8503
2 Posts
0
July 15th, 2021 06:00
I have the same problem on my 7480 optiplex..
Have you found the solution?
alexstar2015
1 Rookie
•
8 Posts
0
June 28th, 2022 10:00
I only have same problem of 7490AIO , you only need is install Dell On-Screen Display Application can fix the problem
zenithtwc
1 Rookie
•
9 Posts
1
November 20th, 2025 20:40
#Powershell
$value = 50 # 1-100%
# Sets Brightness for AC
Start-Process -FilePath "powercfg.exe" -ArgumentList "-setacvalueindex SCHEME_CURRENT SUB_VIDEO VIDEONORMALLEVEL $value" -WindowStyle Hidden
# updates setting
haupfear
1 Rookie
•
1 Message
0
January 26th, 2026 20:44
@zenithtwc yours is the only solution that worked. Many thanks!