お知らせ

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

#1 2007-11-27 21:10:03

hiro
メンバ
登録日: 2006-11-06

解像度の変更方法

新しく7.04をインストールしたんですが、解像度を変更しようとしても
目的の解像度が変更するリストにございません。どのように対処したらよいでしょうか?

希望する解像度は1680x1050です。

PCはhttp://aopen.jp/products/baresystem/ez965.htmlを使用しています。
ディスプレイがhttp://www.iodata.jp/prod/display/lcd/2007/lcd-ad222x/index.htmを使用しています。
グラボなしでオンボードで使用しています。

また、Xで使用するドライバは何がよいのでしょうか?vesaとi810は確かうまくいきませんでした。

オフライン

 

#2 2007-11-27 23:05:29

si
メンバ
From: hokkaido kitami, jp
登録日: 2007-01-15

Re: 解像度の変更方法

> Xで使用するドライバは何がよいのでしょうか?
GUIの設定ツールを使っていると思うが、
ドライバは、使っているグラフィックチップで決まってしまうので、選択肢は無い。
(多分、Intelチップセット内蔵なので、i810だけ?)
ディスプレイは、iodataが、一覧に無いと思うので、generic lcdで、解像度(1680x1050)選択するしかないと思う。

オフライン

 

#3 2007-11-27 23:30:50

hiro
メンバ
登録日: 2006-11-06

Re: 解像度の変更方法

お返事ありがとうございます。

>GUIの設定ツール使っていると思うが
$sudo dpkg-reconfigure xserver-xorgで起動するツールのことでよろしいでしょうか?
もっと便利なツールがあるのでしたら、ご教示お願いします。

>ディスプレイは、iodataが、一覧に無いと思うので、generic lcdで、
上記のツールでやると、確かに自動認識はしないのでそのように記述されます。

>解像度(1680x1050)選択するしかないと思う。
上記のコマンドで設定後、再起動して、メニュー>システム>みたいな感じで画面の解像度をクリックしても一覧に目的の解像度がありませんでした。

オフライン

 

#4 2007-11-28 00:30:10

si
メンバ
From: hokkaido kitami, jp
登録日: 2007-01-15

Re: 解像度の変更方法

>$sudo dpkg-reconfigure xserver-xorgで起動するツールのことでよろしいでしょうか?
いいえ、GUIツールの、「システム管理」-「モニタとグラフィックカード」で起動するツールです。

と思ったら、Ubuntuのバージョンは、7.04ですね。
見落としてました。 上記、ツールは、7.10から追加されたものでした。
(他のディストリだと昔から有ったのだけれど....)

となると、xorg.confを直接編集するしかないですね。

オフライン

 

#5 2007-11-28 00:51:39

hiro
メンバ
登録日: 2006-11-06

Re: 解像度の変更方法

$sudo dpkg-reconfigure xserver-xorg

このコマンドでの設定は何かまずいのでしょうか?
とりあえず明日i810で再度設定し直し、その時のエラー内容を報告し、対応方法を教えていただきたいと思いますので、
まずエラーログがどこのどのファイルに出力されるか教えていただけませんでしょうか?

オフライン

 

#6 2007-11-28 01:14:24

si
メンバ
From: hokkaido kitami, jp
登録日: 2007-01-15

Re: 解像度の変更方法

>$sudo dpkg-reconfigure xserver-xorg
>このコマンドでの設定は何かまずいのでしょうか?
いえ、まずくはないですよ。
私が言った設定データがないだけだと思います。
ですので
>エラーログ
には出ないと思います。

オフライン

 

#7 2007-11-28 15:36:09

hiro
メンバ
登録日: 2006-11-06

Re: 解像度の変更方法

xorg.confは以下のようになっています。
どこを修正したら良いかアドバイスお願いします。

# /etc/X11/xorg.conf (xorg 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(5) 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.
#
# 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 "Files"
    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"
    # path to defoma fonts
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load    "bitmap"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "vbe"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "us"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "ImPS/2"
    Option        "ZAxisMapping"        "4 5"
    Option        "Emulate3Buttons"    "true"
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "stylus"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"        "stylus"
    Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "eraser"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"        "eraser"
    Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "cursor"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"        "cursor"
    Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
EndSection

Section "Device"
    Identifier    "Generic Video Card"
    Driver        "i810"
    BusID        "PCI:0:2:0"
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    Option        "DPMS"
    HorizSync            64.7-65.4
    VertRefresh    59.9-60.0
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Generic Video Card"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice     "stylus"    "SendCoreEvents"
    InputDevice     "cursor"    "SendCoreEvents"
    InputDevice     "eraser"    "SendCoreEvents"
EndSection

Section "DRI"
    Mode    0666
EndSection

この設定でもXは立ち上がるのですが、システム>設定>画面の解像度で設定できる解像度の欄をクリックしても1680x1050がなく、
またリフレシュレートも同様に75khzしか選択できない状態です。

調べていたのですが、
http://ubuntuguide.org/wiki/Ubuntu:Feisty_ja#How_to_Correct_the_Graphics_Resolution_.28Intel.29

http://ubuntuguide.org/wiki/Ubuntu:Feisty_ja#How_to_enable_Large_Widescreen_Support
のような方法があるのですが、今回の場合はどちらの方法を試すべきなのでしょうか?

それとドライバmesaは965系のドライバが含まれていたりしますでしょうか?
http://slashdot.jp/linux/article.pl?sid=06/08/12/0020222
このような記事を読んだもので、ちょっと気になるのですが。

最後の編集者: hiro (2007-11-28 20:46:51)

オフライン

 

#8 2007-11-29 01:32:47

si
メンバ
From: hokkaido kitami, jp
登録日: 2007-01-15

Re: 解像度の変更方法

ここのフォーラムを検索したら、下記がありました、
http://forum.ubuntulinux.jp/viewtopic.php?id=603
まず、これを読み試して下さい。

オフライン

 

Board footer

Powered by FluxBB