[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[plamo:29234] Re: plamo-4.5-080616_01_isolinux.isoのinstallpkgについて



こんばんは、M.H です。

> とりあえず今日の更新で initrd.gz も新しくなったはずですが,手元ではまだ
> 試してないので,特に理由がなければ grub ベースのインストーラをお勧めし
> ます.
> 

特に理由は無いですが、せっかくなのでもう一度isolinux版でインストールしてみました。
# 更新される前のものだったので^^;

installpkg は、-priorityオプションをつけなかったので、
インストール確認されてしまったんだということがわかりました。
slackinstallから-priorityオプションをつけて呼び出されない筈?と思ってよく見ると、
自分で自分を呼び出しているのですね。

くだんのスクリプトは、/usr/X11R7/bin/make_xorg.conf.sh として、/etc/rc.d/rc.M に
仕込まれているので、/etc/X11/xorg.confが自動で作成されるようになってますが、
私の環境では日本語キーボードの設定が足りませんでした。

ちょっと長いのですが…cat /xorg.conf.new
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R7/share/X11/rgb"
	ModulePath   "/usr/X11R7/lib/xorg/modules"
	FontPath     "/usr/X11R7/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R7/lib/X11/fonts/TTF/"
	FontPath     "/usr/X11R7/lib/X11/fonts/Bitmap/"
	FontPath     "/usr/X11R7/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R7/lib/X11/fonts/100dpi/"
	FontPath     "/usr/X11R7/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R7/lib/X11/fonts/TrueType/"
	FontPath     "/usr/X11R7/lib/X11/fonts/freefont/"
	FontPath     "/usr/X11R7/lib/X11/fonts/ghostscript/"
EndSection

Section "Module"
	Load  "glx"
	Load  "extmod"
	Load  "xtrap"
	Load  "record"
	Load  "GLcore"
	Load  "dbe"
	Load  "dri"
	Load  "freetype"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

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

Section "Monitor"
	#DisplaySize	  320   240	# mm
	Identifier   "Monitor0"
	VendorName   "IVM"
	ModelName    "174a"
	Option	    "DPMS"
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     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "CacheLines"         	# <i>
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "DRI"                	# [<bool>]
        #Option     "NoDDC"              	# [<bool>]
        #Option     "ShowCache"          	# [<bool>]
        #Option     "XvMCSurfaces"       	# <i>
        #Option     "PageFlip"           	# [<bool>]
	Identifier  "Card0"
	Driver      "i810"
	VendorName  "Intel Corporation"
	BoardName   "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
	BusID       "PCI:0:2: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

それとフォントパスの設定にフォントサーバーの設定が無いのに、
xfsが起動してしまうのは無駄のような気がします。

xfceは初めて使いました。細かいことですが、xfceにも、hicolor-icon-themeが必要です。
GNOMEで用意されているものを後からインストールしました。

Good Night!
  -M.H


Follow-Ups
[plamo:29235] Re: plamo-4.5-080616_01_isolinux.isoのinstallpkgについて, KOJIMA Mitsuhiro
References
[plamo:29223] plamo-4.5-080616_01_isolinux.iso のinstallpkgについて, M.H
[plamo:29224] Re: plamo-4.5-080616_01_isolinux.isoのinstallpkgについて, KOJIMA Mitsuhiro

[検索ページ] [メール一覧]
Plamo ML 公開システム