How can I make the refresh rate of an Ubuntu Guest 120Hz?

Discussion in 'Linux Virtual Machine' started by YousufS, Apr 13, 2022.

  1. YousufS

    YousufS Bit poster

    Messages:
    2
    I did some googling and didn't find anything. I'm on the 2021 MacBook Pro.
     
  2. Asish

    Asish Staff Member

    Messages:
    177
    Hello, Open the terminal on Ubuntu Virtual Machine and run the following command.
    xrandr --output HDMI1 --rate 75
    or, if you want to make sure the resolution is correct too in the same command
    xrandr --output HDMI1 --mode 1280x1024 --rate 75
     

Share This Page