Hardware - Support > Video Cards

What should I do to make the screen size 1920x1080?

(1/1)

Moltke:

--- Quote from: 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?

--- End quote ---

Launch a terminal and run these two commands:
To get your GPU's info:

--- Code: ---inxi -G
--- End code ---
and to get available resolution modes

--- Code: ---xrandr
--- End code ---
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

--- End code ---

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

yesilce:
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?

Navigation

[0] Message Index

Go to full version