2016년 5월 17일 화요일

리눅스 해상도

<keyword>


linux resolution, xrandr, linux resolution configure on centos5.5, xrandr --newmode, xrandr --addmode


centos 5.5 환경입니다. centos 5.5 를 설치한 후 화면 해상도를 변경하려고


이것저것 시도해봤는데... (나는 1920x1080을 원했다..)


I try to this in CentOS 5.5 version. I installed CentOS 5.5 and try something for change resolution. (I want 1920 x 1080 resolution.)



구글링을 하다보면.. xrandr --newmode를 이용하라는 내용이 많이 나오는데..


xrandr 버전이 낮으시면 안 되실겁니다. newmode 옵션을 제공하지 않거든요..


xrandr 버전이 1.1이신 경우라면.. newmode로 변경하는 방법을 포기하시고


다른 방법을 찾아보세요.

If you search this subject, then you can find 'xrandr --newmode' command. But if your xrandr version is low, then xrandr --newmode command doesn't work.




혹시 좋은 방법이 있다면.. 댓글로 알려주시면 감사합니다 :)

If you know a good way, please tell me that.



xrandr 버전 확인하는 명령어

You can check xrandr version by below command.


1
$ xrandr -v
cs

혹시 버전이 높으신 분들은 아래와 같은 방법을 시도해보시길 바랍니다.

터미널에서 아래 명령어를 입력.


If you have a higher version, please try the below command.


1
$ cvt 1920 1080 60
cs

그러면 아래와 같은 이미지가 뜨실겁니다

Then you will see the following image.




Modeline 뒤에 부분을 드래그해서 복사해서 붙여넣으시거나,

똑같이 타이핑 하시면 됩니다. 아래와 같이..

Drag and paste the part behind the 'Modelline', or type the same part. As below...

1
2
3
4
5
# xrandr --newmode 복사한부분 붙여넣기
# xrandr -q
# xrandr --addmode Virtual1 1920x1080_60.00
cs

저는 xrandr 버전이 낮아서 안되는 방법이지만..

혹시 다른분들에게 도움될까해서 하하하하...

It does not work for me. I hope if it would be helpful to others.

댓글 없음:

댓글 쓰기

A*, JPS 길찾기 알고리즘 시뮬레이션 사이트

https://qiao.github.io/PathFinding.js/visual/ 길 찾기 알고리즘 시행 과정을 보여주는 사이트다. 링크 메모..