Horje
change brightness ubuntu 20.04 Code Example
change brightness ubuntu 20.04
# xrandr will list the displays you have connected eg HDMI-0 or DP-0 ...
xrandr 
# here's an example of changing an HDMI display 
# I have connected to 90% brightness
xrandr --output HDMI-0 --brightness 0.90
# --output is for the name of display
# --brightness is brightness ratio with 1.0 being 100%




Shell

Related
remove port binding windows Code Example remove port binding windows Code Example
source fish config Code Example source fish config Code Example
Module not found: Can't resolve 'uuid/v4' Code Example Module not found: Can't resolve 'uuid/v4' Code Example
uuid Code Example uuid Code Example
ssh connect to host bitbucket.org port 22: Connection timed out Code Example ssh connect to host bitbucket.org port 22: Connection timed out Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11