お知らせ

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

#1 2009-12-04 19:27:58

tatuya16
新しいメンバ
登録日: 2009-12-04

Mobility Radeon 7500 で 通常効果

宜しくお願いします。

Mobility Radeon 7500 と言うグラフィックチップなのですが
調べてみるとATIのこのドライバーはLINUX用のものがない
ようなのですが、/etc/X11/xorg.confの記述を
書き換えるとなんとかなるとゆう情報がいくつかある
ようなのですが 初心者の私には はっきりとこれだと
言う方法が解りません。

compizという3D表示までは望んでません
視覚効果で 通常効果さえ設定出来たら十分です。
(今は効果なし しか選べません)

一応、なんとかインストールとか vi その他コマンドは
使えます。

努力しますので、教えてください。
ただできれば なにぶん。。。なので
じかんかかるとおもいます。
気長にお付き合いお願い致します。

オフライン

 

#2 2009-12-04 19:51:33

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

Re: Mobility Radeon 7500 で 通常効果

ぐぐってみたら、よさげなxorg.confを公開して下さっている方がいました。
http://mg.pov.lt/xorg.conf
基本的には、ここから設定を拝借すればよいのではないかと思います。

念の為、端末から
$ lspci
した結果と、PCの型式、今現在の/etc/X11/xorg.confの内容を投稿して下さい。

オフライン

 

#3 2009-12-04 20:25:15

tatuya16
新しいメンバ
登録日: 2009-12-04

Re: Mobility Radeon 7500 で 通常効果

早速返信ありがとうございます。
何卒宜しくお願いします。
パソコンはオークションで購入したHPの zt1000 です。
http://www.pcworld.com/reviews/product/14169/review/zt1000_zeries.html
何でも指図ください。 感謝
--------------------------------------------------------------------------------------------
tanaka@tanaka-ubuntu:~$ lspci
00:00.0 Host bridge: VIA Technologies, Inc. P4M266 Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8633 [Apollo Pro266 AGP]
00:04.0 CardBus bridge: ENE Technology Inc CB1410 Cardbus Controller
00:05.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306 Fire II IEEE 1394 OHCI Link Layer Controller (rev 46)
00:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
00:09.0 Communication controller: ESS Technology ES2838/2839 SuperLink Modem (rev 01)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8233 PCI to ISA Bridge
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:11.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 23)
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 30)
01:00.0 VGA compatible controller: S3 Inc. VT8375 [ProSavage8 KM266/KL266]
02:00.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 02)
--------------------------------------------------------------------------------------------


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-12-04 21:40:27

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

Re: Mobility Radeon 7500 で 通常効果

lspciの結果に、

01:00.0 VGA compatible controller: S3 Inc. VT8375 [ProSavage8 KM266/KL266]

とでており、Radeonではないようです。
http://www.whatpc.co.uk/personal-computer-world/hardware/2044245/hewlett-packard-pavilion-zt1151
あたりで紹介されている機種でしょうか?
もしかしたら、性能的に難があるかも知れませんが、ためしにcompizパッケージを導入して再起動してみてください。
端末からなら、
sudo apt-get install compiz
でインストールできるかと思います。
再起動してもダメなら、
https://forums.ubuntulinux.jp/viewtopic.php?id=5828
上記トピックを参照して、fusion-iconを試してみてください。
一般的に、視覚効果はintel, nvidia, ati(radeon)系でないとうまく動かないことが多いようです。
VT8375 compizでぐぐるといろいろヒットはするのですが、これといった解決方法は見つけられませんでした。。

オフライン

 

#5 2009-12-04 21:50:40

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

Re: Mobility Radeon 7500 で 通常効果

あと使ったことがないのでよくわかりませんが、compiz-checkなるツールがあるらしいです。
#4まで試してダメだったら状況を投稿下さい。
compiz-checkを試してみましょう。

オフライン

 

#6 2009-12-05 17:25:51

tatuya16
新しいメンバ
登録日: 2009-12-04

Re: Mobility Radeon 7500 で 通常効果

以下の部分でつまづいておりまして
再インストールしています
今しばらくお待ちください
---------------------------------------
インストール終了したら端末から、fusion-icon で起動します。
通知スペースにアイコンが現れます。矢印が付いてるのですぐ分かります。
右クリックで Reload Window Manager をクリックしてください。

これで視覚効果を有効に出来た場合は、システム -> 設定 -> 外観の設定から、視覚効果タブで追加効果を選択出来るようになります。設定を保存する旨ダイアログが出たら完了です。

オフライン

 

#7 2009-12-05 19:15:57

tatuya16
新しいメンバ
登録日: 2009-12-04

Re: Mobility Radeon 7500 で 通常効果

報告ですが
fusion-iconでは 視覚効果を有効にはできませんでした。。。。
compiz-checkと言う工程のはどうしたらいいのでしょうか
おてまとらせます。

オフライン

 

#8 2009-12-06 09:03:07

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

Re: Mobility Radeon 7500 で 通常効果

下記サイトのリンクから、compiz-checkスクリプトをダウンロードして下さい。
実行可能フラグを立てて、引き数無しで実行すると、どこが足りないのか診断してくれます。
http://forlong.blogage.de/entries/pages/Compiz-Check
http://blogage.de/files/9124/download?compiz-check

試しに私のサブ機で実行したら、
hiroo@ubuntu:~/tmp$ ./compiz-check

Gathering information about your system...

Distribution:          Ubuntu 9.10
Desktop environment:   GNOME
Graphics chip:         Advanced Micro Devices [AMD] Geode LX Video
Driver in use:         Unknown
Rendering method:      AIGLX

コード:

Checking if it's possible to run Compiz on your system...

 Checking for texture_from_pixmap...               [ OK ]
 Checking for non power of two support...          [ OK ]
 Checking for composite extension...               [ OK ]
 Checking for FBConfig...                          [ OK ]
 Checking for hardware/setup problems...           [FAIL]

There has been (at least) one error detected with your setup:
 Error: Software Rasterizer in use

とでました。なにが悪いのだろうと思ってたどってみるとcompiz-check中の、

コード:

# Hardware checks
printf " Checking for hardware/setup problems..."
if [ "$CHECKS" = yes ]; then
  printf "%11s[${SKIPPING}]\n\n"
elif check_compositor || check_laptop_ati || check_cmpst_xorg || check_rasterizer ; then
  printf "%11s[${FAIL}]\n\n"
elif check_fglrx || check_whitelist || check_resolution || check_xdg || check_pciid || check_nvidia_mem ; then
  printf "%11s[${STATUS}]\n\n"
else
  printf "%11s[${OK}]\n\n"
fi

でひかかっていることが解り、check_rasterizer関数の中で呼び出されているglxinfoの実際のの出力を確認して、OpenGL renderer string: Software Rasterizerとなっていることが解りました。私のマシンでは3Dがサポートされていないようです。

オフライン

 

#9 2009-12-06 19:55:44

tatuya16
新しいメンバ
登録日: 2009-12-04

Re: Mobility Radeon 7500 で 通常効果

以下のように表示されました。
ーーーーーーーーーーーーーーーーーーー
tanaka@tanaka-laptop:~$ ./compiz-check

Gathering information about your system...

Distribution:          Ubuntu 9.04
Desktop environment:   GNOME
Graphics chip:         S3 Inc. VT8375 [ProSavage8 KM266/KL266]
Driver in use:         savage
Rendering method:      AIGLX

Checking if it's possible to run Compiz on your system...

Checking for texture_from_pixmap...               [ OK ]
Checking for non power of two support...          [FAIL]
Checking for composite extension...               [ OK ]
Checking for FBConfig...                          [ OK ]
Checking for hardware/setup problems...           [FAIL]

There has been (at least) one error detected with your setup:
Error: Your current resolution is too high to run Compiz.

Would you like to know more? (Y/n) Y

Your resolution is 1024x768 but the maximum 3D texture size that your
graphics card is capable of is 512x512. Thus Compiz will not be able to run
on this setup. You have to decrease the resolution first (in case you are
using a dual-head setup, try disabling one monitor and run the script again).

オフライン

 

#10 2009-12-06 21:45:16

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

Re: Mobility Radeon 7500 で 通常効果

Your resolution is 1024x768 but the maximum 3D texture size that your
graphics card is capable of is 512x512.

とのことなので、やはり、ハード的に無理だったようです。
設定の問題なら、この出力結果から辿って原因を調べられるのではないかと思っていましたが、どうやら私の知識ではここからは厳しいです。。

オフライン

 

#11 2009-12-07 09:16:31

tatuya16
新しいメンバ
登録日: 2009-12-04

Re: Mobility Radeon 7500 で 通常効果

本当にお手間とらせました。ハード的に出来ないものはしょうがないです。
いい勉強をしたということにします。それでもその結果が導き出せたという事で
次に進めます。心より感謝いたします。これに懲りずにがんばってみたいとおもいます。
感謝×2 ≦(._.)≧

オフライン

 

Board footer

Powered by FluxBB