[vine-users:080950] Re: [Q] Oracle-VM-virtualBOX のサイズは?
Sakurao Nemoto
nemoskie @ gmail.com
2011年 4月 4日 (月) 16:02:59 JST
素早い ご返事、有難うございます。
2011年4月4日12:47 野宮 賢 / NOMIYA Masaru <nomiya @ galaxy.dti.ne.jp>:
>> Windows7/HOMEpremium-64bit なるパソコンに VineLinux-5.2dをイ
>> ンストールしました。まぁまぁ快適に使えているのですが、ゲストOSで
>> あるVineのサイズが 800x600 か、640x480 しか選択できず、狭くて
>> こまっています。
> /etc/X11/xorg.conf に
> Section "Monitor"
> Identifier "Monitor0"
> HorizSync 1.0 - 10000.0
> VertRefresh 1.0 - 10000.0
> EndSection
> を書き加え,更に,Section Screen のところに
> Monitor "Monitor0"
> を加えると良いと思います.
原理を理解しないまま、元のファイルを xorg.conf.WAS と改名し、以下のような
数行を追加してみました。
=============================================================
*** xorg.conf.WAS 2011-04-04 10:59:40.000000000 +0900
--- xorg.conf 2011-04-04 14:25:24.000000000 +0900
***************
*** 24,29 ****
--- 24,30 ----
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 16
+ Monitor "Monitor0" /* added 20110404 */
SubSection "Display"
Viewport 0 0
Depth 24
***************
*** 35,37 ****
--- 36,45 ----
EndSubSection
EndSection
+ Section "Monitor" /* addes 20110404 */
+ Identifier "Monitor0" /* addes 20110404 */
+ HorizSync 1.0 - 10000.0 /* addes 20110404 */
+ VertRefresh 1.0 - 10000.0 /* addes 20110404 */
+ EndSection /* addes 20110404 */
=============================================================
どうも、見当違いなことをしているのか、Xウィンドウが起動しようとするときに
=============================================================
Failed to start the X server (your graphical
interface). It is likely that it is not set
up correctly. Would you like to view the X
server output to diagnose the problem?
=============================================================
と起動できませんでした。上記の「診断メッセージ」は
=============================================================
X.org X Server 1.6.5
Release Date: 2009-10-11
Xprotocol Version 11, Revision 0
Build Operating System: Vine Linux 5 Project Vine
Current Operating System: Linux localhost.localdomain 2.6.27-67vl5 #1
SMP Tue Nov 2 23:47:32 JST 2010 x86_64
Build Date: 02 June 2010 04:17:16PM
Build ID: xorg-x11-server 1.6.5-3vl5
=============================================================
などであり、あんまり、ハッキリとした原因はつかめませんでした。
Devideセクションの「videocard0」の「driver」が「vesa」となっていることが気になっているのですが。
--
nemoskie @ gmail.com
vine-users メーリングリストの案内