
Ubuntu日本語フォーラム

ログインしていません。
ubuntu9.10をインストールしてアップデートをし終わった状態です.
システム・モニタの表示が化けてしまいます.
具体的には黒地にカラフルな縦横の線が走っているようになります.
Gnome-Doでも同様の現象が見られます.
表示されたウィンドウに対して,閉じるボタン(xボタン)あたりを
クリックすると終了させることができます.
Gnome-Doに関しては右クリックによるコンテキストメニューが
普通に表示,操作できます.
Firefoxなどの他アプリケーションは問題なく表示されます.
ディスプレイの解像度を下げてみましたが解決しませんでした.
この現象についてなにかご存知の方は
ご教示いただけると幸いです.
よろしくお願いします.
オフライン
こんにちは。
わたしも同じ症状に悩まされています。システム・モニタが縞模様になってしまいます。
検索したら同じ症状の方がおられたので返信させてもらいました。
gnome-system-monitorの再インストールをしてみましたが改善しません。ちなみにシステム・モニタをパネルに追加することはできました。パネル内の表示は正常です。デスクトップに縞模様を表示させているとCPU使用率がかなり高いです。
マシンは thinkpad t42 23733wj です。
ubuntu初心者です。よろしくお願いします。
オフライン
なんでしょう。
少し状況が違っているかも知れません(Kubuntu+gnome system monitor起動)が、私の環境では再現しませんでした。
直感的にはX server(グラフィックドライバ)回りの問題のような気がしますが。。
グラフィックドライバはなにを使っていますでしょうか。
オフライン
hmatsueさん、返信ありがとうございます。
まず、現在使用しているドライバとそのバージョンをどうやって調べるのか、小一時間ほど調査したのですがわかりません。よろしければ教えていただけないでしょうか?
ちなみに、システム管理>ハードウェアドライバ では対応するドライバはないと表示されます。
オフライン
2373-3WJということですので、http://www-06.ibm.com/jp/domino04/pc/support/Sylphd13.nsf/jtechinfo/SYP0-031AD81 が機種のスペックシートです。
搭載チップはATI Mobility Radeon 7500ですので、以下のリンクをたどって頂き、RenderAccelオプションをOffにすると改善する可能性があります。
https://wiki.ubuntu.com/KarmicKoala/ReleaseNotes/ja#%E5%8F%A4%E3%81%84ATI%E3%82%B0%E3%83%A9%E3%83%95%E3%82%A3%E3%83%83%E3%82%AF%E3%82%AB%E3%83%BC%E3%83%89%E3%81%A7%E7%94%BB%E9%9D%A2%E3%81%8C%E5%B4%A9%E3%82%8C%E3%81%BE%E3%81%99
オフライン
hitoさん、ありがとうございます!
リンク先の対処法にしたがったところ、見事に解決しました。感謝しています。
オフライン
初めまして、最近インストールしたばかりの超初心者です。
同様な症状がでました。リンク先のとおり実効したのですがうまくいきませんでした。
端末操作も慣れていないので、操作工程など細かいことまで教えて頂けるとありがたいのですが
よろしくお願いします。
オフライン
> Rock_Hopperさん
同じ手法が使えるか、念の為にPCの型式や、グラフィックボードの型式を教えて下さい。
オフライン
有難うございます。
メーカー:SONY
型番:PCG-GR5F/BP
グラフィックボード:ATI Technologies社製MOBILITY RADEON−D
システム管理>ハードウェアドライバ では対応するドライバはないと表示されます。
ちなみに外観の設定も有効にできません。こちらもできたら教えてください。
オフライン
該当するケースのようです。
少々乱暴ですが、実害は無いと思いますので、リンク先とは少しだけ手順を変えて、動作中のX(UbuntuのGUI部分)の設定を変える方法をご紹介します。
1.画面上部のメニューバーからアプリケーション->
アクセサリ->端末を選択して、端末を立ち上げて下さい。
2.
sudo Xorg -configure
と入力して下さい。パスワードを聞かれるので、ログイン時のパスワードを入力して下さい。
このとき画面にはタイプした文字や「*」のような伏字も表示されませんが気にせず入力して最後にエンターを押して下さい。
3.
gksudo gedit /etc/X11/xorg.conf
として設定ファイルをテキストエディタで開きます。
4.Deviceセクションを探して下記のように編集して下さい。
Section "Device"
Driver "radeon"
Option "RenderAccel" "off"
EndSection5.保存してエディタを閉じます。
6.システムを再起動して下さい。
なお、PCのメモリなども限界以上に少ないので、これでも正常に動くかどうかは怪しいです。
また、外観の設定というのは視覚効果のことを言っているのではないかと思いますが、ハードウェアの性能的に視覚効果の有効化は無理だと思われます。
オフライン
早速の返事有り難うございます。
2.を実効したところこの様になりました。
too@too-laptop:~$ sudo Xorg -configure
Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.オフライン
3.
too@too-laptop:~$ gksudo gedit /etc/X11/xorg.conf
を実行しテキストエディタで開きましたが、何もかかれていませんでした。
オフライン
すいません。やはりドキュメントどおりにしないとまずかったみたいです。
1~2は下記のように訂正します。
(1)
Ctrl+Alt+F2
を押してテキストモードに切替えます。
(2)
ログインして下さい。
(3)
sudo service gdm stop
と入力して下さい。パスワードが聞かれたら入力して下さい。
(4)
sudo Xorg -configure
と入力して下さい。
(5)
sudo reboot
と入力してシステムを再起動します。
(6)
再起動後、普通にログインして端末を立ち上げ、
#10の投稿の3番以降を実行して下さい。
オフライン
上記手順で実効できましたが
X11のテキストエディタになにも表示されません。
ちなみに
s3 r128 siliconmotion neomagic radeon ark cirrus openchrome fbdev Using confing file"/home/too/xorg.conf.new" [KMS]No DRI Create PCI Bus ID symhol,no kernel modeseting. Xorg detected your mouse at device/dev/ingat/mice. please check your confing if the mouse is stillnot operational,as by default Xorg trise to autodetect the protocol.
テキストモード sudo rebootする前の表示です。
オフライン
もし、ホームディレクトリにxorg.conf.newというファイルが作られていたら、そのファイルの中身を/etc/X11/xorg.confに移して#10の3以降を実行してみて下さい。
なかったら、下記の内容を移して下さい。
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
Section "Device"
Driver "radeon"
Option "RenderAccel" "off"
EndSectionオフライン
有難うございます。
システムモニターが正常に表示されるようになりました。
原因は何だったのでしょうか?
”xorg.conf.new”に書き込まれているログは必要ないのでしょうか?
消去してもよいのですか?Section "Device"の部分だけ上記に書き換えた方がよいでしょうか?
オフライン
端的にいうと、ドライバが新しくなる過程で、古いATIカードのサポートが十分でなくなり、デフォルトの設定では正常に動かなくなったことが原因だと思います。
重要なのは/etc/X11/xorg.confなので、xorg.conf.newは必要ありません。
オフライン
hmatsueさん わかりやすい説明でした。
本当にありがとうございました。
オフライン
早速ですが。
起動時に↓がでるようになりました。
ubuntu is running in low graphics mode the following error was encountered.
You may need to update your configuration to solve this.
Problem parsing the config file
Error parsing the config title
翻訳したものです。
Ubuntuの低グラフィックモードでは、次のエラーが発生しました実行されます。
あなたの構成を更新するこの問題を解決する必要があります。
問題は、configファイルを解析する
エラーは、configタイトル2,815,144
OKを押すと次に進み 選択画面
What would you like to do
1 Run ubuntu in low-graphics mode for jusut one session
2 Reconfigure graphics
3 Troubles hoot the error
4 Exit to console login
1の低グラフィックモードで実効を選ぶとログイン画面にいきます。
エラー画面を出さない方法ありましたら教えてください。
オフライン
ごめんなさい。#15は大間違いです。
申し訳ありません。
/etc/X11/xorg.conf
の内容を
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "Device"
Driver "radeon"
Option "RenderAccel" "off"
EndSectionに修正願います。
方法は前回同様、端末を開いて
$ gksudo gedit /etc/X11/xorg.conf
で編集後、保存して再起動です。
オフライン
本当にごめんなさい。また間違えました。
申し訳ありません。
/etc/X11/xorg.conf
の内容を
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "Device"
Identifier "Configured Video Device" Driver "radeon"
Option "RenderAccel" "off"
EndSectionに修正願います。
方法は前回同様、端末を開いて
$ gksudo gedit /etc/X11/xorg.conf
で編集後、保存して再起動です。
オフライン
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monito "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "radeon"
Option "RenderAccel" "off"
EndSectionです。
改行が抜けました。
何度も申し訳ありません。
オフライン
いえいえ、返答ありがとうございす。
コード書き換えましたが、症状はかわりません。
よろしくお願いします。
オフライン
端末を開いて、
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install xserver-xorg-video-radeon
を実行して、再起動してみて下さい。
なにかエラーがでたら、それを投稿して下さい。
それでも改善しない場合は、端末を開いて、
ためしに、順番を入れ替えて、
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "radeon"
Option "RenderAccel" "off"
EndSection
Section "Screen"
Identifier "Default Screen"
Monito "Configured Monitor"
Device "Configured Video Device"
EndSectionとしてみてください。
それでも駄目ならradeonドライバで駆動できないのかも知れません。
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
EndSection
Section "Screen"
Identifier "Default Screen"
Monito "Configured Monitor"
Device "Configured Video Device"
EndSectionとしてみてください。
オフライン
順番の入れ替え。
汎用ドライバー
と両方試してみましたがシステムモニターは写りますが
起動時にメッセージが出てしまいます。
↓X11/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/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection
Section "Module"
Load "extmod"
Load "record"
Load "glx"
Load "dri"
Load "dri2"
Load "dbe"
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 "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "Dac6Bit" # [<bool>]
#Option "Dac8Bit" # [<bool>]
#Option "BusType" # [<str>]
#Option "CPPIOMode" # [<bool>]
#Option "CPusecTimeout" # <i>
#Option "AGPMode" # <i>
#Option "AGPFastWrite" # [<bool>]
#Option "AGPSize" # <i>
#Option "GARTSize" # <i>
#Option "RingSize" # <i>
#Option "BufferSize" # <i>
#Option "EnableDepthMoves" # [<bool>]
#Option "EnablePageFlip" # [<bool>]
#Option "NoBackBuffer" # [<bool>]
#Option "DMAForXv" # [<bool>]
#Option "FBTexPercent" # <i>
#Option "DepthBits" # <i>
#Option "PCIAPERSize" # <i>
#Option "AccelDFS" # [<bool>]
#Option "IgnoreEDID" # [<bool>]
#Option "DisplayPriority" # [<str>]
#Option "PanelSize" # [<str>]
#Option "ForceMinDotClock" # <freq>
#Option "ColorTiling" # [<bool>]
#Option "VideoKey" # <i>
#Option "RageTheatreCrystal" # <i>
#Option "RageTheatreTunerPort" # <i>
#Option "RageTheatreCompositePort" # <i>
#Option "RageTheatreSVideoPort" # <i>
#Option "TunerType" # <i>
#Option "RageTheatreMicrocPath" # <str>
#Option "RageTheatreMicrocType" # <str>
#Option "ScalerWidth" # <i>
#Option "RenderAccel" # [<bool>]
#Option "SubPixelOrder" # [<str>]
#Option "ShowCache" # [<bool>]
#Option "ClockGating" # [<bool>]
#Option "VGAAccess" # [<bool>]
#Option "ReverseDDC" # [<bool>]
#Option "LVDSProbePLL" # [<bool>]
#Option "AccelMethod" # <str>
#Option "DRI" # [<bool>]
#Option "ConnectorTable" # <str>
#Option "DefaultConnectorTable" # [<bool>]
#Option "DefaultTMDSPLL" # [<bool>]
#Option "TVDACLoadDetect" # [<bool>]
#Option "ForceTVOut" # [<bool>]
#Option "TVStandard" # <str>
#Option "IgnoreLidStatus" # [<bool>]
#Option "DefaultTVDACAdj" # [<bool>]
#Option "Int10" # [<bool>]
#Option "EXAVSync" # [<bool>]
#Option "ATOMTVOut" # [<bool>]
#Option "R4xxATOM" # [<bool>]
#Option "ForceLowPowerMode" # [<bool>]
#Option "DynamicPM" # [<bool>]
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "Radeon Mobility M6 LY"
BusID "PCI:1:0: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オフライン