LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-06-2022, 03:23 AM   #1
braithwaite
Member
 
Registered: Mar 2019
Location: UK
Distribution: debian
Posts: 84

Rep: Reputation: Disabled
How to get 1080p display on new MX Linux install?


I have a new PC build with the Ryzen 5600G cpu - I'm using it's integrated graphics on the cpu.
I'm using my LG tv as the monitor with an hdmi cable and the screen resolution is 1080p.
When I boot into MX Linux it gives me a default 1360x768 screen resolution.
But when I change the display resolution to 1080p on the display gui - the display is yellowish and dark.

On this site: askubuntu, it says I can do the following from terminal:
Code:
For integrated displays

goto your terminal and type vim ~/.profile ENTER
Paste in the shell command from step 5 and 6, then save.
I won't be using vim - MX Linux has thunar which I think might be an easier file manager for me.
The instructions for step 5 & 6 are as follows:
Code:
Type sudo xrandr --newmode "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync and ENTER

Type sudo xrandr --addmode VGA-1 "1920x1080_60.00" and ENTER (replace VGA-1 with your display type (step 3) like HDMI-1 or DP-1)
Before I modify the xrandr directory can anyone advise if I'm on the right path?
My tv is a bit old although it is 1080p.
 
Old 08-06-2022, 03:46 AM   #2
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,503

Rep: Reputation: Disabled
The xrandr commands will work in any terminal - take a read of man xrandr to see all the options, if you want.

But, I'm surprised that the menu doesn't have a GUI program to set it, they used to, just remember to 'save' it before closing the program.

P.S. Vim is an editor, not a file manager.

Last edited by fatmac; 08-06-2022 at 03:48 AM.
 
Old 08-06-2022, 04:33 AM   #3
braithwaite
Member
 
Registered: Mar 2019
Location: UK
Distribution: debian
Posts: 84

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by fatmac View Post
The xrandr commands will work in any terminal - take a read of man xrandr to see all the options, if you want.

But, I'm surprised that the menu doesn't have a GUI program to set it, they used to, just remember to 'save' it before closing the program.

P.S. Vim is an editor, not a file manager.
Thank you. The XFCE 'Display' window will allow toggling between different screen resolutions.
But it doesn't look like a true 1080p display.
Also the Start panel with all the applications cannot be seen in this mode.
If I change the xrandr directory and reboot - will the Start panel be seen?

I have MX Linux on usb. But I don't know if it has persistence.
Should I test out xrandr on live usb perhaps?
 
Old 08-06-2022, 07:27 AM   #4
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,503

Rep: Reputation: Disabled
Quote:
Also the Start panel with all the applications cannot be seen in this mode.
Can you right click on the desktop & get the menu, (I haven't used MX in a while so can't remember if that works or not).
 
Old 08-06-2022, 07:36 AM   #5
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,503

Rep: Reputation: Disabled
MX Linux 21 XFCE: Set Up & Customization [step by step]

https://www.youtube.com/watch?v=EO7yd5yWN7c
 
1 members found this post helpful.
Old 08-06-2022, 11:35 AM   #6
braithwaite
Member
 
Registered: Mar 2019
Location: UK
Distribution: debian
Posts: 84

Original Poster
Rep: Reputation: Disabled
Wink

Quote:
Originally Posted by fatmac View Post
The xrandr commands will work in any terminal - take a read of man xrandr to see all the options, if you want.

But, I'm surprised that the menu doesn't have a GUI program to set it, they used to, just remember to 'save' it before closing the program.

P.S. Vim is an editor, not a file manager.
Ah yes, good point. I usually use gedit to edit files.
I used vim and followed the instructions on the OS on my SSD (not live usb) - but unfortunately it hasn't worked.
I'll ask the mx linux forum.


Quote:
Originally Posted by fatmac View Post
MX Linux 21 XFCE: Set Up & Customization [step by step]

https://www.youtube.com/watch?v=EO7yd5yWN7c
Thank you for this link - it was really helpful to configure MX.
 
Old 08-06-2022, 01:55 PM   #7
braithwaite
Member
 
Registered: Mar 2019
Location: UK
Distribution: debian
Posts: 84

Original Poster
Rep: Reputation: Disabled
Wow finally resolved the problem.

On MX Linux (21 Wildflower) I did this:

1. On the XFCE pop-up panel press the Applications Menu icon.
2. On the pop up menu press Settings on the right side.
3. Now scroll down to Display on the left side of the menu.

4. The Display window will appear to modify screen resolution.
5. On the General tab select 1920x1080 (mine was 1360x768 by default).
6. DON'T press 'Apply'.
7. Press the Advanced tab and select the small icon to 'Create a new display profile'.
8. You will be prompted to create a display resolution profile. Input any name - mine is 'hd-display'.
9. Press the 'Create' button.
10. Activate the 3 buttons below for 'Connecting Displays' and 'Identifying Displays'.
11. Now press 'Apply'.
12. After the screen resolution has changed - press the 'Keep this configuration' button.

Now the Display window will keep a record of your display profile on the 'Advanced' tab.
Thankfully the icons and panel hadn't become too small. But their resolution was higher.
I repeated the process above and created a second profile at 1360x768 resolution.
Now I can toggle between the two.

So the MX Linux gui interface has worked effectively and seamlessly.
 
1 members found this post helpful.
Old 08-06-2022, 02:09 PM   #8
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,503

Rep: Reputation: Disabled
Glad you got sorted, & thanks for posting what did to get it sorted, this will likely help others.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How to fix blinking/deactivating display output with KMS/Linux 4.17 on Sharp HDMI 1080p TV? RickDeckard Linux - Hardware 4 12-14-2018 03:42 PM
LXer: Canonical Data Collection, Netflix 1080p on Linux, Wine Staging & more | This Week in Linux 21 LXer Syndicated Linux News 0 02-20-2018 02:51 PM
LXer: New Renesas SoCs offer 1.5GHz, 1080p, GbE, USB 3.0, PCIe LXer Syndicated Linux News 0 10-09-2015 04:12 PM
High definition (720p or 1080p) playback on Linux & driver AleLinuxBSD Linux - Software 0 04-12-2010 03:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:03 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration