>>> import screen_brightness_control as sbc
>>> sbc.set_brightness(40)
>>> sbc.get_brightness()
[40]
As previously demonstrated, the code operates without error, yet the brightness of my screen is not modified despite the value consistently returning the integer of the brightness that I have previously instructed it to apply. This code operates on X.