お知らせ

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

#1 2010-04-22 02:15:44

YoroshikuKamen
新しいメンバ
登録日: 2010-04-21

画面表示の位置が、ディスプレイの左側に寄ってしまう問題

フォーラムのみなさま:
はじめて投稿させていただきます。
つい先日にUbuntu9.10を使い始めたばかりの初心者です。
インストールから今までに、このUbuntu日本語フォーラムの情報に助けられました。
自分が遭遇した問題が、後に続く誰かのための情報になればと良いと思い、
投稿させていただきました。

1.症状と解決したい問題
-----
症状:
画面の表示位置が、ディスプレイの左側に寄ってしまっています。
(または画面表示の位置が左側にずれています。)
画面上側にあるメニューバー(?)のアプリケーションの文字が、
「プリケーション」となる程度に左側に寄っています。
左側端には、わりと強い光の筋が、縦に走っています。
ディスプレイの反対側(右側)は、真っ黒で、マウスポインタもそちらへは移動できません。
ディスプレイ上下は、ぴったりとはいきませんが、ディスプレイいっぱいに画面が表示されています。
現在の画面の解像度とリフレッシュ・レートは「1280x1024、75Hz」です。

解決したい問題:
画面の表示位置を、ディスプレイの中心にしたい(正常に表示したい)です。
-----


2.Ubuntu9.10をインストールしたマシン(※1)
-----
PC本体:Power Mac G4 (Digital Audio, MODEL# M5183, 466MHz)
メモリ: 128MBと512MB(PC133 準拠 SDRAM)
ストレイジ: 30 GB (5,400 rpm Ultra ATA/66)
ビデオカード:SDRAM グラフィックメモリ 16 MB 搭載の ATI RAGE128 Pro (※2)
ディスプレイ:Apple Studio Display 17 (ADC), M7770J/A
-----
※1:仕様書などないので、自分で調べました。間違えているかもしれません。
※2:カードに貼られたシールのP/N1027270108037039より調べると、「RAGE 128 PRO 16MB VGA MAC」らしいです。


3.この問題に至るまでに行ったこと:
-----
簡単に説明します。
本投稿の文末に載せたWebサイトを参考に、画面の解像度を変更するため、
xorg.confの書き換えを行いました。
ディスプレイ技術仕様にある「1600x1200、65Hz」は、
何故だか選択できませんが、満足いく解像度になりました。

本問題に遭遇してからは、Ubuntu日本語フォーラムで
「画面 表示」などのキーワードを検索し、対処方法を探しました。
もしかすると、画面表示の水平周波数が合ってないが原因かと、
自分なりに考えていますが・・そうだとしても、どうしてよいものかと困っています。

Ubuntu日本語フォーラム「Ubuntu 7.10の画面がディスプレイの左に」
https://forums.ubuntulinux.jp/viewtopic.php?id=1512
ここで、本問題と似たような症状が扱われていたので、
その症状の改善に必要であった情報を、載せておきます。
(とても長い文章になってしまうのですが、
どの情報が必要で、どれが不必要なのか、私には判断する力がありません。申し訳ないです。)
-----

投稿時のxorg.conf(/etc/X11/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 "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"
EndSection

Section "Module"
    Load  "dbe"
    Load  "dri"
    Load  "dri2"
    Load  "extmod"
    Load  "glx"
    Load  "record"
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 "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     "DMAForXv"               # [<bool>]
        #Option     "ForcePCIMode"           # [<bool>]
        #Option     "CCEPIOMode"             # [<bool>]
        #Option     "CCENoSecurity"          # [<bool>]
        #Option     "CCEusecTimeout"         # <i>
        #Option     "AGPMode"                # <i>
        #Option     "AGPSize"                # <i>
        #Option     "RingSize"               # <i>
        #Option     "BufferSize"             # <i>
        #Option     "EnablePageFlip"         # [<bool>]
        #Option     "Display"                # <str>
        #Option     "PanelWidth"             # <i>
        #Option     "PanelHeight"            # <i>
        #Option     "ProgramFPRegs"          # [<bool>]
        #Option     "UseFBDev"               # [<bool>]
        #Option     "VideoKey"               # <i>
        #Option     "ShowCache"              # [<bool>]
        #Option     "VGAAccess"              # [<bool>]
    Identifier  "ATI Rage"
    Driver      "r128"
    VendorName  "ATI Technologies Inc"
    BoardName   "Rage 128 PF/PRO AGP 4x TMDS"
    BusID       "PCI:0:16:0"
    VideoRam  16384
    MemBase  0x94000000
    IOBase  0x90000000
    ChipID  0x5046
    Option "UseFBDev" "false"
    Option "NoInt10"  "true"
EndSection

Section "Monitor"
    Identifier   "Studio Display CRT ADC 17"
    Option "DPMS"  "true"
    HorizSync 80
    VertRefresh 60-160
    Modeline "1600x1200@65"  176.23  1600 1712 1888 2176  1200 1201 1204 1246  -HSync +Vsync
    Modeline "1280x1024@75"  138.54  1280 1284 1420 1728  1024 1025 1028 1069  -Hsync +Vsync
    Modeline "1056x792@96"  115.71  1056 1136 1248 1440  792 793 796 837  -HSync +Vsync
    Modeline "1024x768@99"  112.04  1024 1096 1208 1392  768 769 772 813  -HSync +Vsync
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "ATI Rage"
    Monitor    "Studio Display CRT ADC 17"
    DefaultDepth  24
SubSection "Display"
        Depth     1
        Modes "1600x1200@65" "1280x1024@75" "1056x792@96" "1024x768@99"
    EndSubSection
    SubSection "Display"
        Depth     4
        Modes "1600x1200@65" "1280x1024@75" "1056x792@96" "1024x768@99"
    EndSubSection
    SubSection "Display"
        Depth     8
        Modes "1600x1200@65" "1280x1024@75" "1056x792@96" "1024x768@99"
    EndSubSection
    SubSection "Display"
        Depth     15
        Modes "1600x1200@65" "1280x1024@75" "1056x792@96" "1024x768@99"
    EndSubSection
    SubSection "Display"
        Depth     16
        Modes "1600x1200@65" "1280x1024@75" "1056x792@96" "1024x768@99"
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes "1600x1200@65" "1280x1024@75" "1056x792@96" "1024x768@99"
    EndSubSection
EndSection

投稿時のXog.0.log(/var/log/Xorg.0.log):

コード:

#Xorg.0.log
X.Org X Server 1.6.4
Release Date: 2009-9-27
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.31-14-powerpc64-smp ppc Ubuntu
Current Operating System: Linux mnjth22-desktop 2.6.31-20-powerpc #58-Ubuntu Fri Mar 12 04:51:56 UTC 2010 ppc
Kernel command line: root=/dev/hda3 ro quiet splash video=ofonly 
Build Date: 04 March 2010  12:14:56PM
xorg-server 2:1.6.4-2ubuntu4.2 (buildd@) 
    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: Wed Apr 21 14:55:09 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Studio Display CRT ADC 17"
(**) |   |-->Device "ATI Rage"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    Entry deleted from font path.
(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,
    /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/modules"
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
(II) Loader magic: 0x3e90
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
(II) Loader running on linux
(++) using VT number 7

(--) PCI:*(0:0:16:0) 1002:5046:0000:0000 ATI Technologies Inc Rage 128 PF/PRO AGP 4x TMDS rev 0, Mem @ 0x94000000/67108864, 0x90000000/16384, I/O @ 0x00000400/256, BIOS @ 0x????????/131072
(II) Open APM successful
(II) System resource ranges:
    [0] -1    2    0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1    2    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    2    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    2    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    1    0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1    1    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1    1    0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1    1    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1    2    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [13] -1    2    0x00000000 - 0x00000000 (0x1) IX[b]
    [14] -1    1    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [15] -1    1    0x00000000 - 0x00000000 (0x1) IX[b]
    [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.4, 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: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.4, 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.6.4, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.4, 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: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.4, 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.6.4, 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: "r128"
(II) Loading /usr/lib/xorg/modules/drivers//r128_drv.so
(II) Module r128: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 6.8.1
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
(II) R128: Driver for ATI Rage 128 chipsets:
    ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
    ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
    ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
    ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
    ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
    ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
    ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
    ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
    ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
    ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
    ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
    ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
    ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
    ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
    ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
    ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
    ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
    ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
    ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
    ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
    ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
    ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
    ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
    ATI Rage 128 Pro ULTRA TU (AGP?)
(II) Primary Device is: PCI 00@00:10:0
(II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1    2    0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1    2    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    2    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    2    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    1    0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1    1    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1    1    0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1    1    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1    2    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [13] -1    2    0x00000000 - 0x00000000 (0x1) IX[b]
    [14] -1    1    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [15] -1    1    0x00000000 - 0x00000000 (0x1) IX[b]
    [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
(II) resource ranges after probing:
    [0] -1    2    0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1    2    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    2    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    2    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    1    0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1    1    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1    1    0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1    1    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
    [13] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [14] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
    [15] -1    2    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1    2    0x00000000 - 0x00000000 (0x1) IX[b]
    [17] -1    1    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [18] -1    1    0x00000000 - 0x00000000 (0x1) IX[b]
    [19] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [20] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [21] 0    0    0xf00003b0 - 0xf00003bb (0xc) IS[b]
    [22] 0    0    0xf00003c0 - 0xf00003df (0x20) IS[b]
(II) R128(0): PCI bus 0 card 16 func 0
(**) R128(0): Depth 24, (--) framebuffer bpp 32
(II) R128(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) R128(0): Default visual is TrueColor
(**) R128(0): Option "UseFBDev" "false"
(II) R128(0): VGAAccess option set to FALSE, VGA module load skipped
(==) R128(0): RGB weight 888
(II) R128(0): Using 8 bits per RGB (8 bit DAC)
(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.6.4, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
(II) R128(0): initializing int10
(**) R128(0): Option "NoINT10" "true"
(**) R128(0): Chipset: "ATI Rage 128 Pro GL PF (AGP)" (ChipID = 0x5046)
(II) R128(0): Linear address override, using 0x94000000 instead of 0x94000000
(**) R128(0): Linear framebuffer at 0x94000000
(II) R128(0): MMIO address override, using 0x90000000 instead of 0x90000000
(**) R128(0): MMIO registers at 0x90000000
(II) R128(0): Video RAM override, using 16384 kB instead of 16384 kB
(**) R128(0): VideoRAM: 16384 kByte (64-bit SDR SGRAM 1:1)
(**) R128(0): Using external CRT for display
(WW) R128(0): Failed to read PCI ROM!
(WW) R128(0): Video BIOS not found!
(II) R128(0): Primary Display == Type 3
(WW) R128(0): Can't determine panel dimensions, and none specified.
    Disabling programming of FP registers.
(II) R128(0): PLL parameters: rf=2950 rd=9 min=12500 max=25000; xclk=14000
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(==) R128(0): Using gamma correction (1.0, 1.0, 1.0)
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) R128(0): I2C bus "DDC" initialized.
(II) R128(0): I2C device "DDC:E-EDID segment register" registered at address 0x60.
(II) R128(0): I2C device "DDC:ddc2" registered at address 0xA0.
(EE) R128(0): No DFP detected
(II) R128(0): Studio Display CRT ADC 17: Using hsync value of 80.00 kHz
(II) R128(0): Studio Display CRT ADC 17: Using vrefresh range of 60.00-160.00 Hz
(II) R128(0): Clock range:  12.50 to 250.00 MHz
(II) R128(0): Not using mode "1600x1200@65" (hsync out of range)
(II) R128(0): Not using default mode "640x350" (hsync out of range)
(II) R128(0): Not using default mode "320x175" (hsync out of range)
(II) R128(0): Not using default mode "640x400" (hsync out of range)
(II) R128(0): Not using default mode "320x200" (hsync out of range)
(II) R128(0): Not using default mode "720x400" (hsync out of range)
(II) R128(0): Not using default mode "360x200" (hsync out of range)
(II) R128(0): Not using default mode "640x480" (hsync out of range)
(II) R128(0): Not using default mode "320x240" (hsync out of range)
(II) R128(0): Not using default mode "640x480" (hsync out of range)
(II) R128(0): Not using default mode "320x240" (hsync out of range)
(II) R128(0): Not using default mode "640x480" (hsync out of range)
(II) R128(0): Not using default mode "320x240" (hsync out of range)
(II) R128(0): Not using default mode "640x480" (hsync out of range)
(II) R128(0): Not using default mode "320x240" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "400x300" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "400x300" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "400x300" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "400x300" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "400x300" (hsync out of range)
(II) R128(0): Not using default mode "1024x768" (hsync out of range)
(II) R128(0): Not using default mode "512x384" (hsync out of range)
(II) R128(0): Not using default mode "1024x768" (hsync out of range)
(II) R128(0): Not using default mode "512x384" (hsync out of range)
(II) R128(0): Not using default mode "1024x768" (hsync out of range)
(II) R128(0): Not using default mode "512x384" (hsync out of range)
(II) R128(0): Not using default mode "1024x768" (hsync out of range)
(II) R128(0): Not using default mode "512x384" (hsync out of range)
(II) R128(0): Not using default mode "1024x768" (hsync out of range)
(II) R128(0): Not using default mode "512x384" (hsync out of range)
(II) R128(0): Not using default mode "1152x864" (hsync out of range)
(II) R128(0): Not using default mode "576x432" (hsync out of range)
(II) R128(0): Not using default mode "1280x960" (hsync out of range)
(II) R128(0): Not using default mode "640x480" (hsync out of range)
(II) R128(0): Not using default mode "1280x960" (hsync out of range)
(II) R128(0): Not using default mode "640x480" (hsync out of range)
(II) R128(0): Not using default mode "1280x1024" (hsync out of range)
(II) R128(0): Not using default mode "640x512" (hsync out of range)
(II) R128(0): Not using default mode "1280x1024" (hsync out of range)
(II) R128(0): Not using default mode "640x512" (hsync out of range)
(II) R128(0): Not using default mode "1600x1200" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "1600x1200" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "1600x1200" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "1600x1200" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "1600x1200" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "1792x1344" (hsync out of range)
(II) R128(0): Not using default mode "896x672" (hsync out of range)
(II) R128(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "896x672" (hsync out of range)
(II) R128(0): Not using default mode "1856x1392" (hsync out of range)
(II) R128(0): Not using default mode "928x696" (hsync out of range)
(II) R128(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "928x696" (hsync out of range)
(II) R128(0): Not using default mode "1920x1440" (hsync out of range)
(II) R128(0): Not using default mode "960x720" (hsync out of range)
(II) R128(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "960x720" (hsync out of range)
(II) R128(0): Not using default mode "832x624" (hsync out of range)
(II) R128(0): Not using default mode "416x312" (hsync out of range)
(II) R128(0): Not using default mode "1152x864" (hsync out of range)
(II) R128(0): Not using default mode "576x432" (hsync out of range)
(II) R128(0): Not using default mode "1152x864" (hsync out of range)
(II) R128(0): Not using default mode "576x432" (hsync out of range)
(II) R128(0): Not using default mode "1152x864" (hsync out of range)
(II) R128(0): Not using default mode "576x432" (hsync out of range)
(II) R128(0): Not using default mode "1152x864" (hsync out of range)
(II) R128(0): Not using default mode "576x432" (hsync out of range)
(II) R128(0): Not using default mode "1152x864" (hsync out of range)
(II) R128(0): Not using default mode "576x432" (hsync out of range)
(II) R128(0): Not using default mode "1152x864" (hsync out of range)
(II) R128(0): Not using default mode "576x432" (hsync out of range)
(II) R128(0): Not using default mode "1360x768" (hsync out of range)
(II) R128(0): Not using default mode "680x384" (hsync out of range)
(II) R128(0): Not using default mode "1360x768" (hsync out of range)
(II) R128(0): Not using default mode "680x384" (hsync out of range)
(II) R128(0): Not using default mode "1400x1050" (hsync out of range)
(II) R128(0): Not using default mode "700x525" (hsync out of range)
(II) R128(0): Not using default mode "1400x1050" (hsync out of range)
(II) R128(0): Not using default mode "700x525" (hsync out of range)
(II) R128(0): Not using default mode "1400x1050" (hsync out of range)
(II) R128(0): Not using default mode "700x525" (hsync out of range)
(II) R128(0): Not using default mode "1400x1050" (hsync out of range)
(II) R128(0): Not using default mode "700x525" (hsync out of range)
(II) R128(0): Not using default mode "1440x900" (hsync out of range)
(II) R128(0): Not using default mode "720x450" (hsync out of range)
(II) R128(0): Not using default mode "1600x1024" (hsync out of range)
(II) R128(0): Not using default mode "800x512" (hsync out of range)
(II) R128(0): Not using default mode "1680x1050" (hsync out of range)
(II) R128(0): Not using default mode "840x525" (hsync out of range)
(II) R128(0): Not using default mode "1680x1050" (hsync out of range)
(II) R128(0): Not using default mode "840x525" (hsync out of range)
(II) R128(0): Not using default mode "1680x1050" (hsync out of range)
(II) R128(0): Not using default mode "840x525" (hsync out of range)
(II) R128(0): Not using default mode "1680x1050" (hsync out of range)
(II) R128(0): Not using default mode "840x525" (hsync out of range)
(II) R128(0): Not using default mode "1680x1050" (hsync out of range)
(II) R128(0): Not using default mode "840x525" (hsync out of range)
(II) R128(0): Not using default mode "1920x1080" (hsync out of range)
(II) R128(0): Not using default mode "960x540" (hsync out of range)
(II) R128(0): Not using default mode "1920x1200" (hsync out of range)
(II) R128(0): Not using default mode "960x600" (hsync out of range)
(II) R128(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "960x720" (hsync out of range)
(II) R128(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1024x768" (hsync out of range)
(II) R128(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1024x768" (hsync out of range)
(II) R128(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1024x768" (hsync out of range)
(II) R128(0): Not using mode "1600x1200@65" (no mode of this name)
(--) R128(0): Virtual size is 1280x1024 (pitch 1280)
(**) R128(0): *Mode "1280x1024@75": 138.5 MHz, 80.2 kHz, 75.0 Hz
(II) R128(0): Modeline "1280x1024@75"x75.0  138.54  1280 1284 1420 1728  1024 1025 1028 1069 -hsync +vsync (80.2 kHz)
(**) R128(0): *Mode "1056x792@96": 115.7 MHz, 80.4 kHz, 96.0 Hz
(II) R128(0): Modeline "1056x792@96"x96.0  115.71  1056 1136 1248 1440  792 793 796 837 -hsync +vsync (80.4 kHz)
(**) R128(0): *Mode "1024x768@99": 112.0 MHz, 80.5 kHz, 99.0 Hz
(II) R128(0): Modeline "1024x768@99"x99.0  112.04  1024 1096 1208 1392  768 769 772 813 -hsync +vsync (80.5 kHz)
(**) R128(0):  Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(II) R128(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(**) R128(0):  Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D)
(II) R128(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz)
(==) R128(0): DPI set to (96, 96)
(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.6.4, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
    compiled for 1.6.4, module version = 1.2.1
    ABI class: X.Org Video Driver, version 5.0
(II) Loading sub module "shadowfb"
(II) LoadModule: "shadowfb"
(II) Loading /usr/lib/xorg/modules//libshadowfb.so
(II) Module shadowfb: vendor="X.Org Foundation"
    compiled for 1.6.4, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
(II) R128(0): Page flipping disabled
(!!) R128(0): For information on using the multimedia capabilities
    of this adapter, please see http://gatos.sf.net.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
    [0] -1    2    0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1    2    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    2    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    2    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    1    0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1    1    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1    1    0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1    1    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
    [13] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [14] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
    [15] -1    2    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1    2    0x00000000 - 0x00000000 (0x1) IX[b]
    [17] -1    1    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [18] -1    1    0x00000000 - 0x00000000 (0x1) IX[b]
    [19] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [20] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [21] 0    0    0xf00003b0 - 0xf00003bb (0xc) IS[b]
    [22] 0    0    0xf00003c0 - 0xf00003df (0x20) IS[b]
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: node name is /dev/dri/card0
drmOpenByBusid: Searching for BusID pci:0000:00:10.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
drmOpenByBusid: drmGetBusid reports pci:0000:00:10.0
(II) [drm] loaded kernel module for "r128" driver.
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) R128(0): [drm] Using the DRM lock SAREA also for drawables.
(II) R128(0): [drm] framebuffer handle = 0x94000000
(II) R128(0): [drm] added 1 reserved context for kernel
(II) R128(0): X context handle = 0x1
(II) R128(0): [drm] installed DRM signal handler
(II) R128(0): [agp] Mode 0x07000211 [AGP 0x106b/0x002d; Card 0x1002/0x5046]
(II) R128(0): [agp] 8192 kB allocated with handle 0x00000001
(II) R128(0): [agp] ring handle = 0x00000000
(II) R128(0): [agp] Ring mapped at 0x49055000
(II) R128(0): [agp] ring read ptr handle = 0x00101000
(II) R128(0): [agp] Ring read ptr mapped at 0x48027000
(II) R128(0): [agp] vertex/indirect buffers handle = 0x00102000
(II) R128(0): [agp] Vertex/indirect buffers mapped at 0x49156000
(II) R128(0): [agp] AGP texture map handle = 0x00302000
(II) R128(0): [agp] AGP Texture map mapped at 0x49356000
(II) R128(0): [drm] register handle = 0x90000000
(II) R128(0): [dri] Visual configs initialized
(II) R128(0): CCE in BM mode
(II) R128(0): Using 8 MB AGP aperture
(II) R128(0): Using 1 MB for the ring buffer
(II) R128(0): Using 2 MB for vertex/indirect buffers
(II) R128(0): Using 5 MB for AGP textures
(II) R128(0): Memory manager initialized to (0,0) (1280,3276)
(II) R128(0): Reserved area from (0,1024) to (1280,1026)
(II) R128(0): Largest offscreen area available: 1280 x 2250
(II) R128(0): Reserved back buffer from (0,1026) to (1280,2050)
(II) R128(0): Reserved depth buffer from (0,2050) to (1280,3075)
(II) R128(0): Reserved depth span from (0,3074) offset 0xf02800
(II) R128(0): Reserved 0 kb for textures at offset 0xfff000
(II) R128(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    8x8 mono pattern filled rectangles
    Indirect CPU to Screen color expansion
    Solid Lines
    Dashed Lines
    Setting up tile and stipple cache:
        10 128x128 slots
(II) R128(0): Acceleration enabled
(==) R128(0): Backing store disabled
(==) R128(0): Silken mouse enabled
(II) R128(0): Using hardware cursor (scanline 12300)
(II) R128(0): Largest offscreen area available: 1280 x 199
(**) Option "dpms" "true"
(**) R128(0): DPMS enabled
(II) R128(0): [DRI] installation complete
(II) R128(0): [drm] Added 128 16384 byte vertex/indirect buffers
(II) R128(0): [drm] Mapped 128 vertex/indirect buffers
(II) R128(0): [drm] dma control initialized, using IRQ 48
(II) R128(0): Direct rendering 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
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:10.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports pci:0000:00:10.0
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: Loaded and initialized /usr/lib/dri/r128_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) config/hal: Adding input device Mouseemu virtual keyboard
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.4, module version = 2.2.5
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
(**) Mouseemu virtual keyboard: always reports core events
(**) Mouseemu virtual keyboard: Device: "/dev/input/event5"
(II) Mouseemu virtual keyboard: Found keys
(II) Mouseemu virtual keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "Mouseemu virtual keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "jp"
(II) config/hal: Adding input device Mouseemu virtual mouse
(**) Mouseemu virtual mouse: always reports core events
(**) Mouseemu virtual mouse: Device: "/dev/input/event6"
(II) Mouseemu virtual mouse: Found 14 mouse buttons
(II) Mouseemu virtual mouse: Found x and y relative axes
(II) Mouseemu virtual mouse: Found scroll wheel(s)
(II) Mouseemu virtual mouse: Configuring as mouse
(**) Mouseemu virtual mouse: YAxisMapping: buttons 4 and 5
(**) Mouseemu virtual mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Mouseemu virtual mouse" (type: MOUSE)
(**) Mouseemu virtual mouse: (accel) keeping acceleration scheme 1
(**) Mouseemu virtual mouse: (accel) filter chain progression: 2.00
(**) Mouseemu virtual mouse: (accel) filter stage 0: 20.00 ms
(**) Mouseemu virtual mouse: (accel) set acceleration profile 0
(II) Mouseemu virtual mouse: initialized for relative axes.
(II) config/hal: Adding input device PMU
(**) PMU: always reports core events
(**) PMU: Device: "/dev/input/event1"
(II) PMU: Found keys
(II) PMU: Configuring as keyboard
(II) XINPUT: Adding extended input device "PMU" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "jp"
(II) config/hal: Adding input device Alps Electric Apple Extended USB Keyboard
(**) Alps Electric Apple Extended USB Keyboard: always reports core events
(**) Alps Electric Apple Extended USB Keyboard: Device: "/dev/input/event3"
(II) Alps Electric Apple Extended USB Keyboard: Found keys
(II) Alps Electric Apple Extended USB Keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "Alps Electric Apple Extended USB Keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "jp"
(II) config/hal: Adding input device Alps Electric Apple Extended USB Keyboard
(**) Alps Electric Apple Extended USB Keyboard: always reports core events
(**) Alps Electric Apple Extended USB Keyboard: Device: "/dev/input/event2"
(II) Alps Electric Apple Extended USB Keyboard: Found keys
(II) Alps Electric Apple Extended USB Keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "Alps Electric Apple Extended USB Keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "jp"
(II) config/hal: Adding input device Macintosh mouse button emulation
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event0"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(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)
(**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
(**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
(**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
(**) Macintosh mouse button emulation: (accel) set acceleration profile 0
(II) Macintosh mouse button emulation: initialized for relative axes.
(II) config/hal: Adding input device Fujitsu Takamisawa Component Apple Optical USB Mouse
(**) Fujitsu Takamisawa Component Apple Optical USB Mouse: always reports core events
(**) Fujitsu Takamisawa Component Apple Optical USB Mouse: Device: "/dev/input/event4"
(II) Fujitsu Takamisawa Component Apple Optical USB Mouse: Found 1 mouse buttons
(II) Fujitsu Takamisawa Component Apple Optical USB Mouse: Found x and y relative axes
(II) Fujitsu Takamisawa Component Apple Optical USB Mouse: Configuring as mouse
(**) Fujitsu Takamisawa Component Apple Optical USB Mouse: YAxisMapping: buttons 4 and 5
(**) Fujitsu Takamisawa Component Apple Optical USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Fujitsu Takamisawa Component Apple Optical USB Mouse" (type: MOUSE)
(**) Fujitsu Takamisawa Component Apple Optical USB Mouse: (accel) keeping acceleration scheme 1
(**) Fujitsu Takamisawa Component Apple Optical USB Mouse: (accel) filter chain progression: 2.00
(**) Fujitsu Takamisawa Component Apple Optical USB Mouse: (accel) filter stage 0: 20.00 ms
(**) Fujitsu Takamisawa Component Apple Optical USB Mouse: (accel) set acceleration profile 0
(II) Fujitsu Takamisawa Component Apple Optical USB Mouse: initialized for relative axes.

端末での「xrandr」の実行結果:

コード:

Screen 0: minimum 640 x 512, current 1280 x 1024, maximum 1280 x 1024
default connected 1280x1024+0+0 0mm x 0mm
   1280x1024      75.0* 
   1056x792       96.0  
   1024x768       99.0  
   640x512        75.0

端末での「ls /etc/X11 | grep xorg.conf」の実行結果:

コード:

xorg.conf
xorg.conf-backup-100420190618
xorg.conf-backup-100420200949
xorg.conf-backup-100420215725
xorg.conf-backup-100420220052
xorg.conf-backup-100421004644
xorg.conf-backup-100421010804
xorg.conf-backup-100421134053
xorg.conf-backup-100421135819
xorg.conf-bak
xorg.conf.bak
xorg.conf.dist-upgrade-201004210043
xorg.conf.failsafe
xorg.conf~

なお、本問題とは関係ありませんが、
投稿用の文章の書き方など、何も分からないで投稿しました。
(参考サイトのリスト、引用の仕方や、文章全体の体裁など)
改善が必要な点がありましたら、お教えいただければ幸いです。

<参考にしたWebサイト>
Ubuntu9.10をインストールしたマシンに関する情報
・技術仕様: Apple Studio Display 17 (ADC)
 http://support.apple.com/kb/SP57?viewlocale=ja_JP
・技術仕様:Power Mac G4 (Digital Audio)
 http://docs.info.apple.com/article.html?artnum=58758-ja
・AMD.com(ATI Rage 128 Proビデオカードの型番の検索)
 http://apps.ati.com/102lookup/index.asp

xorg.confの書き換え(画面の解像度を変更するのに参考にしたもの)
・作業日記
 http://d.hatena.ne.jp/sillywalk7/20091101
・Ubuntu日本語フォーラム:「etc/X11/xorg.conf の修正方法がわからないのですが」
 https://forums.ubuntulinux.jp/viewtopic.php?id=4007
・Ubuntu日本語フォーラム:「9.10の xorg.conf について」
 https://forums.ubuntulinux.jp/viewtopic.php?id=6801
・Ubuntu Forums(Device sectionに関するもの)
 http://ubuntuforums.org/archive/index.php/t-974279.html
・Xorg / XF86 の Modelineパラメータの求め方
 http://assam.iic.hokudai.ac.jp/~josch/w … deline.htm

画面の表示位置の調整
・Ubuntu日本語フォーラム:「Ubuntu 7.10の画面がディスプレイの左に」
 https://forums.ubuntulinux.jp/viewtopic.php?id=1512
・アットマーク・アイティ(xvidtuneの使い方)
 http://www.atmarkit.co.jp/flinux/rensai … ws_xy.html
 http://www.atmarkit.co.jp/flinux/rensai … ws_xy.html

Ubuntu日本語フォーラム(本投稿に、もしかしたら似ている症状のもの)
 https://forums.ubuntulinux.jp/viewtopic.php?pid=40028
 https://forums.ubuntulinux.jp/viewtopic.php?id=6402
 https://forums.ubuntulinux.jp/viewtopic.php?id=6503
 https://forums.ubuntulinux.jp/viewtopic.php?id=7178

オフライン

 

#2 2010-04-22 14:41:38

YoroshikuKamen
新しいメンバ
登録日: 2010-04-21

Re: 画面表示の位置が、ディスプレイの左側に寄ってしまう問題

フォーラムのみなさま:

YoroshikuKamen(自分) による投稿:

解決したい問題:
画面の表示位置を、ディスプレイの中心にしたい(正常に表示したい)です。

上記の問題は、一応の解決に至りました。解決までに行った事は、以下に示しました。
-----
/etc/X11/xorg.confを以下のように書き換えました。
・Section "Device"に、「Option "Display" "CRT"」を追加しました。
・Section "Monitor"の「Modeline」を全て削除しました。
・Section "Screen"のSubSection "Display"の「Modes」を少し書き換えました。

書き換え後の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 "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"
EndSection

Section "Module"
    Load  "dbe"
    Load  "dri"
    Load  "dri2"
    Load  "extmod"
    Load  "glx"
    Load  "record"
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 "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     "DMAForXv"               # [<bool>]
        #Option     "ForcePCIMode"           # [<bool>]
        #Option     "CCEPIOMode"             # [<bool>]
        #Option     "CCENoSecurity"          # [<bool>]
        #Option     "CCEusecTimeout"         # <i>
        #Option     "AGPMode"                # <i>
        #Option     "AGPSize"                # <i>
        #Option     "RingSize"               # <i>
        #Option     "BufferSize"             # <i>
        #Option     "EnablePageFlip"         # [<bool>]
        #Option     "Display"                # <str>
        #Option     "PanelWidth"             # <i>
        #Option     "PanelHeight"            # <i>
        #Option     "ProgramFPRegs"          # [<bool>]
        #Option     "UseFBDev"               # [<bool>]
        #Option     "VideoKey"               # <i>
        #Option     "ShowCache"              # [<bool>]
        #Option     "VGAAccess"              # [<bool>]
    Identifier  "ATI Rage"
    Driver      "r128"
    VendorName  "ATI Technologies Inc"
    BoardName   "Rage 128 PF/PRO AGP 4x TMDS"
    BusID       "PCI:0:16:0"
    VideoRam  16384
    MemBase  0x94000000
    IOBase  0x90000000
    ChipID  0x5046
    Option "UseFBDev" "false"
    Option "NoInt10"  "true"
EndSection

Section "Monitor"
    Identifier   "Studio Display CRT ADC 17"
    Option "DPMS"  "true"
    HorizSync 80
    VertRefresh 60-160
    Modeline "1600x1200@65"  176.23  1600 1712 1888 2176  1200 1201 1204 1246  -HSync +Vsync
    Modeline "1280x1024@75"  138.54  1280 1284 1420 1728  1024 1025 1028 1069  -Hsync +Vsync
    Modeline "1056x792@96"  115.71  1056 1136 1248 1440  792 793 796 837  -HSync +Vsync
    Modeline "1024x768@99"  112.04  1024 1096 1208 1392  768 769 772 813  -HSync +Vsync
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "ATI Rage"
    Monitor    "Studio Display CRT ADC 17"
    DefaultDepth  24
SubSection "Display"
        Depth     1
        Modes "1600x1200" "1280x1024" "1056x792" "1024x768"
    EndSubSection
    SubSection "Display"
        Depth     4
        Modes "1600x1200" "1280x1024" "1056x792" "1024x768"
    EndSubSection
    SubSection "Display"
        Depth     8
        Modes "1600x1200" "1280x1024" "1056x792" "1024x768"
    EndSubSection
    SubSection "Display"
        Depth     15
        Modes "1600x1200" "1280x1024" "1056x792" "1024x768"
    EndSubSection
    SubSection "Display"
        Depth     16
        Modes "1600x1200" "1280x1024" "1056x792" "1024x768"
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes "1600x1200" "1280x1024" "1056x792" "1024x768"
    EndSubSection
EndSection

xorg.conf書き換え後(再起動した後)のXorg.0.log

コード:

X.Org X Server 1.6.4
Release Date: 2009-9-27
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.31-14-powerpc64-smp ppc Ubuntu
Current Operating System: Linux mnjth22-desktop 2.6.31-20-powerpc #58-Ubuntu Fri Mar 12 04:51:56 UTC 2010 ppc
Kernel command line: root=/dev/hda3 ro quiet splash video=ofonly 
Build Date: 04 March 2010  12:14:56PM
xorg-server 2:1.6.4-2ubuntu4.2 (buildd@) 
    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: Thu Apr 22 13:28:54 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Studio Display CRT ADC 17"
(**) |   |-->Device "ATI Rage"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    Entry deleted from font path.
(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,
    /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/modules"
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
(II) Loader magic: 0x3e90
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
(II) Loader running on linux
(--) using VT number 7

(--) PCI:*(0:0:16:0) 1002:5046:0000:0000 ATI Technologies Inc Rage 128 PF/PRO AGP 4x TMDS rev 0, Mem @ 0x94000000/67108864, 0x90000000/16384, I/O @ 0x00000400/256, BIOS @ 0x????????/131072
(II) Open APM successful
(II) System resource ranges:
    [0] -1    2    0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1    2    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    2    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    2    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    1    0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1    1    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1    1    0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1    1    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1    2    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [13] -1    2    0x00000000 - 0x00000000 (0x1) IX[b]
    [14] -1    1    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [15] -1    1    0x00000000 - 0x00000000 (0x1) IX[b]
    [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.4, 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: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.4, 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.6.4, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.4, 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: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.4, 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.6.4, 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: "r128"
(II) Loading /usr/lib/xorg/modules/drivers//r128_drv.so
(II) Module r128: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 6.8.1
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
(II) R128: Driver for ATI Rage 128 chipsets:
    ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
    ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
    ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
    ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
    ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
    ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
    ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
    ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
    ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
    ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
    ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
    ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
    ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
    ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
    ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
    ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
    ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
    ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
    ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
    ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
    ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
    ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
    ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
    ATI Rage 128 Pro ULTRA TU (AGP?)
(II) Primary Device is: PCI 00@00:10:0
(II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1    2    0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1    2    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    2    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    2    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    1    0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1    1    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1    1    0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1    1    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1    2    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [13] -1    2    0x00000000 - 0x00000000 (0x1) IX[b]
    [14] -1    1    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [15] -1    1    0x00000000 - 0x00000000 (0x1) IX[b]
    [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
(II) resource ranges after probing:
    [0] -1    2    0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1    2    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    2    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    2    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    1    0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1    1    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1    1    0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1    1    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
    [13] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [14] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
    [15] -1    2    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1    2    0x00000000 - 0x00000000 (0x1) IX[b]
    [17] -1    1    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [18] -1    1    0x00000000 - 0x00000000 (0x1) IX[b]
    [19] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [20] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [21] 0    0    0xf00003b0 - 0xf00003bb (0xc) IS[b]
    [22] 0    0    0xf00003c0 - 0xf00003df (0x20) IS[b]
(II) R128(0): PCI bus 0 card 16 func 0
(**) R128(0): Depth 24, (--) framebuffer bpp 32
(II) R128(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) R128(0): Default visual is TrueColor
(**) R128(0): Option "Display" "CRT"
(**) R128(0): Option "UseFBDev" "false"
(II) R128(0): VGAAccess option set to FALSE, VGA module load skipped
(==) R128(0): RGB weight 888
(II) R128(0): Using 8 bits per RGB (8 bit DAC)
(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.6.4, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
(II) R128(0): initializing int10
(**) R128(0): Option "NoINT10" "true"
(**) R128(0): Chipset: "ATI Rage 128 Pro GL PF (AGP)" (ChipID = 0x5046)
(II) R128(0): Linear address override, using 0x94000000 instead of 0x94000000
(**) R128(0): Linear framebuffer at 0x94000000
(II) R128(0): MMIO address override, using 0x90000000 instead of 0x90000000
(**) R128(0): MMIO registers at 0x90000000
(II) R128(0): Video RAM override, using 16384 kB instead of 16384 kB
(**) R128(0): VideoRAM: 16384 kByte (64-bit SDR SGRAM 1:1)
(**) R128(0): Using external CRT for display
(WW) R128(0): Failed to read PCI ROM!
(WW) R128(0): Video BIOS not found!
(II) R128(0): Primary Display == Type 3
(WW) R128(0): Can't determine panel dimensions, and none specified.
    Disabling programming of FP registers.
(II) R128(0): PLL parameters: rf=2950 rd=9 min=12500 max=25000; xclk=14000
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(==) R128(0): Using gamma correction (1.0, 1.0, 1.0)
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) R128(0): I2C bus "DDC" initialized.
(II) R128(0): I2C device "DDC:E-EDID segment register" registered at address 0x60.
(II) R128(0): I2C device "DDC:ddc2" registered at address 0xA0.
(EE) R128(0): No DFP detected
(II) R128(0): Studio Display CRT ADC 17: Using hsync value of 80.00 kHz
(II) R128(0): Studio Display CRT ADC 17: Using vrefresh range of 60.00-160.00 Hz
(II) R128(0): Clock range:  12.50 to 250.00 MHz
(II) R128(0): Not using default mode "640x350" (hsync out of range)
(II) R128(0): Not using default mode "320x175" (hsync out of range)
(II) R128(0): Not using default mode "640x400" (hsync out of range)
(II) R128(0): Not using default mode "320x200" (hsync out of range)
(II) R128(0): Not using default mode "720x400" (hsync out of range)
(II) R128(0): Not using default mode "360x200" (hsync out of range)
(II) R128(0): Not using default mode "640x480" (hsync out of range)
(II) R128(0): Not using default mode "320x240" (hsync out of range)
(II) R128(0): Not using default mode "640x480" (hsync out of range)
(II) R128(0): Not using default mode "320x240" (hsync out of range)
(II) R128(0): Not using default mode "640x480" (hsync out of range)
(II) R128(0): Not using default mode "320x240" (hsync out of range)
(II) R128(0): Not using default mode "640x480" (hsync out of range)
(II) R128(0): Not using default mode "320x240" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "400x300" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "400x300" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "400x300" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "400x300" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "400x300" (hsync out of range)
(II) R128(0): Not using default mode "1024x768" (hsync out of range)
(II) R128(0): Not using default mode "512x384" (hsync out of range)
(II) R128(0): Not using default mode "1024x768" (hsync out of range)
(II) R128(0): Not using default mode "512x384" (hsync out of range)
(II) R128(0): Not using default mode "1024x768" (hsync out of range)
(II) R128(0): Not using default mode "512x384" (hsync out of range)
(II) R128(0): Not using default mode "1024x768" (hsync out of range)
(II) R128(0): Not using default mode "512x384" (hsync out of range)
(II) R128(0): Not using default mode "1024x768" (hsync out of range)
(II) R128(0): Not using default mode "512x384" (hsync out of range)
(II) R128(0): Not using default mode "1152x864" (hsync out of range)
(II) R128(0): Not using default mode "576x432" (hsync out of range)
(II) R128(0): Not using default mode "1280x960" (hsync out of range)
(II) R128(0): Not using default mode "640x480" (hsync out of range)
(II) R128(0): Not using default mode "1280x960" (hsync out of range)
(II) R128(0): Not using default mode "640x480" (hsync out of range)
(II) R128(0): Not using default mode "1280x1024" (hsync out of range)
(II) R128(0): Not using default mode "640x512" (hsync out of range)
(II) R128(0): Not using default mode "1280x1024" (hsync out of range)
(II) R128(0): Not using default mode "640x512" (hsync out of range)
(II) R128(0): Not using default mode "1600x1200" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "1600x1200" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "1600x1200" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "1600x1200" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "1600x1200" (hsync out of range)
(II) R128(0): Not using default mode "800x600" (hsync out of range)
(II) R128(0): Not using default mode "1792x1344" (hsync out of range)
(II) R128(0): Not using default mode "896x672" (hsync out of range)
(II) R128(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "896x672" (hsync out of range)
(II) R128(0): Not using default mode "1856x1392" (hsync out of range)
(II) R128(0): Not using default mode "928x696" (hsync out of range)
(II) R128(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "928x696" (hsync out of range)
(II) R128(0): Not using default mode "1920x1440" (hsync out of range)
(II) R128(0): Not using default mode "960x720" (hsync out of range)
(II) R128(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "960x720" (hsync out of range)
(II) R128(0): Not using default mode "832x624" (hsync out of range)
(II) R128(0): Not using default mode "416x312" (hsync out of range)
(II) R128(0): Not using default mode "1152x864" (hsync out of range)
(II) R128(0): Not using default mode "576x432" (hsync out of range)
(II) R128(0): Not using default mode "1152x864" (hsync out of range)
(II) R128(0): Not using default mode "576x432" (hsync out of range)
(II) R128(0): Not using default mode "1152x864" (hsync out of range)
(II) R128(0): Not using default mode "576x432" (hsync out of range)
(II) R128(0): Not using default mode "1152x864" (hsync out of range)
(II) R128(0): Not using default mode "576x432" (hsync out of range)
(II) R128(0): Not using default mode "1152x864" (hsync out of range)
(II) R128(0): Not using default mode "576x432" (hsync out of range)
(II) R128(0): Not using default mode "1152x864" (hsync out of range)
(II) R128(0): Not using default mode "576x432" (hsync out of range)
(II) R128(0): Not using default mode "1360x768" (hsync out of range)
(II) R128(0): Not using default mode "680x384" (hsync out of range)
(II) R128(0): Not using default mode "1360x768" (hsync out of range)
(II) R128(0): Not using default mode "680x384" (hsync out of range)
(II) R128(0): Not using default mode "1400x1050" (hsync out of range)
(II) R128(0): Not using default mode "700x525" (hsync out of range)
(II) R128(0): Not using default mode "1400x1050" (hsync out of range)
(II) R128(0): Not using default mode "700x525" (hsync out of range)
(II) R128(0): Not using default mode "1400x1050" (hsync out of range)
(II) R128(0): Not using default mode "700x525" (hsync out of range)
(II) R128(0): Not using default mode "1400x1050" (hsync out of range)
(II) R128(0): Not using default mode "700x525" (hsync out of range)
(II) R128(0): Not using default mode "1440x900" (hsync out of range)
(II) R128(0): Not using default mode "720x450" (hsync out of range)
(II) R128(0): Not using default mode "1600x1024" (hsync out of range)
(II) R128(0): Not using default mode "800x512" (hsync out of range)
(II) R128(0): Not using default mode "1680x1050" (hsync out of range)
(II) R128(0): Not using default mode "840x525" (hsync out of range)
(II) R128(0): Not using default mode "1680x1050" (hsync out of range)
(II) R128(0): Not using default mode "840x525" (hsync out of range)
(II) R128(0): Not using default mode "1680x1050" (hsync out of range)
(II) R128(0): Not using default mode "840x525" (hsync out of range)
(II) R128(0): Not using default mode "1680x1050" (hsync out of range)
(II) R128(0): Not using default mode "840x525" (hsync out of range)
(II) R128(0): Not using default mode "1680x1050" (hsync out of range)
(II) R128(0): Not using default mode "840x525" (hsync out of range)
(II) R128(0): Not using default mode "1920x1080" (hsync out of range)
(II) R128(0): Not using default mode "960x540" (hsync out of range)
(II) R128(0): Not using default mode "1920x1200" (hsync out of range)
(II) R128(0): Not using default mode "960x600" (hsync out of range)
(II) R128(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "960x720" (hsync out of range)
(II) R128(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1024x768" (hsync out of range)
(II) R128(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1024x768" (hsync out of range)
(II) R128(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1024x768" (hsync out of range)
(II) R128(0): Not using mode "1600x1200" (no mode of this name)
(II) R128(0): Not using mode "1056x792" (no mode of this name)
(II) R128(0): Not using mode "1024x768" (no mode of this name)
(--) R128(0): Virtual size is 1280x1024 (pitch 1280)
(**) R128(0): *Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(II) R128(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(**) R128(0):  Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D)
(II) R128(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz)
(==) R128(0): DPI set to (96, 96)
(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.6.4, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
    compiled for 1.6.4, module version = 1.2.1
    ABI class: X.Org Video Driver, version 5.0
(II) Loading sub module "shadowfb"
(II) LoadModule: "shadowfb"
(II) Loading /usr/lib/xorg/modules//libshadowfb.so
(II) Module shadowfb: vendor="X.Org Foundation"
    compiled for 1.6.4, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
(II) R128(0): Page flipping disabled
(!!) R128(0): For information on using the multimedia capabilities
    of this adapter, please see http://gatos.sf.net.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
    [0] -1    2    0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1    2    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    2    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    2    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    1    0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1    1    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1    1    0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1    1    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
    [13] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [14] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
    [15] -1    2    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1    2    0x00000000 - 0x00000000 (0x1) IX[b]
    [17] -1    1    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [18] -1    1    0x00000000 - 0x00000000 (0x1) IX[b]
    [19] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [20] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [21] 0    0    0xf00003b0 - 0xf00003bb (0xc) IS[b]
    [22] 0    0    0xf00003c0 - 0xf00003df (0x20) IS[b]
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:10.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
drmOpenByBusid: drmGetBusid reports pci:0000:00:10.0
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) R128(0): [drm] Using the DRM lock SAREA also for drawables.
(II) R128(0): [drm] framebuffer handle = 0x94000000
(II) R128(0): [drm] added 1 reserved context for kernel
(II) R128(0): X context handle = 0x1
(II) R128(0): [drm] installed DRM signal handler
(II) R128(0): [agp] Mode 0x07000211 [AGP 0x106b/0x002d; Card 0x1002/0x5046]
(II) R128(0): [agp] 8192 kB allocated with handle 0x00000001
(II) R128(0): [agp] ring handle = 0x00000000
(II) R128(0): [agp] Ring mapped at 0x49055000
(II) R128(0): [agp] ring read ptr handle = 0x00101000
(II) R128(0): [agp] Ring read ptr mapped at 0x48027000
(II) R128(0): [agp] vertex/indirect buffers handle = 0x00102000
(II) R128(0): [agp] Vertex/indirect buffers mapped at 0x49156000
(II) R128(0): [agp] AGP texture map handle = 0x00302000
(II) R128(0): [agp] AGP Texture map mapped at 0x49356000
(II) R128(0): [drm] register handle = 0x90000000
(II) R128(0): [dri] Visual configs initialized
(II) R128(0): CCE in BM mode
(II) R128(0): Using 8 MB AGP aperture
(II) R128(0): Using 1 MB for the ring buffer
(II) R128(0): Using 2 MB for vertex/indirect buffers
(II) R128(0): Using 5 MB for AGP textures
(II) R128(0): Memory manager initialized to (0,0) (1280,3276)
(II) R128(0): Reserved area from (0,1024) to (1280,1026)
(II) R128(0): Largest offscreen area available: 1280 x 2250
(II) R128(0): Reserved back buffer from (0,1026) to (1280,2050)
(II) R128(0): Reserved depth buffer from (0,2050) to (1280,3075)
(II) R128(0): Reserved depth span from (0,3074) offset 0xf02800
(II) R128(0): Reserved 0 kb for textures at offset 0xfff000
(II) R128(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    8x8 mono pattern filled rectangles
    Indirect CPU to Screen color expansion
    Solid Lines
    Dashed Lines
    Setting up tile and stipple cache:
        10 128x128 slots
(II) R128(0): Acceleration enabled
(==) R128(0): Backing store disabled
(==) R128(0): Silken mouse enabled
(II) R128(0): Using hardware cursor (scanline 12300)
(II) R128(0): Largest offscreen area available: 1280 x 199
(**) Option "dpms" "true"
(**) R128(0): DPMS enabled
(II) R128(0): [DRI] installation complete
(II) R128(0): [drm] Added 128 16384 byte vertex/indirect buffers
(II) R128(0): [drm] Mapped 128 vertex/indirect buffers
(II) R128(0): [drm] dma control initialized, using IRQ 48
(II) R128(0): Direct rendering 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
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:10.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports pci:0000:00:10.0
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: Loaded and initialized /usr/lib/dri/r128_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) config/hal: Adding input device Mouseemu virtual keyboard
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.4, module version = 2.2.5
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
(**) Mouseemu virtual keyboard: always reports core events
(**) Mouseemu virtual keyboard: Device: "/dev/input/event5"
(II) Mouseemu virtual keyboard: Found keys
(II) Mouseemu virtual keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "Mouseemu virtual keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "jp"
(II) config/hal: Adding input device Mouseemu virtual mouse
(**) Mouseemu virtual mouse: always reports core events
(**) Mouseemu virtual mouse: Device: "/dev/input/event6"
(II) Mouseemu virtual mouse: Found 14 mouse buttons
(II) Mouseemu virtual mouse: Found x and y relative axes
(II) Mouseemu virtual mouse: Found scroll wheel(s)
(II) Mouseemu virtual mouse: Configuring as mouse
(**) Mouseemu virtual mouse: YAxisMapping: buttons 4 and 5
(**) Mouseemu virtual mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Mouseemu virtual mouse" (type: MOUSE)
(**) Mouseemu virtual mouse: (accel) keeping acceleration scheme 1
(**) Mouseemu virtual mouse: (accel) filter chain progression: 2.00
(**) Mouseemu virtual mouse: (accel) filter stage 0: 20.00 ms
(**) Mouseemu virtual mouse: (accel) set acceleration profile 0
(II) Mouseemu virtual mouse: initialized for relative axes.
(II) config/hal: Adding input device PMU
(**) PMU: always reports core events
(**) PMU: Device: "/dev/input/event1"
(II) PMU: Found keys
(II) PMU: Configuring as keyboard
(II) XINPUT: Adding extended input device "PMU" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "jp"
(II) config/hal: Adding input device Alps Electric Apple Extended USB Keyboard
(**) Alps Electric Apple Extended USB Keyboard: always reports core events
(**) Alps Electric Apple Extended USB Keyboard: Device: "/dev/input/event3"
(II) Alps Electric Apple Extended USB Keyboard: Found keys
(II) Alps Electric Apple Extended USB Keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "Alps Electric Apple Extended USB Keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "jp"
(II) config/hal: Adding input device Alps Electric Apple Extended USB Keyboard
(**) Alps Electric Apple Extended USB Keyboard: always reports core events
(**) Alps Electric Apple Extended USB Keyboard: Device: "/dev/input/event2"
(II) Alps Electric Apple Extended USB Keyboard: Found keys
(II) Alps Electric Apple Extended USB Keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "Alps Electric Apple Extended USB Keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "jp"
(II) config/hal: Adding input device Macintosh mouse button emulation
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event0"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(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)
(**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
(**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
(**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
(**) Macintosh mouse button emulation: (accel) set acceleration profile 0
(II) Macintosh mouse button emulation: initialized for relative axes.
(II) config/hal: Adding input device Fujitsu Takamisawa Component Apple Optical USB Mouse
(**) Fujitsu Takamisawa Component Apple Optical USB Mouse: always reports core events
(**) Fujitsu Takamisawa Component Apple Optical USB Mouse: Device: "/dev/input/event4"
(II) Fujitsu Takamisawa Component Apple Optical USB Mouse: Found 1 mouse buttons
(II) Fujitsu Takamisawa Component Apple Optical USB Mouse: Found x and y relative axes
(II) Fujitsu Takamisawa Component Apple Optical USB Mouse: Configuring as mouse
(**) Fujitsu Takamisawa Component Apple Optical USB Mouse: YAxisMapping: buttons 4 and 5
(**) Fujitsu Takamisawa Component Apple Optical USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Fujitsu Takamisawa Component Apple Optical USB Mouse" (type: MOUSE)
(**) Fujitsu Takamisawa Component Apple Optical USB Mouse: (accel) keeping acceleration scheme 1
(**) Fujitsu Takamisawa Component Apple Optical USB Mouse: (accel) filter chain progression: 2.00
(**) Fujitsu Takamisawa Component Apple Optical USB Mouse: (accel) filter stage 0: 20.00 ms
(**) Fujitsu Takamisawa Component Apple Optical USB Mouse: (accel) set acceleration profile 0
(II) Fujitsu Takamisawa Component Apple Optical USB Mouse: initialized for relative axes.

-----
画面の表示位置は、無事にディスプレイの中心になりました。


いくつか新しい問題(画面表示が僅かに右上がりに傾いている・
ディスプレイの技術仕様にある解像度「1600x1200, 65Hz」が選択できない等)
が気になりだしてしまいましたが、投稿タイトルとは議題が異なるので、また別に新しい投稿とすることにいたします。
(投稿前に、下記Webサイトあたりを参考に、少し自分でも問題に取り組んでみます。)

この投稿を見てくださった方々、
そしてもしかしたら、少しこの問題に取り組もうと考えてくれた方々に
感謝申し上げます。ありがとうございました。
今後とも宜しくお願いします。

<参考Webサイト>
・xserver-xorg で r128 ドライバが使えない(r128ドライバに関する話題)
http://groups.google.com/group/jlug.ml. … e49fd89f01

オフライン

 

#3 2010-04-22 14:52:05

YoroshikuKamen
新しいメンバ
登録日: 2010-04-21

Re: 画面表示の位置が、ディスプレイの左側に寄ってしまう問題

フォーラムのみなさま:

上記の問題は、一応の解決に至りました。解決までに行った事は、以下に示しました。
-----
/etc/X11/xorg.confを以下のように書き換えました。
・Section "Device"に、「Option "Display" "CRT"」を追加しました。
・Section "Monitor"の「Modeline」を全て削除しました。
・Section "Screen"のSubSection "Display"の「Modes」を少し書き換えました。

書き換え後のxorg.conf

これの文章の直ぐ下にあるxorg.confの内容に、間違えて書き換え前のものをペーストしていました。
以下に本当の「書き換え後のxorg.conf」を示して、訂正させていただきます。
申し訳ありませんでした。取り急ぎ。

本当の「書き換え後の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 "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"
EndSection

Section "Module"
    Load  "dbe"
    Load  "dri"
    Load  "dri2"
    Load  "extmod"
    Load  "glx"
    Load  "record"
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 "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     "DMAForXv"               # [<bool>]
        #Option     "ForcePCIMode"           # [<bool>]
        #Option     "CCEPIOMode"             # [<bool>]
        #Option     "CCENoSecurity"          # [<bool>]
        #Option     "CCEusecTimeout"         # <i>
        #Option     "AGPMode"                # <i>
        #Option     "AGPSize"                # <i>
        #Option     "RingSize"               # <i>
        #Option     "BufferSize"             # <i>
        #Option     "EnablePageFlip"         # [<bool>]
        #Option     "Display"                # <str>
        #Option     "PanelWidth"             # <i>
        #Option     "PanelHeight"            # <i>
        #Option     "ProgramFPRegs"          # [<bool>]
        #Option     "UseFBDev"               # [<bool>]
        #Option     "VideoKey"               # <i>
        #Option     "ShowCache"              # [<bool>]
        #Option     "VGAAccess"              # [<bool>]
    Identifier  "ATI Rage"
    Driver      "r128"
    VendorName  "ATI Technologies Inc"
    BoardName   "Rage 128 PF/PRO AGP 4x TMDS"
    BusID       "PCI:0:16:0"
    VideoRam  16384
    MemBase  0x94000000
    IOBase  0x90000000
    ChipID  0x5046
    Option "UseFBDev" "false"
    Option "NoInt10"  "true"
  Option "Display" "CRT"
EndSection

Section "Monitor"
    Identifier   "Studio Display CRT ADC 17"
    Option "DPMS"  "true"
    HorizSync 80
    VertRefresh 60-160
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "ATI Rage"
    Monitor    "Studio Display CRT ADC 17"
    DefaultDepth  24
SubSection "Display"
        Depth     1
        Modes "1600x1200" "1280x1024" "1056x792" "1024x768"
    EndSubSection
    SubSection "Display"
        Depth     4
        Modes "1600x1200" "1280x1024" "1056x792" "1024x768"
    EndSubSection
    SubSection "Display"
        Depth     8
        Modes "1600x1200" "1280x1024" "1056x792" "1024x768"
    EndSubSection
    SubSection "Display"
        Depth     15
        Modes "1600x1200" "1280x1024" "1056x792" "1024x768"
    EndSubSection
    SubSection "Display"
        Depth     16
        Modes "1600x1200" "1280x1024" "1056x792" "1024x768"
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes "1600x1200" "1280x1024" "1056x792" "1024x768"
    EndSubSection
EndSection

オフライン

 

Board footer

Powered by FluxBB