
Ubuntu日本語フォーラム

ログインしていません。
ubuntu9.04です。wineをインストールして、昔windowsで楽しんだ BIOHAZARD2 を試みたところ「画面の表示色をHighColor 16BIT にして再起動してください」の表示がでます。そういえば昔windowsで設定変更した記憶がありました。ubunntuでも同様の設定変更ができるのでしょうか。
オフライン
/etc/X11/xorg.confの中で16bitカラーに設定すれば可能と思います。
/etc/X11/xorg.confの内容をコピーして投稿してみて下さい。
念のためPCの型式や、VGAデバイスの型式、チップ名などH/Wの情報も投稿して下さい。
オフライン
有難う御座います。
的がはずれていたらお許しを。「VGAデバイスの型式 FUJITSU VL-15DX2G」「PCの型式 FLORA330DG3」「チップ名 Sis651」CPU2.4GHz メモリー1G です。
/etc/X11/xorg.confの内容です。
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
オフライン
Sis651ですか。ちょっとググったらいろいろ不具合の事例のあるチップのようで、xorg.confを触るのも少し怖いですが。。
念のため、/etc/X11/xorg.confをホームかどこかにコピーしてバックアップしておき、
gksu gedit /etc/X11/xorg.conf
として管理者権限で/etc/X11/xorg.confを開き、
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSectionと書き換えて、再起動でどうでしょうか。
オフライン
有難う御座います。試みましたら「Stream Open Error」の表示でアウトでした。もうひとつのfujitsuの旧式ノート「eco linuxですが」同様に試みましたらインストール画面にすすみまして、最後のDirect X ,IntelVideo ,Direct X Media のインストールのところがうまくいかないようで、インストール画面が消えてしまいます。そのままスタートすると、同じく「Stream Open Error」残念!! アドバイス誠に有難う御座います。
オフライン
うーん。なんでしょうね。
DirectX 8.0世代のゲームでWarCraft3というのがありまして、Wine上で普通に動かせています。
DirectXはインストールしましたでしょうか。
あとはWineの互換モードをWin98モードにしたり、Win2000モードにしたり、いろいろ試すと動かせるかも知れません。
内容がタイトルから少し離れてきているので、もし興味があるようでしたら別トピックをたてて情報を求めてみるのもよろしいかと思います。
オフライン