Author Topic: how to change screen resolution via commandline  (Read 5224 times)

Offline manit123

  • Sr. Member
  • ****
  • Posts: 315
how to change screen resolution via commandline
« on: October 20, 2013, 10:08:23 PM »
Hi ,
Do i have to restart X server OR is there any alternative ?
I do not see xrandr command here.

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11291
Re: how to change screen resolution via commandline
« Reply #1 on: October 20, 2013, 11:55:37 PM »
Hi manit123
If you are running  xorg  you can cycle through the screen resolutions listed in your  xorg.conf file using Ctrl-Alt-minus
and Ctrl-Alt-plus.

Offline manit123

  • Sr. Member
  • ****
  • Posts: 315
Re: how to change screen resolution via commandline
« Reply #2 on: October 21, 2013, 04:26:43 AM »
#find / -xdev -iname 'xorg*'
/tmp/tcloop/xorg-7.6-lib
/usr/local/tce.installed/xorg-7.6-lib

there ain't any xorg.conf but ctrl+alt+plus/minus worked.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10986
Re: how to change screen resolution via commandline
« Reply #3 on: October 21, 2013, 08:19:42 AM »
xrandr is available in the -bin extension.
The only barriers that can stop you are the ones you create yourself.

Offline manit123

  • Sr. Member
  • ****
  • Posts: 315
Re: how to change screen resolution via commandline
« Reply #4 on: October 21, 2013, 08:24:08 AM »
i don't understand.
What should I search in apps ?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10986
Re: how to change screen resolution via commandline
« Reply #5 on: October 21, 2013, 08:24:49 AM »
In the Provides search, type xrandr.
The only barriers that can stop you are the ones you create yourself.

Offline manit123

  • Sr. Member
  • ****
  • Posts: 315
Re: how to change screen resolution via commandline
« Reply #6 on: October 21, 2013, 09:14:36 PM »
That went well.
I downloaded & installed xorg-7.6-bin.tcz.
Consider this thread closed.
Thank you.