You are not logged in.
I have downloaded Visual Studio, installed it and then I notice that I can hardly read what is in the program.
This picture tells the story: https://imgur.com/a/wPTI7BV.
Editing View in the menu bar doesn't work. How can I fix this?
Last edited by CooKiECruNChEr43 (2023-01-14 08:32:33)
Offline
This can be fixed by changing the screen resolution:
# determining the screen resolution used and available screen resolutions:
xrandr -q
# changing the screen resolution with the command:
xrandr --output HDMI-0 --mode 1920x1080
Asking the question leads you to the answer sometimes.
Offline