Advertisement
Tritonio

Reset/change gamma and brightness after Diablo II mess

May 1st, 2020
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Use xrandr to list your outputs:
  2.  
  3. $ xrandr
  4. Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192
  5. DVI-0 connected 1024x768+0+0 (normal left inverted right x axis y axis) 304mm x 228mm
  6. As you can see my output is DVI-0 to change the brightness:
  7.  
  8. xrandr --output DVI-0 --brightness 2
  9. To change the gamma:
  10.  
  11. xrandr --output DVI-0 --gamma 2:2:1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement