(06-09-2021, 01:24 PM)yesilce link Wrote: I installed linux lite on https://www.dell.com/en/sletmeler/p/opti...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:
and to get available resolution modes
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