[vine-users:082256] Re: X window 端末 で | を入力したい

y.kusunoki pxi03651 @ nifty.com
2013年 2月 19日 (火) 21:19:37 JST


こんばんは。kuppy です。

> これまでは問題なく使えていたということですか。何がきっかけになって、
> おかしくなったか、思い当たることはありませんか。

 通電したまま,109 と 104 keyboard を頻繁に差し替えました。
 (やってはいけないと思いながら…。はずかしい)

> X のドライバは、プロプライエタリ (というんだっけ) なものをお使い
> なのですか。Xorg の nv や nouveau ではなくて (5.2 に nouveau は

 Xorg の nv です。

> とりあえず、/etc/sysconfig/keyboard と /etc/X11/xorg.conf の全文を
> お見せになる必要があると思います。/etc/X11/xorg.conf.d 以下に何か
> あるようなら、その内容も (/etc/X11/xorg.conf.d 以下というのは、

 /etc/sysconfig/keyboard です。 
---------------------------
 KEYBOARDTYPE="pc"
 KEYTABLE="jp106"
---------------------------

 /etc/X11/xorg.conf 添付します。

> 念のため、パソコンの機種名、あるいはマザーボードの名称もおっしゃった
> 方がよいかもしれません。

 NEC Expless 5800 / 270 です。

> ほかにも情報が必要になるかもしれません (/var/log/Xorg.0.log の
> 該当箇所とか)。

 すいません、file 添付します。

> もし、X のドライバに Xorg のものをお使いなら、/etc/X11/xorg.conf を
> なしにしてみる (xorg.conf.bak などにリネームする) のも一つの手です。

 やってみました。「Failed to start the X server. …」となります。

よろしくお願いします。

--
kuppy
-------------- next part --------------
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "catalogue:/etc/X11/fontpath.d"
	FontPath     "built-ins"
EndSection

Section "Module"
	Load  "dbe"
	Load  "glx"
	Load  "dri"
	Load  "dri2"
	Load  "extmod"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option      "XkbModel" "jp106"
	Option      "XkbLayout" "jp"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "VideoKey"           	# <i>
        #Option     "FlatPanel"          	# [<bool>]
        #Option     "FPDither"           	# [<bool>]
        #Option     "CrtcNumber"         	# <i>
        #Option     "FPScale"            	# [<bool>]
        #Option     "FPTweak"            	# <i>
        #Option     "DualHead"           	# [<bool>]
	Identifier  "Card0"
	Driver      "nv"
	VendorName  "nVidia Corporation"
	BoardName   "G98 [GeForce 8400 GS]"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Xorg.0.log
Type: text/x-log
Size: 39835 bytes
Desc: 無し
URL: <http://listserv.linux.or.jp/pipermail/vine-users/attachments/20130219/bc146d3d/attachment-0001.bin>


vine-users メーリングリストの案内