Welcome to the Linux Foundation Forum!
change resolution
hoseini
Posts: 28
in Command Line
how to change resolution in terminal?(suse)
is it different in another distro ?
0
Comments
-
Depending on the size and/or resolution of your screen you can add a vga=XXX cheat code to your kernel line during boot. If you want to make it permanent, add it to the kernel line in you grub conf. This link explains a bit:
http://www.damnsmalllinux.org/wiki/index.php/Vga%3Dxxx
BTW - vga=791 or 792 has worked on normal size monitors for me. See different resolutions in the link.0 -
i dont have root password.in my user i change display of 1024*768 to 800*600 and hurt desktop view . when log in my user nothing is visible .i cant see pointer or windows but they work.i want to comeback resolution 1024*768 with terminal.open terminal with shortcut such as alt+ctrl+t restore resolution with command.i hear about xrandr but i dont know does it work or work in suse enterprise .0
-
xrandr talks to the x11 subsystem, it should work on all Linux based distros without root rights. The command to change it on your system should be
xrandr --output VGA1 --size 1024x768
0 -
When i use command get this error in ubuntu.
hoseini@hoseini-HP:~$ xrandr --output VGA1 --size 1024x768
xrandr: Failed to get size of gamma for output default
warning: output VGA1 not found; ignoring0 -
If you just run the xrandr command without any arguments it will show what displays are connected. You can replace vga1 with the designation of your connected monitor.0
-
hoseini@hoseini-HP:~$ xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 320 x 175, current 1366 x 768, maximum 1366 x 768
default connected 1366x768+0+0 0mm x 0mm
1366x768 50.0*
1024x768 51.0 52.0
960x540 53.0
840x525 54.0
832x624 55.0
800x600 56.0 57.0 58.0 59.0 60.0
800x512 61.0
720x450 62.0
720x400 63.0
700x525 64.0
680x384 65.0 66.0
640x512 67.0 68.0
640x480 69.0 70.0 71.0 72.0 73.0
640x400 74.0
640x350 75.0
576x432 76.0 77.0 78.0 79.0 80.0 81.0
512x384 82.0 83.0 84.0 85.0 86.0
416x312 87.0
400x300 88.0 89.0 90.0 91.0 92.0
360x200 93.0
320x240 94.0 95.0 96.0 97.0
320x200 98.0
320x175 99.0
hoseini@hoseini-HP:~$
I dont know what is VGA1 replacement.0 -
that is an interesting output, what I got from xrandr without arguments is:
matt:~$xrandr Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192 VGA1 disconnected (normal left inverted right x axis y axis) LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 344mm x 194mm 1366x768 60.0*+ 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 HDMI1 disconnected (normal left inverted right x axis y axis) DP1 disconnected (normal left inverted right x axis y axis) DP2 disconnected (normal left inverted right x axis y axis) TV1 disconnected (normal left inverted right x axis y axis)
in my case LVDS1 is my laptop monitor. I am thinking that you have a single connection, which I have not dealt with before.
Have you tried running "xrandr --size 1024x768" to see if it will automatically push to your default display?0 -
thanks.I use this command and work for me. (xrandr --size 1024x76)
But I want to khow that there is any command for changing resolution.0 -
the xrandr command is used to change resolution via the command line. Can you please explain exactly what else you are looking to accomplish?0
-
I mean I can change resolution just with these two commands or no we have more commands.0
-
I do not know of another cli based command that changes the x11 display properties, however xrandr has plenty of options which you can combine to get your desired video configuration. you can view the manual page at http://www.manpagez.com/man/1/xrandr/ to review the other options.0
-
hoseini wrote:I mean I can change resolution just with these two commands or no we have more commands.
From the xrandr manual:xrandr - primitive command line interface to RandR extension
There might be another programan that works with RandR but I know no other in the command line.0 -
my english is very bad, but i think:
change your xorg.conf
edit this file and you can see this, roughly:Section "Screen" Identifier "Default Screen" Device "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]" Monitor "Monitor genérico" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection
and then you only chage the eight line, only add "1280x800"
and your new file is it:Section "Screen" Identifier "Default Screen" Device "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]" Monitor "Monitor genérico" DefaultDepth 24 SubSection "Display" Depth 1 Modes [u] [b]"1280x800"[/b] [/u]"1024x768" "800x600" "640x480" . . . .
0
Categories
- All Categories
- 167 LFX Mentorship
- 219 LFX Mentorship: Linux Kernel
- 795 Linux Foundation IT Professional Programs
- 355 Cloud Engineer IT Professional Program
- 179 Advanced Cloud Engineer IT Professional Program
- 82 DevOps Engineer IT Professional Program
- 127 Cloud Native Developer IT Professional Program
- 112 Express Training Courses
- 112 Express Courses - Discussion Forum
- 6.2K Training Courses
- 48 LFC110 Class Forum - Discontinued
- 17 LFC131 Class Forum
- 35 LFD102 Class Forum
- 227 LFD103 Class Forum
- 14 LFD110 Class Forum
- 39 LFD121 Class Forum
- 15 LFD133 Class Forum
- 7 LFD134 Class Forum
- 17 LFD137 Class Forum
- 63 LFD201 Class Forum
- 3 LFD210 Class Forum
- 5 LFD210-CN Class Forum
- 2 LFD213 Class Forum - Discontinued
- 128 LFD232 Class Forum - Discontinued
- 1 LFD233 Class Forum
- 2 LFD237 Class Forum
- 23 LFD254 Class Forum
- 697 LFD259 Class Forum
- 109 LFD272 Class Forum
- 3 LFD272-JP クラス フォーラム
- 10 LFD273 Class Forum
- 152 LFS101 Class Forum
- 1 LFS111 Class Forum
- 1 LFS112 Class Forum
- 1 LFS116 Class Forum
- 1 LFS118 Class Forum
- LFS120 Class Forum
- 7 LFS142 Class Forum
- 7 LFS144 Class Forum
- 3 LFS145 Class Forum
- 1 LFS146 Class Forum
- 3 LFS147 Class Forum
- 1 LFS148 Class Forum
- 15 LFS151 Class Forum
- 1 LFS157 Class Forum
- 33 LFS158 Class Forum
- 8 LFS162 Class Forum
- 1 LFS166 Class Forum
- 1 LFS167 Class Forum
- 3 LFS170 Class Forum
- 2 LFS171 Class Forum
- 1 LFS178 Class Forum
- 1 LFS180 Class Forum
- 1 LFS182 Class Forum
- 1 LFS183 Class Forum
- 29 LFS200 Class Forum
- 736 LFS201 Class Forum - Discontinued
- 2 LFS201-JP クラス フォーラム
- 14 LFS203 Class Forum
- 102 LFS207 Class Forum
- 1 LFS207-DE-Klassenforum
- 1 LFS207-JP クラス フォーラム
- 301 LFS211 Class Forum
- 55 LFS216 Class Forum
- 48 LFS241 Class Forum
- 42 LFS242 Class Forum
- 37 LFS243 Class Forum
- 15 LFS244 Class Forum
- LFS245 Class Forum
- LFS246 Class Forum
- 50 LFS250 Class Forum
- 1 LFS250-JP クラス フォーラム
- LFS251 Class Forum
- 154 LFS253 Class Forum
- LFS254 Class Forum
- LFS255 Class Forum
- 5 LFS256 Class Forum
- 1 LFS257 Class Forum
- 1.3K LFS258 Class Forum
- 10 LFS258-JP クラス フォーラム
- 111 LFS260 Class Forum
- 159 LFS261 Class Forum
- 41 LFS262 Class Forum
- 82 LFS263 Class Forum - Discontinued
- 15 LFS264 Class Forum - Discontinued
- 11 LFS266 Class Forum - Discontinued
- 20 LFS267 Class Forum
- 24 LFS268 Class Forum
- 29 LFS269 Class Forum
- 1 LFS270 Class Forum
- 199 LFS272 Class Forum
- 1 LFS272-JP クラス フォーラム
- LFS274 Class Forum
- 3 LFS281 Class Forum
- 9 LFW111 Class Forum
- 260 LFW211 Class Forum
- 182 LFW212 Class Forum
- 13 SKF100 Class Forum
- 1 SKF200 Class Forum
- 1 SKF201 Class Forum
- 782 Hardware
- 198 Drivers
- 68 I/O Devices
- 37 Monitors
- 96 Multimedia
- 174 Networking
- 91 Printers & Scanners
- 83 Storage
- 743 Linux Distributions
- 80 Debian
- 67 Fedora
- 15 Linux Mint
- 13 Mageia
- 23 openSUSE
- 143 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 348 Ubuntu
- 461 Linux System Administration
- 39 Cloud Computing
- 70 Command Line/Scripting
- Github systems admin projects
- 90 Linux Security
- 77 Network Management
- 101 System Management
- 46 Web Management
- 64 Mobile Computing
- 17 Android
- 34 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 371 Off Topic
- 114 Introductions
- 174 Small Talk
- 19 Study Material
- 507 Programming and Development
- 285 Kernel Development
- 204 Software Development
- 1.8K Software
- 211 Applications
- 180 Command Line
- 3 Compiling/Installing
- 405 Games
- 309 Installation
- 97 All In Program
- 97 All In Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)