[질문] 노트북에서 듀얼모니터 설정
안녕하세요
레드헷 9.0 사용중이고 노트북은 후지쯔 S6120입니다.
윈도우에서는 듀얼 모니터 설정이 잘 되니까 리눅스에서도 되겠지요
kernel 같은건 만지지도 않았고 XFree86 version은 4.3입니다
여기 내용을 많이 훑어보고 그대로 설정 해봤는데 잘 안되네요
이상한건 남들은 XFree86 -scanpci 라는 명령을 통해서 PCI를 잘 찾았다고 하던데 전 암것도 안나오네요
/proc/pci 를 보면
PCI devices found
Bus 0, device 0, function 0
Host bridge PCI device 80863580 (Intel Corp.) (rev 2).
Bus 0, device 0, function 1
System peripheral PCI device 80863584 (Intel Corp.) (rev 2).
Bus 0, device 0, function 3
System peripheral PCI device 80863585 (Intel Corp.) (rev 2).
Bus 0, device 2, function 0
VGA compatible controller PCI device 80863582 (Intel Corp.) (rev 2).
IRQ 11.
Prefetchable 32 bit memory at 0xd8000000 [0xdfffffff].
Non-prefetchable 32 bit memory at 0xd0000000 [0xd007ffff].
I/O at 0x1800 [0x1807].
Bus 0, device 2, function 1
Display controller PCI device 80863582 (Intel Corp.) (rev 2).
Prefetchable 32 bit memory at 0xe0000000 [0xe7ffffff].
Non-prefetchable 32 bit memory at 0xd0080000 [0xd00fffff].
Bus 0, device 29, function 0
USB Controller Intel Corp. 82801DB USB (Hub #1) (rev 3).
IRQ 11.
I/O at 0x1820 [0x183f].
이렇게 나옵니다
도통 연결이 안되네요
도움을 청합니다.
어디를 어떻게 만지면 될까요?
이하의 내용은 /etc/X11/XF86Config 내용입니다.
Section "ServerLayout"
Identifier "DualHead Layout"
Screen 0 "Screen0" LeftOf "Screen1"
Screen 1 "Screen1" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "InputDevice"
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Generic Monitor, 1280x1024 @ 60 Hz"
HorizSync 31.5 - 64.3
VertRefresh 50.0 - 70.0
Option "dpms"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Generic Monitor, 1280x1024 @ 60 Hz"
HorizSync 31.5 - 64.3
VertRefresh 50.0 - 70.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "i810"
VendorName "Videocard vendor"
BoardName "Intel 852"
BusID "PCI020"
VideoRam 32768
EndSection
Section "Device"
Identifier "Videocard1"
Driver "i810"
VendorName "Videocard vendor"
BoardName "Intel 852"
BusID "PCI021"
VideoRam 32768
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display" Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
참, 듀얼로 사용코자 하는 모니터는 SUN사의 19GH라는 나오는 LCD 모델입니다.
[code:1]BusID "PCI:0:2
인걸로 봐서
PCI타입의 듀얼 비디오 카드 인가 보군요.
그거문제는 아닌듯하고요.
LCD는 몇 인치신지요??
Device 부분에는 1280x1024로 되어 있네요
만약 15인치라면 최대 1024x768인걸로8)
저렇게 주석 처리 해보세요 :D [/code]
---------------------------------------
blog : http://myohan.egloos.com
그래도 역시나에요
1024x768 mode로 변경하고
주석 처리하고
혹시나 싶어 75Hz로 맞추어 보고... 삽질을 해봤는데.. 쩝
일단 세팅이 잘못 된건 아니죠?
혹시.. 무슨 모듈 올라가 있어야 하는건 아닐까요?
훔 이상하군요. 요즘은 노트북도 AGP를 사용하는데. 노트
훔 이상하군요.
요즘은 노트북도 AGP를 사용하는데.
노트북 메뉴얼을 잘 살펴 보셔서 AGP인지, PCI인지부터 함 확인해 보세요.
/proc/pci를 보면 분명 PCI로 나와 있지만, 노트북이란게 워낙 특이한 존재이니까요.
lspci 명령을 통해서 출력한 결과입니다..ㅜ.ㅜ
[RedHat:/home/dommal]$ /sbin/lspci
00:00.0 Host bridge: Intel Corp. 82852/855GM Chipset Host Bridge (rev 02)
00:00.1 System peripheral: Intel Corp.: Unknown device 3584 (rev 02)
00:00.3 System peripheral: Intel Corp.: Unknown device 3585 (rev 02)
00:02.0 VGA compatible controller: Intel Corp. 82852/855GM Chipset Integrated Graphics Device (rev 02)
00:02.1 Display controller: Intel Corp. 82852/855GM Chipset Integrated Graphics Device (rev 02)
00:1d.0 USB Controller: Intel Corp. 82801DB USB (Hub #1) (rev 03)
00:1d.1 USB Controller: Intel Corp. 82801DB USB (Hub #2) (rev 03)
00:1d.2 USB Controller: Intel Corp. 82801DB USB (Hub #3) (rev 03)
00:1d.7 USB Controller: Intel Corp. 82801DB USB EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corp. 82801BAM/CAM PCI Bridge (rev 83)
00:1f.0 ISA bridge: Intel Corp.: Unknown device 24cc (rev 03)
00:1f.1 IDE interface: Intel Corp.: Unknown device 24ca (rev 03)
00:1f.3 SMBus: Intel Corp. 82801DB SMBus (rev 03)
00:1f.5 Multimedia audio controller: Intel Corp. 82801DB AC'97 Audio (rev 03)
00:1f.6 Modem: Intel Corp. 82801DB AC'97 Modem (rev 03)
01:0a.0 CardBus bridge: O2 Micro, Inc. OZ6933 Cardbus Controller (rev 02)
01:0a.1 CardBus bridge: O2 Micro, Inc. OZ6933 Cardbus Controller (rev 02)
01:0c.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
01:0d.0 Network controller: Intel Corp.: Unknown device 1043 (rev 04)
01:0e.0 FireWire (IEEE 1394): Texas Instruments TSB43AB21 IEEE-1394a-2000 Controller (PHY/Link)
댓글 달기