I fixed it with a payload (Rubber Ducky) but I have to run that payload every time I boot my USB which makes it easier for me.
Code:
REM Author: Kn1ght Art0rias
REM Desc: Increases the brightness of laptop screen when it boot up some *nix Distro like Kali
REM let it boot and wait for 20 seconds atleast (depends on your machine power) then plug in the rubber ducky
DELAY 100
CTRL-ALT F1
DELAY 1000
STRING <PUT THE USERNAME HERE>
ENTER
DELAY 200
STRING <PUT THE PASSWORD HERE>
ENTER
DELAY 300
STRING echo 10 | tee /sys/class/backlight/acpi_video0/brightness
ENTER
DELAY 300
STRING /etc/init.d/gdm3 stop
ENTER
DELAY 100
STRING /etc/init.d/gdm3 start
ENTER
I hope this might help someone