반응형
리눅스 설치시 해상도 관련 부분이
Section "Screen"
Identifier "Default Screen"
Device "nVidia"
Monitor "Generic Monitor"
EndSectionDevice "nVidia"
Monitor "Generic Monitor"
이렇게만 되어 있는 경우가 있다. 기본적인 해상도가 지원된다면 그 해상도만 표시될 것이다.
800x600 ... 등등
이때 다른 해상도로 변경하기 위해 아래와 같이 추가를 해주면 해당 해상도로 변경 가능하다.
Section "Screen"
Identifier "Default Screen"
Device "nVidia"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Device"
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
Device "nVidia"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Device"
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection
특히 VirtualBox 에 Debian 설치하니 (실지 다른 Linux는 설치해보지 않아서 다른 Linux는 어찌될지는 모르겠다.)
무지막지하게 큰 화면이 나타난다.
그리고 X Window 에서 해상도를 변경하고자 하여도 등록된 설정값이 없는 경우가 있다.
이때 /etc/X11/xorg.conf 파일을 확인 해본 후 위와 같이 변경 해주면 원하는 해상도로 설정할 수 있다.
특히 VirtualBox 에 Debian 설치하니 (실지 다른 Linux는 설치해보지 않아서 다른 Linux는 어찌될지는 모르겠다.)
무지막지하게 큰 화면이 나타난다.
그리고 X Window 에서 해상도를 변경하고자 하여도 등록된 설정값이 없는 경우가 있다.
이때 /etc/X11/xorg.conf 파일을 확인 해본 후 위와 같이 변경 해주면 원하는 해상도로 설정할 수 있다.
반응형
'Operating System > Linux' 카테고리의 다른 글
[CentOS] Error message, This system is not registered with an entitlement server. (0) | 2022.05.11 |
---|---|
Shell Script 실행 시에 root 권한 확인 (0) | 2020.07.14 |
Linux firewall-cmd port add (0) | 2020.02.07 |
kernel source version check (0) | 2019.09.03 |
ffmpeg install (Ubuntu 14.04) (0) | 2014.07.22 |
ubuntu 11.04 root 자동 로그인 설정 하기.. (0) | 2011.07.14 |
ubuntu 10.10에 tftpd 서비스 설치 (0) | 2010.12.16 |
Linux에 XP Desktop ... (0) | 2007.05.14 |
[리눅스] 용량 확인 (0) | 2007.02.27 |
유용한 find 명령... (0) | 2006.11.22 |