금요일, 2월 13, 2009

linux 기반 flame / smoke 에 Sony GDM-FW900 모니터 붙이기

기본적으로 flame, smoke, inferno 2008 or 2009 linux 기반이라면

Eizo CE240W 나 CG241W 모니터에 Wacom Intuos3 usb 타블렛을 사용하고 있을것이다.

물론, 좋은 모니터이고 좋은 타블렛임에는 틀림없지만..

혹시라도 LCD 모니터나 Intuos 3 usb 타블렛에 강한 거부감이 있어서

반드시 Sony GDM-FW900 모니터나 Intuos 2 Serial 타입의 타블렛을

사용하고 싶다하는 유저들을 위해서 (???)

flame, smoke, inferno 2008 or 2009 linux 에서 Sony GDM-FW900 모니터와

Intuos 2 Serial 타입의 타블렛을 사용할수 있게 설정하는 방법에 대해서 설명하겠다.


2009 를 기준으로 설명하겠다.


[root@discreet ~]# nedit /etc/X11/xorg.conf

파일을 열어서 Sony GDM-FW900 를 사용할수 있게 내용을 수정해준다.

#
# Last Modification: 06/29/2007
#
# Description : This file configure XFree86 to use the monitor,
# pointing devices and graphics adapter that are shipped with
# Linux systems
#
# (c) Copyright 1991-2007 Autodesk Canada Inc. / Autodesk, Inc.
# All rights reserved.
#
# These coded instructions, statements, and computer programs contain
# unpublished proprietary information written by Autodesk Canada Inc./
# Autodesk, Inc. and are protected by Federal copyright law. They may
# not be disclosed to third parties or copied or duplicated in any
# form, in whole or in part, without the prior written consent of
# Autodesk Canada Inc. / Autodesk, Inc.
#
#=============================================================================
# Changes log:
#-------------
# - 2007/06/29 : change wacom devices to use wacomproxy by default.
# - 2007/05/24 : add wacomproxy device option for the wacom devices definition.
# - 2007/05/15 : change config for monitor C220P (IBM 6221 system). Remove the
# custom EDID and use the same setup as the other monitors.
#=============================================================================
# Monitor selection:# In the section below, uncomment the line that corresponds to the monitor
# installed on your system.
#=============================================================================
Section "ServerLayout"
# Screen 0 "Screen EIZO CE24xW FX5600 SDI 1920x1200" 0 0
# Screen 0 "Screen Sony SDM-P234 FX3000G 1920x1154" 0 0
# Screen 0 "Screen Sony SDM-P234 / EIZO CE240W FX4500G 1920x1154" 0 0
# Screen 0 "Screen Sony SDM-P234 / EIZO CE240W FX5500G 1920x1154" 0 0
# Screen 0 "Screen Sony SDM-P234 / EIZO CE240W FX4500G 1920x1200" 0 0
# Screen 0 "Screen Sony SDM-P234 / EIZO CE240W FX5500G 1920x1200" 0 0
# Screen 0 "Screen IBM L170P" 0 0
# Screen 0 "Screen IBM C220P" 0 0
# Screen 0 "Screen SONY SDM-S204" 0 0
Screen 0 "Screen Sony GDM-FW900" 0 0

InputDevice "wacom" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
Identifier "XFree86 Configured"
InputDevice "mouse" "SendCoreEvents"
InputDevice "mousenull" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "glx" # OpenGL X protocol interface
Load "extmod" # Misc. required extensions
EndSection
Section "ServerFlags"
Option "VTSysReq" "on"
Option "DontVTSwitch" "on"
Option "DontZoom" "on"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbCompat" "basic+misc"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "mousenull"
Driver "mouse"
Option "Device" "/dev/null"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "off"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "off"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "wacom"
Driver "wacom"
Option "Type" "stylus"
Option "Mode" "Absolute"
# Option "Device" "/dev/input/wacom"
# Option "Device" "/dev/input/wacomproxy"
Option "Device" "/dev/ttyS0"
# Option "USB" "on"
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Type" "eraser"
Option "Mode" "Absolute"
# Option "Device" "/dev/input/wacom"
# Option "Device" "/dev/input/wacomproxy"
Option "Device" "/dev/ttyS0"
# Option "USB" "on"
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Mode" "Absolute"
Option "Type" "cursor"
# Option "Device" "/dev/input/wacom"
# Option "Device" "/dev/input/wacomproxy"
Option "Device" "/dev/ttyS0"
# Option "USB" "on"
EndSection
.....................
.....................
.....................
EndSection
Section "Monitor"
Identifier "EIZO CE24xW FX5600 1920x1200"
.....................
.....................
.....................

Section "Monitor"
Identifier "SONY SDM-S204"
VendorName "SONY"
ModelName "SDM-S204"
HorizSync 30.0 - 95.0
VertRefresh 47.0 - 180.0
ModeLine "1600x1200x5994" 153.58738 1600 1632 2000 2032 1200 1225 1235 1261
ModeLine "1600x1200x60" 156.1622 1600 1664 2032 2064 1200 1225 1235 1261
ModeLine "1600x1200x50" 128.1176 1600 1632 2000 2032 1200 1225 1235 1261
ModeLine "1600x1200x48" 124.9297 1600 1664 2032 2064 1200 1225 1235 1261
ModeLine "1600x1200x47" 122.869903 1600 1632 2000 2032 1200 1225 1235 1261
EndSection

Section "Monitor"
Identifier "Sony GDM-FW900 FX5500 1920x1200"
VendorName "Sony"
ModelName "Sony GDM-FW900"
HorizSync 30.0 - 121.0
VertRefresh 48.0 - 160
# ModeLine "1920x1200" 237.000 1920 1936 2096 2528 1200 1201 1204 1250
Modeline "1920x1200x60" 157.9008 1920 1968 2008 2048 1200 1220 1230 1285
Modeline "1920x1200x5994" 157.7429 1920 1968 2008 2048 1200 1220 1230 1285
Modeline "1920x1200x50" 131.584 1920 1968 2008 2048 1200 1220 1230 1285
Modeline "1920x1200x48" 126.3206 1920 1968 2008 2048 1200 1220 1230 1285
Modeline "1920x1200x47" 126.1943 1920 1968 2008 2048 1200 1220 1230 1285
EndSection

Section "Device"
Identifier "NVIDIA Quaddro FX5600 SDI EIZO CE24xW"
.....................
.....................
.....................

Section "Device"
Identifier "NVIDIA Quaddro FX3000G 1600x1200"
Driver "nvidia"
BoardName "Unknown"
Option "Overlay" "on"
Option "WindowFlip" "on"
Option "UseClipIDs" "on"
Option "UseEdidFreqs" "off"
Option "ExactModeTimingsDVI" "on"
Option "IgnoreEDID" "on"
Option "UseEDID" "off"
Option "ModeValidation" "NoEdidModes"
EndSection

Section "Device"
Identifier "NVIDIA Quaddro FXx500 Sony GDM-FW900"
Driver "nvidia" BoardName "Unknown"
Option "Overlay" "on"
Option "UseEdidFreqs" "off"
Option "ExactModeTimingsDVI" "on"
Option "IgnoreEDID" "on"
Option "UseEDID" "off"
Option "ModeValidation" "NoEdidModes"
EndSection

Section "Screen"
Identifier "Screen EIZO CE24xW FX5600 SDI 1920x1200"
.....................
.....................
.....................

Section "Screen"
Identifier "Screen SONY SDM-S204"
Device "NVIDIA Quaddro FX3000G 1600x1200"
Monitor "SONY SDM-S204"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200x5994"
Modes "1600x1200x50"
Modes "1600x1200x60"
Modes "1600x1200x48"
Modes "1600x1200x47"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen Sony GDM-FW900"
Device "NVIDIA Quaddro FXx500 Sony GDM-FW900"
Monitor "Sony GDM-FW900 FX5500 1920x1200"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
# Modes "1920x1200"
Modes "1920x1200x5994"
Modes "1920x1200x50"
Modes "1920x1200x60"
Modes "1920x1200x48"
Modes "1920x1200x47"
EndSubSection
EndSection


ps. 거의 그럴일은 없겠지만 만일 ps/2 마우스를 사용한다면 flame 로드할때 마우스를

움직이면 포인터가 마우스로 인식해버리고 타블렛을 움직이면

타블렛을 인식해버린다.

쉽게 말해서 둘중 하나는 사용못한다는 말이다.

더 더욱 그럴일은 없겠지만 만일 ps/2 마우스 키보를 사용한다면 타블렛 인식시키면

키보드가 먹통되는 현상을 볼수도 있다.

물론, usb 키보드 마우스를 사용하는 경우에는 모두 잘 동작한다.

라벨: , , , , , ,


댓글: 댓글 쓰기

에 가입 댓글 [Atom]





<< 홈

This page is powered by Blogger. Isn't yours?

에 가입 덧글 [Atom]