
Ubuntu日本語フォーラム

ログインしていません。
いつもお世話になっています。
職場でHPのCompaq 8100 Eliteというモデルを使っています。
モニタは同じくHPのLA2306xというモデルです(解像度1920x1080)。これを2台デュアルモニタとして使っています。
もともとWindows 7がプリインストールされていたのですが、HDDをフォーマットし現在はUbuntu 10.10をクリーンインストールして使っています。
VGAカードはRadeon HD4650(メモリ1GB)を積んでおり、これまで標準でインストールされるドライバで利用していました。
最近、以下の二つのドライバを試しましたが、いずれもうまく表示されません。
(1) 「システム/システム管理/追加のドライバ」でインストールされるドライバ
(2) AMDのサイトよりダウンロードしたドライバ
うまく表示されないというのは、マルチディスプレイにならないということと、ディスプレイの解像度がフルに使えないということです。表示そのものはOKです。
上記二つのドライバをインストールし、指示に従って再ログインすると、まず「仮想解像度をスクリーン解像度に設定しますか」と尋ねられます。
ここで「はい」を選ぶと、
次回ログイン時から低解像度の出力(確か最大でも1440x900くらいにしかならない)となる
マルチモニタにもできません(常にミラーリング表示となります)。
「いいえ」を選ぶと、
仮想解像度が実際のスクリーンよりも小さいため設定を適用することができない、と言われる。
結局、「はい」しか選択の余地がありません。
プロプライエタリドライバを入れると、どうも1920x1080が認識できない様です。モニタも不明と表示されてしまいます。
標準ドライバでも通常の利用には何ら差し支えないのですが、せっかくですので、アクセラレーションが有効に効くドライバを使いたいと考えています。
何か、対処法などありますでしょうか?
オフライン
radeonドライバは優秀で、プロプライエタリドライバを使用しなくてもハードウェアアクセラレーションが有効になっているのではないかと思います。
プロプライエタリドライバを使用する場合は、Ubuntuのレポジトリから導入できるドライバを使用するべきだと思います。
その上でxorg.confの自動生成内容がよろしくないようなので、/etc/X11/xorg.confを手動編集してしまうのがよいかと思います。
/etc/X11/xorg.confの内容はどのようになっていますでしょうか。
モニタの型式、仕様なども判れば投稿下さい。
オフライン
レポジトリから導入できるドライバとは、「システム/システム管理/追加のドライバ」でインストールされるドライバとは異なるものでしょうか。
モニタはHP Compaq LA2306xという型番のものです。
カタログは以下のURLにあります。
http://h50146.www5.hp.com/products/monitors/la2306x/
仕様としては、最大解像度1920x1080(60Hz)です。
走査周波数は水平24kHz〜95kHz、垂直50Hz〜76Hzです。
プライマリディスプレイをDVIで、セカンダリディスプレイをDisplayPort-DVI変換アダプタで接続しています。
VGAカードにはDVI 1出力+DisplayPort 2出力があります。
/etc/X11/xorg.confの内容を記載します。
標準ドライバの場合
-----
# NOXORGCONFEXISTED: No X.org configuration file existed when this backup was created.
-----
プロプライエタリドライバの場合
-----
# NOXORGCONFEXISTED: No X.org configuration file existed when this backup was created.
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
SubSection "Display"
Virtual 3840 1080
EndSubSection
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Default Device"
Driver "fglrx"
EndSection
-----
オフライン
av7y6unm による投稿:
レポジトリから導入できるドライバとは、「システム/システム管理/追加のドライバ」でインストールされるドライバとは異なるものでしょうか。
レポジトリから導入できるドライバは、「システム/システム管理/追加のドライバ」でインストールされるドライバの意です。
もし、現状、AMDのサイトよりダウンロードしたドライバがインストールされていれば、それを削除して「システム/システム管理/追加のドライバ」でインストールされるドライバを有効にして下さい。
av7y6unm による投稿:
モニタはHP Compaq LA2306xという型番のものです。
失礼しました。最初に書かれていましたね。
Virtualが小さく設定されてしまっているのかと思っていましたが、Virtualは必要な大きさは確保されているようです。
ちょっと想定から外れてしまって、次の手をどうするか悩みどころなのですが、まずは、xrandrによる設定が可能か確認してみて下さい。
https://wiki.ubuntulinux.jp/UbuntuTips/Hardware/HowToChangeMonitorResolution
万が一、xrandrで設定できなかった場合、xorg.confでいろいろ定義してみることになるかと思います。少し気が早いですが、原案を投稿しておきます。しかし、先にxrandrでの設定を試してみていただくのが良いかと思います。
Section "Device"
Identifier "Device0"
Driver "fglrx"
Option "DesktopSetup" "horizontal"
Screen 0
EndSection
Section "Device"
Identifier "Device1"
Driver "fglrx"
Option "DesktopSetup" "horizontal"
Screen 1
EndSection
Section "Module"
Load "glx"
EndSection
Section "Monitor"
Identifier "Monitor0"
#HorizSync 24-94
#VertRefresh 50-76
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor1"
#HorizSync 24-94
#VertRefresh 50-76
Option "DPMS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080" "1680x1050" "1440x900" "1280x1024" "1024x768" "800x600" "640x480" "720x400"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Defaultdepth 24
Monitor "Monitor1"
SubSection "Display"
Depth 24
Modes "1920x1080" "1680x1050" "1440x900" "1280x1024" "1024x768" "800x600" "640x480" "720x400"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Screen0"
screen 1 "Screen1" RightOf "Screen0"
EndSection
Section "ServerFlags"
Option "Xinerama" "true"
EndSectionxorg.confの内容に不備があると、システムがGUIで起動しなくなってしまう恐れがありますので、仮想コンソールでの操作を確認しておくか、LiveCDを用意しておくか、SafemodeからのFailsafeXモードでシステムが起動するかを確認しておくか、対処方法を用意しておいて下さい。
オフライン
Wikiを参考にしてxrandrによる設定変更を試みましたが、うまくいきませんでした。
やった内容は以下のとおりです。
$cvt 1920 1080 57
# 1920x1080 56.90 Hz (CVT) hsync: 63.67 kHz; pclk: 163.00 MHz
Modeline "1920x1080_57.00" 163.00 1920 2040 2240 2560 1080 1083 1088 1119 -hsync +vsync
$xrandr --newmode "1920x1080_57.00" 163.00 1920 2040 2240 2560 1080 1083 1088 1119 -hsync +vsync
$xrandr --addmode DFP1 "1920x1080_57.00"
$xrandr --addmode DFP3 "1920x1080_57.00"
$xrandr --output DFP1 --mode "1920x1080_57.00"
$xrandr --output DFP3 --mode "1920x1080_57.00"
しかし
xrandr: screen cannot be larger than 1440x1440 (desired size 1920x1080)
となってしまい、解像度の変更ができません。
このときのxrandrの結果は以下のようになっています。1920x1080はリフレッシュレートを57Hzで計算しています(cvt 1920 1080 57 の結果)。デフォルト(60Hz?)だとディスプレイのピクセルクロックの最大値(カタログによると165MHz)を超えてしまいました。
Screen 0: minimum 320 x 200, current 1400 x 1050, maximum 1440 x 1440 DFP1 connected 1400x1050+0+0 (normal left inverted right x axis y axis) 509mm x 286mm 1400x1050 60.0* 1280x1024 60.0 1440x900 59.9 1280x960 60.0 1280x800 60.0 1152x864 60.0 1280x768 59.9 56.0 1280x720 60.0 1024x768 60.0 800x600 60.3 56.2 720x480 60.0 640x480 60.0 1920x1080_57.00 56.9 DFP2 disconnected (normal left inverted right x axis y axis) DFP3 connected 1400x1050+0+0 (normal left inverted right x axis y axis) 509mm x 286mm 1400x1050 60.0* 1280x1024 60.0 1440x900 59.9 1280x960 60.0 1280x800 60.0 1152x864 60.0 1280x768 59.9 56.0 1280x720 60.0 1024x768 60.0 800x600 60.3 56.2 720x480 60.0 640x480 60.0 1920x1080_57.00 56.9 CRT1 disconnected (normal left inverted right x axis y axis)
また、ご提示のxorg.confを適用しますと、1920x1080表示にはなりますが、デュアル表示にしようとして「システム/設定/モニタ」を選択すると、
スクリーンの情報が取得できませんでした。
RANDR拡張がインストールされていません。
となってしまいます。コンソールでxrandrを実行すると
$ xrandr
Xlib: extension "RANDR" missing on display ":0.0".
RandR extension missing
となり利用可能な解像度が表示されなくなります。
オフライン
xorg.confでは
Virtual 3840 1080
になっているのに、xrandrで見ると1440x1440までしか使えないようですね。
一度、元のxorg.confに戻して、システムを再起動し、/var/log/Xorg.0.logだと思いますが、最新のXorgのログファイルの内容を投稿いただけますでしょうか。
オフライン
元のxorg.confに戻しました。
レポジトリから導入できるドライバを使っています。
以下はその内容です。
# NOXORGCONFEXISTED: No X.org configuration file existed when this backup was created.
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
SubSection "Display"
Virtual 3840 1080
EndSubSection
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Default Device"
Driver "fglrx"
EndSection
起動してからログイン直後までの/var/log/Xorg.0.logは次のとおりです。
[ 12.311]
X.Org X Server 1.9.0
Release Date: 2010-08-20
[ 12.311] X Protocol Version 11, Revision 0
[ 12.311] Build Operating System: Linux 2.6.24-28-server i686 Ubuntu
[ 12.311] Current Operating System: Linux *** 2.6.35-27-generic-pae #48-Ubuntu SMP Tue Feb 22 21:46:58 UTC 2011 i686
[ 12.311] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.35-27-generic-pae root=UUID=*** ro quiet splash
[ 12.311] Build Date: 09 January 2011 12:14:58PM
[ 12.311] xorg-server 2:1.9.0-0ubuntu7.3 (For technical support please see http://www.ubuntu.com/support)
[ 12.311] Current version of pixman: 0.18.4
[ 12.311] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 12.311] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 12.311] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 10 12:36:44 2011
[ 12.311] (==) Using config file: "/etc/X11/xorg.conf"
[ 12.311] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 12.311] (==) No Layout section. Using the first Screen section.
[ 12.311] (**) |-->Screen "Default Screen" (0)
[ 12.311] (**) | |-->Monitor "<default monitor>"
[ 12.311] (==) No device specified for screen "Default Screen".
Using the first device section listed.
[ 12.311] (**) | |-->Device "Default Device"
[ 12.311] (==) No monitor specified for screen "Default Screen".
Using a default monitor configuration.
[ 12.311] (==) Automatically adding devices
[ 12.311] (==) Automatically enabling devices
[ 12.311] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 12.311] Entry deleted from font path.
[ 12.311] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
[ 12.311] (==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[ 12.311] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 12.311] (II) Loader magic: 0x81f9b00
[ 12.311] (II) Module ABI versions:
[ 12.311] X.Org ANSI C Emulation: 0.4
[ 12.311] X.Org Video Driver: 8.0
[ 12.311] X.Org XInput driver : 11.0
[ 12.311] X.Org Server Extension : 4.0
[ 12.312] (--) PCI:*(0:1:0:0) 1002:9498:1002:1002 rev 0, Mem @ 0xe0000000/268435456, 0xf0100000/65536, I/O @ 0x00001100/256, BIOS @ 0x????????/131072
[ 12.312] (II) Open ACPI successful (/var/run/acpid.socket)
[ 12.312] (II) "extmod" will be loaded by default.
[ 12.312] (II) "dbe" will be loaded by default.
[ 12.312] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 12.312] (II) "record" will be loaded by default.
[ 12.312] (II) "dri" will be loaded by default.
[ 12.312] (II) "dri2" will be loaded by default.
[ 12.312] (II) LoadModule: "glx"
[ 12.312] (II) Loading /usr/lib/xorg/extra-modules/modules/extensions/libglx.so
[ 12.312] (II) Module glx: vendor="FireGL - ATI Technologies Inc."
[ 12.312] compiled for 7.6.0, module version = 1.0.0
[ 12.312] (II) Loading extension GLX
[ 12.313] (II) LoadModule: "extmod"
[ 12.328] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 12.328] (II) Module extmod: vendor="X.Org Foundation"
[ 12.328] compiled for 1.9.0, module version = 1.0.0
[ 12.328] Module class: X.Org Server Extension
[ 12.328] ABI class: X.Org Server Extension, version 4.0
[ 12.328] (II) Loading extension MIT-SCREEN-SAVER
[ 12.328] (II) Loading extension XFree86-VidModeExtension
[ 12.328] (II) Loading extension XFree86-DGA
[ 12.328] (II) Loading extension DPMS
[ 12.328] (II) Loading extension XVideo
[ 12.328] (II) Loading extension XVideo-MotionCompensation
[ 12.328] (II) Loading extension X-Resource
[ 12.328] (II) LoadModule: "dbe"
[ 12.328] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 12.328] (II) Module dbe: vendor="X.Org Foundation"
[ 12.328] compiled for 1.9.0, module version = 1.0.0
[ 12.328] Module class: X.Org Server Extension
[ 12.328] ABI class: X.Org Server Extension, version 4.0
[ 12.328] (II) Loading extension DOUBLE-BUFFER
[ 12.328] (II) LoadModule: "record"
[ 12.329] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 12.329] (II) Module record: vendor="X.Org Foundation"
[ 12.329] compiled for 1.9.0, module version = 1.13.0
[ 12.329] Module class: X.Org Server Extension
[ 12.329] ABI class: X.Org Server Extension, version 4.0
[ 12.329] (II) Loading extension RECORD
[ 12.329] (II) LoadModule: "dri"
[ 12.329] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 12.329] (II) Module dri: vendor="X.Org Foundation"
[ 12.329] compiled for 1.9.0, module version = 1.0.0
[ 12.329] ABI class: X.Org Server Extension, version 4.0
[ 12.329] (II) Loading extension XFree86-DRI
[ 12.329] (II) LoadModule: "dri2"
[ 12.329] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 12.329] (II) Module dri2: vendor="X.Org Foundation"
[ 12.329] compiled for 1.9.0, module version = 1.2.0
[ 12.329] ABI class: X.Org Server Extension, version 4.0
[ 12.329] (II) Loading extension DRI2
[ 12.329] (II) LoadModule: "fglrx"
[ 12.330] (II) Loading /usr/lib/xorg/extra-modules/modules/drivers/fglrx_drv.so
[ 12.340] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
[ 12.340] compiled for 1.4.99.906, module version = 8.78.30
[ 12.340] Module class: X.Org Video Driver
[ 12.340] (II) Loading sub module "fglrxdrm"
[ 12.340] (II) LoadModule: "fglrxdrm"
[ 12.340] (II) Loading /usr/lib/xorg/extra-modules/modules/linux/libfglrxdrm.so
[ 12.340] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[ 12.340] compiled for 1.8.99.905, module version = 8.78.30
[ 12.340] (II) ATI Proprietary Linux Driver Version Identifier:8.78.30
[ 12.340] (II) ATI Proprietary Linux Driver Release Identifier: 8.78.3
[ 12.340] (II) ATI Proprietary Linux Driver Build Date: Sep 20 2010 21:30:49
[ 12.340] (++) using VT number 7
[ 12.341] (WW) Falling back to old probe method for fglrx
[ 12.345] (II) Loading PCS database from /etc/ati/amdpcsdb
[ 12.345] (--) Assigning device section with no busID to primary device
[ 12.345] (--) Chipset Supported AMD Graphics Processor (0x9498) found
[ 12.345] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
[ 12.346] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[ 12.346] (II) AMD Video driver is signed
[ 12.346] (II) fglrx(0): pEnt->device->identifier=0x82db798
[ 12.346] (II) fglrx(0): === [xdl_x760_atiddxPreInit] === begin
[ 12.346] (II) Loading sub module "vgahw"
[ 12.346] (II) LoadModule: "vgahw"
[ 12.346] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[ 12.346] (II) Module vgahw: vendor="X.Org Foundation"
[ 12.346] compiled for 1.9.0, module version = 0.1.0
[ 12.346] ABI class: X.Org Video Driver, version 8.0
[ 12.346] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[ 12.346] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 12.346] (==) fglrx(0): Default visual is TrueColor
[ 12.346] (==) fglrx(0): RGB weight 888
[ 12.346] (II) fglrx(0): Using 8 bits per RGB
[ 12.346] (==) fglrx(0): Buffer Tiling is ON
[ 12.346] (II) Loading sub module "fglrxdrm"
[ 12.346] (II) LoadModule: "fglrxdrm"
[ 12.346] (II) Reloading /usr/lib/xorg/extra-modules/modules/linux/libfglrxdrm.so
[ 12.347] ukiDynamicMajor: found major device number 250
[ 12.347] ukiDynamicMajor: found major device number 250
[ 12.347] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 12.347] ukiOpenDevice: node name is /dev/ati/card0
[ 12.347] ukiOpenDevice: open result is 11, (OK)
[ 12.347] ukiOpenByBusid: ukiOpenMinor returns 11
[ 12.347] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 12.347] (==) fglrx(0): NoAccel = NO
[ 12.347] (==) fglrx(0): ATI 2D Acceleration Architecture enabled
[ 12.347] (--) fglrx(0): Chipset: "ATI Radeon HD 4600 Series " (Chipset = 0x9498)
[ 12.347] (--) fglrx(0): (PciSubVendor = 0x1002, PciSubDevice = 0x1002)
[ 12.347] (==) fglrx(0): board vendor info: original ATI graphics adapter
[ 12.347] (--) fglrx(0): Linear framebuffer (phys) at 0xe0000000
[ 12.347] (--) fglrx(0): MMIO registers at 0xf0100000
[ 12.347] (--) fglrx(0): I/O port at 0x00001100
[ 12.347] (==) fglrx(0): ROM-BIOS at 0x000c0000
[ 12.348] (II) fglrx(0): AC Adapter is used
[ 12.350] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
[ 12.444] (II) Loading sub module "vbe"
[ 12.444] (II) LoadModule: "vbe"
[ 12.444] (II) Loading /usr/lib/xorg/modules/libvbe.so
[ 12.444] (II) Module vbe: vendor="X.Org Foundation"
[ 12.444] compiled for 1.9.0, module version = 1.1.0
[ 12.444] ABI class: X.Org Video Driver, version 8.0
[ 12.444] (II) fglrx(0): VESA BIOS detected
[ 12.444] (II) fglrx(0): VESA VBE Version 3.0
[ 12.444] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
[ 12.444] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
[ 12.444] (II) fglrx(0): VESA VBE OEM Software Rev: 11.22
[ 12.444] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
[ 12.444] (II) fglrx(0): VESA VBE OEM Product: RV730
[ 12.444] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
[ 12.478] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
[ 12.478] (--) fglrx(0): Video RAM: 1048576 kByte, Type: DDR3
[ 12.478] (II) fglrx(0): PCIE card detected
[ 12.478] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[ 12.478] (II) fglrx(0): board/chipset is supported by this driver (original ATI board)
[ 12.479] (II) fglrx(0): Using adapter: 1:0.0.
[ 12.511] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x40000000)
[ 13.046] (II) fglrx(0): Interrupt handler installed at IRQ 53.
[ 13.046] (II) fglrx(0): RandR 1.2 support is enabled!
[ 13.046] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[ 13.046] (==) fglrx(0): Center Mode is disabled
[ 13.046] (II) Loading sub module "fb"
[ 13.046] (II) LoadModule: "fb"
[ 13.046] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 13.046] (II) Module fb: vendor="X.Org Foundation"
[ 13.046] compiled for 1.9.0, module version = 1.0.0
[ 13.046] ABI class: X.Org ANSI C Emulation, version 0.4
[ 13.046] (==) fglrx(0): Active stereo disabled
[ 13.046] (II) Loading sub module "ddc"
[ 13.046] (II) LoadModule: "ddc"
[ 13.046] (II) Module "ddc" already built-in
[ 13.728] (II) fglrx(0): Finished Initialize PPLIB!
[ 13.730] (II) fglrx(0): Output DFP1 has no monitor section
[ 13.730] (II) fglrx(0): Output DFP2 has no monitor section
[ 13.730] (II) fglrx(0): Output DFP3 has no monitor section
[ 13.730] (II) fglrx(0): Output CRT1 has no monitor section
[ 13.730] (II) Loading sub module "ddc"
[ 13.730] (II) LoadModule: "ddc"
[ 13.730] (II) Module "ddc" already built-in
[ 13.730] (II) fglrx(0): Connected Display0: DFP1
[ 13.730] (II) fglrx(0): Display0 EDID data ---------------------------
[ 13.730] (II) fglrx(0): Manufacturer: HWP Model: 294a Serial#: 16843009
[ 13.730] (II) fglrx(0): Year: 2010 Week: 44
[ 13.730] (II) fglrx(0): EDID Version: 1.3
[ 13.730] (II) fglrx(0): Digital Display Input
[ 13.730] (II) fglrx(0): Max Image Size [cm]: horiz.: 51 vert.: 29
[ 13.730] (II) fglrx(0): Gamma: 2.20
[ 13.730] (II) fglrx(0): DPMS capabilities: Off
[ 13.730] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 13.730] (II) fglrx(0): Default color space is primary color space
[ 13.730] (II) fglrx(0): First detailed timing is preferred mode
[ 13.730] (II) fglrx(0): redX: 0.625 redY: 0.349 greenX: 0.339 greenY: 0.623
[ 13.730] (II) fglrx(0): blueX: 0.153 blueY: 0.052 whiteX: 0.313 whiteY: 0.329
[ 13.730] (II) fglrx(0): Supported established timings:
[ 13.730] (II) fglrx(0): 720x400@70Hz
[ 13.730] (II) fglrx(0): 640x480@60Hz
[ 13.730] (II) fglrx(0): 800x600@60Hz
[ 13.730] (II) fglrx(0): 1024x768@60Hz
[ 13.730] (II) fglrx(0): Manufacturer's mask: 0
[ 13.730] (II) fglrx(0): Supported standard timings:
[ 13.730] (II) fglrx(0): #0: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 13.730] (II) fglrx(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 13.730] (II) fglrx(0): #2: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 13.730] (II) fglrx(0): #3: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 13.730] (II) fglrx(0): #4: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 13.730] (II) fglrx(0): Supported detailed timing:
[ 13.730] (II) fglrx(0): clock: 148.5 MHz Image Size: 509 x 286 mm
[ 13.730] (II) fglrx(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 13.730] (II) fglrx(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 13.730] (II) fglrx(0): Ranges: V min: 50 V max: 76 Hz, H min: 24 H max: 94 kHz, PixClock max 175 MHz
[ 13.730] (II) fglrx(0): Monitor name: HP LA2306
[ 13.730] (II) fglrx(0): Serial No: 3CQ044187S
[ 13.730] (II) fglrx(0): EDID (in hex):
[ 13.730] (II) fglrx(0): 00ffffffffffff0022f04a2901010101
[ 13.730] (II) fglrx(0): 2c14010380331d782e1e55a059569f27
[ 13.730] (II) fglrx(0): 0d5054a1080081c081809500b300d1c0
[ 13.730] (II) fglrx(0): 010101010101023a801871382d40582c
[ 13.730] (II) fglrx(0): 4500fd1e1100001e000000fd00324c18
[ 13.730] (II) fglrx(0): 5e11000a202020202020000000fc0048
[ 13.730] (II) fglrx(0): 50204c41323330360a202020000000ff
[ 13.730] (II) fglrx(0): 00334351303434313837530a202000e6
[ 13.730] (II) fglrx(0): End of Display0 EDID data --------------------
[ 13.730] (II) fglrx(0): Connected Display1: DFP3
[ 13.730] (II) fglrx(0): Display1 EDID data ---------------------------
[ 13.730] (II) fglrx(0): Manufacturer: HWP Model: 294a Serial#: 16843009
[ 13.730] (II) fglrx(0): Year: 2010 Week: 44
[ 13.730] (II) fglrx(0): EDID Version: 1.3
[ 13.730] (II) fglrx(0): Digital Display Input
[ 13.730] (II) fglrx(0): Max Image Size [cm]: horiz.: 51 vert.: 29
[ 13.730] (II) fglrx(0): Gamma: 2.20
[ 13.730] (II) fglrx(0): DPMS capabilities: Off
[ 13.730] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 13.730] (II) fglrx(0): Default color space is primary color space
[ 13.730] (II) fglrx(0): First detailed timing is preferred mode
[ 13.730] (II) fglrx(0): redX: 0.625 redY: 0.349 greenX: 0.339 greenY: 0.623
[ 13.730] (II) fglrx(0): blueX: 0.153 blueY: 0.052 whiteX: 0.313 whiteY: 0.329
[ 13.730] (II) fglrx(0): Supported established timings:
[ 13.730] (II) fglrx(0): 720x400@70Hz
[ 13.730] (II) fglrx(0): 640x480@60Hz
[ 13.730] (II) fglrx(0): 800x600@60Hz
[ 13.730] (II) fglrx(0): 1024x768@60Hz
[ 13.730] (II) fglrx(0): Manufacturer's mask: 0
[ 13.730] (II) fglrx(0): Supported standard timings:
[ 13.730] (II) fglrx(0): #0: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 13.730] (II) fglrx(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 13.730] (II) fglrx(0): #2: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 13.730] (II) fglrx(0): #3: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 13.730] (II) fglrx(0): #4: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 13.730] (II) fglrx(0): Supported detailed timing:
[ 13.730] (II) fglrx(0): clock: 148.5 MHz Image Size: 509 x 286 mm
[ 13.730] (II) fglrx(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 13.730] (II) fglrx(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 13.730] (II) fglrx(0): Ranges: V min: 50 V max: 76 Hz, H min: 24 H max: 94 kHz, PixClock max 175 MHz
[ 13.730] (II) fglrx(0): Monitor name: HP LA2306
[ 13.730] (II) fglrx(0): Serial No: 3CQ044187N
[ 13.730] (II) fglrx(0): EDID (in hex):
[ 13.730] (II) fglrx(0): 00ffffffffffff0022f04a2901010101
[ 13.730] (II) fglrx(0): 2c14010380331d782e1e55a059569f27
[ 13.730] (II) fglrx(0): 0d5054a1080081c081809500b300d1c0
[ 13.730] (II) fglrx(0): 010101010101023a801871382d40582c
[ 13.730] (II) fglrx(0): 4500fd1e1100001e000000fd00324c18
[ 13.730] (II) fglrx(0): 5e11000a202020202020000000fc0048
[ 13.730] (II) fglrx(0): 50204c41323330360a202020000000ff
[ 13.730] (II) fglrx(0): 003343513034343138374e0a202000eb
[ 13.730] (II) fglrx(0): End of Display1 EDID data --------------------
[ 13.828] (II) fglrx(0): EDID vendor "HWP", prod id 10570
[ 13.828] (II) fglrx(0): Using EDID range info for horizontal sync
[ 13.828] (II) fglrx(0): Using EDID range info for vertical refresh
[ 13.828] (II) fglrx(0): Printing DDC gathered Modelines:
[ 13.828] (II) fglrx(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[ 13.828] (II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 13.828] (II) fglrx(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 13.828] (II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 13.828] (II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 13.828] (II) fglrx(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz)
[ 13.828] (II) fglrx(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 13.828] (II) fglrx(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
[ 13.828] (II) fglrx(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 13.828] (II) fglrx(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
[ 13.828] (II) fglrx(0): Output DFP1 connected
[ 13.828] (II) fglrx(0): Output DFP2 disconnected
[ 13.828] (II) fglrx(0): Output DFP3 connected
[ 13.828] (II) fglrx(0): Output CRT1 disconnected
[ 13.828] (II) fglrx(0): Using fuzzy aspect match for initial modes
[ 13.828] (II) fglrx(0): Output DFP1 using initial mode 1400x1050
[ 13.828] (II) fglrx(0): Output DFP3 using initial mode 1400x1050
[ 13.828] (II) fglrx(0): Display dimensions: (510, 290) mm
[ 13.828] (II) fglrx(0): DPI set to (69, 91)
[ 13.828] (II) fglrx(0): Adapter ATI Radeon HD 4600 Series has 2 configurable heads and 2 displays connected.
[ 13.828] (==) fglrx(0): PseudoColor visuals disabled
[ 13.828] (II) Loading sub module "ramdac"
[ 13.828] (II) LoadModule: "ramdac"
[ 13.828] (II) Module "ramdac" already built-in
[ 13.828] (==) fglrx(0): NoDRI = NO
[ 13.828] (==) fglrx(0): Capabilities: 0x00000000
[ 13.828] (==) fglrx(0): CapabilitiesEx: 0x00000000
[ 13.828] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[ 13.828] (==) fglrx(0): UseFastTLS=0
[ 13.828] (==) fglrx(0): BlockSignalsOnLock=1
[ 13.829] (--) Depth 24 pixmap format is 32 bpp
[ 13.829] (II) Loading extension ATIFGLRXDRI
[ 13.829] (II) fglrx(0): doing swlDriScreenInit
[ 13.829] (II) fglrx(0): swlDriScreenInit for fglrx driver
[ 13.829] ukiDynamicMajor: found major device number 250
[ 13.829] ukiDynamicMajor: found major device number 250
[ 13.829] ukiDynamicMajor: found major device number 250
[ 13.829] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 13.829] ukiOpenDevice: node name is /dev/ati/card0
[ 13.829] ukiOpenDevice: open result is 17, (OK)
[ 13.829] ukiOpenByBusid: ukiOpenMinor returns 17
[ 13.829] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 13.829] (II) fglrx(0): [uki] DRM interface version 1.0
[ 13.829] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
[ 13.829] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
[ 13.829] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0xb7234000
[ 13.829] (II) fglrx(0): [uki] framebuffer handle = 0x3000
[ 13.829] (II) fglrx(0): [uki] added 1 reserved context for kernel
[ 13.829] (II) fglrx(0): swlDriScreenInit done
[ 13.829] (II) fglrx(0): Kernel Module Version Information:
[ 13.829] (II) fglrx(0): Name: fglrx
[ 13.829] (II) fglrx(0): Version: 8.78.30
[ 13.829] (II) fglrx(0): Date: Sep 20 2010
[ 13.829] (II) fglrx(0): Desc: ATI FireGL DRM kernel module
[ 13.829] (II) fglrx(0): Kernel Module version matches driver.
[ 13.829] (II) fglrx(0): Kernel Module Build Time Information:
[ 13.829] (II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.35-27-generic-pae
[ 13.829] (II) fglrx(0): Build-Kernel MODVERSIONS: yes
[ 13.829] (II) fglrx(0): Build-Kernel __SMP__: yes
[ 13.829] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
[ 13.829] (II) fglrx(0): [uki] register handle = 0x00004000
[ 13.842] (II) fglrx(0): Display width adjusted to to 1536 due to alignment constraints
[ 13.842] (II) fglrx(0): DRI initialization successfull
[ 13.842] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x010e0000
[ 13.842] (II) fglrx(0): FBMM initialized for area (0,0)-(1536,2880)
[ 13.842] (II) fglrx(0): FBMM auto alloc for area (0,0)-(1536,1536) (front color buffer - assumption)
[ 13.842] (II) fglrx(0): Largest offscreen area available: 1536 x 1344
[ 13.842] (==) fglrx(0): Backing store disabled
[ 13.842] (II) Loading extension FGLRXEXTENSION
[ 13.842] (==) fglrx(0): DPMS enabled
[ 13.842] (II) fglrx(0): Initialized in-driver Xinerama extension
[ 13.842] (**) fglrx(0): Textured Video is enabled.
[ 13.842] (II) LoadModule: "glesx"
[ 13.842] (II) Loading /usr/lib/xorg/extra-modules/modules/glesx.so
[ 13.843] (II) Module glesx: vendor="X.Org Foundation"
[ 13.843] compiled for 1.8.99.905, module version = 1.0.0
[ 13.843] (II) Loading extension GLESX
[ 13.843] (II) fglrx(0): GLESX enableFlags = 528
[ 13.843] (II) fglrx(0): GLESX is enabled
[ 13.843] (II) fglrx(0): Acceleration enabled
[ 13.843] (II) LoadModule: "amdxmm"
[ 13.843] (II) Loading /usr/lib/xorg/extra-modules/modules/amdxmm.so
[ 13.843] (II) Module amdxmm: vendor="X.Org Foundation"
[ 13.843] compiled for 1.8.99.905, module version = 1.0.0
[ 13.843] (II) Loading extension AMDXVOPL
[ 13.844] (II) fglrx(0): UVD2 feature is available
[ 13.845] (II) fglrx(0): Enable composite support successfully
[ 13.845] (II) fglrx(0): X context handle = 0x1
[ 13.845] (II) fglrx(0): [DRI] installation complete
[ 13.845] (==) fglrx(0): Silken mouse enabled
[ 13.845] (==) fglrx(0): Using HW cursor of display infrastructure!
[ 13.845] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
[ 14.284] (--) RandR disabled
[ 14.284] (II) Initializing built-in extension Generic Event Extension
[ 14.284] (II) Initializing built-in extension SHAPE
[ 14.284] (II) Initializing built-in extension MIT-SHM
[ 14.284] (II) Initializing built-in extension XInputExtension
[ 14.284] (II) Initializing built-in extension XTEST
[ 14.284] (II) Initializing built-in extension BIG-REQUESTS
[ 14.284] (II) Initializing built-in extension SYNC
[ 14.284] (II) Initializing built-in extension XKEYBOARD
[ 14.284] (II) Initializing built-in extension XC-MISC
[ 14.284] (II) Initializing built-in extension SECURITY
[ 14.284] (II) Initializing built-in extension XINERAMA
[ 14.284] (II) Initializing built-in extension XFIXES
[ 14.284] (II) Initializing built-in extension RENDER
[ 14.284] (II) Initializing built-in extension RANDR
[ 14.284] (II) Initializing built-in extension COMPOSITE
[ 14.284] (II) Initializing built-in extension DAMAGE
[ 14.284] (II) Initializing built-in extension GESTURE
[ 14.298] ukiDynamicMajor: found major device number 250
[ 14.298] ukiDynamicMajor: found major device number 250
[ 14.298] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 14.298] ukiOpenDevice: node name is /dev/ati/card0
[ 14.298] ukiOpenDevice: open result is 18, (OK)
[ 14.299] ukiOpenByBusid: ukiOpenMinor returns 18
[ 14.299] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 14.360] (II) AIGLX: Loaded and initialized /usr/lib/dri/fglrx_dri.so
[ 14.360] (II) GLX: Initialized DRI GL provider for screen 0
[ 14.360] (II) fglrx(0): Enable the clock gating!
[ 14.360] (II) fglrx(0): Setting screen physical size to 370 x 277
[ 14.372] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[ 14.376] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 14.376] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 14.376] (II) LoadModule: "evdev"
[ 14.376] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 14.376] (II) Module evdev: vendor="X.Org Foundation"
[ 14.376] compiled for 1.9.0, module version = 2.3.2
[ 14.376] Module class: X.Org XInput Driver
[ 14.376] ABI class: X.Org XInput driver, version 11.0
[ 14.376] (**) Power Button: always reports core events
[ 14.376] (**) Power Button: Device: "/dev/input/event1"
[ 14.408] (II) Power Button: Found keys
[ 14.408] (II) Power Button: Configuring as keyboard
[ 14.408] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 14.408] (**) Option "xkb_rules" "evdev"
[ 14.409] (**) Option "xkb_model" "pc105"
[ 14.409] (**) Option "xkb_layout" "jp"
[ 14.410] (II) XKB: reuse xkmfile /var/lib/xkb/server-136F8830CC0B96C789D21368BFFFDDAD610C2926.xkm
[ 14.411] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 14.411] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 14.411] (**) Power Button: always reports core events
[ 14.411] (**) Power Button: Device: "/dev/input/event0"
[ 14.440] (II) Power Button: Found keys
[ 14.440] (II) Power Button: Configuring as keyboard
[ 14.440] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 14.440] (**) Option "xkb_rules" "evdev"
[ 14.440] (**) Option "xkb_model" "pc105"
[ 14.441] (**) Option "xkb_layout" "jp"
[ 14.441] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event3)
[ 14.441] (**) Logitech USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 14.441] (**) Logitech USB Optical Mouse: always reports core events
[ 14.441] (**) Logitech USB Optical Mouse: Device: "/dev/input/event3"
[ 14.472] (II) Logitech USB Optical Mouse: Found 3 mouse buttons
[ 14.472] (II) Logitech USB Optical Mouse: Found scroll wheel(s)
[ 14.472] (II) Logitech USB Optical Mouse: Found relative axes
[ 14.472] (II) Logitech USB Optical Mouse: Found x and y relative axes
[ 14.472] (II) Logitech USB Optical Mouse: Configuring as mouse
[ 14.473] (**) Logitech USB Optical Mouse: YAxisMapping: buttons 4 and 5
[ 14.473] (**) Logitech USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 14.473] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE)
[ 14.473] (II) Logitech USB Optical Mouse: initialized for relative axes.
[ 14.473] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
[ 14.473] (II) No input driver/identifier specified (ignoring)
[ 14.475] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[ 14.475] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 14.475] (**) AT Translated Set 2 keyboard: always reports core events
[ 14.475] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event2"
[ 14.520] (II) AT Translated Set 2 keyboard: Found keys
[ 14.520] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 14.520] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 14.520] (**) Option "xkb_rules" "evdev"
[ 14.521] (**) Option "xkb_model" "pc105"
[ 14.521] (**) Option "xkb_layout" "jp"
[ 14.522] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event4)
[ 14.522] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 14.522] (**) HP WMI hotkeys: always reports core events
[ 14.522] (**) HP WMI hotkeys: Device: "/dev/input/event4"
[ 14.553] (II) HP WMI hotkeys: Found keys
[ 14.553] (II) HP WMI hotkeys: Configuring as keyboard
[ 14.553] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD)
[ 14.553] (**) Option "xkb_rules" "evdev"
[ 14.553] (**) Option "xkb_model" "pc105"
[ 14.553] (**) Option "xkb_layout" "jp"
[ 14.616] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
[ 14.844] (II) fglrx(0): EDID vendor "HWP", prod id 10570
[ 14.844] (II) fglrx(0): Using hsync ranges from config file
[ 14.844] (II) fglrx(0): Using vrefresh ranges from config file
[ 14.844] (II) fglrx(0): Printing DDC gathered Modelines:
[ 14.844] (II) fglrx(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[ 14.844] (II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 14.844] (II) fglrx(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 14.844] (II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 14.844] (II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 14.844] (II) fglrx(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz)
[ 14.844] (II) fglrx(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 14.844] (II) fglrx(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
[ 14.844] (II) fglrx(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 14.844] (II) fglrx(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
[ 15.027] (II) fglrx(0): EDID vendor "HWP", prod id 10570
[ 15.027] (II) fglrx(0): Using hsync ranges from config file
[ 15.027] (II) fglrx(0): Using vrefresh ranges from config file
[ 15.027] (II) fglrx(0): Printing DDC gathered Modelines:
[ 15.027] (II) fglrx(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[ 15.027] (II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 15.027] (II) fglrx(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 15.027] (II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 15.027] (II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 15.027] (II) fglrx(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz)
[ 15.027] (II) fglrx(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 15.027] (II) fglrx(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
[ 15.027] (II) fglrx(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 15.027] (II) fglrx(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
[ 15.208] (II) fglrx(0): EDID vendor "HWP", prod id 10570
[ 15.208] (II) fglrx(0): Using hsync ranges from config file
[ 15.208] (II) fglrx(0): Using vrefresh ranges from config file
[ 15.208] (II) fglrx(0): Printing DDC gathered Modelines:
[ 15.208] (II) fglrx(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[ 15.208] (II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 15.208] (II) fglrx(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 15.208] (II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 15.208] (II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 15.208] (II) fglrx(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz)
[ 15.208] (II) fglrx(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 15.208] (II) fglrx(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
[ 15.208] (II) fglrx(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 15.208] (II) fglrx(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
[ 15.398] (II) fglrx(0): EDID vendor "HWP", prod id 10570
[ 15.399] (II) fglrx(0): Using hsync ranges from config file
[ 15.399] (II) fglrx(0): Using vrefresh ranges from config file
[ 15.399] (II) fglrx(0): Printing DDC gathered Modelines:
[ 15.399] (II) fglrx(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[ 15.399] (II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 15.399] (II) fglrx(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 15.399] (II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 15.399] (II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 15.399] (II) fglrx(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz)
[ 15.399] (II) fglrx(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 15.399] (II) fglrx(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
[ 15.399] (II) fglrx(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 15.399] (II) fglrx(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
[ 20.639] (II) fglrx(0): EDID vendor "HWP", prod id 10570
[ 20.639] (II) fglrx(0): Using hsync ranges from config file
[ 20.639] (II) fglrx(0): Using vrefresh ranges from config file
[ 20.639] (II) fglrx(0): Printing DDC gathered Modelines:
[ 20.639] (II) fglrx(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[ 20.639] (II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 20.639] (II) fglrx(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 20.639] (II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 20.639] (II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 20.639] (II) fglrx(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz)
[ 20.639] (II) fglrx(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 20.639] (II) fglrx(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
[ 20.639] (II) fglrx(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 20.639] (II) fglrx(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
[ 20.841] (II) fglrx(0): EDID vendor "HWP", prod id 10570
[ 20.841] (II) fglrx(0): Using hsync ranges from config file
[ 20.841] (II) fglrx(0): Using vrefresh ranges from config file
[ 20.841] (II) fglrx(0): Printing DDC gathered Modelines:
[ 20.841] (II) fglrx(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[ 20.841] (II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 20.841] (II) fglrx(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 20.841] (II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 20.841] (II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 20.841] (II) fglrx(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz)
[ 20.841] (II) fglrx(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 20.841] (II) fglrx(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
[ 20.841] (II) fglrx(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 20.841] (II) fglrx(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
[ 21.031] (II) fglrx(0): EDID vendor "HWP", prod id 10570
[ 21.031] (II) fglrx(0): Using hsync ranges from config file
[ 21.031] (II) fglrx(0): Using vrefresh ranges from config file
[ 21.031] (II) fglrx(0): Printing DDC gathered Modelines:
[ 21.031] (II) fglrx(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[ 21.031] (II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 21.031] (II) fglrx(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 21.031] (II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 21.031] (II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 21.031] (II) fglrx(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz)
[ 21.031] (II) fglrx(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 21.031] (II) fglrx(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
[ 21.031] (II) fglrx(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 21.031] (II) fglrx(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
[ 21.517] (II) fglrx(0): EDID vendor "HWP", prod id 10570
[ 21.517] (II) fglrx(0): Using hsync ranges from config file
[ 21.518] (II) fglrx(0): Using vrefresh ranges from config file
[ 21.518] (II) fglrx(0): Printing DDC gathered Modelines:
[ 21.518] (II) fglrx(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[ 21.518] (II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 21.518] (II) fglrx(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 21.518] (II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 21.518] (II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 21.518] (II) fglrx(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz)
[ 21.518] (II) fglrx(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 21.518] (II) fglrx(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
[ 21.518] (II) fglrx(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 21.518] (II) fglrx(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
[ 26.389] (II) fglrx(0): EDID vendor "HWP", prod id 10570
[ 26.389] (II) fglrx(0): Using hsync ranges from config file
[ 26.389] (II) fglrx(0): Using vrefresh ranges from config file
[ 26.389] (II) fglrx(0): Printing DDC gathered Modelines:
[ 26.389] (II) fglrx(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[ 26.389] (II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 26.389] (II) fglrx(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 26.389] (II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 26.389] (II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 26.389] (II) fglrx(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz)
[ 26.389] (II) fglrx(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 26.389] (II) fglrx(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
[ 26.389] (II) fglrx(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 26.389] (II) fglrx(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
オフライン
Virtual関連のメッセージが出ていることを期待していたのですが、それらしいものは無さそうですね。
ちょっと困ってしまいました。
ModeLineはそれっぽい値が取れているので、表示できないはずは無いと思うのですが、なぜかxorg.confのVirtual指定が無視されていて、かつ、それに関するメッセージがログに出力されていないような。
私の知識では、現状これといった手がかりも無く、現象を掴み切れません。
他の方からなにかアドバイスが付けばよいのですが、もし、なさそうなら、xorg.confを下記に変えてみて、Xorgのログの内容と不具合内容があれば、その症状を投稿してみて下さい(先日から出力先だけ追加してみました)。
Section "Device"
Identifier "Device0"
Driver "fglrx"
Option "DesktopSetup" "horizontal"
Option "Monitor-DFP1" "Monitor0"
Screen 0
EndSection
Section "Device"
Identifier "Device1"
Driver "fglrx"
Option "DesktopSetup" "horizontal"
Option "Monitor-DFP3" "Monitor1"
Screen 1
EndSection
Section "Module"
Load "glx"
EndSection
Section "Monitor"
Identifier "Monitor0"
#HorizSync 24-94
#VertRefresh 50-76
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor1"
#HorizSync 24-94
#VertRefresh 50-76
Option "DPMS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080" "1680x1050" "1440x900" "1280x1024" "1024x768" "800x600" "640x480" "720x400"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Defaultdepth 24
Monitor "Monitor1"
SubSection "Display"
Depth 24
Modes "1920x1080" "1680x1050" "1440x900" "1280x1024" "1024x768" "800x600" "640x480" "720x400"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Screen0"
screen 1 "Screen1" RightOf "Screen0"
EndSection
Section "ServerFlags"
Option "Xinerama" "true"
EndSectionオフライン
ご提示のxorg.confによるログを以下に掲載します。
[ 12.160]
X.Org X Server 1.9.0
Release Date: 2010-08-20
[ 12.160] X Protocol Version 11, Revision 0
[ 12.160] Build Operating System: Linux 2.6.24-28-server i686 Ubuntu
[ 12.160] Current Operating System: Linux user-HP-Compaq-8100-Elite-CMT-PC 2.6.35-27-generic-pae #48-Ubuntu SMP Tue Feb 22 21:46:58 UTC 2011 i686
[ 12.160] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.35-27-generic-pae root=UUID=488c5d13-8370-42b6-8c22-14673a12447c ro quiet splash
[ 12.160] Build Date: 09 January 2011 12:14:58PM
[ 12.160] xorg-server 2:1.9.0-0ubuntu7.3 (For technical support please see http://www.ubuntu.com/support)
[ 12.160] Current version of pixman: 0.18.4
[ 12.160] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 12.160] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 12.160] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 11 12:17:45 2011
[ 12.160] (==) Using config file: "/etc/X11/xorg.conf"
[ 12.160] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 12.161] (==) ServerLayout "Default Layout"
[ 12.161] (**) |-->Screen "Screen0" (0)
[ 12.161] (**) | |-->Monitor "Monitor0"
[ 12.161] (**) | |-->Device "Device0"
[ 12.161] (**) |-->Screen "Screen1" (1)
[ 12.161] (**) | |-->Monitor "Monitor1"
[ 12.161] (**) | |-->Device "Device1"
[ 12.161] (**) Option "Xinerama" "true"
[ 12.161] (==) Automatically adding devices
[ 12.161] (==) Automatically enabling devices
[ 12.161] (**) Xinerama: enabled
[ 12.161] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 12.161] Entry deleted from font path.
[ 12.161] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
[ 12.161] (==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[ 12.161] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 12.161] (II) Loader magic: 0x81f9b00
[ 12.161] (II) Module ABI versions:
[ 12.161] X.Org ANSI C Emulation: 0.4
[ 12.161] X.Org Video Driver: 8.0
[ 12.161] X.Org XInput driver : 11.0
[ 12.161] X.Org Server Extension : 4.0
[ 12.162] (--) PCI:*(0:1:0:0) 1002:9498:1002:1002 rev 0, Mem @ 0xe0000000/268435456, 0xf0100000/65536, I/O @ 0x00001100/256, BIOS @ 0x????????/131072
[ 12.162] (II) Open ACPI successful (/var/run/acpid.socket)
[ 12.162] (II) "extmod" will be loaded by default.
[ 12.162] (II) "dbe" will be loaded by default.
[ 12.162] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 12.162] (II) "record" will be loaded by default.
[ 12.162] (II) "dri" will be loaded by default.
[ 12.162] (II) "dri2" will be loaded by default.
[ 12.162] (II) LoadModule: "glx"
[ 12.162] (II) Loading /usr/lib/xorg/extra-modules/modules/extensions/libglx.so
[ 12.163] (II) Module glx: vendor="FireGL - ATI Technologies Inc."
[ 12.163] compiled for 7.6.0, module version = 1.0.0
[ 12.163] (II) Loading extension GLX
[ 12.163] (II) LoadModule: "extmod"
[ 12.201] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 12.201] (II) Module extmod: vendor="X.Org Foundation"
[ 12.201] compiled for 1.9.0, module version = 1.0.0
[ 12.201] Module class: X.Org Server Extension
[ 12.201] ABI class: X.Org Server Extension, version 4.0
[ 12.201] (II) Loading extension MIT-SCREEN-SAVER
[ 12.201] (II) Loading extension XFree86-VidModeExtension
[ 12.201] (II) Loading extension XFree86-DGA
[ 12.201] (II) Loading extension DPMS
[ 12.201] (II) Loading extension XVideo
[ 12.201] (II) Loading extension XVideo-MotionCompensation
[ 12.201] (II) Loading extension X-Resource
[ 12.201] (II) LoadModule: "dbe"
[ 12.202] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 12.202] (II) Module dbe: vendor="X.Org Foundation"
[ 12.202] compiled for 1.9.0, module version = 1.0.0
[ 12.202] Module class: X.Org Server Extension
[ 12.202] ABI class: X.Org Server Extension, version 4.0
[ 12.202] (II) Loading extension DOUBLE-BUFFER
[ 12.202] (II) LoadModule: "record"
[ 12.202] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 12.202] (II) Module record: vendor="X.Org Foundation"
[ 12.202] compiled for 1.9.0, module version = 1.13.0
[ 12.202] Module class: X.Org Server Extension
[ 12.202] ABI class: X.Org Server Extension, version 4.0
[ 12.202] (II) Loading extension RECORD
[ 12.202] (II) LoadModule: "dri"
[ 12.202] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 12.203] (II) Module dri: vendor="X.Org Foundation"
[ 12.203] compiled for 1.9.0, module version = 1.0.0
[ 12.203] ABI class: X.Org Server Extension, version 4.0
[ 12.203] (II) Loading extension XFree86-DRI
[ 12.203] (II) LoadModule: "dri2"
[ 12.203] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 12.203] (II) Module dri2: vendor="X.Org Foundation"
[ 12.203] compiled for 1.9.0, module version = 1.2.0
[ 12.203] ABI class: X.Org Server Extension, version 4.0
[ 12.203] (II) Loading extension DRI2
[ 12.203] (II) LoadModule: "fglrx"
[ 12.203] (II) Loading /usr/lib/xorg/extra-modules/modules/drivers/fglrx_drv.so
[ 12.215] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
[ 12.215] compiled for 1.4.99.906, module version = 8.78.30
[ 12.215] Module class: X.Org Video Driver
[ 12.216] (II) Loading sub module "fglrxdrm"
[ 12.216] (II) LoadModule: "fglrxdrm"
[ 12.216] (II) Loading /usr/lib/xorg/extra-modules/modules/linux/libfglrxdrm.so
[ 12.216] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[ 12.216] compiled for 1.8.99.905, module version = 8.78.30
[ 12.216] (II) ATI Proprietary Linux Driver Version Identifier:8.78.30
[ 12.216] (II) ATI Proprietary Linux Driver Release Identifier: 8.78.3
[ 12.216] (II) ATI Proprietary Linux Driver Build Date: Sep 20 2010 21:30:49
[ 12.216] (++) using VT number 7
[ 12.217] (WW) Falling back to old probe method for fglrx
[ 12.223] (II) Loading PCS database from /etc/ati/amdpcsdb
[ 12.223] (--) Assigning device section with no busID to primary device
[ 12.223] (--) Assigning device section with no busID to primary device
[ 12.223] (WW) fglrx: More than one matching Device section found: Device1
[ 12.223] (--) Chipset Supported AMD Graphics Processor (0x9498) found
[ 12.223] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
[ 12.223] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[ 12.223] (II) AMD Video driver is signed
[ 12.223] (II) fglrx(0): pEnt->device->identifier=0x85520f8
[ 12.223] (II) fglrx(0): === [xdl_x760_atiddxPreInit] === begin
[ 12.223] (II) Loading sub module "vgahw"
[ 12.223] (II) LoadModule: "vgahw"
[ 12.223] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[ 12.223] (II) Module vgahw: vendor="X.Org Foundation"
[ 12.223] compiled for 1.9.0, module version = 0.1.0
[ 12.223] ABI class: X.Org Video Driver, version 8.0
[ 12.224] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[ 12.224] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 12.224] (==) fglrx(0): Default visual is TrueColor
[ 12.224] (**) fglrx(0): Option "DesktopSetup" "horizontal"
[ 12.224] (**) fglrx(0): Option "DPMS"
[ 12.224] (==) fglrx(0): RGB weight 888
[ 12.224] (II) fglrx(0): Using 8 bits per RGB
[ 12.224] (==) fglrx(0): Buffer Tiling is ON
[ 12.224] (II) Loading sub module "fglrxdrm"
[ 12.224] (II) LoadModule: "fglrxdrm"
[ 12.224] (II) Reloading /usr/lib/xorg/extra-modules/modules/linux/libfglrxdrm.so
[ 12.225] ukiDynamicMajor: found major device number 250
[ 12.225] ukiDynamicMajor: found major device number 250
[ 12.225] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 12.225] ukiOpenDevice: node name is /dev/ati/card0
[ 12.225] ukiOpenDevice: open result is 11, (OK)
[ 12.225] ukiOpenByBusid: ukiOpenMinor returns 11
[ 12.225] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 12.225] (==) fglrx(0): NoAccel = NO
[ 12.225] (==) fglrx(0): ATI 2D Acceleration Architecture enabled
[ 12.225] (--) fglrx(0): Chipset: "ATI Radeon HD 4600 Series " (Chipset = 0x9498)
[ 12.225] (--) fglrx(0): (PciSubVendor = 0x1002, PciSubDevice = 0x1002)
[ 12.225] (==) fglrx(0): board vendor info: original ATI graphics adapter
[ 12.225] (--) fglrx(0): Linear framebuffer (phys) at 0xe0000000
[ 12.225] (--) fglrx(0): MMIO registers at 0xf0100000
[ 12.225] (--) fglrx(0): I/O port at 0x00001100
[ 12.225] (==) fglrx(0): ROM-BIOS at 0x000c0000
[ 12.226] (II) fglrx(0): AC Adapter is used
[ 12.227] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
[ 12.321] (II) Loading sub module "vbe"
[ 12.321] (II) LoadModule: "vbe"
[ 12.322] (II) Loading /usr/lib/xorg/modules/libvbe.so
[ 12.322] (II) Module vbe: vendor="X.Org Foundation"
[ 12.322] compiled for 1.9.0, module version = 1.1.0
[ 12.322] ABI class: X.Org Video Driver, version 8.0
[ 12.322] (II) fglrx(0): VESA BIOS detected
[ 12.322] (II) fglrx(0): VESA VBE Version 3.0
[ 12.322] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
[ 12.322] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
[ 12.322] (II) fglrx(0): VESA VBE OEM Software Rev: 11.22
[ 12.322] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
[ 12.322] (II) fglrx(0): VESA VBE OEM Product: RV730
[ 12.322] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
[ 12.354] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
[ 12.354] (--) fglrx(0): Video RAM: 1048576 kByte, Type: DDR3
[ 12.354] (II) fglrx(0): PCIE card detected
[ 12.354] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[ 12.354] (II) fglrx(0): board/chipset is supported by this driver (original ATI board)
[ 12.355] (II) fglrx(0): Using adapter: 1:0.0.
[ 12.387] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x40000000)
[ 12.920] (II) fglrx(0): Interrupt handler installed at IRQ 53.
[ 12.921] (II) fglrx(0): RandR 1.2 support is enabled!
[ 12.921] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[ 12.921] (==) fglrx(0): Center Mode is disabled
[ 12.921] (II) Loading sub module "fb"
[ 12.921] (II) LoadModule: "fb"
[ 12.921] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 12.921] (II) Module fb: vendor="X.Org Foundation"
[ 12.921] compiled for 1.9.0, module version = 1.0.0
[ 12.921] ABI class: X.Org ANSI C Emulation, version 0.4
[ 12.921] (==) fglrx(0): Active stereo disabled
[ 12.921] (II) Loading sub module "ddc"
[ 12.921] (II) LoadModule: "ddc"
[ 12.921] (II) Module "ddc" already built-in
[ 13.570] (II) fglrx(0): Finished Initialize PPLIB!
[ 13.572] (II) fglrx(0): Output DFP1 using monitor section Monitor0
[ 13.572] (II) fglrx(0): Output DFP2 has no monitor section
[ 13.572] (II) fglrx(0): Output DFP3 has no monitor section
[ 13.572] (II) fglrx(0): Output CRT1 has no monitor section
[ 13.572] (II) Loading sub module "ddc"
[ 13.572] (II) LoadModule: "ddc"
[ 13.572] (II) Module "ddc" already built-in
[ 13.572] (II) fglrx(0): Connected Display0: DFP1
[ 13.572] (II) fglrx(0): Display0 EDID data ---------------------------
[ 13.572] (II) fglrx(0): Manufacturer: HWP Model: 294a Serial#: 16843009
[ 13.572] (II) fglrx(0): Year: 2010 Week: 44
[ 13.572] (II) fglrx(0): EDID Version: 1.3
[ 13.572] (II) fglrx(0): Digital Display Input
[ 13.572] (II) fglrx(0): Max Image Size [cm]: horiz.: 51 vert.: 29
[ 13.572] (II) fglrx(0): Gamma: 2.20
[ 13.572] (II) fglrx(0): DPMS capabilities: Off
[ 13.572] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 13.572] (II) fglrx(0): Default color space is primary color space
[ 13.572] (II) fglrx(0): First detailed timing is preferred mode
[ 13.572] (II) fglrx(0): redX: 0.625 redY: 0.349 greenX: 0.339 greenY: 0.623
[ 13.572] (II) fglrx(0): blueX: 0.153 blueY: 0.052 whiteX: 0.313 whiteY: 0.329
[ 13.572] (II) fglrx(0): Supported established timings:
[ 13.572] (II) fglrx(0): 720x400@70Hz
[ 13.572] (II) fglrx(0): 640x480@60Hz
[ 13.572] (II) fglrx(0): 800x600@60Hz
[ 13.572] (II) fglrx(0): 1024x768@60Hz
[ 13.572] (II) fglrx(0): Manufacturer's mask: 0
[ 13.572] (II) fglrx(0): Supported standard timings:
[ 13.572] (II) fglrx(0): #0: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 13.572] (II) fglrx(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 13.572] (II) fglrx(0): #2: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 13.572] (II) fglrx(0): #3: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 13.572] (II) fglrx(0): #4: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 13.572] (II) fglrx(0): Supported detailed timing:
[ 13.572] (II) fglrx(0): clock: 148.5 MHz Image Size: 509 x 286 mm
[ 13.572] (II) fglrx(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 13.572] (II) fglrx(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 13.572] (II) fglrx(0): Ranges: V min: 50 V max: 76 Hz, H min: 24 H max: 94 kHz, PixClock max 175 MHz
[ 13.572] (II) fglrx(0): Monitor name: HP LA2306
[ 13.572] (II) fglrx(0): Serial No: 3CQ044187S
[ 13.572] (II) fglrx(0): EDID (in hex):
[ 13.572] (II) fglrx(0): 00ffffffffffff0022f04a2901010101
[ 13.572] (II) fglrx(0): 2c14010380331d782e1e55a059569f27
[ 13.572] (II) fglrx(0): 0d5054a1080081c081809500b300d1c0
[ 13.572] (II) fglrx(0): 010101010101023a801871382d40582c
[ 13.572] (II) fglrx(0): 4500fd1e1100001e000000fd00324c18
[ 13.572] (II) fglrx(0): 5e11000a202020202020000000fc0048
[ 13.573] (II) fglrx(0): 50204c41323330360a202020000000ff
[ 13.573] (II) fglrx(0): 00334351303434313837530a202000e6
[ 13.573] (II) fglrx(0): End of Display0 EDID data --------------------
[ 13.573] (II) fglrx(0): Connected Display1: DFP3
[ 13.573] (II) fglrx(0): Display1 EDID data ---------------------------
[ 13.573] (II) fglrx(0): Manufacturer: HWP Model: 294a Serial#: 16843009
[ 13.573] (II) fglrx(0): Year: 2010 Week: 44
[ 13.573] (II) fglrx(0): EDID Version: 1.3
[ 13.573] (II) fglrx(0): Digital Display Input
[ 13.573] (II) fglrx(0): Max Image Size [cm]: horiz.: 51 vert.: 29
[ 13.573] (II) fglrx(0): Gamma: 2.20
[ 13.573] (II) fglrx(0): DPMS capabilities: Off
[ 13.573] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 13.573] (II) fglrx(0): Default color space is primary color space
[ 13.573] (II) fglrx(0): First detailed timing is preferred mode
[ 13.573] (II) fglrx(0): redX: 0.625 redY: 0.349 greenX: 0.339 greenY: 0.623
[ 13.573] (II) fglrx(0): blueX: 0.153 blueY: 0.052 whiteX: 0.313 whiteY: 0.329
[ 13.573] (II) fglrx(0): Supported established timings:
[ 13.573] (II) fglrx(0): 720x400@70Hz
[ 13.573] (II) fglrx(0): 640x480@60Hz
[ 13.573] (II) fglrx(0): 800x600@60Hz
[ 13.573] (II) fglrx(0): 1024x768@60Hz
[ 13.573] (II) fglrx(0): Manufacturer's mask: 0
[ 13.573] (II) fglrx(0): Supported standard timings:
[ 13.573] (II) fglrx(0): #0: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 13.573] (II) fglrx(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 13.573] (II) fglrx(0): #2: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 13.573] (II) fglrx(0): #3: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 13.573] (II) fglrx(0): #4: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 13.573] (II) fglrx(0): Supported detailed timing:
[ 13.573] (II) fglrx(0): clock: 148.5 MHz Image Size: 509 x 286 mm
[ 13.573] (II) fglrx(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 13.573] (II) fglrx(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 13.573] (II) fglrx(0): Ranges: V min: 50 V max: 76 Hz, H min: 24 H max: 94 kHz, PixClock max 175 MHz
[ 13.573] (II) fglrx(0): Monitor name: HP LA2306
[ 13.573] (II) fglrx(0): Serial No: 3CQ044187N
[ 13.573] (II) fglrx(0): EDID (in hex):
[ 13.573] (II) fglrx(0): 00ffffffffffff0022f04a2901010101
[ 13.573] (II) fglrx(0): 2c14010380331d782e1e55a059569f27
[ 13.573] (II) fglrx(0): 0d5054a1080081c081809500b300d1c0
[ 13.573] (II) fglrx(0): 010101010101023a801871382d40582c
[ 13.573] (II) fglrx(0): 4500fd1e1100001e000000fd00324c18
[ 13.573] (II) fglrx(0): 5e11000a202020202020000000fc0048
[ 13.573] (II) fglrx(0): 50204c41323330360a202020000000ff
[ 13.573] (II) fglrx(0): 003343513034343138374e0a202000eb
[ 13.573] (II) fglrx(0): End of Display1 EDID data --------------------
[ 13.703] (II) fglrx(0): EDID vendor "HWP", prod id 10570
[ 13.703] (II) fglrx(0): Using EDID range info for horizontal sync
[ 13.703] (II) fglrx(0): Using EDID range info for vertical refresh
[ 13.703] (II) fglrx(0): Printing DDC gathered Modelines:
[ 13.703] (II) fglrx(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[ 13.703] (II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 13.703] (II) fglrx(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 13.703] (II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 13.703] (II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 13.703] (II) fglrx(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz)
[ 13.703] (II) fglrx(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 13.703] (II) fglrx(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
[ 13.703] (II) fglrx(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 13.703] (II) fglrx(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
[ 13.703] (II) fglrx(0): Output DFP1 connected
[ 13.703] (II) fglrx(0): Output DFP2 disconnected
[ 13.703] (II) fglrx(0): Output DFP3 connected
[ 13.703] (II) fglrx(0): Output CRT1 disconnected
[ 13.703] (II) fglrx(0): Using user preference for initial modes
[ 13.703] (II) fglrx(0): Output DFP1 using initial mode 1920x1080
[ 13.703] (II) fglrx(0): Output DFP3 using initial mode 1920x1080
[ 13.703] (II) fglrx(0): Display dimensions: (510, 290) mm
[ 13.703] (II) fglrx(0): DPI set to (95, 95)
[ 13.703] (II) fglrx(0): Adapter ATI Radeon HD 4600 Series has 2 configurable heads and 2 displays connected.
[ 13.703] (WW) fglrx(0): Big Desktop related functionalities are replaced by RandR 1.2!
[ 13.703] (==) fglrx(0): PseudoColor visuals disabled
[ 13.703] (II) Loading sub module "ramdac"
[ 13.703] (II) LoadModule: "ramdac"
[ 13.703] (II) Module "ramdac" already built-in
[ 13.703] (==) fglrx(0): NoDRI = NO
[ 13.703] (==) fglrx(0): Capabilities: 0x00000000
[ 13.704] (==) fglrx(0): CapabilitiesEx: 0x00000000
[ 13.704] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[ 13.704] (==) fglrx(0): UseFastTLS=0
[ 13.704] (==) fglrx(0): BlockSignalsOnLock=1
[ 13.704] (--) Depth 24 pixmap format is 32 bpp
[ 13.704] (II) Loading extension ATIFGLRXDRI
[ 13.704] (II) fglrx(0): doing swlDriScreenInit
[ 13.704] (II) fglrx(0): swlDriScreenInit for fglrx driver
[ 13.704] ukiDynamicMajor: found major device number 250
[ 13.704] ukiDynamicMajor: found major device number 250
[ 13.704] ukiDynamicMajor: found major device number 250
[ 13.704] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 13.704] ukiOpenDevice: node name is /dev/ati/card0
[ 13.704] ukiOpenDevice: open result is 17, (OK)
[ 13.704] ukiOpenByBusid: ukiOpenMinor returns 17
[ 13.704] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 13.704] (II) fglrx(0): [uki] DRM interface version 1.0
[ 13.704] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
[ 13.704] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
[ 13.704] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0xb7423000
[ 13.704] (II) fglrx(0): [uki] framebuffer handle = 0x3000
[ 13.704] (II) fglrx(0): [uki] added 1 reserved context for kernel
[ 13.704] (II) fglrx(0): swlDriScreenInit done
[ 13.704] (II) fglrx(0): Kernel Module Version Information:
[ 13.704] (II) fglrx(0): Name: fglrx
[ 13.704] (II) fglrx(0): Version: 8.78.30
[ 13.704] (II) fglrx(0): Date: Sep 20 2010
[ 13.704] (II) fglrx(0): Desc: ATI FireGL DRM kernel module
[ 13.704] (II) fglrx(0): Kernel Module version matches driver.
[ 13.704] (II) fglrx(0): Kernel Module Build Time Information:
[ 13.704] (II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.35-27-generic-pae
[ 13.704] (II) fglrx(0): Build-Kernel MODVERSIONS: yes
[ 13.704] (II) fglrx(0): Build-Kernel __SMP__: yes
[ 13.704] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
[ 13.704] (II) fglrx(0): [uki] register handle = 0x00004000
[ 13.716] (II) fglrx(0): DRI initialization successfull
[ 13.716] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x0102c000
[ 13.716] (II) fglrx(0): FBMM initialized for area (0,0)-(1920,2208)
[ 13.716] (II) fglrx(0): FBMM auto alloc for area (0,0)-(1920,1920) (front color buffer - assumption)
[ 13.716] (II) fglrx(0): Largest offscreen area available: 1920 x 288
[ 13.716] (==) fglrx(0): Backing store disabled
[ 13.716] (II) Loading extension FGLRXEXTENSION
[ 13.716] (**) fglrx(0): DPMS enabled
[ 13.717] (II) fglrx(0): Initialized in-driver Xinerama extension
[ 13.717] (**) fglrx(0): Textured Video is enabled.
[ 13.717] (II) LoadModule: "glesx"
[ 13.717] (II) Loading /usr/lib/xorg/extra-modules/modules/glesx.so
[ 13.718] (II) Module glesx: vendor="X.Org Foundation"
[ 13.718] compiled for 1.8.99.905, module version = 1.0.0
[ 13.718] (II) Loading extension GLESX
[ 13.718] (II) fglrx(0): GLESX enableFlags = 528
[ 13.718] (II) fglrx(0): GLESX is enabled
[ 13.718] (II) fglrx(0): Acceleration enabled
[ 13.718] (II) LoadModule: "amdxmm"
[ 13.718] (II) Loading /usr/lib/xorg/extra-modules/modules/amdxmm.so
[ 13.718] (II) Module amdxmm: vendor="X.Org Foundation"
[ 13.718] compiled for 1.8.99.905, module version = 1.0.0
[ 13.718] (II) Loading extension AMDXVOPL
[ 13.718] (II) fglrx(0): UVD2 feature is available
[ 13.720] (II) fglrx(0): Composite extension is not loaded
[ 13.720] (II) fglrx(0): X context handle = 0x1
[ 13.720] (II) fglrx(0): [DRI] installation complete
[ 13.720] (==) fglrx(0): Silken mouse enabled
[ 13.720] (==) fglrx(0): Using HW cursor of display infrastructure!
[ 13.720] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
[ 14.310] (--) RandR disabled
[ 14.310] (II) Initializing built-in extension Generic Event Extension
[ 14.310] (II) Initializing built-in extension SHAPE
[ 14.310] (II) Initializing built-in extension MIT-SHM
[ 14.310] (II) Initializing built-in extension XInputExtension
[ 14.310] (II) Initializing built-in extension XTEST
[ 14.310] (II) Initializing built-in extension BIG-REQUESTS
[ 14.310] (II) Initializing built-in extension SYNC
[ 14.310] (II) Initializing built-in extension XKEYBOARD
[ 14.310] (II) Initializing built-in extension XC-MISC
[ 14.310] (II) Initializing built-in extension SECURITY
[ 14.310] (II) Initializing built-in extension XINERAMA
[ 14.310] (II) Initializing built-in extension XFIXES
[ 14.310] (II) Initializing built-in extension RENDER
[ 14.310] (II) Initializing built-in extension RANDR
[ 14.310] (II) Initializing built-in extension COMPOSITE
[ 14.310] (II) Initializing built-in extension DAMAGE
[ 14.310] (II) Initializing built-in extension GESTURE
[ 14.323] ukiDynamicMajor: found major device number 250
[ 14.323] ukiDynamicMajor: found major device number 250
[ 14.323] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 14.323] ukiOpenDevice: node name is /dev/ati/card0
[ 14.323] ukiOpenDevice: open result is 18, (OK)
[ 14.323] ukiOpenByBusid: ukiOpenMinor returns 18
[ 14.323] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 14.379] (II) AIGLX: Loaded and initialized /usr/lib/dri/fglrx_dri.so
[ 14.379] (II) GLX: Initialized DRI GL provider for screen 0
[ 14.380] (II) fglrx(0): Enable the clock gating!
[ 14.380] (II) fglrx(0): Setting screen physical size to 507 x 285
[ 14.391] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[ 14.395] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 14.395] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 14.395] (II) LoadModule: "evdev"
[ 14.395] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 14.395] (II) Module evdev: vendor="X.Org Foundation"
[ 14.395] compiled for 1.9.0, module version = 2.3.2
[ 14.395] Module class: X.Org XInput Driver
[ 14.395] ABI class: X.Org XInput driver, version 11.0
[ 14.395] (**) Power Button: always reports core events
[ 14.395] (**) Power Button: Device: "/dev/input/event1"
[ 14.416] (II) Power Button: Found keys
[ 14.416] (II) Power Button: Configuring as keyboard
[ 14.416] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 14.416] (**) Option "xkb_rules" "evdev"
[ 14.417] (**) Option "xkb_model" "pc105"
[ 14.417] (**) Option "xkb_layout" "jp"
[ 14.418] (II) XKB: reuse xkmfile /var/lib/xkb/server-136F8830CC0B96C789D21368BFFFDDAD610C2926.xkm
[ 14.419] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 14.419] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 14.419] (**) Power Button: always reports core events
[ 14.419] (**) Power Button: Device: "/dev/input/event0"
[ 14.449] (II) Power Button: Found keys
[ 14.449] (II) Power Button: Configuring as keyboard
[ 14.449] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 14.449] (**) Option "xkb_rules" "evdev"
[ 14.449] (**) Option "xkb_model" "pc105"
[ 14.449] (**) Option "xkb_layout" "jp"
[ 14.450] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event3)
[ 14.450] (**) Logitech USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 14.450] (**) Logitech USB Optical Mouse: always reports core events
[ 14.450] (**) Logitech USB Optical Mouse: Device: "/dev/input/event3"
[ 14.481] (II) Logitech USB Optical Mouse: Found 3 mouse buttons
[ 14.481] (II) Logitech USB Optical Mouse: Found scroll wheel(s)
[ 14.481] (II) Logitech USB Optical Mouse: Found relative axes
[ 14.481] (II) Logitech USB Optical Mouse: Found x and y relative axes
[ 14.481] (II) Logitech USB Optical Mouse: Configuring as mouse
[ 14.481] (**) Logitech USB Optical Mouse: YAxisMapping: buttons 4 and 5
[ 14.481] (**) Logitech USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 14.481] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE)
[ 14.481] (II) Logitech USB Optical Mouse: initialized for relative axes.
[ 14.481] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
[ 14.481] (II) No input driver/identifier specified (ignoring)
[ 14.483] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[ 14.483] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 14.483] (**) AT Translated Set 2 keyboard: always reports core events
[ 14.483] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event2"
[ 14.529] (II) AT Translated Set 2 keyboard: Found keys
[ 14.529] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 14.529] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 14.529] (**) Option "xkb_rules" "evdev"
[ 14.529] (**) Option "xkb_model" "pc105"
[ 14.529] (**) Option "xkb_layout" "jp"
[ 14.530] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event4)
[ 14.530] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 14.530] (**) HP WMI hotkeys: always reports core events
[ 14.530] (**) HP WMI hotkeys: Device: "/dev/input/event4"
[ 14.560] (II) HP WMI hotkeys: Found keys
[ 14.560] (II) HP WMI hotkeys: Configuring as keyboard
[ 14.560] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD)
[ 14.560] (**) Option "xkb_rules" "evdev"
[ 14.560] (**) Option "xkb_model" "pc105"
[ 14.560] (**) Option "xkb_layout" "jp"
[ 14.624] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environmentsただ、この状態では以前投稿した時と同様で次のようにxrandrが使えなくなってしまいます。
$ xrandr
Xlib: extension "RANDR" missing on display ":0.0".
RandR extension missing
hmatsue様にはいろいろとアドバイスをいただき、誠にありがとうございます。
ただ、これ以上お時間をかけさせるのも申し訳ありませんし、現状、標準ドライバで特に不具合はないわけですから、こちらをとりあえず常用していきたいと思います。
今回の件に関しまして、情報は引き続きお待ちしております。
他の方でも何かお気づきの点がありましたら、情報をいただければ幸いです。
オフライン
念の為画面表示がどのようになったかだけ教えていただけると幸いです。
radeonドライバで問題無いとのことなので、そちらを使用されるのも、もちろん良いかと思います。
が、もし、私の時間を気にされているのであれば、時間の取れるときにやっているだけですので、どうぞお気遣い無く。
ただ、
http://ubuntuforums.org/showthread.php?t=1653934
のようなトピックもあるようで、なにかドライバ側に問題があるのかも知れませんね。
オフライン
画面の表示ですが、モニタの最大解像度である1920x1080で表示されます。
ただし、表示はミラーリング表示のみとなります。
システム/設定/モニタ で設定変更を行なおうとすると、先に投稿した「RANDR拡張がインストールされていません」となり、変更が一切行えません。
私は2台並べて拡張デスクトップを使いたいのですが、それがうまくいきません。
モニタが1台だけなら問題ないのかもしれません。
オフライン
同じ型番のグラフィックカードを使っておりますので何かアドバイスができると思います。
av7y6unm による投稿:
(1) 「システム/システム管理/追加のドライバ」でインストールされるドライバ
デバイスドライバーのインストールウィザードからリポジトリのプロプライエタリドライバを導入されたのであればシステムタブから入るとATI Catalyst Control Center(管理者モード)という起動項目が出来ていると思うのでそこからATI Catalyst Control Centerを起動するれば各種設定が可能です。
あるいは、端末のコマンドラインから下記のコマンドを実行すれば設定ウィザードが起動します。
$ amdxdg-su -c amdcccle
当方では、デュアルディスプレイ環境を構築していないので実証はできませんが、以前ほかのトピックで同じような相談を受けて上記の方法でサブディスプレイの認識設定と解像度の変更が可能になった事例があります。
FGXRXグラフィックスドライバ 画面設定できない
リンク先のケースは古いバージョンの話なのでAMDサイトのオリジナルドライバーが上手く動作するようです。
現行のOS上ではリポジトリ上のドライバーの方が上手く動作してくれるようです。
因みに、オリジナルをインストールすると冷却ファンが高速回転するのであまりお薦めできません。
最悪の場合は、hmatsueさんの指示にあるように直接xorg.confを設定するしかないでしょうね。 尚、このグラフィックカードの場合はプロプライエタリドライバを使わないのであればfbdevで動作すると思います。
オフライン
tnc様の方法でマルチディスプレイになり、拡張デスクトップにもできました。
ありがとうございます。
ただ、プロプライエタリドライバの動きが少し標準ドライバと異なるところがありました。
ログイン画面が表示されるときの壁紙がかなりゆるゆると表示される(グラデーションが数回に渡って描き変わる感じ)ので、本当にアクセラレーションが効いているのか不安になります。標準ドライバだと一瞬で表示されます。
また、ディスプレイの認識が私が意図したのと全く逆になるのです。
現在、DVI端子に左側モニタ、DisplayPort端子を右側モニタを接続しており、この状態で標準ドライバを使うと
[1][2]
のように認識され、問題ないのですが、プロプライエタリドライバですと、
[2][1]
というように認識が逆になってしまいます。
ATI Catalyst Control Centerで左右逆に割り振りできましたが(これもちょっと癖があり悩みました)、GUIログインプロンプトは[1]の方に出てしまいますので、ちょっと気になるところです。
あと、プロプライエタリドライバを利用すると、「システム/設定/モニタ」で表示される情報ではモニタが不明となってしまうのですが、これはプロプライエタリドライバによって制御されているから情報が取得できないと考えて良いのでしょうか。
fbdevというのは、私が上で標準ドライバと書いているものという認識でよろしいでしょうか(Ubuntuソフトウェアセンターによれば、すでにインストールされていました)
オフライン
av7y6unm による投稿:
ログイン画面が表示されるときの壁紙がかなりゆるゆると表示される(グラデーションが数回に渡って描き変わる感じ)ので、本当にアクセラレーションが効いているのか不安になります。標準ドライバだと一瞬で表示されます。
でもそれだとデュアルディスプレイとして認識されずに、しかも解像度がおかしいんですよね?
ご希望の環境を得る上でもっとも近いパフォーマンスを得るにはプロプライエタリドライバを使うかメーカーサイト(AMD)のドライバーを使うしかないと思います。
あとログイン画面の壁紙とかについては、xorg.confにてご自身が解像度の数値を変更しておられるので、それを適切な設定に戻されることにより改善するかもしれません。
あとデスクトップが立ち上がって以降についてはCompizなどの設定に問題があるかもれません。
何れにせよご自身の環境はご自身で設定する以外にはないので、こちらからピンポイントで指示は出来ません。
全く同じ環境をお持ちのメンバーであれば可能かもしれませんが・・・
取り敢えず何をどうしてそうなったのかが見えてこないので、そこらあたりを明確にしていただけると良いレスがつくと思います。
av7y6unm による投稿:
また、ディスプレイの認識が私が意図したのと全く逆になるのです。
現在、DVI端子に左側モニタ、DisplayPort端子を右側モニタを接続しており、この状態で標準ドライバを使うと
[1][2]
のように認識され、問題ないのですが、プロプライエタリドライバですと、
[2][1]
というように認識が逆になってしまいます。
ATI Catalyst Control Centerで左右逆に割り振りできましたが(これもちょっと癖があり悩みました)、GUIログインプロンプトは[1]の方に出てしまいますので、ちょっと気になるところです。
ATI Catalyst Control Centerのディスプレイマネージャにて変更ができると思いますよ?
av7y6unm による投稿:
あと、プロプライエタリドライバを利用すると、「システム/設定/モニタ」で表示される情報ではモニタが不明となってしまうのですが、これはプロプライエタリドライバによって制御されているから情報が取得できないと考えて良いのでしょうか。
ATI Catalyst Control Centerにて制御可能であればそれでいいのではないでしょうか?
どうしてもGnome標準のモニター設定にて制御したいのであれば出来るようにソースコード書き換えるなどの対策をたてるしかないと思います。
それをやって構わないのがLinuxのポリシーだと思います。
av7y6unm による投稿:
fbdevというのは、私が上で標準ドライバと書いているものという認識でよろしいでしょうか(Ubuntuソフトウェアセンターによれば、すでにインストールされていました)
OSをinstallした後にシステムを再起動してOSを新たに立ち上げた際、OSが自動的にデバイスを認識しそれにあったドライバーを選択したものが標準で動作可能なドライバーであると思います。
このグラフィックカードの場合は、fbdevがそれにあたると思います。
またこれ以外に標準的なドライバーとしては、vesaがあります。
例えば、何かの拍子にXが立ち上がらなくなった場合は、xorg.confに書かれてあるドライバーの設定をこれらに書き換えてやると救済できるものと思われます。
因みに、/x11の中にxorg.conf以外にxorg.conf.failsafeとかxorg.conf.original-0というような名前のファイルがあると思います。
それらのファイルを見ていただけるとどんなドライバーが使われたてきたか分かると思います。
多分、何もしないで動いていた時は、fbdevが使われていたと思います。
尚、これらのファイルは一度、プロプライエタリドライバなどを導入しないと生成されません。
(以前のバージョンでは最初から作成されていましたが現行では最初からありません。)
オフライン
tnc様
詳細なご回答ありがとうございます。
確かに、自分でいろいろやるしかないですよね。
ATI Catalyst Control Centerをいろいろといじりながら試したいと思います。
オフライン
tncさん、ありがとうございます。
付属ツールで設定できたのですね。危うく迷走し続けるところでした。。
宛 av7y6unmさん
いろいろxorg.confに書いてしまっているので、一度、現行のxorg.confを元の状態に戻していただいてから、再起動して、再設定していただいた方が良いかも知れません。現在のxorg.confを参照して余計な部分がコメントアウトされているか消されていることを確認できれば、それでも構いません。
# 結果的に、余計な手間を増やしてしまい申し訳ありませんです。。
オフライン
hmatsue様
こちらこそ、いろいろとご面倒をおかけして申し訳ありませんでした。
アドバイス、ありがとうございました。
オフライン