ATI 그래픽 듀얼 (dual) 모드 설정

babyxxx의 이미지

ATI Radeon 3870에 8.7 리눅스용 드라이버로 듀얼 모니터를 사용하기 위한 설정에 관한 도움말입니다.

먼저 듀얼 모니터의 설정은 크게 싱글헤드방식과 듀얼헤드 방식으로 나뉘며 그 각각의 방법과 특징에 대해 설명하겠습니다.

1. 싱글헤드 방식

이 듀얼 모드의 설정 파일은 두개의 모니터를 하나로 인식합니다.
다음의 설정을 잘 보면 하나의 모니터에 옵션으로 수평확장과 그 해상도만을 입력한 것입니다.
1920x1200 의 화면이 우측(기본값)으로 1280 픽셀 만큼 커진것으로 인식해 버리기때문에
우측 확장부분의 아래부분을 실제로는 모니터 상에선 볼수없지만
컴퓨터상의 작업공간에는 존재해버리는 문제가 있습니다.

볼수없는 곳에 프로그램이 실행되거나 아이콘이 존재하는 웃지못할 상황이 연출됩니다.

왼쪽, 오른쪽의 모니터 수직해상도를 동일하게 사용하시는 경우에는 추천해드립니다.
아래의 제 경우, 좌우 모니터가 1200픽셀과 720픽셀로 수직해상도가 다릅니다.

### xorg.conf
 
Section "ServerLayout"
	Identifier     "aticonfig Layout"
	Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection
 
Section "Files"
EndSection
 
Section "Module"
EndSection
 
Section "Monitor"
	Identifier   "aticonfig-Monitor[0]-0"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection
 
Section "Device"
	Identifier  "aticonfig-Device[0]-0"
	Driver      "fglrx"
	Option	    "DesktopSetup" "horizontal"
	Option	    "Mode2" "1280x720"
	BusID       "PCI:7:0:0"
EndSection
 
Section "Screen"
	Identifier "aticonfig-Screen[0]-0"
	Device     "aticonfig-Device[0]-0"
	Monitor    "aticonfig-Monitor[0]-0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1920x1200"
	EndSubSection
EndSection

2. 듀얼헤드 방식

이것은 그래픽 카드 각각의 출력 장치에 모니터를 하나하나 연결하여 구성해주는 개념입니다.
모니터 사이즈가 각각 다른 제가 실제 사용하는 설정이구요.

이 방식은 아마도 다른 X86config 들에서 많이 보시던 걸 것이며
좌, 우 모니터 수직해상도를 다르게 사용하시는 분들께 추천해드립니다.

이 방법의 특징은 좌,우 화면이 컴퓨터 상에서, 하나가 아닌, 마치 PC 2대를 사용하는 느낌의 윈도우 데스크탑으로 구성이 된다는 점입니다.

마우스는 잘도 이동이 되지만 좌에서 사용중인 프로그램 창을 우로 옮기는 것은 안됩니다.
오른쪽창에서 실행한 프로그램은, 그놈 주메뉴에 등록시키거나, 패널을 이용해 실행한 경우로

오른쪽창에서, 실행하면 오른쪽 데스크톱화면에서만 이동이 됩니다.
아마도 당황스러운(?) 방식일 수 있겠습니다만...

이방식이 저에게는 아주 훌륭합니다. 아래 보시다시피 오른쪽 화면이 동영상 전용 30인치 TV 입니다.
전체화면으로 키워도 오른쪽 화면에서만 확장이 되니 이보다 좋을 수가 없습니다.

처음 TV(모니터) 주파수 설정을 안주었을때 최대해상도와 사이즈가 1024x768 로 제한되어 버리더더군요.
그래서 TV쪽에 그럴듯하게 모니터 주파수 설정을 해주었습니다.
(그럴듯한 해상도는 실제로 많이 사용되는 비슷한 성능을 지닌 모니터 제품의 스펙을 가져와 사용하시거나 가장 좋은 방법인 제조회사나 모니터 뒤쪽에 명기된 수치를 이용하시면 됩니다.)

그렇게 해서 지금 와이드 720p 를 사용중입니다.

첨언하자면, 자신의 모니터해상도가 제한되는 경우를 그래픽카드 설정이나 드라이버가 잘못됐다 생각하시는 경우가 많습니다만 대부분, 모니터의 정확한 스펙을 시스템에서 인식하지 못해 일어나는 문제입니다.

# Xorg configuration created by system-config-display
 
Section "ServerLayout"
	Identifier     "dual head configuration"
	Screen      0  "aticonfig-Screen[0]-0" 0 0
	Screen         "aticonfig-Screen[0]-1" RightOf "aticonfig-Screen[0]-0"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
 
Section "Files"
EndSection
 
Section "Module"
EndSection
 
Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
	Option	    "XkbVariant" "intl"
EndSection
 
Section "Monitor"
	Identifier   "aticonfig-Monitor[0]-0"
	Option	    "VendorName" "DAYSIS"
	Option	    "ModelName" "230AP"
	Option	    "DPMS" "true"
EndSection
 
Section "Monitor"
	Identifier   "aticonfig-Monitor[0]-1"
	HorizSync    30.0 - 80.0
	VertRefresh  55.0 - 76.0
	Option	    "VendorName" "ANAM"
	Option	    "ModelName" "TRUE HD (720p)"
	Option	    "DPMS" "true"
EndSection
 
Section "Device"
	Identifier  "aticonfig-Device[0]-0"
	Driver      "fglrx"
	BusID       "PCI:7:0:0"
EndSection
 
Section "Device"
	Identifier  "aticonfig-Device[0]-1"
	Driver      "fglrx"
	BusID       "PCI:7:0:0"
	Screen      1
EndSection
 
Section "Screen"
	Identifier "aticonfig-Screen[0]-0"
	Device     "aticonfig-Device[0]-0"
	Monitor    "aticonfig-Monitor[0]-0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1920x1200" "1600x1200" "1024x768"
	EndSubSection
EndSection
 
Section "Screen"
	Identifier "aticonfig-Screen[0]-1"
	Device     "aticonfig-Device[0]-1"
	Monitor    "aticonfig-Monitor[0]-1"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1280x720"
	EndSubSection
EndSection

이런식으로 xorg.conf 를 직접수정해서 사용해도 되며,

각각 아래와 같이 aticonfig 유틸리티를 사용하셔도 됩니다.

1.

aticonfig --initial -f --dtop=horizontal --resolution=0,1920x1200,1600x1200,1024x768 --mode2=1280x720,1024x768,800x600

2.

aticonfig --initial=dual-head -f --resolution=0,1920x1200,1600x1200,1024x768 --resolution=1,1280x720 --hsync=1,30-80 --vrefresh=1,55-76

Forums: 

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.