Linux Lite Forums

Hardware - Support => Video Cards => Topic started by: yesilce on June 09, 2021, 09:24:50 AM

Title: What should I do to make the screen size 1920x1080?
Post by: yesilce on June 09, 2021, 09:24:50 AM
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?
Title: Re: What should I do to make the screen size 1920x1080?
Post by: Moltke on June 09, 2021, 01:24:41 PM
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: [Select]
inxi -Gand to get available resolution modes
Code: [Select]
xrandrThen 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: [Select]
 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