DVI , D-SUB 동시에 쓸때 항상 D-SUB가 첫번째 화면이 되는 문제

chazzy1의 이미지

dappeer 쓰는데요

DVI, D-SUB 단자에 각각 모니터를 달아놨는데

이걸 xorg.conf 를 어떻게 설정하건간에 항상 D-SUB 단자에 꽂힌게 메인 화면이 되더군요.

DVI 쪽이 메인화면이 되게 해야하는데 어떻게 해야할까요.

이전에도 이게 안되더라는 글을 얼핏 본거같은데 해결책이 있는지 궁금합니다.

cinsk의 이미지

다른 방법이 있는지는 잘 모르겠지만, 보통 driver에 따라 제공되는 Option들을 활용해야할 것 같습니다. 다른 graphic card는 잘 모르겠고, nvidia같은 경우는 다음과 같은 방법이 있습니다.

Option "ConnectedMonitor"  "DFP, CRT"

Twinview를 쓰고 있다면 단순히 오른쪽/왼쪽 모니터를 바꿔 주는 option을 쓰면 됩니다. 아래 중 하나를 쓰시면 됩니다:

Option "TwinViewOrientation"  "RightOf"
Option "TwinViewOrientation"  "LeftOf"
Option "TwinViewOrientation"  "Above"
Option "TwinViewOrientation"  "Below"
Option "TwinViewOrientation"  "Clone"

자세한 것은 driver에 따라 제공되는 README를 참고하시기 바랍니다.

--
C FAQ: http://www.eskimo.com/~scs/C-faq/top.html
Korean Ver: http://www.cinsk.org/cfaqs/

chazzy1의 이미지

답변주셔서 감사합니다.

Twinview 는 게임같은거 전체화면으로 할때 문제가 많아서 안쓰고있고요

Option "ConnectedMonitor" "DFP, CRT"

이걸 설정해보니까 메인화면이 DVI 쪽으로 잡히기는 하는데 다른쪽 CRT 화면이 아예 안나오게 되더군요.

도무지 원인은 모르겠고요...

삽질을 좀 더 해봐야겠는데 혹시나해서 제 xorg.conf을 필요한 부분만 올려볼테니 도와주실수 있는분이 있으면 도와주시면 감사하겠군요.

Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Screen[0]" 0 0
Screen 1 "Screen[1]" 2000 0
InputDevice "Configured Mouse" "CorePointer"
InputDevice "Generic Keyboard" "CoreKeyboard"
EndSection

Section "Monitor"
Identifier "DFP" #CRT
Option "DPMS"
EndSection
Section "Monitor"
Identifier "CRT" #TV
Option "DPMS"
EndSection

Section "Device"
Identifier "Device[0]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "ConnectedMonitor" "DFP"
screen 0
EndSection

Section "Device"
Driver "nvidia"
Identifier "Device[1]"
Screen 1
Option "ConnectedMonitor" "CRT"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
Monitor "DFP"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "Screen"
Device "Device[1]"
Identifier "Screen[1]"
Monitor "CRT"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1360x768" "1024x768"
EndSubSection
EndSection

chazzy1의 이미지

찾아보니까 이게 2년 넘게 해결안되고 있는 문제더군요.

www.nvnews.net 에 가니까 DFP,CRT 를 둘 다 꽂았을때 무조건 CRT 가 메인 화면이 되어버리는 문제. 이걸 해결해 달라는 리눅스 사용자들이 줄을 서 있던데 2004년에 시작된 이 요청이 아직도 해결이 안되고 있더군요.

This enhancement (via bug 194782) will be implimented in the next driver (1.0-9xxx) release.

@SysGhost: there'll be a new option, TwinViewXineramaInfoOrder, that accepts a string of comma-separated display devices.

이런 글이 있긴 한데 도대체 언제가 될지 알수가 없습니다.

나 참...리눅스라고 무시하는건지...

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.