On Fri, 10 May 2002 23:58:58 +0900
makoto abe <rikurou@xxxxxxxxxxxxxxxxx> wrote:
> すいません質問を書くのを忘れていました。
> 常に2つのスクリーンの間を中央だと認識するせいか
> ダイアログボックスなどいろいろなものが起動時に見ずらくなるのです。
> また最大化すると2つのスクリーンにまたがって拡がってしまい
> かえって見づらくなってしまいます。
> どうすれば良いんでしょうか?
二つのディスプレイは19インチと15インチで大きさに差があるため
段差が出来ていることが上記のことを気にしている理由です
もうひとつ質問がありました。
wacom Intuos i900 をデュアルディスプレーで使いたいのですが
どうも挙動がおかしいのです
まず第一に
マウスのように働いてしまう。ということです
一度ペンを離してからもう一度のせることで自由に動いてしまいます
とくにGimpで使えれば良いのでTabletの有効範囲を決めることは出来ないでしょうか?
宜しくお願いします
# File generated by anaconda.
Section "ServerLayout"
Identifier "Anaconda Configured"
Screen 0 "Screen0" 0 0
#tuika1
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse9" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "stylus" "AlwaysCore"
InputDevice "eraser" "AlwaysCore"
InputDevice "cursor" "AlwaysCore"
EndSection
Section "Files"
# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
RgbPath "/usr/X11R6/lib/X11/rgb"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "/usr/X11R6/lib/X11/fonts/TrueType"
FontPath "unix/:7100"
FontPath "/usr/X11R6/lib/X11/fonts/japanese"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "GLcore"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "pex5"
Load "dri"
Load "glx"
Load "pex5"
Load "record"
Load "xie"
# font rendering engines
Load "type1"
Load "xtt"
# Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
# Option "AutoRepeat" "500 5"
# when using XQUEUE, comment out the above line, and uncomment the
# following line
# Option "Protocol" "Xqueue"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:nocaps"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc106"
Option "XkbLayout" "jp"
#Option "XkbVariant" ""
#Option "XkbOptions" ""
EndSection
Section "InputDevice"
Identifier "Mouse0"
# Modified by mouseconfig
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Mouse9"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "AlwaysCore"
EndSection
######################Wacom Lines NEW!!
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Type" "stylus"
Option "Device" "/dev/ttyS0"
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Type" "eraser"
Option "Device" "/dev/ttyS0"
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Type" "cursor"
Option "Device" "/dev/ttyS0"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30.0-86.0
VertRefresh 50.0-152.0
Option "dpms"
EndSection
#tuika2
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 28.0-49.0
VertRefresh 43.0-72.0
Option "dpms"
#tuika5
#Modeline "1024x768" 25.20 1024 656 752 800 768 490 492 525 -hsync -vsync
EndSection
Section "Device"
# no known options
Identifier "CARD0" #Modify1
Driver "nv"
VendorName "NVIDIA GeForce 2 GTS (generic)"
BoardName "NVIDIA GeForce 2 GTS (generic)"
#tuika3
BusID "PCI:1:0:0"
EndSection
#tuika4
Section "Device"
Identifier "CARD1"
Driver "mga"
VendorName "Matrox"
BoardName "MGA 2064W"
BusID "PCI:0:8:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "CARD0" #Modify2
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024"
EndSubsection
EndSection
Section "Screen"
Identifier "Screen1"
Device "CARD1"
Monitor "Monitor1"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768"
EndSubsection
EndSection
Section "DRI"
Mode 0666
EndSection