お知らせ

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

#1 2006-12-21 02:59:20

akihikoikeda
新しいメンバ
登録日: 2006-12-21

外部モニターが使えない

VAIO VGN-TX92S に Ubuntu 6.10 Edgy Eftを入れて使っています。
ACER AL1916W
 サイズ 19型ワイド
 解像度 1440X900
上記の外部ディスプレイにD-sub端子でノートPCと接続してデスクトップを表示したいのですが、xorg.confをいじってもなかなかうまくいきません。
デュアルヘッドでなくても、メインディスプレイと同じが面画が表示されるか、もしくは、外部ディスプレイだけが表示されるようになればうれしいので、知恵をお貸しください。お願いいいたします。
以下が僕のデフォルトの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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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/X11/fonts/misc"
    FontPath    "/usr/share/X11/fonts/cyrillic"
    FontPath    "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/Type1"
    FontPath    "/usr/share/X11/fonts/100dpi"
    FontPath    "/usr/share/X11/fonts/75dpi"
    FontPath    "/usr/share/fonts/X11/misc"
    # path to defoma fonts
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

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

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

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

Section "InputDevice"
    Identifier    "Synaptics Touchpad"
    Driver        "synaptics"
    Option        "SendCoreEvents"    "true"
    Option        "Device"        "/dev/psaux"
    Option        "Protocol"        "auto-dev"
    Option        "HorizScrollDelta"    "0"
EndSection

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

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

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

Section "Device"
    Identifier    "Intel Corporation Mobile Integrated Graphics Controller"
    Driver        "i810"
    BusID        "PCI:0:2:0"
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Intel Corporation Mobile Integrated Graphics Controller"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1366x768"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1366x768"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1366x768"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1366x768"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1366x768"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1366x768"
    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"
    InputDevice    "Synaptics Touchpad"
EndSection

Section "DRI"
    Mode    0666
EndSection

最後の編集者: akihikoikeda (2006-12-21 03:00:28)

オフライン

 

#2 2006-12-22 12:36:34

deer
新しいメンバ
登録日: 2006-10-30

Re: 外部モニターが使えない

i810switch をインストールしてみてはいかがでしょうか?

オフライン

 

#3 2007-01-19 02:07:37

1CAR
新しいメンバ
From: Saitama
登録日: 2006-12-28

Re: 外部モニターが使えない

以下の段落
    Section "Device"
    Identifier "Intel Corporation Mobile Integrated Graphics Controller"
    Driver "i810"
    BusID "PCI:0:2:0"
    EndSection
を下記のように書き換えてみてはどうでしょうか?
    Section "Device"
    Identifier "Intel Corporation Mobile Integrated Graphics Controller"
    Driver "i810"
    BusID "PCI:0:2:0"
    Option "MonitorLayout" "CRT,LFP"
    Option "Clone" "true"
    Option "DevicePresence" "true"
    EndSection

ThinkPad X60上ではメイン画面のクローンが外部ディスプレイに表示されます。

オフライン

 

#4 2007-06-22 13:12:53

jyajyauma
メンバ
登録日: 2007-06-19

Re: 外部モニターが使えない

わたしのNote(Lesance)ではi810switchをインストールしてREBOOTをしたら
クーロンモードで動きました。xorg.confは何もいじっていません。

man i810switch

SYNOPSIS
       i810switch [ crt [ on | off ] ] [ lcd [ on | off ] ]

モニターの切替しかないですね。
わたしはできたらば拡張モード(Noteと外部モニターが一つの画面になる)を
使いたいのですが、何か方法ありませんか

http://farm2.static.flickr.com/1321/584659579_853d107410.jpg?v=0

オフライン

 

#5 2007-06-22 14:56:39

mizuno
管理者
From: Kyoto
登録日: 2007-02-28

Re: 外部モニターが使えない

nVidia のチップだったりすると、ベンダのドライバを入れて TwinView を選択するだけなのですが、i810 だと xinerama を使うしかないんでしょうか?
少し古い記事ですが、ひげぽん氏のブログに Ubuntu で i810 ドライバを使って xinerama を有効にしている記事がありました。
http://d.hatena.ne.jp/higepon/20060822/1156229563

オフライン

 

#6 2007-06-23 15:57:05

jyajyauma
メンバ
登録日: 2007-06-19

Re: 外部モニターが使えない

#4の私の報告は勘違いです。i810switchとは関係なく
NoteのDSub端子につなげばOK。
SISのドライバーです。ネットで検索してみましたがSISのドライバーで拡張モード(
Note,外部モニターが一画面)にする方法はみつかりませんでした。
どなたかご存知の方いらっしゃいませんか


Section "Device"
Identifier      "Silicon Integrated Systems [SiS] 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter"
Driver          "sis"
BusID           "PCI:1:0:0"
EndSection

オフライン

 

Board footer

Powered by FluxBB