
Ubuntu日本語フォーラム

ログインしていません。
初めまして、Linuxを初めてさわる、初心者です。
Ubuntu10.04をインストールしてみましたが
ドライバーのインストール方法が分からず右往左往しています。
どうぞ宜しくお願いいたします。
ここのサイトを含め、インターネットで検索は試みたのですが、CUIの使用方法など、チンプンカンプンの状態です。
少しづつ勉強していきたいと思っています。
インストール環境ですが
マザーボード:ASRock PV530-ITX
CPU :VIA PV530(C7-D) 1.8GHz
Chipset:VIA VX900
Graphics:VIA Chrome9HD DX9 Graphics(On Bord)
HDD:ADATA SSD S596Turbo 32GB
RAM:ADATA DDR3 2GBX2枚 PC上では3.0GBと認識
OS Ubuntu10.04 クリーンインストール
カーネル:Linux2.6.32-25-generic
GNOME:2.30.2
モニター:Hybrid 22インチワイド液晶
症状:モニターにデスクトップ外面がワイドに映らず、ワイド液晶TVでアナログ地上波放送を視ているように両隅が黒く取り残されています。
描画もぎこちなく、youtubeのストリーミング画面の方がスムーズで綺麗に表示されます。
(Flashのアドオンはsynapticパッケージ・マネージャーからインストールできました)
システム→設定→モニタ を見ると、、モニタの設定画面には モニタ:不明と表示されています。
とりあえず、VIAのグラフィックデバイスドライバーをインストールしてみようと
http://linux.via.com.tw/support/downloadFiles.action
から、
DRIVER [Unified GFX driver Ver 87a-55689 for ubuntu 10.04]
Source Code[Unified 2D driver source version 87a-55727]
をダウンロードしました。
ダウンロード先は「場所」で確認するとダウンロードフォルダーの中です。
フォルダーをクリックしてみると
それと思しき
「5.75.32.87a-u1004-55689.tar.gz」ファイルと
「via-xserver-87a-55727_src.tar.bz2」ファイルがあります。
「5.75.32.87a-u1004-55689.tar.gz」ファイルをクリックすると展開し
binフォルダー
VIA Linux GFX Driver User Guide フォルダー
VIA_Chrome9_2.6.33 フォルダー
xorg.conf_sample フォルダー
.Release_notes.swp ファイル
Release_notes ファイル
vinstall ファイル
vuninstall ファイル
xorg.conf ファイル
が存在します。
「via-xserver-87a-55727_src.tar.bz2」をクリックすると
man フォルダー
src フォルダー
autogen.sh ファイル
configure.ac ファイル
Makefile.am ファイル
README ファイル
が存在します。
ここからどのようにインストールしたらいいのか方法が分かりません。
そもそも、このマザーボードにこのドライバーをインストールして良いものかどうかも分かりません。
何卒宜しくお願いいたします。
オフライン
通常は、
xserver-xorg-video-openchrome
というパッケージが最初からインストールされているはずで、そのxserver(ドライバのようなもの)で良いはずです。
とは言え、chrome用のxserverは上手く動かないことも多いようです。
モニタとPCの接続はどのようになっていますでしょうか。
また、モニタの型式や仕様など判る情報があれば、できるだけ詳しく投稿願えますでしょうか。
オフライン
hmatsueさん ご指導ありがとうございます。
モニターは
メーカー:Hybrid
型番:HTBSF-22W 「22”W TFT LCD Monitor」
接続端子:DVI/D-sub
接続:PCのVGA Port から D-subケーブルで接続
(マザーボードの画像出力端子はD-sub Ⅰつです)
システム→システム管理→ハードウエア・ドライバーを見ると「このシステムではプロプライエタリなドライバーは利用されていません。」と表示されています。
宜しくお願いいたします。
オフライン
追記です。
モニターは共有しています。
Windows Vista PCとDVIケーブルで接続しています。
オフライン
モニタ型式で検索してみたのですが、
http://www.tsukumo.co.jp/Princeton/htbsf22w.html
ぐらいしか見当たらず。。
メーカがPrincetonとなっているようですが、これとはまた別物でしょうか。
マニュアルなどを参照し、メーカ名を確認してみて下さい。
製品情報の掲載されたサイトURLなどがあればありがたいです。
差し当っては下記を試してみて下さい。
gksudo gedit /etc/X11/xorg.conf
で設定ファイルを開きます。
内容を下記として下さい。
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"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1680x1050" "1024x768" "800x600" "640x480"
EndSubSection
EndSectionこれで再起動してみると改善されますでしょうか。
ダメだった場合は、以下のコマンドを端末で実行し、それぞれの出力を投稿願えますでしょうか。
lspci -v cat /var/log/Xorg.0.log
オフライン
すみません。順序が前後してしまいましたが、
https://wiki.ubuntulinux.jp/UbuntuTips/Hardware/HowToChangeMonitorResolution
を参照しての設定方法も試してみて下さい。
オフライン
hmatsue様
ありがとうございます。
モニターの件、Hybridとしか書いてなかったため、てっきりそれがメーカー名だと思っていました。
ご指摘のPrinceton社製のものです。
また、ご指導のとおりトライしてみようと思います。
オフライン
[Ubuntu Tips/ハードウェア/モニタの解像度を変更するには]を実行してみました。
アプリケーション→アクセサリー→端末 を開いて
~$の後ろに「xrandr」と打ち込んでみました。
その結果 下記の通り表示されました。
Screen 0: minimum 640 x 480, current 1280 x 1024, maximum 1280 x 1024
default connected 1280x1024+0+0 0mm x 0mm
1280x1024 0.0*
1024x768 0.0
800x600 0.0
640x480 0.0
◆◆◆◆@◆◆◆◆-desktop:~$
HPの例では各解像度の後ろには数字が記載されています。
モニターを認識していないために私の場合、0.0なのでしょうか?
オフライン
不適切な解像度設定の除去 トライ結果
上記処置後、 ~$ の後ろに「rm ~/.config/monitors.xml」を打ち込みました。
その結果 元と同じ「◆◆◆◆@◆◆◆◆-desktop:~$ 」が表示されただけです。
やり方が間違っているのでしょうか?
オフライン
「もし、モードが存在していない場合は、先に、モードラインを指定して、モードを作成しておく必要があります。」もトライしてみました。
◆◆◆◆@◆◆◆◆-desktop:~$ の後に「xrandr --newmode <ModeLine>」を打ち込んで見ました。
結果
bash: 期待してない token `newline' のあたりにシンタックスエラー
◆◆◆◆@◆◆◆◆-desktop:~$
と表示されます。
オフライン
「gksudo gedit /etc/X11/xorg.conf」やってみました。
開いたウインドにご指導のコードをコピペしたのですが、変化ありませんでした。
ディスプレイは依然として不明のままです。
[lspci -v
cat /var/log/Xorg.0.log]の結果を下記に記します。
どうぞ宜しくお願いいたします。
◆◆◆◆@◆◆◆◆-desktop:~$ lspci -v
00:00.0 Host bridge: VIA Technologies, Inc. Device 0410 (rev 80)
Subsystem: ASRock Incorporation Device 0410
Flags: bus master, medium devsel, latency 0
00:00.1 Host bridge: VIA Technologies, Inc. Device 1410
Subsystem: ASRock Incorporation Device 1410
Flags: bus master, medium devsel, latency 0
00:00.2 Host bridge: VIA Technologies, Inc. Device 2410
Subsystem: ASRock Incorporation Device 2410
Flags: bus master, medium devsel, latency 0
00:00.3 Host bridge: VIA Technologies, Inc. Device 3410
Subsystem: ASRock Incorporation Device 3410
Flags: bus master, medium devsel, latency 0
00:00.4 Host bridge: VIA Technologies, Inc. Device 4410
Subsystem: ASRock Incorporation Device 4410
Flags: bus master, medium devsel, latency 0
00:00.5 Host bridge: VIA Technologies, Inc. Device 5410
Subsystem: ASRock Incorporation Device 5410
Flags: bus master, fast devsel, latency 0
00:00.6 Host bridge: VIA Technologies, Inc. Device 6410
Subsystem: ASRock Incorporation Device 6410
Flags: bus master, medium devsel, latency 0
00:00.7 Host bridge: VIA Technologies, Inc. Device 7410
Subsystem: ASRock Incorporation Device 7410
Flags: bus master, medium devsel, latency 0
00:01.0 VGA compatible controller: VIA Technologies, Inc. Device 7122
Subsystem: ASRock Incorporation Device 7122
Flags: bus master, fast devsel, latency 32, IRQ 10
Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
Memory at fc000000 (32-bit, non-prefetchable) [size=16M]
Memory at d0000000 (32-bit, prefetchable) [size=256M]
Expansion ROM at febf0000 [disabled] [size=64K]
Capabilities: <access denied>
00:03.0 PCI bridge: VIA Technologies, Inc. Device a410
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
Prefetchable memory behind bridge: 00000000fbf00000-00000000fbffffff
Capabilities: <access denied>
Kernel driver in use: pcieport
Kernel modules: shpchp
00:03.2 PCI bridge: VIA Technologies, Inc. Device c410
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 0000e000-0000efff
Memory behind bridge: c0000000-c03fffff
Prefetchable memory behind bridge: 00000000fbe00000-00000000fbefffff
Capabilities: <access denied>
Kernel driver in use: pcieport
Kernel modules: shpchp
00:03.4 Host bridge: VIA Technologies, Inc. Device e410
Flags: bus master, fast devsel, latency 0
00:0f.0 IDE interface: VIA Technologies, Inc. Device 9001 (prog-if 8f [Master SecP SecO PriP PriO])
Subsystem: ASRock Incorporation Device 9001
Flags: bus master, medium devsel, latency 32, IRQ 21
I/O ports at dc00 [size=8]
I/O ports at d880 [size=4]
I/O ports at d800 [size=8]
I/O ports at d480 [size=4]
I/O ports at d400 [size=16]
Capabilities: <access denied>
Kernel driver in use: pata_via
Kernel modules: pata_via
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0)
Subsystem: ASRock Incorporation Device 3038
Flags: bus master, medium devsel, latency 32, IRQ 20
I/O ports at c880 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0)
Subsystem: ASRock Incorporation Device 3038
Flags: bus master, medium devsel, latency 32, IRQ 22
I/O ports at cc00 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0)
Subsystem: ASRock Incorporation Device 3038
Flags: bus master, medium devsel, latency 32, IRQ 21
I/O ports at d000 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0)
Subsystem: ASRock Incorporation Device 3038
Flags: bus master, medium devsel, latency 32, IRQ 23
I/O ports at d080 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 90) (prog-if 20)
Subsystem: ASRock Incorporation Device 3104
Flags: bus master, medium devsel, latency 32, IRQ 23
Memory at febefc00 (32-bit, non-prefetchable) [size=256]
Capabilities: <access denied>
Kernel driver in use: ehci_hcd
00:11.0 ISA bridge: VIA Technologies, Inc. Device 8410
Subsystem: ASRock Incorporation Device 8410
Flags: medium devsel
Capabilities: <access denied>
00:11.7 Host bridge: VIA Technologies, Inc. VX8xx South-North Module Interface Control
Subsystem: ASRock Incorporation Device a353
Flags: bus master, medium devsel, latency 8
00:13.0 PCI bridge: VIA Technologies, Inc. VX855/VX875 PCI to PCI Bridge (prog-if 01)
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
Capabilities: <access denied>
00:14.0 Audio device: VIA Technologies, Inc. VT1708/A [Azalia HDAC] (VIA High Definition Audio Controller) (rev 20)
Subsystem: ASRock Incorporation Device 0397
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at febe8000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
Subsystem: ASRock Incorporation Device 8136
Flags: bus master, fast devsel, latency 0, IRQ 50
I/O ports at e800 [size=256]
Memory at fbeff000 (64-bit, prefetchable) [size=4K]
Memory at fbef8000 (64-bit, prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: r8169
Kernel modules: r8169
◆◆◆◆@◆◆◆◆-desktop:~$ cat /var/log/Xorg.0.log
オフライン
とりあえずxrandrでの設定をやりきってしましましょう。
端末上で、
cvt 800 600
800x600解像度のModeLineが生成されます。
同様にして好みの解像度のModeLineを生成させて、それをxrandrに--newmodeで追加して下さい。
「自動検出されなかった解像度の追加」の項目を例も込みでよく読んで、もう一度お試し下さい。
オフライン
hmatsue様
ご指導ありがとうございます。
少しいじってみたのですが、良く理解できてないようです。
もう少し読み込んでみます。
25日までUbuntu PCにさわれないので25日から再度トライしてみます。
宜しくお願いいたします。
オフライン
Ubuntuの設定を再開しました。
宜しくお願いいたします。
アプリケーション→アクセサリー→端末 で端末を開き
◆◆◆◆@◆◆◆◆-desktop:~$ の後ろに
「CVT 1680 1050」と打ち込みました。
その結果を下記に記します。
# 1680x1050 59.95 Hz (CVT 1.76MA) hsync: 65.29 kHz; pclk: 146.25 MHz
Modeline "1680x1050_60.00" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
◆◆◆◆@◆◆◆◆-desktop:~$
です。
再起動してみます。
オフライン
motomoto による投稿:
Modeline "1680x1050_60.00" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
これがModeLineです。wikiの方に、
xrandr --newmode <ModeLine>
とあるのは、<ModeLine>の部分を上記の出力結果に読み替えて下さい、の意です。
そのすぐ下の例、
xrandr --newmode "800x600_60.00" 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync
と同様に、今回の出力結果を当てはめると、
xrandr --newmode "1680x1050_60.00" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
となるかと思います。
ところで見落としてしまっていましたが、xrandrを実行すると、
Screen 0: minimum 640 x 480, current 1280 x 1024, maximum 1280 x 1024 default connected 1280x1024+0+0 0mm x 0mm 1280x1024 0.0* 1024x768 0.0 800x600 0.0 640x480 0.0
と表示されていたようですが、現在も同じ状況でしょうか。
最大解像度が1280x1024になってしまっているので、まず、これをなんとかしないといけないのかも。
/var/log/Xorg.0.logの内容を投稿いただけますでしょうか。
オフライン
再起動後も最高画質が1280 x 1024のままでしたので
「端末」に「gksudo gedit /etc/X11/xorg.conf」を打ち込み
xorg.conf(/etc/X11)-geditのウインドを開き
その中へ
「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"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1680x1050" "1024x768" "800x600" "640x480"
EndSubSection
EndSection 」
を張り付けて保存し、再起動しました。
その結果、起動時に「 はサポートされていません」のような警告が一時表示され(すぐに消えました)
起動後 画面は1280 x 1024も消えて 1024×768が最高画質となってしまいました。
オフライン
hmatsue様
ご指導ありがとうございます。
ご返事を確認しないまま打ち込んでしまっていました。
現在
◆◆◆◆@◆◆◆◆:~$ xrandr
Screen 0: minimum 640 x 480, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm
1024x768 0.0*
800x600 0.0
640x480 0.0
◆◆◆◆@◆◆◆◆-desktop:~$
です。
/var/log/Xorg.0.log やってみます。
オフライン
「lspci -v
cat /var/log/Xorg.0.log」
を端末にコピペしてみた結果を下記に記します。
◆◆◆◆@◆◆◆◆-desktop:~$ lspci -v
00:00.0 Host bridge: VIA Technologies, Inc. Device 0410 (rev 80)
Subsystem: ASRock Incorporation Device 0410
Flags: bus master, medium devsel, latency 0
00:00.1 Host bridge: VIA Technologies, Inc. Device 1410
Subsystem: ASRock Incorporation Device 1410
Flags: bus master, medium devsel, latency 0
00:00.2 Host bridge: VIA Technologies, Inc. Device 2410
Subsystem: ASRock Incorporation Device 2410
Flags: bus master, medium devsel, latency 0
00:00.3 Host bridge: VIA Technologies, Inc. Device 3410
Subsystem: ASRock Incorporation Device 3410
Flags: bus master, medium devsel, latency 0
00:00.4 Host bridge: VIA Technologies, Inc. Device 4410
Subsystem: ASRock Incorporation Device 4410
Flags: bus master, medium devsel, latency 0
00:00.5 Host bridge: VIA Technologies, Inc. Device 5410
Subsystem: ASRock Incorporation Device 5410
Flags: bus master, fast devsel, latency 0
00:00.6 Host bridge: VIA Technologies, Inc. Device 6410
Subsystem: ASRock Incorporation Device 6410
Flags: bus master, medium devsel, latency 0
00:00.7 Host bridge: VIA Technologies, Inc. Device 7410
Subsystem: ASRock Incorporation Device 7410
Flags: bus master, medium devsel, latency 0
00:01.0 VGA compatible controller: VIA Technologies, Inc. Device 7122
Subsystem: ASRock Incorporation Device 7122
Flags: bus master, fast devsel, latency 32, IRQ 10
Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
Memory at fc000000 (32-bit, non-prefetchable) [size=16M]
Memory at d0000000 (32-bit, prefetchable) [size=256M]
Expansion ROM at febf0000 [disabled] [size=64K]
Capabilities: <access denied>
00:03.0 PCI bridge: VIA Technologies, Inc. Device a410
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
Prefetchable memory behind bridge: 00000000fbf00000-00000000fbffffff
Capabilities: <access denied>
Kernel driver in use: pcieport
Kernel modules: shpchp
00:03.2 PCI bridge: VIA Technologies, Inc. Device c410
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 0000e000-0000efff
Memory behind bridge: c0000000-c03fffff
Prefetchable memory behind bridge: 00000000fbe00000-00000000fbefffff
Capabilities: <access denied>
Kernel driver in use: pcieport
Kernel modules: shpchp
00:03.4 Host bridge: VIA Technologies, Inc. Device e410
Flags: bus master, fast devsel, latency 0
00:0f.0 IDE interface: VIA Technologies, Inc. Device 9001 (prog-if 8f [Master SecP SecO PriP PriO])
Subsystem: ASRock Incorporation Device 9001
Flags: bus master, medium devsel, latency 32, IRQ 21
I/O ports at dc00 [size=8]
I/O ports at d880 [size=4]
I/O ports at d800 [size=8]
I/O ports at d480 [size=4]
I/O ports at d400 [size=16]
Capabilities: <access denied>
Kernel driver in use: pata_via
Kernel modules: pata_via
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0)
Subsystem: ASRock Incorporation Device 3038
Flags: bus master, medium devsel, latency 32, IRQ 20
I/O ports at c880 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0)
Subsystem: ASRock Incorporation Device 3038
Flags: bus master, medium devsel, latency 32, IRQ 22
I/O ports at cc00 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0)
Subsystem: ASRock Incorporation Device 3038
Flags: bus master, medium devsel, latency 32, IRQ 21
I/O ports at d000 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0)
Subsystem: ASRock Incorporation Device 3038
Flags: bus master, medium devsel, latency 32, IRQ 23
I/O ports at d080 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 90) (prog-if 20)
Subsystem: ASRock Incorporation Device 3104
Flags: bus master, medium devsel, latency 32, IRQ 23
Memory at febefc00 (32-bit, non-prefetchable) [size=256]
Capabilities: <access denied>
Kernel driver in use: ehci_hcd
00:11.0 ISA bridge: VIA Technologies, Inc. Device 8410
Subsystem: ASRock Incorporation Device 8410
Flags: medium devsel
Capabilities: <access denied>
00:11.7 Host bridge: VIA Technologies, Inc. VX8xx South-North Module Interface Control
Subsystem: ASRock Incorporation Device a353
Flags: bus master, medium devsel, latency 8
00:13.0 PCI bridge: VIA Technologies, Inc. VX855/VX875 PCI to PCI Bridge (prog-if 01)
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
Capabilities: <access denied>
00:14.0 Audio device: VIA Technologies, Inc. VT1708/A [Azalia HDAC] (VIA High Definition Audio Controller) (rev 20)
Subsystem: ASRock Incorporation Device 0397
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at febe8000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
Subsystem: ASRock Incorporation Device 8136
Flags: bus master, fast devsel, latency 0, IRQ 50
I/O ports at e800 [size=256]
Memory at fbeff000 (64-bit, prefetchable) [size=4K]
Memory at fbef8000 (64-bit, prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: r8169
Kernel modules: r8169
◆◆◆◆@◆◆◆◆-desktop:~$ cat /var/log/Xorg.0.log
宜しくお願いいたします。
オフライン
モニタの認識がうまくできていないのかxrandrでうまく設定できなさそうですね。とりあえずxorg.confを下記にして再起動してみて下さい。
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 31.5-82.0
VertRefresh 56.0-76.0
#Modeline "1680x1050" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSectionこれでダメなら#Modeline ... となっている部分の最初のシャープ(#)記号だけ消して、再起動してみてください。
それでもダメなら「場所」メニューからファイルマネージャを開き、一番上まで上がってから、/var/logに移動し、Xorgで始まるファイルの一番日付の新しいもののファイル名と、内容を投稿下さい。
オフライン
hmatsue様
xorg.conf(/etc/X11)-geditを再度入力し直しました。
旧)「Modes "1680x1050" "1024x768" "800x600" "640x480"」
を
新)「Modes "1680x1050" "1280×1024" "1024x768" "800x600" "640x480"」
とし、再起動をかけましたら 1280×1024の解像度が復活しました。
しかし、依然として1680×1050は認識されません。
オフライン
hmatsue様
xorg.confを、アドバイスの下記に書き換え再起動しました。
「Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 31.5-82.0
VertRefresh 56.0-76.0
#Modeline "1680x1050" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection」
結果は 1残念ながら680×1050を認識していません。
オフライン
hmatsue様
ファイルマネージャの使い方が良く分からないので、やり方が間違っているかもしれませんが
アドバイスの通りやってみました。
場所→ホーム・フォルダーをクリック
ウインド左側のファイルシステムをクリック
色々なファイルやフォルダーのアイコンが表示されます。
その中で、下の方にvarのフォルダーがありましたのでクリック
その中のlogのフォルダーをクリック
その中にXorgで始まるファイルは2つ確認できました。
「Xorg.0.log」「Xorg.0.log.old」です。
双方展開してみると
「Xorg.0.log」=Release Date: 2010-03-17
「Xorg.0.log.old」=は展開できません。
「バックアップファイル な種類のファイルを扱うことが可能なアプリケーションはインストールされていません」と表示されます。
「Xorg.0.log」を展開した内容を添付いたします。
X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-28-server i686 Ubuntu
Current Operating System: Linux linklabo-desktop 2.6.32-25-generic #45-Ubuntu SMP Sat Oct 16 19:48:22 UTC 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-25-generic root=UUID=fcc66870-7032-47db-8f7c-03a610e4b13d ro quiet splash
Build Date: 10 November 2010 11:25:26AM
xorg-server 2:1.7.6-2ubuntu7.4 (For technical support please see http://www.ubuntu.com/support)
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Nov 29 21:40:58 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/usr/lib/X11/xorg.conf.d"
(==) No Layout section. Using the first Screen section.
(**) |-->Screen "Default Screen" (0)
(**) | |-->Monitor "Configured Monitor"
(**) | |-->Device "Configured Video Device"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
(II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
(II) Loader magic: 0x81f1b20
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(++) using VT number 7
(--) PCI:*(0:0:1:0) 1106:7122:1849:7122 VIA Technologies, Inc. rev 0, Mem @ 0xfd000000/16777216, 0xfc000000/16777216, 0xd0000000/268435456, BIOS @ 0x????????/65536
(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 1.1.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(==) Matched openchrome as autoconfigured driver 0
(==) Matched vesa as autoconfigured driver 1
(==) Matched fbdev as autoconfigured driver 2
(==) Assigned the driver to the xf86ConfigLayout
(II) LoadModule: "openchrome"
(II) Loading /usr/lib/xorg/modules/drivers/openchrome_drv.so
(II) Module openchrome: vendor="http://openchrome.org/"
compiled for 1.7.5, module version = 0.2.904
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "vesa"
(II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 2.3.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "fbdev"
(II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
(II) Module fbdev: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 0.4.1
ABI class: X.Org Video Driver, version 6.0
(II) OPENCHROME: Driver for VIA Chrome chipsets: CLE266, KM400/KN400,
K8M800/K8N800, PM800/PM880/CN400, VM800/P4M800Pro/VN800/CN700,
K8M890/K8N890, P4M900/VN896/CN896, CX700/VX700, P4M890, VX800/VX820,
VX855/VX875
(II) VESA: driver for VESA chipsets: vesa
(II) FBDEV: driver for framebuffer: fbdev
(II) Primary Device is: PCI 00@00:01:0
(WW) Falling back to old probe method for fbdev
(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/lib/xorg/modules/linux/libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 0.0.2
ABI class: X.Org Video Driver, version 6.0
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 1.1.0
ABI class: X.Org Video Driver, version 6.0
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 1.0.0
ABI class: X.Org Video Driver, version 6.0
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 3.0
(II) VESA(0): VESA VBE Total Mem: 32768 kB
(II) VESA(0): VESA VBE OEM: VIA N3410
(II) VESA(0): VESA VBE OEM Software Rev: 1.0
(II) VESA(0): VESA VBE OEM Vendor:
(II) VESA(0): VESA VBE OEM Product:
(II) VESA(0): VESA VBE OEM Product Rev:
(**) VESA(0): Depth 24, (--) framebuffer bpp 32
(==) VESA(0): RGB weight 888
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) VESA(0): VESA VBE DDC supported
(II) VESA(0): VESA VBE DDC Level 2
(II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
(II) VESA(0): VESA VBE DDC read successfully
(II) VESA(0): Manufacturer: HTB Model: 2200 Serial#: 639
(II) VESA(0): Year: 2008 Week: 12
(II) VESA(0): EDID Version: 1.3
(II) VESA(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
(II) VESA(0): Sync: Separate
(II) VESA(0): Max Image Size [cm]: horiz.: 47 vert.: 29
(II) VESA(0): Gamma: 2.20
(II) VESA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) VESA(0): First detailed timing is preferred mode
(II) VESA(0): redX: 0.640 redY: 0.329 greenX: 0.300 greenY: 0.600
(II) VESA(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
(II) VESA(0): Supported established timings:
(II) VESA(0): 720x400@70Hz
(II) VESA(0): 640x480@60Hz
(II) VESA(0): 640x480@67Hz
(II) VESA(0): 640x480@72Hz
(II) VESA(0): 640x480@75Hz
(II) VESA(0): 800x600@56Hz
(II) VESA(0): 800x600@60Hz
(II) VESA(0): 800x600@72Hz
(II) VESA(0): 800x600@75Hz
(II) VESA(0): 832x624@75Hz
(II) VESA(0): 1024x768@60Hz
(II) VESA(0): 1024x768@70Hz
(II) VESA(0): 1024x768@75Hz
(II) VESA(0): 1280x1024@75Hz
(II) VESA(0): 1152x864@75Hz
(II) VESA(0): Manufacturer's mask: 0
(II) VESA(0): Supported standard timings:
(II) VESA(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
(II) VESA(0): #1: hsize: 1400 vsize 1050 refresh: 75 vid: 20368
(II) VESA(0): #2: hsize: 1440 vsize 900 refresh: 60 vid: 149
(II) VESA(0): #3: hsize: 1440 vsize 900 refresh: 75 vid: 3989
(II) VESA(0): #4: hsize: 1680 vsize 1050 refresh: 60 vid: 179
(II) VESA(0): Supported detailed timing:
(II) VESA(0): clock: 146.0 MHz Image Size: 473 x 296 mm
(II) VESA(0): h_active: 1680 h_sync: 1784 h_sync_end 1960 h_blank_end 2240 h_border: 0
(II) VESA(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1089 v_border: 0
(II) VESA(0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 160 MHz
(II) VESA(0): Serial No: BS22519400639
(II) VESA(0): Monitor name: HTBSF-22W
(II) VESA(0): EDID (in hex):
(II) VESA(0): 00ffffffffffff00228200227f020000
(II) VESA(0): 0c120103082f1d78eade95a3544c9926
(II) VESA(0): 0f5054bfef80714f904f9500950fb300
(II) VESA(0): 01010101010108399030621a274068b0
(II) VESA(0): 3600d92811000019000000fd00384c1f
(II) VESA(0): 5310000a202020202020000000ff0042
(II) VESA(0): 533232353139343030363339000000fc
(II) VESA(0): 0048544253462d3232570a2020200044
(II) VESA(0): EDID vendor "HTB", prod id 8704
(II) VESA(0): Using hsync ranges from config file
(II) VESA(0): Using vrefresh ranges from config file
(II) VESA(0): Printing DDC gathered Modelines:
(II) VESA(0): Modeline "1680x1050"x0.0 146.00 1680 1784 1960 2240 1050 1053 1059 1089 -hsync -vsync (65.2 kHz)
(II) VESA(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(II) VESA(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(II) VESA(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(II) VESA(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
(II) VESA(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(II) VESA(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(II) VESA(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(II) VESA(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) VESA(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
(II) VESA(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(II) VESA(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(II) VESA(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(II) VESA(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(II) VESA(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(II) VESA(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(II) VESA(0): Modeline "1400x1050"x0.0 156.00 1400 1504 1648 1896 1050 1053 1057 1099 -hsync +vsync (82.3 kHz)
(II) VESA(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
(II) VESA(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz)
(II) VESA(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
(II) VESA(0): Searching for matching VESA mode(s):
Mode: 107 (1280x1024)
ModeAttributes: 0x9f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc0008a46
BytesPerScanline: 1280
XResolution: 1280
YResolution: 1024
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 24
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 2
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 1280
BnkNumberOfImagePages: 24
LinNumberOfImagePages: 24
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 11a (1280x1024)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc0008a46
BytesPerScanline: 2560
XResolution: 1280
YResolution: 1024
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 11
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 2
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 2560
BnkNumberOfImagePages: 11
LinNumberOfImagePages: 11
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
*Mode: 11b (1280x1024)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc0008a46
BytesPerScanline: 5120
XResolution: 1280
YResolution: 1024
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 5
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 2
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 5120
BnkNumberOfImagePages: 5
LinNumberOfImagePages: 5
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 105 (1024x768)
ModeAttributes: 0x9f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc0008a46
BytesPerScanline: 1024
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 41
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 2
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 1024
BnkNumberOfImagePages: 41
LinNumberOfImagePages: 41
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 117 (1024x768)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc0008a46
BytesPerScanline: 2048
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 20
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 2
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 2048
BnkNumberOfImagePages: 20
LinNumberOfImagePages: 20
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
*Mode: 118 (1024x768)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc0008a46
BytesPerScanline: 4096
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 9
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 2
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 4096
BnkNumberOfImagePages: 9
LinNumberOfImagePages: 9
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 103 (800x600)
ModeAttributes: 0x9f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc0008a46
BytesPerScanline: 800
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 63
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 2
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 800
BnkNumberOfImagePages: 63
LinNumberOfImagePages: 63
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 114 (800x600)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc0008a46
BytesPerScanline: 1600
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 33
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 2
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 1600
BnkNumberOfImagePages: 33
LinNumberOfImagePages: 33
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
*Mode: 115 (800x600)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc0008a46
BytesPerScanline: 3200
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 16
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 2
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 3200
BnkNumberOfImagePages: 16
LinNumberOfImagePages: 16
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 101 (640x480)
ModeAttributes: 0x9f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc0008a46
BytesPerScanline: 640
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 101
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 2
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 640
BnkNumberOfImagePages: 101
LinNumberOfImagePages: 101
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
Mode: 111 (640x480)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc0008a46
BytesPerScanline: 1280
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 50
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 2
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 1280
BnkNumberOfImagePages: 50
LinNumberOfImagePages: 50
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
*Mode: 112 (640x480)
ModeAttributes: 0x9b
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0xa000
WinFuncPtr: 0xc0008a46
BytesPerScanline: 2560
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 25
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 2
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 2560
BnkNumberOfImagePages: 25
LinNumberOfImagePages: 25
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 0
(II) VESA(0): Total Memory: 512 64KB banks (32768kB)
(II) VESA(0): Configured Monitor: Using hsync range of 31.50-82.00 kHz
(II) VESA(0): Configured Monitor: Using vrefresh range of 56.00-76.00 Hz
(II) VESA(0): Configured Monitor: Using maximum pixel clock of 160.00 MHz
(II) VESA(0): Not using mode "1680x1050" (no mode of this name)
(--) VESA(0): Virtual size is 1280x1024 (pitch 1280)
(**) VESA(0): *Built-in mode "1280x1024"
(**) VESA(0): *Built-in mode "1024x768"
(**) VESA(0): *Built-in mode "800x600"
(**) VESA(0): *Built-in mode "640x480"
(**) VESA(0): Display dimensions: (470, 290) mm
(**) VESA(0): DPI set to (69, 89)
(**) VESA(0): Using "Shadow Framebuffer"
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/xorg/modules/libshadow.so
(II) Module shadow: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 1.1.0
ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.4
(II) UnloadModule: "openchrome"
(II) Unloading /usr/lib/xorg/modules/drivers/openchrome_drv.so
(II) UnloadModule: "fbdev"
(II) Unloading /usr/lib/xorg/modules/drivers/fbdev_drv.so
(II) UnloadModule: "fbdevhw"
(II) Unloading /usr/lib/xorg/modules/linux/libfbdevhw.so
(==) Depth 24 pixmap format is 32 bpp
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 3.0
(II) VESA(0): VESA VBE Total Mem: 32768 kB
(II) VESA(0): VESA VBE OEM: VIA N3410
(II) VESA(0): VESA VBE OEM Software Rev: 1.0
(II) VESA(0): VESA VBE OEM Vendor:
(II) VESA(0): VESA VBE OEM Product:
(II) VESA(0): VESA VBE OEM Product Rev:
(II) VESA(0): virtual address = 0xb5791000,
physical address = 0xd0000000, size = 33554432
(II) VESA(0): Setting up VESA Mode 0x11B (1280x1024)
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Backing store disabled
(==) VESA(0): DPMS enabled
(==) RandR enabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) AIGLX: Screen 0 is not DRI2 capable
(II) AIGLX: Screen 0 is not DRI capable
(II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
(II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
(II) config/udev: Adding input device Power Button (/dev/input/event1)
(**) Power Button: Applying InputClass "evdev keyboard catchall"
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 2.3.2
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 7.0
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event1"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "jp"
(II) XKB: reuse xkmfile /var/lib/xkb/server-136F8830CC0B96C789D21368BFFFDDAD610C2926.xkm
(II) config/udev: Adding input device Video Bus (/dev/input/event5)
(**) Video Bus: Applying InputClass "evdev keyboard catchall"
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event5"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "jp"
(II) config/udev: Adding input device Power Button (/dev/input/event0)
(**) Power Button: Applying InputClass "evdev keyboard catchall"
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event0"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "jp"
(II) config/udev: Adding input device Microsoft Microsoft Wireless Optical Desktop® 1.00 (/dev/input/event4)
(**) Microsoft Microsoft Wireless Optical Desktop® 1.00: Applying InputClass "evdev pointer catchall"
(**) Microsoft Microsoft Wireless Optical Desktop® 1.00: always reports core events
(**) Microsoft Microsoft Wireless Optical Desktop® 1.00: Device: "/dev/input/event4"
(II) Microsoft Microsoft Wireless Optical Desktop® 1.00: Found 9 mouse buttons
(II) Microsoft Microsoft Wireless Optical Desktop® 1.00: Found scroll wheel(s)
(II) Microsoft Microsoft Wireless Optical Desktop® 1.00: Found relative axes
(II) Microsoft Microsoft Wireless Optical Desktop® 1.00: Found x and y relative axes
(II) Microsoft Microsoft Wireless Optical Desktop® 1.00: Configuring as mouse
(**) Microsoft Microsoft Wireless Optical Desktop® 1.00: YAxisMapping: buttons 4 and 5
(**) Microsoft Microsoft Wireless Optical Desktop® 1.00: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Microsoft Microsoft Wireless Optical Desktop® 1.00" (type: MOUSE)
(II) Microsoft Microsoft Wireless Optical Desktop® 1.00: initialized for relative axes.
(II) config/udev: Adding input device Microsoft Microsoft Wireless Optical Desktop® 1.00 (/dev/input/mouse1)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
(**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "jp"
(II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/event2)
(**) Macintosh mouse button emulation: Applying InputClass "evdev pointer catchall"
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event2"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found relative axes
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(II) Macintosh mouse button emulation: initialized for relative axes.
(II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/mouse0)
(II) No input driver/identifier specified (ignoring)
以上です。
宜しくお願いいたします。
オフライン
↑の添付データの
(==)が(=smileに文字化けしてしまっています。
オフライン
PV530-ITXのチップセットはVX900を採用しているのですが
http://www.asrock.com/mb/overview.jp.asp?Model=PV530-ITX
motomoto による投稿:
(II) OPENCHROME: Driver for VIA Chrome chipsets: CLE266, KM400/KN400,
K8M800/K8N800, PM800/PM880/CN400, VM800/P4M800Pro/VN800/CN700,
K8M890/K8N890, P4M900/VN896/CN896, CX700/VX700, P4M890, VX800/VX820,
VX855/VX875
10.04のOPENCHROMEドライバのサポート範囲外のようです。
openchrome.orgのSupported hardwareのリストを見ても
http://www.openchrome.org/trac/wiki/SupportedHardware
VX900はOPENCHROMEドライバで動かすのは厳しそうです。
VX900をサポートしているのは現状ではViaが配布しているドライバだけの様です。
https://help.ubuntu.com/community/OpenChrome
上記のURLのBeta Drivers for Ubuntu 10.04が導入手順の参考になろうかと思います。
motomotoさんがすでにViaからダウンロードされておられるドライバが
VX900のサポートを含んだ最新の安定版ですので、Beta Driversをダウンロードする必要は無いと思います。
オフライン
hmatsue様,rohizuka様 ありがとうございます。
rohizuka様アドバイスの「Beta Drivers for Ubuntu 10.04」を行ってみます。
オフライン