[vine-users:080937] Re: ログイン出来ない

m.umeda @ kzc.biglobe.ne.jp m.umeda @ kzc.biglobe.ne.jp
2011年 4月 2日 (土) 17:08:35 JST


梅田です。

野宮さん、リプライを有難うございます。

On Sat, 02 Apr 2011 11:57:44 +0900
野宮 賢 / NOMIYA Masaru <nomiya @ galaxy.dti.ne.jp> wrote:

> 野宮です.
> 
> In the Message; 
> 
>   Subject    : [vine-users:080935] Re: ログイン出来ない
>   Message-ID : <87pqp55q0u.wl%nomiya @ galaxy.dti.ne.jp>
>   Date & Time: Sat, 02 Apr 2011 11:46:25 +0900
> 
> [小生] == 野宮 賢 / NOMIYA Masaru <nomiya @ galaxy.dti.ne.jp> has
> written:
> 
> 小生> root で
> 
> 小生> # Xorg -configure
> 
> 小生> を実行すると,/root ディレクトリに xorg.conf.new が作成される筈
> です.小生> ここで,
> 
> 小生> # X -config /root/xorg.conf.new
> 
> 小生> を実行するとどうなりますか?
> 小生> また,xorg.conf.new もお示し下さい.
> 
> お解りかも知れませんが,runlevel 3 で実行して下さい.

そのrunlevel3ですが、まだ、

> もう1点。次にログイン画面が出ないなどの事態だけでなく、システムがおか
> しくなった時の為に、runレヴェル3での起動を覚えたいのですが、岸さんが書
> かれた通りやってみようとした所
> 
> http://www.vinelinux.org/manuals/boot-kernel-option.html
> 
> の通り、VineLinux(Current Kernel)を選択してeを押しても
> 図B1になりません。下記の画面になります。
> 
> ----------------------Grubの画面-----------------------
> GNU GRUB Version 0.97 (639lower/3108288k upper memory)
> 
> VineLinux (Cuerrent Kernel)
> VineLinux(Previous Kernel)
> 
> Use the ↑and ↓keyes to selected which entry is highlighted.
> Plearse select OS or 'p' to enter a pass word to unlock the next set
> of featueres.
> 
> ----------------------以上----------------------
> 
> ここでeを押しても何も起こらないので、pを押して、Grubパスワード、rootパ
> スワード、ユーザーパスワード全て試しましたが、受け付けてくれませんでし
> た。

が解決して居りません。野宮さんがお答え頂けなければ、他の方のアドバイスを
待ちたいのですが。これはこれで、覚えたいので。


代わりとしてrunlevel5のまま、起動して、/etc/inittabの

> id:5:initdefault:
     ↑
     3に変え、保存してから

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes     "800x600"
	EndSubSection
EndSection
Section "Monitor"
        Identifier      "Configured Monitor"
        HorizSync       28-65
EndSection

のまま、起動して

> root で
> 

> # Xorg -configure
> 
> を実行すると,/root ディレクトリに xorg.conf.new が作成される筈です.
> ここで,
> 
> # X -config /root/xorg.conf.new
> 
> を実行するとどうなりますか?

画面が真っ暗になり、最初の投稿[vine-users:080909] では関係ないと思い触れ
なかったのですがインターネットに繋がらなくなりました。

> また,xorg.conf.new もお示し下さい.

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

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

Section "Module"
	Load  "dbe"
	Load  "glx"
	Load  "extmod"
	Load  "dri"
	Load  "dri2"
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"
	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     "ShadowFB"           	# [<bool>]
        #Option     "Rotate"             	# <str>
        #Option     "fbdev"              	# <str>
        #Option     "debug"              	# [<bool>]
	Identifier  "Card0"
	Driver      "fbdev"
	VendorName  "Intel Corporation"
	BoardName   "Auburndale/Havendale Integrated Graphics
Controller" 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

です。所で、

> > # Xorg -configure
> > 
> > を実行すると,/root ディレクトリに xorg.conf.new が作成される筈で
> > す.ここで,
> > 
> > # X -config /root/xorg.conf.new

xorg.conf.newとは何か?# Xorg -configureの意味はxorg.conf.newを作るため
だけにした作業なのか?また、# X -config /root/xorg.conf.newは何をしたの
か教えて下さればと思います(後学のために是非教えて下さいませんか)。少な
くともコマンドではなさそうなので。

※configureはtarボールなどのインストールの時に、makefileを作る時のシェル
スクリプトのconfigureと同じ意味を持つものですか?

-- 
梅田 光則 <m.umeda @ kzc.biglobe.ne.jp>


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