お知らせ

  • 利用規約を守って投稿してください。また、よくある質問および投稿の手引きも参照してください。
  • メッセージの投稿にはアカウントが必要です。未登録の方は、ユーザ登録ページからアカウントを作成することができます。

#1 2009-09-19 10:01:02

isao1300
メンバ
登録日: 2008-08-02

画面の表示色について

ubuntu9.04です。wineをインストールして、昔windowsで楽しんだ BIOHAZARD2 を試みたところ「画面の表示色をHighColor 16BIT にして再起動してください」の表示がでます。そういえば昔windowsで設定変更した記憶がありました。ubunntuでも同様の設定変更ができるのでしょうか。

オフライン

 

#2 2009-09-19 14:43:35

hmatsue
アドバイザ
登録日: 2009-03-10

Re: 画面の表示色について

/etc/X11/xorg.confの中で16bitカラーに設定すれば可能と思います。
/etc/X11/xorg.confの内容をコピーして投稿してみて下さい。
念のためPCの型式や、VGAデバイスの型式、チップ名などH/Wの情報も投稿して下さい。

オフライン

 

#3 2009-09-19 20:31:37

isao1300
メンバ
登録日: 2008-08-02

Re: 画面の表示色について

有難う御座います。
的がはずれていたらお許しを。「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

オフライン

 

#4 2009-09-19 21:27:52

hmatsue
アドバイザ
登録日: 2009-03-10

Re: 画面の表示色について

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

と書き換えて、再起動でどうでしょうか。

オフライン

 

#5 2009-09-20 09:41:46

isao1300
メンバ
登録日: 2008-08-02

Re: 画面の表示色について

有難う御座います。試みましたら「Stream Open Error」の表示でアウトでした。もうひとつのfujitsuの旧式ノート「eco linuxですが」同様に試みましたらインストール画面にすすみまして、最後のDirect X ,IntelVideo ,Direct X Media のインストールのところがうまくいかないようで、インストール画面が消えてしまいます。そのままスタートすると、同じく「Stream Open Error」残念!! アドバイス誠に有難う御座います。

オフライン

 

#6 2009-09-20 10:36:19

hmatsue
アドバイザ
登録日: 2009-03-10

Re: 画面の表示色について

うーん。なんでしょうね。
DirectX 8.0世代のゲームでWarCraft3というのがありまして、Wine上で普通に動かせています。
DirectXはインストールしましたでしょうか。
あとはWineの互換モードをWin98モードにしたり、Win2000モードにしたり、いろいろ試すと動かせるかも知れません。
内容がタイトルから少し離れてきているので、もし興味があるようでしたら別トピックをたてて情報を求めてみるのもよろしいかと思います。

オフライン

 

Board footer

Powered by FluxBB