ログインしてさらにmixiを楽しもう

コメントを投稿して情報交換!
更新通知を受け取って、最新情報をゲット!

Ubuntu LinuxコミュのnvidiaのドライバーでXineramaモードを指定すると起動しないアプリがあるのですが。

  • mixiチェック
  • このエントリーをはてなブックマークに追加
昨日、xubuntuを新たにインストールしたPCがあるのですが、
そのPCをデュアルモニターにし、Xineramaモードを指定すると
xfterm4がエラー吐いて起動しません。
対処法をご存知の方いましたらよろしくお願いします。
今はxtermを使っているんで支障は無いと言えば無いんですが、
他のアプリケーションにも影響が出てくると困るので質問させていただきました。

エラーメッセージは、
The error was 'BadColor (invalid Colormap parameter)'.
(Details: serial 242 error_code 12 request_code 1 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)

ちなみに関係ないかもしれませんが、
gxineもエラー吐いて起動しません。。
socket-client.c: socket(): Address family not supported by protocol


現在のxorg.conf↓
Section "Files"

# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "jp106"
Option "XkbLayout" "jp"
Option "XkbVariant" "jp106"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
EndSection

Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Iiyama 15LN1"
HorizSync 30.0 - 61.0
VertRefresh 55.0 - 76.0
Option "DPMS"
EndSection

Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor1"
VendorName "Unknown"
ModelName "COMPAQ V710"
HorizSync 30.0 - 85.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7300 LE"
BusID "PCI:1:0:0"
Screen 0
EndSection

Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7300 LE"
BusID "PCI:1:0:0"
Screen 1
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "metamodes" "CRT-0: 1024x768 +0+0; CRT-0: 800x600 +0+0; CRT-0: 640x480 +0+0"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
Option "metamodes" "CRT-1: 1024x768 +0+0"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0"
Screen 1 "Screen1" LeftOf "Screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
Option "Xinerama" "true"
EndSection

コメント(5)

私はもうnvidiaでXineramaは諦めました(汗)
Xineramaを使って不具合が出てそれを直すためにゴチャゴチャするよりシングルで使ってたほうが精神的にもいいんで。

全然答えになってなくてゴメンナサイ(汗)
目的が「デュアルディスプレイ」であるならば、nVidiaのディスプレイドライバを導入してTwinViewを設定されてみてはいかがでしょうか?
※ぐぐれば、情報あると思います。
僕はデュアルディスプレイ用にならsynergyを使うのが
お勧めです。OSに依存してなくて扱いやすいです。
Synergyは2台のパソコンでキーボードとマウスを共有するためのひとつの方法だと思うのですが・・・。
>>κσωさん、j9さん
Xineramaは私も諦めましたw
TwinViewの環境へ戻して、fluxboxを入れてみたいな環境にしました。
>>あぽぉさん
Synergyは便利でいいんですけど、
サブ機のmacbookでもデュアルディスプレイかつ、クライアントに設定するとmacbookの外部モニターを認識してくれなかったんで今は使ってないですねぇ。これもなんとかしたいんですが・・・って話が逸れてしまいましたね。

ログインすると、みんなのコメントがもっと見れるよ

mixiユーザー
ログインしてコメントしよう!

Ubuntu Linux 更新情報

Ubuntu Linuxのメンバーはこんなコミュニティにも参加しています

星印の数は、共通して参加しているメンバーが多いほど増えます。

人気コミュニティランキング