LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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-03-2021, 12:46 PM   #1
manitham
LQ Newbie
 
Registered: Aug 2021
Posts: 2

Rep: Reputation: Disabled
Screen resolution 1920*1080 changed to 1024*768 after restart the system.


Hi,
vivegaaj@vivegaa:~$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 16384 x 16384
DP-1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.00*
800x600 60.32 56.25
848x480 60.00
640x480 59.94
vivegaaj@vivegaa:~$ cvt 1920 1080 60
# 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
vivegaaj@vivegaa:~$ xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
vivegaaj@vivegaa:~$ xrandr --addmode DP-1 "1920x1080_60.00"

How can i save the file in my system.
 
Old 08-03-2021, 01:36 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by manitham View Post
Hi,
vivegaaj@vivegaa:~$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 16384 x 16384
DP-1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.00*
800x600 60.32 56.25
848x480 60.00
640x480 59.94
vivegaaj@vivegaa:~$ cvt 1920 1080 60
# 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
vivegaaj@vivegaa:~$ xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
vivegaaj@vivegaa:~$ xrandr --addmode DP-1 "1920x1080_60.00"

How can i save the file in my system.
No idea, since you don't say what file you're trying to save, tell us anything about the version/distro of Linux you're using, your hardware, or what changed to cause this problem. Provide actual details and we can try to help.
 
Old 08-03-2021, 05:46 PM   #3
manitham
LQ Newbie
 
Registered: Aug 2021
Posts: 2

Original Poster
Rep: Reputation: Disabled
Thank you, i have installed Deepin Linux in my system.I did not rectify screen resolution 1920*1080 after restart the system it goes to the screen resolution 1024*768. Kindly help to me.
 
Old 08-04-2021, 01:03 AM   #4
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749
Quote:
DP-1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.00*
This suggests that the monitor is only advertising a maximum resolution of 1024x768.

One way to get the 1920x1280 support is to create customisation in /etc/X11/xorg.conf.d, but advice for this requires more detail.

Another alternative might be to append a kernel boot option like ' video=VGA-1:1920x1080@60e'. The VGA-1 is from my system, so you would need the graphic output name on your system that can be seen in the output of 'ls /sys/class/drm'.
 
2 members found this post helpful.
Old 08-04-2021, 07:39 AM   #5
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by manitham View Post
Thank you, i have installed Deepin Linux in my system.I did not rectify screen resolution 1920*1080 after restart the system it goes to the screen resolution 1024*768. Kindly help to me.
So this is a NEW installation...how do you know it was 1920*1080 before, then?? And again, you aren't telling us anything about your monitor or video card, nor the version of Deepin, nor have you answered what file you're trying to save, how. What desktop GUI are you using? Have you tried going through the control center and adjusting it?

https://wiki.deepin.org/index.php?ti...or&language=en
 
Old 08-05-2021, 02:40 AM   #6
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,804
Blog Entries: 1

Rep: Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066
Quote:
Originally Posted by manitham View Post
i have installed Deepin Linux in my system.I did not rectify screen resolution 1920*1080 after restart the system it goes to the screen resolution 1024*768. Kindly help to me.
There are several reasons why this might happen. We need more information in order to determine the cause and solution. Please run the following commands from an X terminal and paste the results here to give us this information:
Code:
cat /var/log/Xorg.0.log | pastebinit
sudo inxi -U 2>/dev/null
sudo inxi -SGIayz
Please wrap output from the last command in code tags.
 
  


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
How to get 1920 X 1080 under Slitaz hifi100 Linux - Newbie 2 01-21-2017 04:46 AM
Lenovo w520 with ubuntu 12.04 stuck on native resolution (1920 x 1080) ABitTooSpicy Linux - Laptop and Netbook 1 03-15-2013 01:00 PM
Samsung LN-T3253H TV no longer displays computer's HDMI 1080p (1920×1080) resolution Geremia Linux - Hardware 6 12-31-2012 03:12 AM
GMA X4500 with LG W2253TQ - how to set widescreen mode 1920 x 1080 x 60Hz ? victorp Linux - Hardware 2 10-12-2009 12:48 AM

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

All times are GMT -5. The time now is 03:48 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