리눅스에서 듀얼 모니터를 사용할
수 있다구 해서 kldp에서 xinerama문서를 보구 따라 해봤습니다
XF86config는 건드려본적두 없구 워낙 초짜라서 무슨말인지 모르구
헤메던 중에 xf86cfg라는 프로그램을 발견(?)하구 이걸루 설정 했습니다
우선.. 제가 설정해 노은 XF86config-4입니다
------------------------------------------------------------------------
Section "ServerLayout"
Identifier "Layout3"
Screen 0 "Screen0" 0 0
Screen 1 "Screen2" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "GLcore"
Load "dri"
Load "glx"
Load "extmod"
Load "v4l"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "on"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor" 17인치 모니터
Identifier "My Monitor"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.5 - 64.3
VertRefresh 50.0 - 100.0
Option "dpms" <--이넘은 몬지 잘 모르겠네여
EndSection
Section "Monitor" 노트북 lcd모니터
Identifier "Monitor2"
HorizSync 31.5 - 35.1
VertRefresh 50.0 - 70.0
EndSection
Section "Device"
Identifier "Trident Cyber 9525 (generic)"
Driver "trident"
VideoRam 2048
BoardName "Unknown"
ChipSet "Cyber9525"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "2nd video"
Driver "trident"
BoardName "Unknown"
ChipSet "Cyber9525"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Trident Cyber 9525 (generic)"
Monitor "My Monitor"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen2"
Device "2nd video"
Monitor "Monitor2"
DefaultDepth 16
SubSection "Display"
Depth 16
#Black 0x0000 0x0000 0x0000
#White 0x0000 0x0000 0x0000
Modes "800x600" <---이넘을 virtual루 바꾸면 에러
#Virtual "800x600" 메세지가 다르게 출력 되던데...
EndSubSection 문서에는 버철루 되있구
EndSection
Section "DRI" <---문서에 이넘이 없던데...
Mode 0666
EndSection
---------------------------------------------------------------------------
그리구 밑에껀 에러 메세지구여
-------------------------------------------------------------------------
XFree86 Version 4.0.3 / X Window System
(protocol Version 11, revision 0, vendor release 6400)
Release Date:16 March 2001
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems. (See http://www.XFree86.Org/FAQ) Operating System: Linux 2.2.17-8smp i686 [ELF]
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Wed May 16 12:39:29 2001
(==) Using config file: "/etc/X11/XF86Config-4"
Markers:(--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (??) unknown.
(==) ServerLayout "Layout3"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "My Monitor"
(**) | |-->Device "Trident Cyber 9525 (generic)"
(**) |-->Screen "Screen2" (1)
(**) | |-->Monitor "Monitor2"
(**) | |-->Device "2nd video"
(**) |-->Input Device "Keyboard0"(**) XKB: layout: "us"
(**) |-->Input Device "Mouse0"
(**) FontPath set to "unix/:7100"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.0.3, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.0.3, module version = 0.1.0
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
compiled for 4.0.3, module version = 0.1.0
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(--) PCI:*(1:0:0) Trident Cyber 9525/DVD rev 73, Mem @ 0x80800000/22, 0x80500000/17, 0x80c00000/22
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
compiled for 4.0.3, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
compiled for 4.0.3, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
compiled for 4.0.3, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
compiled for 4.0.3, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
compiled for 4.0.3, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
compiled for 4.0.3, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/drivers/linux/v4l_drv.o
(II) Module v4l: vendor="The XFree86 Project"
compiled for 4.0.3, module version = 0.0.1
(II) Loading /usr/X11R6/lib/modules/drivers/trident_drv.o
(II) Module trident: vendor="The XFree86 Project"
compiled for 4.0.3, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
compiled for 4.0.3, module version = 1.0.0
(II) v4l driver for Video4Linux
(II) TRIDENT: driver for Trident chipsets: tvga8900d, cyber9320, cyber9388,
cyber9397, cyber9397dvd, cyber9520, cyber9525dvd, cyberblade/e4,
tgui9420dgi, tgui9440agi, tgui9660, tgui9680, providia9682,
providia9685, cyber9382, cyber9385, 3dimage975, 3dimage985, blade3d,
cyberbladei7, cyberbladei7d, cyberbladei1, cyberbladei1d,
cyberbladeAi1, cyberbladeAi1d
(WW) TRIDENT: More than one matching Device section for instances
(BusID: PCI:1:0:0) found: 2nd video
(WW) TRIDENT: Chipset "Cyber9525" in Device section "Trident Cyber 9525 (generic)" isn't valid for this driver
(EE) No devices detected.
Fatal server error:
no screens found
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to xfree86 at xfree86.org. XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.
-------------------------------------------------------------------------
전 레드햇 71을 쓰구
노트북을 사용 하기때문에 비디오 카드 한개구
디바이스 세션에 버스아이디는 PCI:1:0:0이걸루똑같이 했구요
문서랑 비교해보면 별루 틀릴게 없는데 왜 안되는 지 모르겠네영
실행 할때두 startx -- +xinarama 이렇게 하구,그넘을 쓰는데....
혹시...xinarama이넘이 프로그램인가여?????-_-;
듀얼 모니터에 관한 내용은 어디 가두 찾을 수가 없던데...오직 문서만 딸랑 -_-;
듀얼 모니터 설정에 성공 하신 분은 꼭 답변좀 부탁드립니다
제 모니터가 썩구 있어여 (비싼곤데..ㅡ.ㅜ)-- 요즘은 초보라는 핑계를 대는것보단 머리가
나빠서 그런가 보다 하구 생각이 드네요... ㅡ.ㅜ
oh~~~~jesy~~~~~