방금 Linux Mint 14를 설치했는데 화면 해상도를 변경할 수 없습니다. 1920 x 1200의 적절한 해상도는 옵션이 아닙니다.
나는 열심히 노력했다이것솔루션이지만 다음과 같이 보고합니다.
xrandr: cannot find output "VGA1"
나도 시도했다이것, 하지만 다음과 같이 보고됩니다.
Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
편집 1
내 그래픽 카드 정보:
Graphics: Card: NVIDIA GF108 [GeForce GT 440] bus-ID: 01:00.0 X.Org: 1.13.0 driver: nvidia Resolution: [email protected]
GLX Renderer: GeForce GT 440/PCIe/SSE2 GLX Version: 4.3.0 NVIDIA 313.26 Direct Rendering: Yes
실행 sudo lshw -class
출력:
*-display
description: VGA compatible controller
product: GF108 [GeForce GT 440]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nvidia latency=0
resources: irq:16 memory:fa000000-faffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:e000(size=128) memory:fb000000-fb07ffff
*-display
description: Display controller
product: 2nd Generation Core Processor Family Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 09
width: 64 bits
clock: 33MHz
capabilities: msi pm bus_master cap_list
configuration: driver=i915 latency=0
resources: irq:57 memory:fb400000-fb7fffff memory:b0000000-bfffffff ioport:f000(size=64)
편집 2
터미널 출력에서 xrandr 명령을 실행합니다.
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192
DVI-I-1 disconnected (normal left inverted right x axis y axis)
HDMI-3 disconnected (normal left inverted right x axis y axis)
VGA-2 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.0*
800x600 60.3 56.2
848x480 60.0
640x480 59.9
NVIDIA 드라이버가 설치되지 않은 상태입니다.
편집 3
다음 명령을 실행한 후 xrandr --newmode "1920x1200_60.00" 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync
보고합니다 .
X Error of failed request: BadName (named color or font does not exist)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 16 (RRCreateMode)
Serial number of failed request: 29
Current serial number in output stream: 29
편집 4
내가 해결책을 시도할 때여기실행하면 sudo Xorg -configure
다음을 얻습니다.
Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE)
답변1
위의 xrandr 출력에 따르면 두 가지 문제가 있습니다. 첫째, 출력 이름이 VGA-2(VGA0 아님)이고, 둘째, 1920x1200에 대한 모드가 없는 것 같습니다.
먼저 해상도를 설정해 보세요.
xrandr --output VGA-2 --size 1920x1200
이것이 작동하지 않으면(1920x1200은 모드가 아니기 때문에 작동하지 않을 것 같습니다) 다음을 수행하십시오.
cvt 1920 1200
전체 모델 행 정보를 복사하여 붙여넣습니다. 예를 들어 다음과 같습니다.
Modeline "1920x1200_60.00" 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync
복사하려는 내용은 "1920x1200_60.00"과 같은 Modeline 이후의 내용입니다. 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync
이제 다음을 수행합니다.
xrandr --newmode <WHAT_WE_COPIED_FROM_MODELINE>
xrandr --addmode VGA-2 1920x1200_60.00
예를 들어, VGA-2 다음의 두 번째 명령에서는 모델 행에 비트를 따옴표로 묶습니다.
마침내:
xrandr --output VGA-2 --mode 1920x1200_60.00
스키마에 대한 동일한 설명자입니다.
이렇게 하면 1920x1200의 새 모드가 생성되고 해당 모드를 VGA-2에 할당한 다음 해당 모드를 사용하도록 VGA-2를 설정해야 합니다.
답변2
xrandr의 그래픽 프런트엔드를 사용하여 해상도를 설정해 보세요. 예:
arandr
http://christian.amsuess.com/tools/arandr/
광선 회절계
http://kde-apps.org/content/show.php/xramdr?content=70521
그란데
https://launchpad.net/grandr
압축을 푼다
http://wiki.lxde.org/en/LXRandR
답변3
Xorg -configure를 동인하기 전에 XServer를 중지해 보십시오.
- 모든 계정에서 로그아웃하세요.
- Ctrl+Alt+F1 누르기
- 일반 계정으로 로그인하세요. (번호 잠금이 설정된 번호를 사용하는 경우 주의하세요. 로그인 정보를 확인해보세요.)
- 달리기
sudo service mdm stop
nvidia-settings
이것을 가지고 있거나 실행하는 경우Xorg -configure
- 달리기
sudo service mdm start
- 아직 터미널에 있다면 Ctrl+Alt+F7을 누르고 로그인하세요.
답변4
나에게 효과가 있었던 것은 Dave C의 접근 방식과 유사했습니다. 내 모니터가 인식되지 않아서 드라이버가 표준 해상도만 제공합니다.
먼저 모니터의 수평 및 수직 새로 고침 빈도를 찾으십시오. 모니터와 함께 제공된 설명서에 이러한 내용이 포함되어 있지 않거나 설명서가 더 이상 편리하지 않은 경우 제조업체 웹 사이트에서 해당 내용을 구할 수 있습니다. 이 정보를 /etc/X11/xorg.conf.d/50-monitor.conf에 추가하십시오.
cvt와 함께 이러한 새로 고침 빈도를 사용하여 모델 라인을 계산하고 이를 50-monitor.conf 파일에 추가합니다. 결과는 다음과 같아야 합니다.
Section "Monitor"
Identifier "Monitor0"
VendorName "Samsung"
ModelName "Samsung S27C230"
HorizSync 30-81
VertRefresh 56-75
# 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
Modeline "1920x1080" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
EndSection
이제 동일한 디렉터리의 50-screen.conf에 패턴을 추가합니다.
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080"
EndSubSection
EndSection
/etc/X11/xorg.conf에서 이 모든 작업을 수행할 수 있지만 Xorg 서버는 이러한 작은 파일을 선호합니다. 아직 수행하지 않은 경우 xorg.conf 파일의 장치 섹션을 xorg.conf.d/50-device.conf로 복사하고 xorg.conf의 이름을 변경하여 충돌을 피하십시오. 이제 X 서버를 다시 시작(restart)하면 새로운 모드를 사용할 수 있게 됩니다.