I have installed Ubuntu on my desktop, but my monitor don't pass more than 800x600 resolution.
My monitor is good at 1360x768. How can I set resolution at 1380x768 ?
|
I have installed Ubuntu on my desktop, but my monitor don't pass more than 800x600 resolution. My monitor is good at 1360x768. How can I set resolution at 1380x768 ? |
||||
|
I show you an example, how you can set your resolution. Get the Modeline with the following command.
The output looks like this. Copy the modeline after
Create a new mode with the copied modeline and xrandr.:
With the following command, you get the connected port.
The output looks like this. You can see, in my case the connected port is
Add the new mode using your connected port.:
Change the monitor resolution.:
|
||||
|
|
|
You should access System Settings - Display. There you'll see a Resolution drop-down menu. Just click on it an check the resolution you desire, as 1360x768. Then, just click Apply and you should see the changes. I hope it works to you and you can tell us if it worked!
|
|||||
|
lspci -nnk | grep -i vga -A3– BuZZ-dEE Jan 30 at 10:48