昨日私はxorg
、nvidia
(nouveau)lightdm
とi3
。その画面の上にマウスをドラッグしたときにのみカーソルを表示でき、通常のカーソルの代わりに十字が表示されます。
i3
カスタマイズと設定を実行しますxorg
。基本設定を実行しても同じ動作が発生しますi3
。
i3
Manjaroバージョンを使用している場合、この問題は発生しませんでした。以降、-configとの違いは、xorg
2番目の画面の設定を添付しましたが、ウィンドウ表示を除くすべての操作で機能するようです。
2番目のモニタにウィンドウを表示するにはどうすればよいですか?
私が心配する1つの問題はXorg-log出力です(2番目のモニターはHDMI経由で接続されています)。
[ 5.998] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
[ 5.998] (II) No input driver specified, ignoring this device.
[ 5.998] (II) This device may have been added with another device file.
[ 5.998] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
[ 5.998] (II) No input driver specified, ignoring this device.
[ 5.998] (II) This device may have been added with another device file.
[ 5.998] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event12)
[ 5.998] (II) No input driver specified, ignoring this device.
[ 5.998] (II) This device may have been added with another device file.
[ 5.999] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event13)
[ 5.999] (II) No input driver specified, ignoring this device.
[ 5.999] (II) This device may have been added with another device file.
[ 5.999] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event14)
[ 5.999] (II) No input driver specified, ignoring this device.
[ 5.999] (II) This device may have been added with another device file.
[ 5.999] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event15)
[ 5.999] (II) No input driver specified, ignoring this device.
[ 5.999] (II) This device may have been added with another device file.
[ 5.999] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event9)
[ 5.999] (II) No input driver specified, ignoring this device.
[ 5.999] (II) This device may have been added with another device file.
これは私のxorg.conf
もので、表示に問題がありますScreen1
。
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 1100 0
Screen 1 "Screen1" LeftOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
Option "Sensitivity" "0.3"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "se,se"
Option "XkbVariant" "nodeadkeys,"
Option "XkbOptions" "grp:alt_caps_toggle"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "HYO DUAL-DVI"
ModeLine "2560x1440_99" 400.00 2560 2608 2640 2720 1440 1443 1448 1481 +hsync +vsync
Option "DPMS"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor1"
VendorName "Unknown"
ModelName "DELL 2408WFP"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 1070"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 1070"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-0"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
Option "IgnoreEDIDChecksum" "DFP"
Option "UseEDIDDPI" "False"
Option "UseEDIDFreqs" "False"
Option "UseNvKmsCompositionPipeline" "Off"
Option "ExactModeTimingsDVI" "True"
Option "ModeValidation" "AllowNonEdidModes,NoEdidMaxPClkCheck,NoVertRefreshCheck, NoHorizSyncCheck, NoMaxSizeCheck, NoMaxPClkCheck"
SubSection "Display"
Depth 24
Modes "2560x1440_99"
EndSubSection
Option "metamodes" "DVI-D-0: 2560x1440_99 +0+0"
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-1"
Option "metamodes" "HDMI-0: 1920x1200 +0+0 {rotation=right, AllowGSYNC=Off}; HDMI-0: 1920x1200_60 +0+0 {rotation=right}"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection