Fedora 18이 존재하지 않는 모니터를 감지합니다.

Fedora 18이 존재하지 않는 모니터를 감지합니다.

Win 8 및 Fedora 18 듀얼 부팅 설정을 갖춘 HP Envy dv7이 있습니다. 2013년 7월 22일에 Fedora 18의 모든 패키지를 사용 가능한 업데이트로 업데이트했습니다.

재부팅 후 Fedora는 이제 두 번째 모니터가 vga-2 포트에 연결되어 있음을 감지하지만(따라서 xrandr) 두 번째 모니터가 없습니다. 이 모니터가 감지되지 않도록 하는 방법이 있나요?

편집하다:

아래층 조언 감사합니다@slm그러나 이것은 나에게 빈 화면을 제공합니다. 이 솔루션을 조사하는 동안 새로운 grub 메뉴 항목이 있다는 것을 깨달았습니다. 이전 메뉴 항목과 비교했는데 유일한 차이점은 커널 버전이었습니다. 이전 버전으로 로그인하면 문제가 없는데, 새 버전을 사용하면 문제가 발생합니다.

이전 커널을 사용하여 xrandr을 실행하면 다음을 얻습니다.

Screen 0: minimum 320 x 200, current 1600 x 900, maximum 8192 x 8192
LVDS1 connected 1600x900+0+0 (normal left inverted right x axis y axis) 382mm x 215mm
   1600x900       60.0*+   40.0  
   1024x768       60.0  
   800x600        60.3     56.2  
   640x480        59.9  
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
VGA-2 disconnected (normal left inverted right x axis y axis)

그러나 새 커널에서 실행하면 다음과 같은 결과를 얻습니다.

Screen 0: minimum 320 x 200, current 1600 x 900, maximum 8192 x 8192
LVDS1 connected primary 1600x900+0+0 (normal left inverted right x axis y axis) 382mm x 215mm
   1600x900       60.0*+   40.0  
   1024x768       60.0  
   800x600        60.3     56.2  
   640x480        59.9  
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
VGA-2 connected (normal left inverted right x axis y axis)
   1024x768       60.0  
   800x600        60.3     56.2  
   848x480        60.0  
   640x480        59.9  
  1024x768 (0x63)   65.0MHz
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock   48.4KHz
        v: height  768 start  771 end  777 total  806           clock   60.0Hz
  800x600 (0x64)   40.0MHz
        h: width   800 start  840 end  968 total 1056 skew    0 clock   37.9KHz
        v: height  600 start  601 end  605 total  628           clock   60.3Hz
  800x600 (0x65)   36.0MHz
        h: width   800 start  824 end  896 total 1024 skew    0 clock   35.2KHz
        v: height  600 start  601 end  603 total  625           clock   56.2Hz

원인이 무엇인지는 확실하지 않지만 이전 커널을 계속 사용할 수 있으므로 이를 수행하고 Fedora가 문제를 수정하는 업데이트를 출시하는지 확인하겠습니다. 도움을 주셔서 다시 한번 감사드립니다.

답변1

나는 이 잠재적인 해결 방법을 발견했습니다. grub2 부트로더 커널 매개변수에 다음을 추가합니다. 파일 편집 /boot/grub2/grub.cfg:

linux /vmlinuz-… video=LVDS-1:d

xrandr다른 장치 연결을 수동으로 활성화/비활성화 할 수도 있습니다 .

$ xrandr 
Screen 0: minimum 320 x 200, current 1440 x 900, maximum 8192 x 8192
LVDS1 connected 1440x900+0+0 (normal left inverted right x axis y axis) 303mm x 190mm
   1440x900       60.0*+   50.0  
   1024x768       60.0  
   800x600        60.3     56.2  
   640x480        59.9  
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
HDMI3 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
DP3 disconnected (normal left inverted right x axis y axis)

LVDS1을 끄십시오:

$ xrandr --output LVDS1 --off

나는 또한 이것을 시도하고 싶습니다:

$ xrandr --auto

연결이 끊어진 활성화된 출력, 즉 신비한 두 번째 모니터를 비활성화해야 합니다.

답변2

스크린샷이나 스크린샷을 찍을 때 추가 모니터도 보입니다. 위에서 설명한 xrandr 방법은 나에게 적합하지 않습니다. 저는 GUI 접근 방식을 사용했습니다. 디스플레이 설정으로 이동 -> 두 번째 모니터를 선택하고 끄십시오. 모니터는 여전히 디스플레이 관리자에 표시되지만 스크린샷 등에 영향을 미치지 않는 것 같습니다.알 수 없는 디스플레이 끄기

관련 정보