Linux Lite Forums
What should I do to make the screen size 1920x1080? - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6)
+--- Forum: Video Cards (https://www.linuxliteos.com/forums/forumdisplay.php?fid=22)
+--- Thread: What should I do to make the screen size 1920x1080? (/showthread.php?tid=7807)



What should I do to make the screen size 1920x1080? - yesilce - 06-09-2021

I installed linux lite on https://www.dell.com/en/sletmeler/p/optiplex-3020-desktop/pd computer. I can set the screen size to a maximum of 1024x768. What should I do to make the screen size 1920x1080? Should I update the graphics card driver, how can I update the graphics card driver if I need to?


Re: What should I do to make the screen size 1920x1080? - Moltke - 06-09-2021

(06-09-2021, 01:24 PM)yesilce link Wrote: I installed linux lite on https://www.dell.com/en/sletmeler/p/optiplex-3020-desktop/pd computer. I can set the screen size to a maximum of 1024x768. What should I do to make the screen size 1920x1080? Should I update the graphics card driver, how can I update the graphics card driver if I need to?

Launch a terminal and run these two commands:
To get your GPU's info:
Code:
inxi -G
and to get available resolution modes
Code:
xrandr
Then copy/paste the output in your reply using tag codes, you can do that by:
1. Using [ code ] paste output here [ / code ] there should be no spaces, I used them just so you could see how it's done.
2. Click the # symbol/icon in the toolbar which is just right under Font Size, then copy/paste the output from terminal between the tags. The reason to use code tags is to make it more readable, so looks something like this
Code:
 moltke  ~  inxi -G
Graphics:  Device-1: Advanced Micro Devices [AMD/ATI] Wrestler [Radeon HD 6310] driver: radeon v: kernel
           Device-2: Cheng Uei Precision Industry (Foxlink) HP Truevision HD type: USB driver: uvcvideo

and not just some messy-difficult to read text like this

 moltke  ~  inxi -G
Graphics:  Device-1: Advanced Micro Devices [AMD/ATI] Wrestler [Radeon HD 6310] driver: radeon v: kernel
          Device-2: Cheng Uei Precision Industry (Foxlink) HP Truevision HD type: USB driver: uvcvideo