[완료] 우분투에서 dual모니터 설정

restday22의 이미지

우분투edgy + PI65GV(온보드그래픽)이렇게 사용중입니다.

여기에 ATI-264VT(PCI)그래픽카드를 추가해서 듀얼모니터를 쓸려고합니다.

설정파일을 자동으로 생성하는 방법을 몰라서 xorg.conf를 제가 수정해봤는데 안됩니다.

설정할때 BusID를 어떻게 해야되는지 정확한방법을 모르고 했습니다.

lspci명령어로 봤을때 아래 부분의 01:01.0을 보고 BusID "PCI:1:1:0" 이렇게 적어봤습니다.

01:01.0 VGA compatible controller: ATI Technologies Inc 264VT [Mach64 VT] (rev 48)

Section "Device"
        Identifier      "Intel Corporation 82865G Integrated Graphics Controller"
        Driver          "i810"
        BusID           "PCI:0:2:0"
EndSection
 
Section "Device"
        Identifier      "Videocard1"
        Driver          "ati"
        VendorName      "Videocard vendor"
        BoardName       "ati"
        BusID           "PCI:1:1:0"
Screen 1
 
EndSection
 
Section "Monitor"
        Identifier      "L70N"
        Option          "DPMS"
        HorizSync       28-64
        VertRefresh     43-60
EndSection
 
Section "Monitor"
        Identifier      "Monitor1"
        Option          "DPMS"
        HorizSync       28-64
        VertRefresh     43-60
EndSection
 
Section "Screen"
        Identifier      "Screen0"
        Device          "Intel Corporation 82865G Integrated Graphics Controller"
        Monitor         "L70N"
        DefaultDepth    24
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
EndSection
 
Section "Screen"
        Identifier      "Screen1"
        Device          "Videocard1"
        Monitor         "Monitor1"
        DefaultDepth    16
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
EndSection
 
 
Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Screen1"
        Screen          "Screen0" Rightof "Screen1"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "stylus" "SendCoreEvents"
        InputDevice     "cursor" "SendCoreEvents"
        InputDevice     "eraser" "SendCoreEvents"
EndSection
 
Section "DRI"
        Mode    0666
EndSection
restday22의 이미지

Xorg.0.log 파일부분에 이런 오류가 있군요
Screen 1 deleted because of no matching config section.
칩셋까지 다찾는데 드라이버 문제인가요

(II) ATI: ATI driver (version 6.6.2) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets:
(II) Primary Device is: PCI 00:02:0
(--) Chipset 865G found

(II) resource ranges after xf86ClaimFixedResources() call:
(II) ATI: Candidate "Device" section "Videocard1".
(II) ATI: Shared PCI/AGP Mach64 in slot 1:1:0 detected.
(II) ATI: Shared PCI/AGP Mach64 in slot 1:1:0 assigned to active "Device" section "Videocard1".

(II) Loading sub module "atimisc"
(II) LoadModule: "atimisc"
(II) Loading /usr/lib/xorg/modules/drivers/atimisc_drv.so
(II) Module atimisc: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 6.6.2
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.0
(EE) Screen 1 deleted because of no matching config section.
(II) UnloadModule: "ati"
(II) UnloadModule: "atimisc"
(II) Unloading /usr/lib/xorg/modules/drivers/atimisc_drv.so
(II) resource ranges after probing:

네크로맨서의 이미지

xinerama로 검색하세요.
예전에 radeon 7500 에서 xinerama로 듀얼구성 성공한 적 있었습니다.

지금은 7600gt에 nvidia 독점드라이버쓰기 때문에 상관은 없지만.

그리고 xinerama 활성화하면 3d 가속 못하는건 감수하셔야 합니다.

지금 쓰는 컴은 로그인하기에 위험해서 익명으로 글 남깁니다.

restday22의 이미지

Section "Device"
Identifier "Generic Video Card"
Driver "ati"
VendorName "ATI"
BoardName "264VT [Mach64 VT]"
ChipSet "ati"
ChipId 0x5654
BusID "PCI:1:1:0"
VideoRam 65536
EndSection

VendorName ChipSet ChipId 부분을 추가했더니 잡히는군요
Xinerama는 듀얼에서 창을 공유할때 사용하는것 같은데요.

답변 감사합니다.

댓글 달기

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