
Ubuntu日本語フォーラム

ログインしていません。
ファンクションキーでの明るさ設定はできます。バーも出てきますがサイドが明るいままです。
コードというのは↓これのことです。
lrwxrwxrwx 1 root root 0 2012-03-13 21:41 acpi_video0 -> ../../devices/pci0000:00/0000:00:02.0/backlight/acpi_video0
lrwxrwxrwx 1 root root 0 2012-03-13 21:41 emgd_psb -> ../../devices/platform/emgd_psb/backlight/emgd_psb
オフライン
訂正:バーも出てきますがサイドが明るいままです。↓
バーも出ますが、画面が明るいままです。
オフライン
例えば、
lrwxrwxrwx 1 root root 0 2012-03-13 21:41 sony_laptop -> /sys/module/sony_laptop
とコマンドを実行すると
bash: /sys/module/sony_laptop: ディレクトリです
と言われてしまいます。
オフライン
sudo bash -c "echo 0 > /sys/class/backlight/asus_laptop/brightness"
0は明るさ一番暗い
asus_laptopはsony_laptop
等に読み替えて実行してみてください。
オフライン
最大値はこちらで確認ください。
cat /sys/class/backlight/asus_laptop/max_brightness
asus_laptopはsony_laptop
等に読み替えて実行してみてください。
オフライン
sudo bash -c "echo 0 > /sys/class/backlight/sony/brightness"
cat /sys/class/backlight/sony/max_brightness
でした。
でも変化ありません。
明るくちらついています。
オフライン
http://ubuntuforums.org/showthread.php?t=1229345&page=512
こちらに、EMGDを組み込んだような
Ubuntu-11.10-w.EMGD.iso
をダウンロードするリンクがあるようです。
これを試した方が早いかもしれません。(多分英語版のため日本語化が必要かと思います)
オフライン
まずインストールオプションとして、memmap=1K#0x7f800000 vga=9
を指定しました。
それから順調にインストールして、再起動まではうまくいくのですが、2回め以降、起動すると砂嵐になってしまいました。
それで再インストールなんですが、再インストールするのに、gpartedでext4にフォーマットしてやる必要があります(しないとインストール画面が砂嵐になる)。
10-emgd.confが怪しいと思っていままで使っていたTYPE P用のファイルとマージすると起動できるようになるんですが、2D状態に戻ってしまいました。cinnamonをインストールすると今度は挙動が違って、上部にバーができてファイルとかメニューが出てくるんですがうまく動かないし、これはcinnamonの通常の状態ではありません。はっぽうふさがりです。
今10-emgd.confをいろいろいじってます。
orijinal
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
EndSection
Section "Device"
Identifier "Intel_EMGD-0"
Driver "emgd"
VendorName "Intel(R) DEG"
BoardName "Embedded Graphics"
BusID "0:2:0"
Screen 0
VideoRAM 131072
Option "PcfVersion" "1792"
Option "ConfigId" "1"
Option "PortDrivers" "lvds"
Option "ALL/1/name" "lvds-display"
Option "ALL/1/General/DisplayConfig" "1"
Option "ALL/1/General/DisplayDetect" "1"
Option "ALL/1/Port/4/General/name" "LVDS"
Option "ALL/1/Port/4/General/Edid" "1"
Option "ALL/1/Port/4/Attr/70" "0"
Option "ALL/1/General/Accel" "1"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Intel_EMGD-0"
Monitor "LVDS"
SubSection "Display"
Depth 24
Modes "1366x768"
EndSubSection
EndSection
Section "Monitor"
Identifier "LVDS"
ModelName "LCD Panel used by EMGD"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "composite" "enable"
EndSectiontype p
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
EndSection
Section "Device"
Identifier "Intel_EMGD-0"
Driver "emgd"
VendorName "Intel(R) DEG"
BoardName "Embedded Graphics"
BusID "0:2:0"
Screen 0
VideoRAM 131072
Option "PcfVersion" "1792"
Option "ConfigId" "1"
Option "PortDrivers" "lvds"
Option "ALL/1/name" "lvds-display"
Option "ALL/1/General/DisplayConfig" "1"
Option "ALL/1/General/DisplayDetect" "1"
Option "ALL/1/Port/4/General/name" "LVDS"
Option "ALL/1/Port/4/General/Edid" "1"
Option "ALL/1/Port/4/Attr/70" "0"
Option "ALL/1/General/Accel" "1"
Option "ALL/1/Port/4/General/EdidAvail" "0"
Option "ALL/1/Port/4/General/EdidNotAvail" "4"
Option "ALL/1/Port/4/FpInfo/Height" "768"
Option "ALL/1/Port/4/FpInfo/Width" "1600"
Option "ALL/1/Port/4/Dtd/1/PixelClock" "55400"
Option "ALL/1/Port/4/Dtd/1/HorzActive" "1600"
Option "ALL/1/Port/4/Dtd/1/HorzSync" "34"
Option "ALL/1/Port/4/Dtd/1/HorzSyncPulse" "168"
Option "ALL/1/Port/4/Dtd/1/HorzBlank" "463"
Option "ALL/1/Port/4/Dtd/1/VertActive" "768"
Option "ALL/1/Port/4/Dtd/1/VertSync" "1"
Option "ALL/1/Port/4/Dtd/1/VertSyncPulse" "1"
Option "ALL/1/Port/4/Dtd/1/VertBlank" "21"
Option "ALL/1/Port/4/Dtd/1/Flags" "0xc000000"
Option "ALL/1/Port/4/Attr/26" "18"
Option "ALL/1/Port/4/Attr/27" "0"
Option "ALL/1/Port/4/Attr/45" "1"
Option "ALL/1/Port/4/Attr/72" "1"
Option "ALL/1/Port/4/Attr/70" "100"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Intel_EMGD-0"
Monitor "LVDS"
SubSection "Display"
Depth 24
Modes "1600x768"
EndSubSection
EndSection
Section "Monitor"
Identifier "VAIO-LVDS"
ModelName "SNY:fa09"
Modeline "1600x768" 55.40 1600 1679 1927 2095 768 768 772 794 -HSync -Vsync
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "composite" "enable"
EndSectionオフライン
/etc/default/grub の
GRUB_CMDLINE_LINUX_DEFAULT=
に何が設定されているか確認してみてください。
quiet splash があるとダメなのかもしれません。
(plymouthもオフにするような記述もどこかでみたような気がします。)
/var/log/Xorg.0.log をみて、解像度やリフレッシュレート等を検出していないか確認してみてください。
(WW)や(EE)で始まると頃もチェックしてみたりすればよいと思います。
(私の環境では、チップが違うため起動しませんでした。)
オフライン
今使っているXの設定ファイルはHDD内にある
/usr/src/emgd-1.8.0.2032/xorg.conf.sample-VAIO-P
でしょうか。(こちらを使うとどうなりますか)
オフライン
僕の力ではよく分かりません。。ただ、一番最後に同じ事を3回もおこなっています。
[ 94.866] (II) XKB: reuse xkmfile /var/lib/xkb/server-AC7984E87D24B0DEBCDDD1E7AAFDCFE1A95A0005.xkm [ 95.365] (II) XKB: reuse xkmfile /var/lib/xkb/server-AC7984E87D24B0DEBCDDD1E7AAFDCFE1A95A0005.xkm [ 95.377] (II) XKB: reuse xkmfile /var/lib/xkb/server-AC7984E87D24B0DEBCDDD1E7AAFDCFE1A95A0005.xkm [ 95.388] (II) XKB: reuse xkmfile /var/lib/xkb/server-AC7984E87D24B0DEBCDDD1E7AAFDCFE1A95A0005.xkm
Xorg.0.log全体
[ 30.193]
X.Org X Server 1.9.2.901 (1.9.3 RC 1)
Release Date: 2010-11-13
[ 30.193] X Protocol Version 11, Revision 0
[ 30.193] Build Operating System: Linux 2.6.24-29-xen i686 Ubuntu
[ 30.193] Current Operating System: Linux trazomaw-VGN-P91S 3.0.0-17-generic #30-Ubuntu SMP Thu Mar 8 17:34:21 UTC 2012 i686
[ 30.193] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-17-generic root=UUID=d35c6eaa-417b-4b6f-80bb-bd748d3cb90c ro quiet splash acpi_backlight=vendor vt.handoff=7
[ 30.193] Build Date: 02 September 2011 02:43:29PM
[ 30.193] xorg-server 3:1.11.9-down1.9.2.901.2+git20101129+server-1.9-branch.65f2ab20-0ubuntu0sarvatt2~ppa2~gma500~oneiric (For technical support please see http://www.ubuntu.com/support)
[ 30.193] Current version of pixman: 0.22.2
[ 30.193] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 30.193] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 30.194] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Apr 7 07:45:21 2012
[ 30.329] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 30.464] (==) ServerLayout "Default Layout"
[ 30.464] (**) |-->Screen "Screen0" (0)
[ 30.465] (**) | |-->Monitor "LVDS"
[ 30.466] (**) | |-->Device "Intel_EMGD-0"
[ 30.466] (==) Automatically adding devices
[ 30.466] (==) Automatically enabling devices
[ 30.574] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 30.574] Entry deleted from font path.
[ 30.574] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 30.574] Entry deleted from font path.
[ 30.574] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 30.574] Entry deleted from font path.
[ 30.587] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 30.587] Entry deleted from font path.
[ 30.587] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 30.588] Entry deleted from font path.
[ 30.615] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
[ 30.615] (==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[ 30.615] (WW) Ignoring unrecognized extension "composite"
[ 30.615] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 30.615] (II) Loader magic: 0x822fe20
[ 30.615] (II) Module ABI versions:
[ 30.615] X.Org ANSI C Emulation: 0.4
[ 30.615] X.Org Video Driver: 8.0
[ 30.615] X.Org XInput driver : 11.0
[ 30.615] X.Org Server Extension : 4.0
[ 30.616] (--) PCI:*(0:0:2:0) 8086:8108:104d:9039 rev 6, Mem @ 0x94200000/524288, 0x80000000/268435456, 0x94280000/262144, I/O @ 0x00006070/8
[ 30.617] (II) Open ACPI successful (/var/run/acpid.socket)
[ 30.617] (II) LoadModule: "extmod"
[ 30.740] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 30.783] (II) Module extmod: vendor="X.Org Foundation"
[ 30.783] compiled for 1.9.2.901, module version = 1.0.0
[ 30.783] Module class: X.Org Server Extension
[ 30.783] ABI class: X.Org Server Extension, version 4.0
[ 30.783] (II) Loading extension MIT-SCREEN-SAVER
[ 30.783] (II) Loading extension XFree86-VidModeExtension
[ 30.783] (II) Loading extension XFree86-DGA
[ 30.808] (II) Loading extension DPMS
[ 30.808] (II) Loading extension XVideo
[ 30.808] (II) Loading extension XVideo-MotionCompensation
[ 30.808] (II) Loading extension X-Resource
[ 30.808] (II) LoadModule: "dbe"
[ 30.809] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 30.831] (II) Module dbe: vendor="X.Org Foundation"
[ 30.831] compiled for 1.9.2.901, module version = 1.0.0
[ 30.831] Module class: X.Org Server Extension
[ 30.831] ABI class: X.Org Server Extension, version 4.0
[ 30.831] (II) Loading extension DOUBLE-BUFFER
[ 30.831] (II) LoadModule: "glx"
[ 30.832] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 30.894] (II) Module glx: vendor="X.Org Foundation"
[ 30.894] compiled for 1.9.2.901, module version = 1.0.0
[ 30.894] ABI class: X.Org Server Extension, version 4.0
[ 30.894] (==) AIGLX enabled
[ 30.894] (II) Loading extension GLX
[ 30.941] (II) LoadModule: "record"
[ 30.942] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 30.946] (II) Module record: vendor="X.Org Foundation"
[ 30.946] compiled for 1.9.2.901, module version = 1.13.0
[ 30.946] Module class: X.Org Server Extension
[ 30.947] ABI class: X.Org Server Extension, version 4.0
[ 30.947] (II) Loading extension RECORD
[ 30.947] (II) LoadModule: "dri"
[ 30.947] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 30.988] (II) Module dri: vendor="X.Org Foundation"
[ 30.988] compiled for 1.9.2.901, module version = 1.0.0
[ 30.988] ABI class: X.Org Server Extension, version 4.0
[ 30.988] (II) Loading extension XFree86-DRI
[ 30.988] (II) LoadModule: "dri2"
[ 30.989] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 31.007] (II) Module dri2: vendor="X.Org Foundation"
[ 31.007] compiled for 1.9.2.901, module version = 1.2.0
[ 31.007] ABI class: X.Org Server Extension, version 4.0
[ 31.008] (II) Loading extension DRI2
[ 31.008] (II) LoadModule: "emgd"
[ 31.010] (II) Loading /usr/lib/xorg/modules/drivers/emgd_drv.so
[ 31.099] (II) Module emgd: vendor="Intel(R) Corporation"
[ 31.099] compiled for 1.9.0, module version = 1.8.2032
[ 31.099] Module class: X.Org Video Driver
[ 31.100] ABI class: X.Org Video Driver, version 8.0
[ 31.100] (II) EMGD: Intel(R) Embedded Media and Graphics Driver version 1.8.2032 for:
Intel US15W Class
[ 31.100] (++) using VT number 7
[ 31.100] (==) EMGD(0): RGB weight 888
[ 31.100] (==) EMGD(0): Default visual is TrueColor
[ 31.101] drmOpenDevice: node name is /dev/dri/card0
[ 31.455] drmOpenByBusid: Searching for BusID PCI:00:00:00
[ 31.455] drmOpenDevice: node name is /dev/dri/card0
[ 31.455] drmOpenDevice: open result is 9, (OK)
[ 31.455] drmOpenByBusid: drmOpenMinor returns 9
[ 31.455] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 31.457] drmOpenDevice: node name is /dev/dri/card1
[ 31.463] drmOpenByBusid: drmOpenMinor returns -1
[ 31.463] drmOpenDevice: node name is /dev/dri/card2
[ 31.470] drmOpenByBusid: drmOpenMinor returns -1
[ 31.470] drmOpenDevice: node name is /dev/dri/card3
[ 31.476] drmOpenByBusid: drmOpenMinor returns -1
[ 31.476] drmOpenDevice: node name is /dev/dri/card4
[ 31.482] drmOpenByBusid: drmOpenMinor returns -1
[ 31.482] drmOpenDevice: node name is /dev/dri/card5
[ 31.488] drmOpenByBusid: drmOpenMinor returns -1
[ 31.489] drmOpenDevice: node name is /dev/dri/card6
[ 31.495] drmOpenByBusid: drmOpenMinor returns -1
[ 31.495] drmOpenDevice: node name is /dev/dri/card7
[ 31.501] drmOpenByBusid: drmOpenMinor returns -1
[ 31.501] drmOpenDevice: node name is /dev/dri/card8
[ 31.507] drmOpenByBusid: drmOpenMinor returns -1
[ 31.507] drmOpenDevice: node name is /dev/dri/card9
[ 31.514] drmOpenByBusid: drmOpenMinor returns -1
[ 31.514] drmOpenDevice: node name is /dev/dri/card10
[ 31.520] drmOpenByBusid: drmOpenMinor returns -1
[ 31.520] drmOpenDevice: node name is /dev/dri/card11
[ 31.526] drmOpenByBusid: drmOpenMinor returns -1
[ 31.526] drmOpenDevice: node name is /dev/dri/card12
[ 31.532] drmOpenByBusid: drmOpenMinor returns -1
[ 31.532] drmOpenDevice: node name is /dev/dri/card13
[ 31.539] drmOpenByBusid: drmOpenMinor returns -1
[ 31.539] drmOpenDevice: node name is /dev/dri/card14
[ 31.545] drmOpenByBusid: drmOpenMinor returns -1
[ 31.545] drmOpenDevice: node name is /dev/dri/card15
[ 31.551] drmOpenByBusid: drmOpenMinor returns -1
[ 31.551] drmOpenDevice: node name is /dev/dri/card0
[ 31.551] drmOpenDevice: open result is 9, (OK)
[ 31.551] drmOpenDevice: node name is /dev/dri/card0
[ 31.551] drmOpenDevice: open result is 9, (OK)
[ 31.551] drmGetBusid returned ''
[ 31.551] (II) EMGD(0): Chipset: "Intel SCH US15 Chipset"
[ 31.551] (II) EMGD(0): Checking for new style options
[ 31.551] (II) EMGD(0): Processing version 7.0 options
[ 31.551] (II) EMGD(0): Using configuration 1
[ 31.551] (II) EMGD(0): Checking for US15 specific configuration.
[ 31.552] (II) EMGD(0): Checking for non-chipset specific configuration.
[ 31.552] (II) EMGD(0): Allocated local dtd for port=3 dtdid=1
[ 31.552] (II) EMGD(0): Option processing done!
[ 31.798] (II) EMGD(0): Valid Display Configurations:
[ 31.798] (II) EMGD(0): DC: 0x00000041
[ 31.798] (II) EMGD(0): DC: 0x00000000
[ 31.798] (II) EMGD(0): Using Display Configuration 0x00000041
[ 31.798] (==) EMGD(0): Depth 24, (--) framebuffer bpp 32
[ 31.798] (==) EMGD(0): Using gamma correction (1.0, 1.0, 1.0)
[ 31.798] (II) EMGD(0): 1 modes passed validation checks
[ 31.798] (--) EMGD(0): Virtual size is 1600x768 (pitch 0)
[ 31.798] (**) EMGD(0): *Built-in mode "1600x768": 55.4 MHz (scaled from 0.0 MHz), 26.9 kHz, 34.0 Hz
[ 31.798] (II) EMGD(0): Modeline "1600x768"x34.0 55.40 1600 1633 1801 2062 768 768 769 788 +hsync +vsync (26.9 kHz)
[ 31.799] (==) EMGD(0): DPI set to (96, 96)
[ 31.799] (II) Loading sub module "fb"
[ 31.799] (II) LoadModule: "fb"
[ 31.799] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 31.849] (II) Module fb: vendor="X.Org Foundation"
[ 31.849] compiled for 1.9.2.901, module version = 1.0.0
[ 31.849] ABI class: X.Org ANSI C Emulation, version 0.4
[ 31.849] (II) Loading sub module "ramdac"
[ 31.849] (II) LoadModule: "ramdac"
[ 31.849] (II) Module "ramdac" already built-in
[ 31.849] (II) EMGD(0): General Driver Configuration Options
[ 31.849] (II) EMGD(0): PCF Version: 7.00
[ 31.849] (II) EMGD(0): Configuration ID: 1
[ 31.850] (II) EMGD(0): Primary Display Configuration Options
[ 31.850] (II) EMGD(0): VideoRam (Pixmap Cache): 32768
[ 31.850] (II) EMGD(0): PORT AND DISPLAY OPTIONS
[ 31.850] (II) EMGD(0): Port Order: 42000
[ 31.850] (II) EMGD(0): Display Config: Single
[ 31.850] (II) EMGD(0): Display Detect: On
[ 31.850] (II) EMGD(0): FB Blend Overlay: Off
[ 31.850] (II) EMGD(0): Gang DVO: Off
[ 31.850] (II) EMGD(0): Refresh Rate: 0
[ 31.850] (II) EMGD(0): Clone Width: 0
[ 31.850] (II) EMGD(0): Clone Height: 0
[ 31.850] (II) EMGD(0): Clone Refresh: 0
[ 31.850] (II) EMGD(0): FRAMEBUFFER OPTIONS
[ 31.850] (II) EMGD(0): Shadow FB: Off
[ 31.850] (II) EMGD(0): Tear FB: On
[ 31.850] (II) EMGD(0): Resize: Off
[ 31.850] (II) EMGD(0): FRAMEBUFFER ORIENTATION OPTIONS
[ 31.850] (II) EMGD(0): Rotation: 0 degrees
[ 31.850] (II) EMGD(0): Flip: Off
[ 31.850] (II) EMGD(0): HARDWARE ACCELERATION OPTIONS
[ 31.850] (II) EMGD(0): HW 2D Accel: On
[ 31.850] (II) EMGD(0): HW Cursor: On
[ 31.850] (II) EMGD(0): XVIDEO OPTIONS
[ 31.850] (II) EMGD(0): XVideo: On
[ 31.851] (II) EMGD(0): XVideoBlend: On
[ 31.851] (II) EMGD(0): XVideoMC: Off
[ 31.851] (II) EMGD(0): XVideoKey: 0xff00ff00
[ 31.851] (II) EMGD(0): Overlay Gamma Red: 0x100
[ 31.851] (II) EMGD(0): Overlay Gamma Green: 0x100
[ 31.851] (II) EMGD(0): Overlay Gamma Blue: 0x100
[ 31.851] (II) EMGD(0): Overlay Brightness: 0x8000
[ 31.851] (II) EMGD(0): Overlay Contrast: 0x8000
[ 31.851] (II) EMGD(0): Overlay Saturation: 0x8000
[ 31.851] (II) EMGD(0): DRI: Off
[ 31.851] (II) EMGD(0): DRI2: On
[ 31.851] (II) EMGD(0): EDID: On
[ 31.851] (II) EMGD(0): QUICKBOOT OPTIONS
[ 31.851] (II) EMGD(0): QuickBoot: 0
[ 31.851] (II) EMGD(0): Seamless: Off
[ 31.851] (II) EMGD(0): Video Input: 0
[ 31.851] (II) EMGD(0): Splash Screen: Off
[ 31.851] (II) EMGD(0): INTERRUPT OPTIONS
[ 31.851] (II) EMGD(0): Polling: Off
[ 31.851] (II) EMGD(0): GLOBAL PER PORT OPTIONS
[ 31.851] (II) EMGD(0): Port 2 (null)
[ 31.851] (II) EMGD(0): Multi-DVO: Off
[ 31.851] (II) EMGD(0): Rotation: 0 degrees
[ 31.852] (II) EMGD(0): Flip: Off
[ 31.852] (II) EMGD(0): Centering: Off
[ 31.852] (II) EMGD(0): RenderScale: Off
[ 31.852] (II) EMGD(0): EDID: On
[ 31.852] (II) EMGD(0): EDID Avail: 0x3
[ 31.852] (II) EMGD(0): EDID Not Avail: 0x1
[ 31.852] (II) EMGD(0): PANEL INFORMATION
[ 31.852] (II) EMGD(0): FP width: 0
[ 31.852] (II) EMGD(0): FP height: 0
[ 31.852] (II) EMGD(0): BKLT Enable: 0
[ 31.852] (II) EMGD(0): BKLT Method: 1
[ 31.852] (II) EMGD(0): BKLT T1: 60
[ 31.852] (II) EMGD(0): BKLT T2: 200
[ 31.852] (II) EMGD(0): BKLT T3: 200
[ 31.852] (II) EMGD(0): BKLT T4: 50
[ 31.852] (II) EMGD(0): BKLT T5: 400
[ 31.852] (II) EMGD(0): GPIO Pin VDD: 0
[ 31.852] (II) EMGD(0): GPIO Pin VEE: 0
[ 31.852] (II) EMGD(0): GPIO Pin BKLT:0
[ 31.852] (II) EMGD(0): DVO i2c pin: 0
[ 31.852] (II) EMGD(0): DVO i2c DAB: 0
[ 31.852] (II) EMGD(0): DVO i2c speed:0
[ 31.852] (II) EMGD(0): DVO ddc pin: 0
[ 31.852] (II) EMGD(0): DVO ddc speed:0
[ 31.852] (II) EMGD(0): Number DTD's: 0
[ 31.852] (II) EMGD(0): Number Attr's: 0
[ 31.853] (II) EMGD(0): Port 4 LVDS
[ 31.853] (II) EMGD(0): Multi-DVO: Off
[ 31.853] (II) EMGD(0): Rotation: 0 degrees
[ 31.853] (II) EMGD(0): Flip: Off
[ 31.853] (II) EMGD(0): Centering: Off
[ 31.853] (II) EMGD(0): RenderScale: Off
[ 31.853] (II) EMGD(0): EDID: On
[ 31.853] (II) EMGD(0): EDID Avail: 0x0
[ 31.853] (II) EMGD(0): EDID Not Avail: 0x4
[ 31.853] (II) EMGD(0): PANEL INFORMATION
[ 31.853] (II) EMGD(0): FP width: 1600
[ 31.853] (II) EMGD(0): FP height: 768
[ 31.853] (II) EMGD(0): BKLT Enable: 0
[ 31.853] (II) EMGD(0): BKLT Method: 0
[ 31.853] (II) EMGD(0): BKLT T1: 0
[ 31.853] (II) EMGD(0): BKLT T2: 0
[ 31.853] (II) EMGD(0): BKLT T3: 0
[ 31.853] (II) EMGD(0): BKLT T4: 0
[ 31.853] (II) EMGD(0): BKLT T5: 0
[ 31.853] (II) EMGD(0): GPIO Pin VDD: 0
[ 31.853] (II) EMGD(0): GPIO Pin VEE: 0
[ 31.853] (II) EMGD(0): GPIO Pin BKLT:0
[ 31.853] (II) EMGD(0): DVO i2c pin: 0
[ 31.853] (II) EMGD(0): DVO i2c DAB: 0
[ 31.853] (II) EMGD(0): DVO i2c speed:0
[ 31.853] (II) EMGD(0): DVO ddc pin: 0
[ 31.854] (II) EMGD(0): DVO ddc speed:0
[ 31.854] (II) EMGD(0): Number DTD's: 1
[ 31.854] (II) EMGD(0): 1-width: 1600
[ 31.854] (II) EMGD(0): 1-height: 768
[ 31.854] (II) EMGD(0): 1-refresh: 0
[ 31.854] (II) EMGD(0): 1-dclk: 55400
[ 31.854] (II) EMGD(0): 1-horz total: 8256
[ 31.854] (II) EMGD(0): 1-horz b_start:1599
[ 31.854] (II) EMGD(0): 1-horz b_end: 2062
[ 31.854] (II) EMGD(0): 1-horz s_start:1633
[ 31.854] (II) EMGD(0): 1-horz s_end: 1801
[ 31.854] (II) EMGD(0): 1-vert total: 0
[ 31.854] (II) EMGD(0): 1-vert b_start:767
[ 31.854] (II) EMGD(0): 1-vert b_end: 788
[ 31.854] (II) EMGD(0): 1-vert s_start:768
[ 31.854] (II) EMGD(0): 1-vert s_end: 769
[ 31.854] (II) EMGD(0): 1-flags: 0xc000000
[ 31.854] (II) EMGD(0): Number Attr's: 5
[ 31.854] (==) Depth 24 pixmap format is 32 bpp
[ 31.919] drmOpenDevice: node name is /dev/dri/card0
[ 31.919] drmOpenDevice: open result is 10, (OK)
[ 31.919] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 31.920] drmOpenDevice: node name is /dev/dri/card0
[ 31.920] drmOpenDevice: open result is 10, (OK)
[ 31.920] drmOpenByBusid: drmOpenMinor returns 10
[ 31.920] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 31.920] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 32.071] drmOpenDevice: node name is /dev/dri/card0
[ 32.071] drmOpenDevice: open result is 10, (OK)
[ 32.071] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 32.072] drmOpenDevice: node name is /dev/dri/card0
[ 32.072] drmOpenDevice: open result is 10, (OK)
[ 32.072] drmOpenByBusid: drmOpenMinor returns 10
[ 32.072] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 32.072] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 32.072] drmOpenDevice: node name is /dev/dri/card0
[ 32.072] drmOpenDevice: open result is 10, (OK)
[ 32.072] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 32.072] drmOpenDevice: node name is /dev/dri/card0
[ 32.072] drmOpenDevice: open result is 10, (OK)
[ 32.072] drmOpenByBusid: drmOpenMinor returns 10
[ 32.072] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 32.072] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 32.073] drmOpenDevice: node name is /dev/dri/card0
[ 32.073] drmOpenDevice: open result is 10, (OK)
[ 32.073] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 32.073] drmOpenDevice: node name is /dev/dri/card0
[ 32.073] drmOpenDevice: open result is 10, (OK)
[ 32.073] drmOpenByBusid: drmOpenMinor returns 10
[ 32.073] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 32.073] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 32.082] drmOpenDevice: node name is /dev/dri/card0
[ 32.082] drmOpenDevice: open result is 11, (OK)
[ 32.082] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 32.082] drmOpenDevice: node name is /dev/dri/card0
[ 32.082] drmOpenDevice: open result is 11, (OK)
[ 32.082] drmOpenByBusid: drmOpenMinor returns 11
[ 32.082] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 32.082] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 32.082] drmOpenDevice: node name is /dev/dri/card0
[ 32.083] drmOpenDevice: open result is 11, (OK)
[ 32.083] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 32.083] drmOpenDevice: node name is /dev/dri/card0
[ 32.083] drmOpenDevice: open result is 11, (OK)
[ 32.083] drmOpenByBusid: drmOpenMinor returns 11
[ 32.083] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 32.083] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 32.083] drmOpenDevice: node name is /dev/dri/card0
[ 32.083] drmOpenDevice: open result is 11, (OK)
[ 32.083] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 32.083] drmOpenDevice: node name is /dev/dri/card0
[ 32.083] drmOpenDevice: open result is 11, (OK)
[ 32.083] drmOpenByBusid: drmOpenMinor returns 11
[ 32.083] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 32.083] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 32.088] (II) EMGD(0): [DRI2] Setup complete
[ 32.088] (II) EMGD(0): [DRI2] DRI driver: emgd
[ 32.088] (II) EMGD(0): DRI2 initialization complete.
[ 32.170] (II) UXA(0): Driver registered support for the following operations:
[ 32.170] (II) solid
[ 32.170] (II) copy
[ 32.171] (II) composite (RENDER acceleration)
[ 32.171] (II) EMGD(0): Video acceleration initialization complete
[ 32.171] (==) EMGD(0): Backing store disabled
[ 32.218] drmOpenDevice: node name is /dev/dri/card0
[ 32.219] drmOpenDevice: open result is 12, (OK)
[ 32.219] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 32.219] drmOpenDevice: node name is /dev/dri/card0
[ 32.219] drmOpenDevice: open result is 12, (OK)
[ 32.219] drmOpenByBusid: drmOpenMinor returns 12
[ 32.219] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 32.219] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 32.219] drmOpenDevice: node name is /dev/dri/card0
[ 32.219] drmOpenDevice: open result is 12, (OK)
[ 32.219] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 32.219] drmOpenDevice: node name is /dev/dri/card0
[ 32.219] drmOpenDevice: open result is 12, (OK)
[ 32.219] drmOpenByBusid: drmOpenMinor returns 12
[ 32.219] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 32.219] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 32.223] (II) EMGD(0): Hardware Cursor Initialization complete.
[ 32.223] (==) EMGD(0): Silken mouse enabled
[ 32.223] (==) EMGD(0): DPMS enabled
[ 32.224] (==) RandR enabled
[ 32.224] (II) Initializing built-in extension Generic Event Extension
[ 32.224] (II) Initializing built-in extension SHAPE
[ 32.224] (II) Initializing built-in extension MIT-SHM
[ 32.224] (II) Initializing built-in extension XInputExtension
[ 32.224] (II) Initializing built-in extension XTEST
[ 32.224] (II) Initializing built-in extension BIG-REQUESTS
[ 32.224] (II) Initializing built-in extension SYNC
[ 32.224] (II) Initializing built-in extension XKEYBOARD
[ 32.224] (II) Initializing built-in extension XC-MISC
[ 32.224] (II) Initializing built-in extension SECURITY
[ 32.224] (II) Initializing built-in extension XINERAMA
[ 32.225] (II) Initializing built-in extension XFIXES
[ 32.225] (II) Initializing built-in extension RENDER
[ 32.225] (II) Initializing built-in extension RANDR
[ 32.225] (II) Initializing built-in extension COMPOSITE
[ 32.225] (II) Initializing built-in extension DAMAGE
[ 32.225] (II) Initializing built-in extension GESTURE
[ 32.585] drmOpenDevice: node name is /dev/dri/card0
[ 32.585] drmOpenDevice: open result is 12, (OK)
[ 32.585] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 32.585] drmOpenDevice: node name is /dev/dri/card0
[ 32.585] drmOpenDevice: open result is 12, (OK)
[ 32.585] drmOpenByBusid: drmOpenMinor returns 12
[ 32.586] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 32.586] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 32.586] drmOpenDevice: node name is /dev/dri/card0
[ 32.586] drmOpenDevice: open result is 12, (OK)
[ 32.586] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 32.587] drmOpenDevice: node name is /dev/dri/card0
[ 32.587] drmOpenDevice: open result is 12, (OK)
[ 32.587] drmOpenByBusid: drmOpenMinor returns 12
[ 32.587] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 32.587] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 32.764] drmOpenDevice: node name is /dev/dri/card0
[ 32.764] drmOpenDevice: open result is 12, (OK)
[ 32.764] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 32.764] drmOpenDevice: node name is /dev/dri/card0
[ 32.764] drmOpenDevice: open result is 12, (OK)
[ 32.764] drmOpenByBusid: drmOpenMinor returns 12
[ 32.764] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 32.764] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 32.772] drmOpenDevice: node name is /dev/dri/card0
[ 32.772] drmOpenDevice: open result is 13, (OK)
[ 32.772] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 32.772] drmOpenDevice: node name is /dev/dri/card0
[ 32.772] drmOpenDevice: open result is 13, (OK)
[ 32.772] drmOpenByBusid: drmOpenMinor returns 13
[ 32.772] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 32.772] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 32.772] drmOpenDevice: node name is /dev/dri/card0
[ 32.772] drmOpenDevice: open result is 13, (OK)
[ 32.772] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 32.772] drmOpenDevice: node name is /dev/dri/card0
[ 32.772] drmOpenDevice: open result is 13, (OK)
[ 32.772] drmOpenByBusid: drmOpenMinor returns 13
[ 32.772] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 32.772] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 32.772] drmOpenDevice: node name is /dev/dri/card0
[ 32.773] drmOpenDevice: open result is 13, (OK)
[ 32.773] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 32.773] drmOpenDevice: node name is /dev/dri/card0
[ 32.773] drmOpenDevice: open result is 13, (OK)
[ 32.773] drmOpenByBusid: drmOpenMinor returns 13
[ 32.773] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 32.773] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 32.899] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 32.899] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 32.899] (II) AIGLX: enabled GLX_SGI_make_current_read
[ 32.899] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 32.900] (II) AIGLX: Loaded and initialized /usr/lib/dri/emgd_dri.so
[ 32.900] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 33.237] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[ 33.274] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 33.274] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 33.274] (II) LoadModule: "evdev"
[ 33.274] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 33.488] (II) Module evdev: vendor="X.Org Foundation"
[ 33.488] compiled for 1.9.2.901, module version = 2.5.99
[ 33.488] Module class: X.Org XInput Driver
[ 33.488] ABI class: X.Org XInput driver, version 11.0
[ 33.488] (**) Video Bus: always reports core events
[ 33.489] (**) Video Bus: Device: "/dev/input/event4"
[ 33.489] (--) Video Bus: Found keys
[ 33.489] (II) Video Bus: Configuring as keyboard
[ 33.489] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 33.489] (**) Option "xkb_rules" "evdev"
[ 33.490] (**) Option "xkb_model" "evdev"
[ 33.490] (**) Option "xkb_layout" "us"
[ 33.497] (II) XKB: reuse xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm
[ 33.638] (II) config/udev: Adding input device Sony Vaio Keys (/dev/input/event5)
[ 33.638] (**) Sony Vaio Keys: Applying InputClass "evdev keyboard catchall"
[ 33.638] (**) Sony Vaio Keys: always reports core events
[ 33.639] (**) Sony Vaio Keys: Device: "/dev/input/event5"
[ 33.639] (--) Sony Vaio Keys: Found keys
[ 33.639] (II) Sony Vaio Keys: Configuring as keyboard
[ 33.639] (II) XINPUT: Adding extended input device "Sony Vaio Keys" (type: KEYBOARD)
[ 33.639] (**) Option "xkb_rules" "evdev"
[ 33.639] (**) Option "xkb_model" "evdev"
[ 33.639] (**) Option "xkb_layout" "us"
[ 33.647] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 33.647] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 33.648] (**) Power Button: always reports core events
[ 33.648] (**) Power Button: Device: "/dev/input/event1"
[ 33.648] (--) Power Button: Found keys
[ 33.648] (II) Power Button: Configuring as keyboard
[ 33.648] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 33.648] (**) Option "xkb_rules" "evdev"
[ 33.648] (**) Option "xkb_model" "evdev"
[ 33.648] (**) Option "xkb_layout" "us"
[ 33.650] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 33.650] (II) No input driver/identifier specified (ignoring)
[ 33.653] (II) config/udev: Adding input device HDA Intel MID Mic (/dev/input/event8)
[ 33.653] (II) No input driver/identifier specified (ignoring)
[ 33.654] (II) config/udev: Adding input device HDA Intel MID Headphone (/dev/input/event9)
[ 33.654] (II) No input driver/identifier specified (ignoring)
[ 33.661] (II) config/udev: Adding input device I-Rocks Technology Co., LTD. Laser Mouse (/dev/input/event3)
[ 33.661] (**) I-Rocks Technology Co., LTD. Laser Mouse: Applying InputClass "evdev pointer catchall"
[ 33.661] (**) I-Rocks Technology Co., LTD. Laser Mouse: always reports core events
[ 33.661] (**) I-Rocks Technology Co., LTD. Laser Mouse: Device: "/dev/input/event3"
[ 33.661] (--) I-Rocks Technology Co., LTD. Laser Mouse: Found 9 mouse buttons
[ 33.661] (--) I-Rocks Technology Co., LTD. Laser Mouse: Found scroll wheel(s)
[ 33.661] (--) I-Rocks Technology Co., LTD. Laser Mouse: Found relative axes
[ 33.661] (--) I-Rocks Technology Co., LTD. Laser Mouse: Found x and y relative axes
[ 33.661] (II) I-Rocks Technology Co., LTD. Laser Mouse: Configuring as mouse
[ 33.661] (II) I-Rocks Technology Co., LTD. Laser Mouse: Adding scrollwheel support
[ 33.661] (**) I-Rocks Technology Co., LTD. Laser Mouse: YAxisMapping: buttons 4 and 5
[ 33.661] (**) I-Rocks Technology Co., LTD. Laser Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 33.661] (II) XINPUT: Adding extended input device " I-Rocks Technology Co., LTD. Laser Mouse" (type: MOUSE)
[ 33.662] (**) I-Rocks Technology Co., LTD. Laser Mouse: (accel) keeping acceleration scheme 1
[ 33.662] (**) I-Rocks Technology Co., LTD. Laser Mouse: (accel) acceleration profile 0
[ 33.662] (**) I-Rocks Technology Co., LTD. Laser Mouse: (accel) acceleration factor: 2.000
[ 33.662] (**) I-Rocks Technology Co., LTD. Laser Mouse: (accel) acceleration threshold: 4
[ 33.662] (II) I-Rocks Technology Co., LTD. Laser Mouse: initialized for relative axes.
[ 33.664] (II) config/udev: Adding input device I-Rocks Technology Co., LTD. Laser Mouse (/dev/input/mouse0)
[ 33.664] (II) No input driver/identifier specified (ignoring)
[ 33.685] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[ 33.685] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 33.685] (**) AT Translated Set 2 keyboard: always reports core events
[ 33.685] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event2"
[ 33.685] (--) AT Translated Set 2 keyboard: Found keys
[ 33.685] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 33.686] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 33.686] (**) Option "xkb_rules" "evdev"
[ 33.686] (**) Option "xkb_model" "evdev"
[ 33.686] (**) Option "xkb_layout" "us"
[ 33.687] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event7)
[ 33.687] (**) PS/2 Generic Mouse: Applying InputClass "evdev pointer catchall"
[ 33.687] (**) PS/2 Generic Mouse: always reports core events
[ 33.687] (**) PS/2 Generic Mouse: Device: "/dev/input/event7"
[ 33.687] (--) PS/2 Generic Mouse: Found 3 mouse buttons
[ 33.687] (--) PS/2 Generic Mouse: Found relative axes
[ 33.687] (--) PS/2 Generic Mouse: Found x and y relative axes
[ 33.687] (II) PS/2 Generic Mouse: Configuring as mouse
[ 33.687] (**) PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5
[ 33.687] (**) PS/2 Generic Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 33.687] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE)
[ 33.688] (**) PS/2 Generic Mouse: (accel) keeping acceleration scheme 1
[ 33.688] (**) PS/2 Generic Mouse: (accel) acceleration profile 0
[ 33.688] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[ 33.688] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[ 33.688] (II) PS/2 Generic Mouse: initialized for relative axes.
[ 33.689] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse2)
[ 33.689] (II) No input driver/identifier specified (ignoring)
[ 33.705] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/event6)
[ 33.705] (II) No input driver/identifier specified (ignoring)
[ 33.706] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/mouse1)
[ 33.706] (II) No input driver/identifier specified (ignoring)
[ 94.866] (II) XKB: reuse xkmfile /var/lib/xkb/server-AC7984E87D24B0DEBCDDD1E7AAFDCFE1A95A0005.xkm
[ 95.365] (II) XKB: reuse xkmfile /var/lib/xkb/server-AC7984E87D24B0DEBCDDD1E7AAFDCFE1A95A0005.xkm
[ 95.377] (II) XKB: reuse xkmfile /var/lib/xkb/server-AC7984E87D24B0DEBCDDD1E7AAFDCFE1A95A0005.xkm
[ 95.388] (II) XKB: reuse xkmfile /var/lib/xkb/server-AC7984E87D24B0DEBCDDD1E7AAFDCFE1A95A0005.xkmgoogle検索でこれしかヒットしませんでした。
https://forums.ubuntulinux.jp/viewtopic.php?id=12220
オフライン
*Built-in mode "1600x768": 55.4 MHz (scaled from 0.0 MHz), 26.9 kHz, 34.0 Hz
Modeline "1600x768"x34.0 55.40 1600 1633 1801 2062 768 768 769 788 +hsync +vsync (26.9 kHz)
Xorg.0.logに上記の箇所が見えますので
Modeline "1600x768" 55.40 1600 1679 1927 2095 768 768 772 794 -HSync -Vsync
の箇所を頭に#を付けコメントアウトして
#Modeline "1600x768" 55.40 1600 1679 1927 2095 768 768 772 794 -HSync -Vsync
Modeline "1600x768" 55.40 1600 1633 1801 2062 768 768 769 788 +HSync +Vsync
を追加
Option "ALL/1/Port/4/Dtd/1/VertBlank" "21"
の"21"を"27"に変更してみるとどうでしょうか。
余計おかしくなったら御免なさい。
念のため man emgd で設定値、記述法方など確認しください。
(私が間違っている場合がありますので)
ビデオメモリも多い方が良いかと思います。
VideoRam 32768(付属のもの)
VideoRAM 131072(netで拾ったもの)
カーネルオプションにmem=xxxmb(実メモリからビデオメモリを引いた値)も忘れずに記述してください。
オフライン
http://blog.bodhizazen.net/linux/ubuntu-gma500-live-cd/
こちらから、ubuntu-12.04-desktop-i386-gma500-custom.iso
がダウンロードできるようです。
Live起動などで、表示できるか試してみては。
http://ubuntuforums.org/showthread.php?t=1229345&page=525
こちらのフォーラムも未だに進行形のようですので、まともに動くかどうかは解りませんが。
cinnamonも使えるかどうかは解りません。
オフライン
アップデートマネージャを使ったあとcinnamonをインストールしたら、普通のcinnamon画面が表示されました。
しかし、メニューにマウスカーソルをもっていくとメニューが消えてしまいました。画面のギラギラは変化なしでした。
12.04の方を試してみます。
オフライン
インストールは成功するんですが、起動すると真っ黒になってしまいます。
http://cdimage.ubuntu.com/daily/current/の
precise-alternate-i386.iso
をためしてみます。
オフライン
こんなのもありました。
https://forums.ubuntulinux.jp/viewtopic.php?id=13214
full-auto-installer_12.04_beta2_x86.iso
あとで試してみたいです。
オフライン
両方ともインストールはできるんですが起動できません。
真っ黒な画面のままです。
オフライン
ドライバの問題なのですが、Ubuntuのバージョン、使用するドライバの種類で対策が異なるようです。
12.04では、http://alissa-sabre.cocolog-nifty.com/b … buntu.htmlこのような解決策もあるようです。
オフライン
ちょっと長くなるので、結論から言うと、cinnamonのフォールバックモードになりました。
cinnamon settingも動かせます。ただ、上下のバーがあって、Ubuntu10.04の画面と同じようになってしまいました。
memmap=1K#0x7f800000 Use Ubuntu でインストールし、リカバリモードで起動して、一番上のレジューム起動すると画面上半分だけ映って、マウスカーソルを動かすと画像が乱れる状態になります。
そこではゲストセッションがログインしやすいので(上半分の映り込みのため)ゲストセッションでログインします。
それからログアウトします。そうすると正常なログイン画面に戻っているので、通常のユーザーアカウントでログインします。
それから、
http://bats.cocolog-nifty.com/blog/2010/11/ubuntu-1010gma5.html
にある操作をして/etc/default/grub等を修正して、以前修正した10-emgd.conf で/usr/share/X11/xorg.conf.d/10-emgd.confを書き換えます。
それから再起動するとなんと一番上の通常モードでの起動が可能になりました。
それから、cinnamonをインストールするのに2つリポジトリがあって、本家のリポジトリを登録するとインストールするものがないと怒られてしまいます。(Ubuntu11.10の時は本家と分家があるなんて知らなくて分家の方でやっていました、だから、ひょっとしたら本家でやったらまた違った挙動になったと思います。)12.04の方は必然的に分家になります。
本家:$sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable 分家:$sudo add-apt-repository ppa:merlwiz79/cinnamon-ppa
それからcinnamonのスキンの自動インストールをしました。
sudo apt-get install git-core cd && git clone https://github.com/linuxmint/cinnamon-themes.git cd cinnamon-themes ./test
これで、cinnamon settingから細かい設定をしました。
僕はチョコレート色のスキンを選びました。
オフライン
あと、フォールバックモードの件ですが、ログはこんな感じです。長いので分割します。
[ 35709.579]
X.Org X Server 1.11.3
Release Date: 2011-12-16
[ 35709.580] X Protocol Version 11, Revision 0
[ 35709.580] Build Operating System: Linux 2.6.24-29-server i686 Ubuntu
[ 35709.580] Current Operating System: Linux trazomaw-VGN-P91S 3.2.0-22-generic-pae #35-Ubuntu SMP Tue Apr 3 20:37:36 UTC 2012 i686
[ 35709.580] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-22-generic-pae root=UUID=fa8556a0-42af-48a4-bd90-e6c24b7b363a ro acpi_osi=Linux acpi_backlight=vendor acpi_skip_timer nomodeset video=uvesafb:mode_option=1600x768-24,mtrr=3,scroll=ywrap pci=nocrs mem=1896mb quiet splash acpi_backlight=vendor noplymouth
[ 35709.580] Build Date: 04 April 2012 11:58:38PM
[ 35709.580] xorg-server 2:1.11.4-0ubuntu10 (For technical support please see http://www.ubuntu.com/support)
[ 35709.580] Current version of pixman: 0.24.4
[ 35709.580] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 35709.580] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 35709.580] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr 10 11:13:33 2012
[ 35709.581] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 35709.582] (==) ServerLayout "Default Layout"
[ 35709.582] (**) |-->Screen "Screen0" (0)
[ 35709.582] (**) | |-->Monitor "<default monitor>"
[ 35709.582] (**) | |-->Device "Intel_EMGD-0"
[ 35709.582] (==) No monitor specified for screen "Screen0".
Using a default monitor configuration.
[ 35709.582] (==) Automatically adding devices
[ 35709.582] (==) Automatically enabling devices
[ 35709.583] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 35709.583] Entry deleted from font path.
[ 35709.583] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 35709.583] Entry deleted from font path.
[ 35709.583] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 35709.583] Entry deleted from font path.
[ 35709.583] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 35709.583] Entry deleted from font path.
[ 35709.583] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 35709.583] Entry deleted from font path.
[ 35709.583] (WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType".
[ 35709.583] Entry deleted from font path.
[ 35709.583] (Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType").
[ 35709.583] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
built-ins
[ 35709.583] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[ 35709.583] (WW) Ignoring unrecognized extension "composite"
[ 35709.583] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 35709.583] (II) Loader magic: 0xb78025a0
[ 35709.583] (II) Module ABI versions:
[ 35709.583] X.Org ANSI C Emulation: 0.4
[ 35709.583] X.Org Video Driver: 11.0
[ 35709.583] X.Org XInput driver : 16.0
[ 35709.583] X.Org Server Extension : 6.0
[ 35709.584] (--) PCI:*(0:0:2:0) 8086:8108:104d:9039 rev 6, Mem @ 0x94200000/524288, 0x80000000/268435456, 0x94280000/262144, I/O @ 0x00006070/8
[ 35709.585] (II) Open ACPI successful (/var/run/acpid.socket)
[ 35709.585] (II) LoadModule: "extmod"
[ 35709.586] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 35709.586] (II) Module extmod: vendor="X.Org Foundation"
[ 35709.586] compiled for 1.11.3, module version = 1.0.0
[ 35709.586] Module class: X.Org Server Extension
[ 35709.586] ABI class: X.Org Server Extension, version 6.0
[ 35709.587] (II) Loading extension MIT-SCREEN-SAVER
[ 35709.587] (II) Loading extension XFree86-VidModeExtension
[ 35709.587] (II) Loading extension XFree86-DGA
[ 35709.587] (II) Loading extension DPMS
[ 35709.587] (II) Loading extension XVideo
[ 35709.587] (II) Loading extension XVideo-MotionCompensation
[ 35709.587] (II) Loading extension X-Resource
[ 35709.587] (II) LoadModule: "dbe"
[ 35709.587] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 35709.587] (II) Module dbe: vendor="X.Org Foundation"
[ 35709.587] compiled for 1.11.3, module version = 1.0.0
[ 35709.588] Module class: X.Org Server Extension
[ 35709.588] ABI class: X.Org Server Extension, version 6.0
[ 35709.588] (II) Loading extension DOUBLE-BUFFER
[ 35709.588] (II) LoadModule: "glx"
[ 35709.588] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 35709.589] (II) Module glx: vendor="X.Org Foundation"
[ 35709.589] compiled for 1.11.3, module version = 1.0.0
[ 35709.589] ABI class: X.Org Server Extension, version 6.0
[ 35709.589] (==) AIGLX enabled
[ 35709.589] (II) Loading extension GLX
[ 35709.589] (II) LoadModule: "record"
[ 35709.589] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 35709.589] (II) Module record: vendor="X.Org Foundation"
[ 35709.590] compiled for 1.11.3, module version = 1.13.0
[ 35709.590] Module class: X.Org Server Extension
[ 35709.590] ABI class: X.Org Server Extension, version 6.0
[ 35709.590] (II) Loading extension RECORD
[ 35709.590] (II) LoadModule: "dri"
[ 35709.590] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 35709.591] (II) Module dri: vendor="X.Org Foundation"
[ 35709.591] compiled for 1.11.3, module version = 1.0.0
[ 35709.591] ABI class: X.Org Server Extension, version 6.0
[ 35709.591] (II) Loading extension XFree86-DRI
[ 35709.591] (II) LoadModule: "dri2"
[ 35709.591] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 35709.591] (II) Module dri2: vendor="X.Org Foundation"
[ 35709.591] compiled for 1.11.3, module version = 1.2.0
[ 35709.591] ABI class: X.Org Server Extension, version 6.0
[ 35709.591] (II) Loading extension DRI2
[ 35709.592] (II) LoadModule: "emgd"
[ 35709.592] (II) Loading /usr/lib/xorg/modules/drivers/emgd_drv.so
[ 35709.593] (II) Module emgd: vendor="Intel(R) Corporation"
[ 35709.593] compiled for 1.10.0, module version = 1.10.2209
[ 35709.593] Module class: X.Org Video Driver
[ 35709.593] ABI class: X.Org Video Driver, version 10.0
[ 35709.593] (EE) module ABI major version (10) doesn't match the server's version (11)
[ 35709.593] (II) UnloadModule: "emgd"
[ 35709.593] (II) Unloading emgd
[ 35709.593] (EE) Failed to load module "emgd" (module requirement mismatch, 0)
[ 35709.593] (==) Matched vesa as autoconfigured driver 0
[ 35709.593] (==) Matched fbdev as autoconfigured driver 1
[ 35709.593] (==) Assigned the driver to the xf86ConfigLayout
[ 35709.593] (II) LoadModule: "vesa"
[ 35709.594] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 35709.594] (II) Module vesa: vendor="X.Org Foundation"
[ 35709.594] compiled for 1.11.3, module version = 2.3.0
[ 35709.594] Module class: X.Org Video Driver
[ 35709.595] ABI class: X.Org Video Driver, version 11.0
[ 35709.595] (II) LoadModule: "fbdev"
[ 35709.595] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 35709.596] (II) Module fbdev: vendor="X.Org Foundation"
[ 35709.596] compiled for 1.11.3, module version = 0.4.2
[ 35709.596] ABI class: X.Org Video Driver, version 11.0
[ 35709.596] (II) VESA: driver for VESA chipsets: vesa
[ 35709.596] (II) FBDEV: driver for framebuffer: fbdev
[ 35709.596] (++) using VT number 7
[ 35709.596] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 35709.596] (WW) Falling back to old probe method for fbdev
[ 35709.596] (II) Loading sub module "fbdevhw"
[ 35709.596] (II) LoadModule: "fbdevhw"
[ 35709.597] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 35709.597] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 35709.597] compiled for 1.11.3, module version = 0.0.2
[ 35709.597] ABI class: X.Org Video Driver, version 11.0
[ 35709.597] (II) Loading sub module "vbe"
[ 35709.597] (II) LoadModule: "vbe"
[ 35709.598] (II) Loading /usr/lib/xorg/modules/libvbe.so
[ 35709.598] (II) Module vbe: vendor="X.Org Foundation"
[ 35709.598] compiled for 1.11.3, module version = 1.1.0
[ 35709.598] ABI class: X.Org Video Driver, version 11.0
[ 35709.598] (II) Loading sub module "int10"
[ 35709.598] (II) LoadModule: "int10"
[ 35709.598] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 35709.599] (II) Module int10: vendor="X.Org Foundation"
[ 35709.599] compiled for 1.11.3, module version = 1.0.0
[ 35709.599] ABI class: X.Org Video Driver, version 11.0
[ 35709.599] (II) VESA(0): initializing int10
[ 35709.607] (II) VESA(0): Bad V_BIOS checksum
[ 35709.607] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[ 35709.608] (II) VESA(0): VESA BIOS detected
[ 35709.608] (II) VESA(0): VESA VBE Version 3.0
[ 35709.608] (II) VESA(0): VESA VBE Total Mem: 7872 kB
[ 35709.608] (II) VESA(0): VESA VBE OEM: Intel(r)Poulsbo Graphics Chip Accelerated VGA BIOS
[ 35709.608] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[ 35709.608] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
[ 35709.608] (II) VESA(0): VESA VBE OEM Product: Intel(r)Poulsbo Graphics Controller
[ 35709.608] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[ 35709.687] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[ 35709.687] (==) VESA(0): RGB weight 888
[ 35709.687] (==) VESA(0): Default visual is TrueColor
[ 35709.687] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 35709.687] (II) Loading sub module "ddc"
[ 35709.687] (II) LoadModule: "ddc"
[ 35709.687] (II) Module "ddc" already built-in
[ 35709.750] (II) VESA(0): VESA VBE DDC supported
[ 35709.750] (II) VESA(0): VESA VBE DDC Level none
[ 35709.750] (II) VESA(0): VESA VBE DDC transfer in appr. 0 sec.
[ 35709.751] (II) VESA(0): VESA VBE DDC read failed
[ 35709.751] (II) VESA(0): VESA VBE PanelID read successfully
[ 35709.751] (II) VESA(0): PanelID returned panel resolution 1600x768
[ 35709.751] (II) VESA(0): Searching for matching VESA mode(s):
[ 35709.754] Mode: 160 (1366x768)
[ 35709.754] ModeAttributes: 0x9b
[ 35709.754] WinAAttributes: 0x7
[ 35709.754] WinBAttributes: 0x0
[ 35709.754] WinGranularity: 64
[ 35709.754] WinSize: 64
[ 35709.754] WinASegment: 0xa000
[ 35709.754] WinBSegment: 0x0
[ 35709.754] WinFuncPtr: 0xc00081fb
[ 35709.754] BytesPerScanline: 1408
[ 35709.754] XResolution: 1366
[ 35709.754] YResolution: 768
[ 35709.754] XCharSize: 8
[ 35709.754] YCharSize: 16
[ 35709.754] NumberOfPlanes: 1
[ 35709.754] BitsPerPixel: 8
[ 35709.754] NumberOfBanks: 1
[ 35709.754] MemoryModel: 4
[ 35709.754] BankSize: 0
[ 35709.754] NumberOfImages: 6
[ 35709.754] RedMaskSize: 0
[ 35709.754] RedFieldPosition: 0
[ 35709.754] GreenMaskSize: 0
[ 35709.754] GreenFieldPosition: 0
[ 35709.754] BlueMaskSize: 0
[ 35709.754] BlueFieldPosition: 0
[ 35709.755] RsvdMaskSize: 0
[ 35709.755] RsvdFieldPosition: 0
[ 35709.755] DirectColorModeInfo: 0
[ 35709.755] PhysBasePtr: 0x7f800000
[ 35709.755] LinBytesPerScanLine: 1408
[ 35709.755] BnkNumberOfImagePages: 6
[ 35709.755] LinNumberOfImagePages: 6
[ 35709.755] LinRedMaskSize: 0
[ 35709.755] LinRedFieldPosition: 0
[ 35709.755] LinGreenMaskSize: 0
[ 35709.755] LinGreenFieldPosition: 0
[ 35709.755] LinBlueMaskSize: 0
[ 35709.755] LinBlueFieldPosition: 0
[ 35709.755] LinRsvdMaskSize: 0
[ 35709.755] LinRsvdFieldPosition: 0
[ 35709.755] MaxPixelClock: 230000000
[ 35709.758] Mode: 161 (1366x768)
[ 35709.758] ModeAttributes: 0x9b
[ 35709.758] WinAAttributes: 0x7
[ 35709.758] WinBAttributes: 0x0
[ 35709.758] WinGranularity: 64
[ 35709.758] WinSize: 64
[ 35709.758] WinASegment: 0xa000
[ 35709.758] WinBSegment: 0x0
[ 35709.758] WinFuncPtr: 0xc00081fb
[ 35709.758] BytesPerScanline: 2752
[ 35709.758] XResolution: 1366
[ 35709.758] YResolution: 768
[ 35709.758] XCharSize: 8
[ 35709.758] YCharSize: 16
[ 35709.758] NumberOfPlanes: 1
[ 35709.758] BitsPerPixel: 16
[ 35709.758] NumberOfBanks: 1
[ 35709.758] MemoryModel: 6
[ 35709.758] BankSize: 0
[ 35709.758] NumberOfImages: 2
[ 35709.758] RedMaskSize: 5
[ 35709.758] RedFieldPosition: 11
[ 35709.758] GreenMaskSize: 6
[ 35709.758] GreenFieldPosition: 5
[ 35709.758] BlueMaskSize: 5
[ 35709.758] BlueFieldPosition: 0
[ 35709.758] RsvdMaskSize: 0
[ 35709.758] RsvdFieldPosition: 0
[ 35709.758] DirectColorModeInfo: 0
[ 35709.758] PhysBasePtr: 0x7f800000
[ 35709.758] LinBytesPerScanLine: 2752
[ 35709.758] BnkNumberOfImagePages: 2
[ 35709.758] LinNumberOfImagePages: 2
[ 35709.758] LinRedMaskSize: 5
[ 35709.758] LinRedFieldPosition: 11
[ 35709.759] LinGreenMaskSize: 6
[ 35709.759] LinGreenFieldPosition: 5
[ 35709.759] LinBlueMaskSize: 5
[ 35709.759] LinBlueFieldPosition: 0
[ 35709.759] LinRsvdMaskSize: 0
[ 35709.759] LinRsvdFieldPosition: 0
[ 35709.759] MaxPixelClock: 230000000
[ 35709.761] *Mode: 162 (1366x768)
[ 35709.762] ModeAttributes: 0x9b
[ 35709.762] WinAAttributes: 0x7
[ 35709.762] WinBAttributes: 0x0
[ 35709.762] WinGranularity: 64
[ 35709.762] WinSize: 64
[ 35709.762] WinASegment: 0xa000
[ 35709.762] WinBSegment: 0x0
[ 35709.762] WinFuncPtr: 0xc00081fb
[ 35709.762] BytesPerScanline: 5504
[ 35709.762] XResolution: 1366
[ 35709.762] YResolution: 768
[ 35709.762] XCharSize: 8
[ 35709.762] YCharSize: 16
[ 35709.762] NumberOfPlanes: 1
[ 35709.762] BitsPerPixel: 32
[ 35709.762] NumberOfBanks: 1
[ 35709.762] MemoryModel: 6
[ 35709.762] BankSize: 0
[ 35709.762] NumberOfImages: 0
[ 35709.762] RedMaskSize: 8
[ 35709.762] RedFieldPosition: 16
[ 35709.762] GreenMaskSize: 8
[ 35709.762] GreenFieldPosition: 8
[ 35709.762] BlueMaskSize: 8
[ 35709.762] BlueFieldPosition: 0
[ 35709.762] RsvdMaskSize: 8
[ 35709.762] RsvdFieldPosition: 24
[ 35709.762] DirectColorModeInfo: 0
[ 35709.762] PhysBasePtr: 0x7f800000
[ 35709.762] LinBytesPerScanLine: 5504
[ 35709.762] BnkNumberOfImagePages: 0
[ 35709.762] LinNumberOfImagePages: 0
[ 35709.762] LinRedMaskSize: 8
[ 35709.762] LinRedFieldPosition: 16
[ 35709.762] LinGreenMaskSize: 8
[ 35709.762] LinGreenFieldPosition: 8
[ 35709.762] LinBlueMaskSize: 8
[ 35709.762] LinBlueFieldPosition: 0
[ 35709.762] LinRsvdMaskSize: 8
[ 35709.762] LinRsvdFieldPosition: 24
[ 35709.762] MaxPixelClock: 230000000
[ 35709.765] Mode: 163 (1360x768)
[ 35709.765] ModeAttributes: 0x9b
[ 35709.765] WinAAttributes: 0x7
[ 35709.765] WinBAttributes: 0x0
[ 35709.765] WinGranularity: 64
[ 35709.765] WinSize: 64
[ 35709.766] WinASegment: 0xa000
[ 35709.766] WinBSegment: 0x0
[ 35709.766] WinFuncPtr: 0xc00081fb
[ 35709.766] BytesPerScanline: 1408
[ 35709.766] XResolution: 1360
[ 35709.766] YResolution: 768
[ 35709.766] XCharSize: 8
[ 35709.766] YCharSize: 16
[ 35709.766] NumberOfPlanes: 1
[ 35709.766] BitsPerPixel: 8
[ 35709.766] NumberOfBanks: 1
[ 35709.766] MemoryModel: 4
[ 35709.766] BankSize: 0
[ 35709.766] NumberOfImages: 6
[ 35709.766] RedMaskSize: 0
[ 35709.766] RedFieldPosition: 0
[ 35709.766] GreenMaskSize: 0
[ 35709.766] GreenFieldPosition: 0
[ 35709.766] BlueMaskSize: 0
[ 35709.766] BlueFieldPosition: 0
[ 35709.766] RsvdMaskSize: 0
[ 35709.766] RsvdFieldPosition: 0
[ 35709.766] DirectColorModeInfo: 0
[ 35709.766] PhysBasePtr: 0x7f800000
[ 35709.766] LinBytesPerScanLine: 1408
[ 35709.766] BnkNumberOfImagePages: 6
[ 35709.766] LinNumberOfImagePages: 6
[ 35709.766] LinRedMaskSize: 0
[ 35709.766] LinRedFieldPosition: 0
[ 35709.766] LinGreenMaskSize: 0
[ 35709.766] LinGreenFieldPosition: 0
[ 35709.766] LinBlueMaskSize: 0
[ 35709.766] LinBlueFieldPosition: 0
[ 35709.766] LinRsvdMaskSize: 0
[ 35709.766] LinRsvdFieldPosition: 0
[ 35709.766] MaxPixelClock: 230000000
[ 35709.769] Mode: 164 (1360x768)
[ 35709.769] ModeAttributes: 0x9b
[ 35709.769] WinAAttributes: 0x7
[ 35709.769] WinBAttributes: 0x0
[ 35709.769] WinGranularity: 64
[ 35709.769] WinSize: 64
[ 35709.769] WinASegment: 0xa000
[ 35709.770] WinBSegment: 0x0
[ 35709.770] WinFuncPtr: 0xc00081fb
[ 35709.770] BytesPerScanline: 2752
[ 35709.770] XResolution: 1360
[ 35709.770] YResolution: 768
[ 35709.770] XCharSize: 8
[ 35709.770] YCharSize: 16
[ 35709.770] NumberOfPlanes: 1
[ 35709.770] BitsPerPixel: 16
[ 35709.770] NumberOfBanks: 1
[ 35709.770] MemoryModel: 6
[ 35709.770] BankSize: 0
[ 35709.770] NumberOfImages: 2
[ 35709.770] RedMaskSize: 5
[ 35709.770] RedFieldPosition: 11
[ 35709.770] GreenMaskSize: 6
[ 35709.770] GreenFieldPosition: 5
[ 35709.770] BlueMaskSize: 5
[ 35709.770] BlueFieldPosition: 0
[ 35709.770] RsvdMaskSize: 0
[ 35709.770] RsvdFieldPosition: 0
[ 35709.770] DirectColorModeInfo: 0
[ 35709.770] PhysBasePtr: 0x7f800000
[ 35709.770] LinBytesPerScanLine: 2752
[ 35709.770] BnkNumberOfImagePages: 2
[ 35709.770] LinNumberOfImagePages: 2
[ 35709.770] LinRedMaskSize: 5
[ 35709.770] LinRedFieldPosition: 11
[ 35709.770] LinGreenMaskSize: 6
[ 35709.770] LinGreenFieldPosition: 5
[ 35709.770] LinBlueMaskSize: 5
[ 35709.770] LinBlueFieldPosition: 0
[ 35709.770] LinRsvdMaskSize: 0
[ 35709.770] LinRsvdFieldPosition: 0
[ 35709.770] MaxPixelClock: 230000000
[ 35709.773] *Mode: 165 (1360x768)
[ 35709.773] ModeAttributes: 0x9b
[ 35709.773] WinAAttributes: 0x7
[ 35709.774] WinBAttributes: 0x0
[ 35709.774] WinGranularity: 64
[ 35709.774] WinSize: 64
[ 35709.774] WinASegment: 0xa000
[ 35709.774] WinBSegment: 0x0
[ 35709.774] WinFuncPtr: 0xc00081fb
[ 35709.774] BytesPerScanline: 5440
[ 35709.774] XResolution: 1360
[ 35709.774] YResolution: 768
[ 35709.774] XCharSize: 8
[ 35709.774] YCharSize: 16
[ 35709.774] NumberOfPlanes: 1
[ 35709.774] BitsPerPixel: 32
[ 35709.774] NumberOfBanks: 1
[ 35709.774] MemoryModel: 6
[ 35709.774] BankSize: 0
[ 35709.774] NumberOfImages: 0
[ 35709.774] RedMaskSize: 8
[ 35709.774] RedFieldPosition: 16
[ 35709.774] GreenMaskSize: 8
[ 35709.774] GreenFieldPosition: 8
[ 35709.774] BlueMaskSize: 8
[ 35709.774] BlueFieldPosition: 0
[ 35709.774] RsvdMaskSize: 8
[ 35709.774] RsvdFieldPosition: 24
[ 35709.774] DirectColorModeInfo: 0
[ 35709.774] PhysBasePtr: 0x7f800000
[ 35709.774] LinBytesPerScanLine: 5440
[ 35709.774] BnkNumberOfImagePages: 0
[ 35709.774] LinNumberOfImagePages: 0
[ 35709.774] LinRedMaskSize: 8
[ 35709.774] LinRedFieldPosition: 16
[ 35709.774] LinGreenMaskSize: 8
[ 35709.774] LinGreenFieldPosition: 8
[ 35709.774] LinBlueMaskSize: 8
[ 35709.774] LinBlueFieldPosition: 0
[ 35709.774] LinRsvdMaskSize: 8
[ 35709.774] LinRsvdFieldPosition: 24
[ 35709.774] MaxPixelClock: 230000000
[ 35709.778] Mode: 166 (1600x768)
[ 35709.778] ModeAttributes: 0x9b
[ 35709.778] WinAAttributes: 0x7
[ 35709.778] WinBAttributes: 0x0
[ 35709.778] WinGranularity: 64
[ 35709.778] WinSize: 64
[ 35709.778] WinASegment: 0xa000
[ 35709.778] WinBSegment: 0x0
[ 35709.778] WinFuncPtr: 0xc00081fb
[ 35709.778] BytesPerScanline: 1600
[ 35709.778] XResolution: 1600
[ 35709.778] YResolution: 768
[ 35709.778] XCharSize: 8
[ 35709.778] YCharSize: 16
[ 35709.778] NumberOfPlanes: 1
[ 35709.778] BitsPerPixel: 8
[ 35709.778] NumberOfBanks: 1
[ 35709.778] MemoryModel: 4
[ 35709.778] BankSize: 0
[ 35709.778] NumberOfImages: 5
[ 35709.778] RedMaskSize: 0
[ 35709.778] RedFieldPosition: 0
[ 35709.778] GreenMaskSize: 0
[ 35709.778] GreenFieldPosition: 0
[ 35709.778] BlueMaskSize: 0
[ 35709.778] BlueFieldPosition: 0
[ 35709.778] RsvdMaskSize: 0
[ 35709.778] RsvdFieldPosition: 0
[ 35709.778] DirectColorModeInfo: 0
[ 35709.778] PhysBasePtr: 0x7f800000
[ 35709.778] LinBytesPerScanLine: 1600
[ 35709.778] BnkNumberOfImagePages: 5
[ 35709.778] LinNumberOfImagePages: 5
[ 35709.778] LinRedMaskSize: 0
[ 35709.778] LinRedFieldPosition: 0
[ 35709.778] LinGreenMaskSize: 0
[ 35709.778] LinGreenFieldPosition: 0
[ 35709.778] LinBlueMaskSize: 0
[ 35709.778] LinBlueFieldPosition: 0
[ 35709.778] LinRsvdMaskSize: 0
[ 35709.779] LinRsvdFieldPosition: 0
[ 35709.779] MaxPixelClock: 230000000
[ 35709.782] Mode: 167 (1600x768)
[ 35709.782] ModeAttributes: 0x9b
[ 35709.782] WinAAttributes: 0x7
[ 35709.782] WinBAttributes: 0x0
[ 35709.782] WinGranularity: 64
[ 35709.782] WinSize: 64
[ 35709.782] WinASegment: 0xa000
[ 35709.782] WinBSegment: 0x0
[ 35709.782] WinFuncPtr: 0xc00081fb
[ 35709.782] BytesPerScanline: 3200
[ 35709.782] XResolution: 1600
[ 35709.782] YResolution: 768
[ 35709.782] XCharSize: 8
[ 35709.782] YCharSize: 16
[ 35709.782] NumberOfPlanes: 1
[ 35709.782] BitsPerPixel: 16
[ 35709.782] NumberOfBanks: 1
[ 35709.782] MemoryModel: 6
[ 35709.782] BankSize: 0
[ 35709.782] NumberOfImages: 2
[ 35709.782] RedMaskSize: 5
[ 35709.782] RedFieldPosition: 11
[ 35709.782] GreenMaskSize: 6
[ 35709.782] GreenFieldPosition: 5
[ 35709.782] BlueMaskSize: 5
[ 35709.782] BlueFieldPosition: 0
[ 35709.782] RsvdMaskSize: 0
[ 35709.782] RsvdFieldPosition: 0
[ 35709.782] DirectColorModeInfo: 0
[ 35709.782] PhysBasePtr: 0x7f800000
[ 35709.783] LinBytesPerScanLine: 3200
[ 35709.783] BnkNumberOfImagePages: 2
[ 35709.783] LinNumberOfImagePages: 2
[ 35709.783] LinRedMaskSize: 5
[ 35709.783] LinRedFieldPosition: 11
[ 35709.783] LinGreenMaskSize: 6
[ 35709.783] LinGreenFieldPosition: 5
[ 35709.783] LinBlueMaskSize: 5
[ 35709.783] LinBlueFieldPosition: 0
[ 35709.783] LinRsvdMaskSize: 0
[ 35709.783] LinRsvdFieldPosition: 0
[ 35709.783] MaxPixelClock: 230000000
[ 35709.786] *Mode: 168 (1600x768)
[ 35709.786] ModeAttributes: 0x9b
[ 35709.786] WinAAttributes: 0x7
[ 35709.786] WinBAttributes: 0x0
[ 35709.786] WinGranularity: 64
[ 35709.786] WinSize: 64
[ 35709.786] WinASegment: 0xa000
[ 35709.786] WinBSegment: 0x0
[ 35709.786] WinFuncPtr: 0xc00081fb
[ 35709.786] BytesPerScanline: 6400
[ 35709.786] XResolution: 1600
[ 35709.786] YResolution: 768
[ 35709.786] XCharSize: 8
[ 35709.786] YCharSize: 16
[ 35709.786] NumberOfPlanes: 1
[ 35709.786] BitsPerPixel: 32
[ 35709.786] NumberOfBanks: 1
[ 35709.786] MemoryModel: 6
[ 35709.786] BankSize: 0
[ 35709.787] NumberOfImages: 0
[ 35709.787] RedMaskSize: 8
[ 35709.787] RedFieldPosition: 16
[ 35709.787] GreenMaskSize: 8
[ 35709.787] GreenFieldPosition: 8
[ 35709.787] BlueMaskSize: 8
[ 35709.787] BlueFieldPosition: 0
[ 35709.787] RsvdMaskSize: 8
[ 35709.787] RsvdFieldPosition: 24
[ 35709.787] DirectColorModeInfo: 0
[ 35709.787] PhysBasePtr: 0x7f800000
[ 35709.787] LinBytesPerScanLine: 6400
[ 35709.787] BnkNumberOfImagePages: 0
[ 35709.787] LinNumberOfImagePages: 0
[ 35709.787] LinRedMaskSize: 8
[ 35709.787] LinRedFieldPosition: 16
[ 35709.787] LinGreenMaskSize: 8
[ 35709.787] LinGreenFieldPosition: 8
[ 35709.787] LinBlueMaskSize: 8
[ 35709.787] LinBlueFieldPosition: 0
[ 35709.787] LinRsvdMaskSize: 8
[ 35709.787] LinRsvdFieldPosition: 24
[ 35709.787] MaxPixelClock: 230000000
[ 35709.790] Mode: 169 (1024x600)
[ 35709.790] ModeAttributes: 0x9b
[ 35709.790] WinAAttributes: 0x7
[ 35709.790] WinBAttributes: 0x0
[ 35709.790] WinGranularity: 64
[ 35709.791] WinSize: 64
[ 35709.791] WinASegment: 0xa000
[ 35709.791] WinBSegment: 0x0
[ 35709.791] WinFuncPtr: 0xc00081fb
[ 35709.791] BytesPerScanline: 1024
[ 35709.791] XResolution: 1024
[ 35709.791] YResolution: 600
[ 35709.791] XCharSize: 8
[ 35709.791] YCharSize: 16
[ 35709.791] NumberOfPlanes: 1
[ 35709.791] BitsPerPixel: 8
[ 35709.791] NumberOfBanks: 1
[ 35709.791] MemoryModel: 4
[ 35709.791] BankSize: 0
[ 35709.791] NumberOfImages: 11
[ 35709.791] RedMaskSize: 0
[ 35709.791] RedFieldPosition: 0
[ 35709.791] GreenMaskSize: 0
[ 35709.791] GreenFieldPosition: 0
[ 35709.791] BlueMaskSize: 0
[ 35709.791] BlueFieldPosition: 0
[ 35709.791] RsvdMaskSize: 0
[ 35709.791] RsvdFieldPosition: 0
[ 35709.791] DirectColorModeInfo: 0
[ 35709.791] PhysBasePtr: 0x7f800000
[ 35709.791] LinBytesPerScanLine: 1024
[ 35709.791] BnkNumberOfImagePages: 11
[ 35709.791] LinNumberOfImagePages: 11
[ 35709.791] LinRedMaskSize: 0
[ 35709.791] LinRedFieldPosition: 0
[ 35709.791] LinGreenMaskSize: 0
[ 35709.791] LinGreenFieldPosition: 0
[ 35709.791] LinBlueMaskSize: 0
[ 35709.791] LinBlueFieldPosition: 0
[ 35709.791] LinRsvdMaskSize: 0
[ 35709.791] LinRsvdFieldPosition: 0
[ 35709.791] MaxPixelClock: 230000000
[ 35709.795] Mode: 16a (1024x600)
[ 35709.795] ModeAttributes: 0x9b
[ 35709.795] WinAAttributes: 0x7
[ 35709.795] WinBAttributes: 0x0
[ 35709.795] WinGranularity: 64
[ 35709.795] WinSize: 64
[ 35709.795] WinASegment: 0xa000
[ 35709.795] WinBSegment: 0x0
[ 35709.795] WinFuncPtr: 0xc00081fb
[ 35709.795] BytesPerScanline: 2048
[ 35709.795] XResolution: 1024
[ 35709.795] YResolution: 600
[ 35709.795] XCharSize: 8
[ 35709.795] YCharSize: 16
[ 35709.795] NumberOfPlanes: 1
[ 35709.795] BitsPerPixel: 16
[ 35709.795] NumberOfBanks: 1
[ 35709.795] MemoryModel: 6
[ 35709.795] BankSize: 0
[ 35709.795] NumberOfImages: 5
[ 35709.795] RedMaskSize: 5
[ 35709.795] RedFieldPosition: 11
[ 35709.795] GreenMaskSize: 6
[ 35709.795] GreenFieldPosition: 5
[ 35709.795] BlueMaskSize: 5
[ 35709.795] BlueFieldPosition: 0
[ 35709.795] RsvdMaskSize: 0
[ 35709.796] RsvdFieldPosition: 0
[ 35709.796] DirectColorModeInfo: 0
[ 35709.796] PhysBasePtr: 0x7f800000
[ 35709.796] LinBytesPerScanLine: 2048
[ 35709.796] BnkNumberOfImagePages: 5
[ 35709.796] LinNumberOfImagePages: 5
[ 35709.796] LinRedMaskSize: 5
[ 35709.796] LinRedFieldPosition: 11
[ 35709.796] LinGreenMaskSize: 6
[ 35709.796] LinGreenFieldPosition: 5
[ 35709.796] LinBlueMaskSize: 5
[ 35709.796] LinBlueFieldPosition: 0
[ 35709.796] LinRsvdMaskSize: 0
[ 35709.796] LinRsvdFieldPosition: 0
[ 35709.796] MaxPixelClock: 230000000
[ 35709.799] *Mode: 16b (1024x600)
[ 35709.799] ModeAttributes: 0x9b
[ 35709.799] WinAAttributes: 0x7
[ 35709.799] WinBAttributes: 0x0
[ 35709.799] WinGranularity: 64
[ 35709.799] WinSize: 64
[ 35709.800] WinASegment: 0xa000
[ 35709.800] WinBSegment: 0x0
[ 35709.800] WinFuncPtr: 0xc00081fb
[ 35709.800] BytesPerScanline: 4096
[ 35709.800] XResolution: 1024
[ 35709.800] YResolution: 600
[ 35709.800] XCharSize: 8
[ 35709.800] YCharSize: 16
[ 35709.800] NumberOfPlanes: 1
[ 35709.800] BitsPerPixel: 32
[ 35709.800] NumberOfBanks: 1
[ 35709.800] MemoryModel: 6
[ 35709.800] BankSize: 0
[ 35709.800] NumberOfImages: 2
[ 35709.800] RedMaskSize: 8
[ 35709.800] RedFieldPosition: 16
[ 35709.800] GreenMaskSize: 8
[ 35709.800] GreenFieldPosition: 8
[ 35709.800] BlueMaskSize: 8
[ 35709.800] BlueFieldPosition: 0
[ 35709.800] RsvdMaskSize: 8
[ 35709.800] RsvdFieldPosition: 24
[ 35709.800] DirectColorModeInfo: 0
[ 35709.800] PhysBasePtr: 0x7f800000
[ 35709.800] LinBytesPerScanLine: 4096
[ 35709.800] BnkNumberOfImagePages: 2
[ 35709.800] LinNumberOfImagePages: 2
[ 35709.800] LinRedMaskSize: 8
[ 35709.800] LinRedFieldPosition: 16
[ 35709.800] LinGreenMaskSize: 8
[ 35709.800] LinGreenFieldPosition: 8
[ 35709.800] LinBlueMaskSize: 8
[ 35709.800] LinBlueFieldPosition: 0
[ 35709.800] LinRsvdMaskSize: 8
[ 35709.800] LinRsvdFieldPosition: 24
[ 35709.800] MaxPixelClock: 230000000
[ 35709.801] Mode: 16c (0x0)
[ 35709.801] ModeAttributes: 0x0
[ 35709.801] WinAAttributes: 0x0
[ 35709.801] WinBAttributes: 0x0
[ 35709.801] WinGranularity: 0
[ 35709.801] WinSize: 0
[ 35709.801] WinASegment: 0x0
[ 35709.801] WinBSegment: 0x0
[ 35709.801] WinFuncPtr: 0x0
[ 35709.801] BytesPerScanline: 0
[ 35709.801] XResolution: 0
[ 35709.801] YResolution: 0
[ 35709.801] XCharSize: 0
[ 35709.801] YCharSize: 0
[ 35709.801] NumberOfPlanes: 0
[ 35709.802] BitsPerPixel: 0
[ 35709.802] NumberOfBanks: 0
[ 35709.802] MemoryModel: 0
[ 35709.802] BankSize: 0
[ 35709.802] NumberOfImages: 0
[ 35709.802] RedMaskSize: 0
[ 35709.802] RedFieldPosition: 0
[ 35709.802] GreenMaskSize: 0
[ 35709.802] GreenFieldPosition: 0
[ 35709.802] BlueMaskSize: 0
[ 35709.802] BlueFieldPosition: 0
[ 35709.802] RsvdMaskSize: 0
[ 35709.802] RsvdFieldPosition: 0
[ 35709.802] DirectColorModeInfo: 0
[ 35709.802] PhysBasePtr: 0x0
[ 35709.802] LinBytesPerScanLine: 0
[ 35709.802] BnkNumberOfImagePages: 0
[ 35709.802] LinNumberOfImagePages: 0
[ 35709.802] LinRedMaskSize: 0
[ 35709.802] LinRedFieldPosition: 0
[ 35709.802] LinGreenMaskSize: 0
[ 35709.802] LinGreenFieldPosition: 0
[ 35709.802] LinBlueMaskSize: 0
[ 35709.802] LinBlueFieldPosition: 0
[ 35709.802] LinRsvdMaskSize: 0
[ 35709.802] LinRsvdFieldPosition: 0
[ 35709.802] MaxPixelClock: 0
[ 35709.803] Mode: 16d (0x0)
[ 35709.803] ModeAttributes: 0x0
[ 35709.803] WinAAttributes: 0x0
[ 35709.803] WinBAttributes: 0x0
[ 35709.803] WinGranularity: 0
[ 35709.803] WinSize: 0
[ 35709.803] WinASegment: 0x0
[ 35709.803] WinBSegment: 0x0
[ 35709.803] WinFuncPtr: 0x0
[ 35709.803] BytesPerScanline: 0
[ 35709.803] XResolution: 0
[ 35709.803] YResolution: 0
[ 35709.803] XCharSize: 0
[ 35709.803] YCharSize: 0
[ 35709.803] NumberOfPlanes: 0
[ 35709.803] BitsPerPixel: 0
[ 35709.803] NumberOfBanks: 0
[ 35709.803] MemoryModel: 0
[ 35709.803] BankSize: 0
[ 35709.803] NumberOfImages: 0
[ 35709.803] RedMaskSize: 0
[ 35709.803] RedFieldPosition: 0
[ 35709.803] GreenMaskSize: 0
[ 35709.803] GreenFieldPosition: 0
[ 35709.803] BlueMaskSize: 0
[ 35709.804] BlueFieldPosition: 0
[ 35709.804] RsvdMaskSize: 0
[ 35709.804] RsvdFieldPosition: 0
[ 35709.804] DirectColorModeInfo: 0
[ 35709.804] PhysBasePtr: 0x0
[ 35709.804] LinBytesPerScanLine: 0
[ 35709.804] BnkNumberOfImagePages: 0
[ 35709.804] LinNumberOfImagePages: 0
[ 35709.804] LinRedMaskSize: 0
[ 35709.804] LinRedFieldPosition: 0
[ 35709.804] LinGreenMaskSize: 0
[ 35709.804] LinGreenFieldPosition: 0
[ 35709.804] LinBlueMaskSize: 0
[ 35709.804] LinBlueFieldPosition: 0
[ 35709.804] LinRsvdMaskSize: 0
[ 35709.804] LinRsvdFieldPosition: 0
[ 35709.804] MaxPixelClock: 0
[ 35709.805] Mode: 16e (0x0)
[ 35709.805] ModeAttributes: 0x0
[ 35709.805] WinAAttributes: 0x0
[ 35709.805] WinBAttributes: 0x0
[ 35709.805] WinGranularity: 0
[ 35709.805] WinSize: 0
[ 35709.805] WinASegment: 0x0
[ 35709.805] WinBSegment: 0x0
[ 35709.805] WinFuncPtr: 0x0
[ 35709.805] BytesPerScanline: 0
[ 35709.805] XResolution: 0
[ 35709.805] YResolution: 0
[ 35709.805] XCharSize: 0
[ 35709.805] YCharSize: 0
[ 35709.805] NumberOfPlanes: 0
[ 35709.805] BitsPerPixel: 0
[ 35709.805] NumberOfBanks: 0
[ 35709.805] MemoryModel: 0
[ 35709.805] BankSize: 0
[ 35709.805] NumberOfImages: 0
[ 35709.805] RedMaskSize: 0
[ 35709.805] RedFieldPosition: 0
[ 35709.805] GreenMaskSize: 0
[ 35709.805] GreenFieldPosition: 0
[ 35709.805] BlueMaskSize: 0
[ 35709.805] BlueFieldPosition: 0
[ 35709.805] RsvdMaskSize: 0
[ 35709.805] RsvdFieldPosition: 0
[ 35709.805] DirectColorModeInfo: 0
[ 35709.805] PhysBasePtr: 0x0
[ 35709.805] LinBytesPerScanLine: 0
[ 35709.806] BnkNumberOfImagePages: 0
[ 35709.806] LinNumberOfImagePages: 0
[ 35709.806] LinRedMaskSize: 0
[ 35709.806] LinRedFieldPosition: 0
[ 35709.806] LinGreenMaskSize: 0
[ 35709.806] LinGreenFieldPosition: 0
[ 35709.806] LinBlueMaskSize: 0
[ 35709.806] LinBlueFieldPosition: 0
[ 35709.806] LinRsvdMaskSize: 0
[ 35709.806] LinRsvdFieldPosition: 0
[ 35709.806] MaxPixelClock: 0
[ 35709.807] Mode: 16f (0x0)
[ 35709.807] ModeAttributes: 0x0
[ 35709.807] WinAAttributes: 0x0
[ 35709.807] WinBAttributes: 0x0
[ 35709.807] WinGranularity: 0
[ 35709.807] WinSize: 0
[ 35709.807] WinASegment: 0x0
[ 35709.807] WinBSegment: 0x0
[ 35709.807] WinFuncPtr: 0x0
[ 35709.807] BytesPerScanline: 0
[ 35709.807] XResolution: 0
[ 35709.807] YResolution: 0
[ 35709.807] XCharSize: 0
[ 35709.807] YCharSize: 0
[ 35709.807] NumberOfPlanes: 0
[ 35709.807] BitsPerPixel: 0
[ 35709.807] NumberOfBanks: 0
[ 35709.807] MemoryModel: 0
[ 35709.807] BankSize: 0
[ 35709.807] NumberOfImages: 0
[ 35709.807] RedMaskSize: 0
[ 35709.807] RedFieldPosition: 0
[ 35709.807] GreenMaskSize: 0
[ 35709.807] GreenFieldPosition: 0
[ 35709.807] BlueMaskSize: 0
[ 35709.807] BlueFieldPosition: 0
[ 35709.807] RsvdMaskSize: 0
[ 35709.807] RsvdFieldPosition: 0
[ 35709.807] DirectColorModeInfo: 0
[ 35709.807] PhysBasePtr: 0x0
[ 35709.807] LinBytesPerScanLine: 0
[ 35709.807] BnkNumberOfImagePages: 0
[ 35709.807] LinNumberOfImagePages: 0
[ 35709.807] LinRedMaskSize: 0
[ 35709.807] LinRedFieldPosition: 0
[ 35709.807] LinGreenMaskSize: 0
[ 35709.807] LinGreenFieldPosition: 0
[ 35709.807] LinBlueMaskSize: 0
[ 35709.807] LinBlueFieldPosition: 0
[ 35709.807] LinRsvdMaskSize: 0
[ 35709.808] LinRsvdFieldPosition: 0
[ 35709.808] MaxPixelClock: 0
[ 35709.808] Mode: 170 (0x0)
[ 35709.808] ModeAttributes: 0x0
[ 35709.808] WinAAttributes: 0x0
[ 35709.808] WinBAttributes: 0x0
[ 35709.808] WinGranularity: 0
[ 35709.809] WinSize: 0
[ 35709.809] WinASegment: 0x0
[ 35709.809] WinBSegment: 0x0
[ 35709.809] WinFuncPtr: 0x0
[ 35709.809] BytesPerScanline: 0
[ 35709.809] XResolution: 0
[ 35709.809] YResolution: 0
[ 35709.809] XCharSize: 0
[ 35709.809] YCharSize: 0
[ 35709.809] NumberOfPlanes: 0
[ 35709.809] BitsPerPixel: 0
[ 35709.809] NumberOfBanks: 0
[ 35709.809] MemoryModel: 0
[ 35709.809] BankSize: 0
[ 35709.809] NumberOfImages: 0
[ 35709.809] RedMaskSize: 0
[ 35709.809] RedFieldPosition: 0
[ 35709.809] GreenMaskSize: 0
[ 35709.809] GreenFieldPosition: 0
[ 35709.809] BlueMaskSize: 0
[ 35709.809] BlueFieldPosition: 0
[ 35709.809] RsvdMaskSize: 0
[ 35709.809] RsvdFieldPosition: 0
[ 35709.809] DirectColorModeInfo: 0
[ 35709.809] PhysBasePtr: 0x0
[ 35709.809] LinBytesPerScanLine: 0
[ 35709.809] BnkNumberOfImagePages: 0
[ 35709.809] LinNumberOfImagePages: 0
[ 35709.809] LinRedMaskSize: 0
[ 35709.809] LinRedFieldPosition: 0
[ 35709.809] LinGreenMaskSize: 0
[ 35709.809] LinGreenFieldPosition: 0
[ 35709.809] LinBlueMaskSize: 0
[ 35709.809] LinBlueFieldPosition: 0
[ 35709.809] LinRsvdMaskSize: 0
[ 35709.809] LinRsvdFieldPosition: 0
[ 35709.809] MaxPixelClock: 0
[ 35709.810] Mode: 171 (0x0)
[ 35709.810] ModeAttributes: 0x0
[ 35709.810] WinAAttributes: 0x0
[ 35709.810] WinBAttributes: 0x0
[ 35709.810] WinGranularity: 0
[ 35709.810] WinSize: 0
[ 35709.810] WinASegment: 0x0
[ 35709.810] WinBSegment: 0x0
[ 35709.810] WinFuncPtr: 0x0
[ 35709.810] BytesPerScanline: 0
[ 35709.810] XResolution: 0
[ 35709.810] YResolution: 0
[ 35709.810] XCharSize: 0
[ 35709.811] YCharSize: 0
[ 35709.811] NumberOfPlanes: 0
[ 35709.811] BitsPerPixel: 0
[ 35709.811] NumberOfBanks: 0
[ 35709.811] MemoryModel: 0
[ 35709.811] BankSize: 0
[ 35709.811] NumberOfImages: 0
[ 35709.811] RedMaskSize: 0
[ 35709.811] RedFieldPosition: 0
[ 35709.811] GreenMaskSize: 0
[ 35709.811] GreenFieldPosition: 0
[ 35709.811] BlueMaskSize: 0
[ 35709.811] BlueFieldPosition: 0
[ 35709.811] RsvdMaskSize: 0
[ 35709.811] RsvdFieldPosition: 0
[ 35709.811] DirectColorModeInfo: 0
[ 35709.811] PhysBasePtr: 0x0
[ 35709.811] LinBytesPerScanLine: 0
[ 35709.811] BnkNumberOfImagePages: 0
[ 35709.811] LinNumberOfImagePages: 0
[ 35709.811] LinRedMaskSize: 0
[ 35709.811] LinRedFieldPosition: 0
[ 35709.811] LinGreenMaskSize: 0
[ 35709.811] LinGreenFieldPosition: 0
[ 35709.811] LinBlueMaskSize: 0
[ 35709.811] LinBlueFieldPosition: 0
[ 35709.811] LinRsvdMaskSize: 0
[ 35709.811] LinRsvdFieldPosition: 0
[ 35709.811] MaxPixelClock: 0
[ 35709.812] Mode: 13c (0x0)
[ 35709.812] ModeAttributes: 0x0
[ 35709.812] WinAAttributes: 0x0
[ 35709.812] WinBAttributes: 0x0
[ 35709.812] WinGranularity: 0
[ 35709.812] WinSize: 0
[ 35709.813] WinASegment: 0x0
[ 35709.813] WinBSegment: 0x0
[ 35709.813] WinFuncPtr: 0x0
[ 35709.813] BytesPerScanline: 0
[ 35709.813] XResolution: 0
[ 35709.813] YResolution: 0
[ 35709.813] XCharSize: 0
[ 35709.813] YCharSize: 0
[ 35709.813] NumberOfPlanes: 0
[ 35709.813] BitsPerPixel: 0
[ 35709.813] NumberOfBanks: 0
[ 35709.813] MemoryModel: 0
[ 35709.813] BankSize: 0
[ 35709.813] NumberOfImages: 0
[ 35709.813] RedMaskSize: 0
[ 35709.813] RedFieldPosition: 0
[ 35709.813] GreenMaskSize: 0
[ 35709.813] GreenFieldPosition: 0
[ 35709.813] BlueMaskSize: 0
[ 35709.813] BlueFieldPosition: 0
[ 35709.813] RsvdMaskSize: 0
[ 35709.813] RsvdFieldPosition: 0
[ 35709.813] DirectColorModeInfo: 0
[ 35709.813] PhysBasePtr: 0x0
[ 35709.813] LinBytesPerScanLine: 0
[ 35709.813] BnkNumberOfImagePages: 0
[ 35709.813] LinNumberOfImagePages: 0
[ 35709.813] LinRedMaskSize: 0
[ 35709.813] LinRedFieldPosition: 0
[ 35709.813] LinGreenMaskSize: 0
[ 35709.813] LinGreenFieldPosition: 0
[ 35709.813] LinBlueMaskSize: 0
[ 35709.813] LinBlueFieldPosition: 0
[ 35709.813] LinRsvdMaskSize: 0
[ 35709.813] LinRsvdFieldPosition: 0
[ 35709.813] MaxPixelClock: 0
[ 35709.815] Mode: 14d (0x0)
[ 35709.815] ModeAttributes: 0x0
[ 35709.815] WinAAttributes: 0x0
[ 35709.815] WinBAttributes: 0x0
[ 35709.815] WinGranularity: 0
[ 35709.815] WinSize: 0
[ 35709.815] WinASegment: 0x0
[ 35709.815] WinBSegment: 0x0
[ 35709.815] WinFuncPtr: 0x0
[ 35709.815] BytesPerScanline: 0
[ 35709.815] XResolution: 0
[ 35709.815] YResolution: 0
[ 35709.815] XCharSize: 0
[ 35709.815] YCharSize: 0
[ 35709.815] NumberOfPlanes: 0
[ 35709.815] BitsPerPixel: 0
[ 35709.815] NumberOfBanks: 0
[ 35709.815] MemoryModel: 0
[ 35709.815] BankSize: 0
[ 35709.815] NumberOfImages: 0
[ 35709.815] RedMaskSize: 0
[ 35709.815] RedFieldPosition: 0
[ 35709.815] GreenMaskSize: 0
[ 35709.815] GreenFieldPosition: 0
[ 35709.815] BlueMaskSize: 0
[ 35709.815] BlueFieldPosition: 0
[ 35709.815] RsvdMaskSize: 0
[ 35709.815] RsvdFieldPosition: 0
[ 35709.815] DirectColorModeInfo: 0
[ 35709.815] PhysBasePtr: 0x0
[ 35709.815] LinBytesPerScanLine: 0
[ 35709.816] BnkNumberOfImagePages: 0
[ 35709.816] LinNumberOfImagePages: 0
[ 35709.816] LinRedMaskSize: 0
[ 35709.816] LinRedFieldPosition: 0
[ 35709.816] LinGreenMaskSize: 0
[ 35709.816] LinGreenFieldPosition: 0
[ 35709.816] LinBlueMaskSize: 0
[ 35709.816] LinBlueFieldPosition: 0
[ 35709.816] LinRsvdMaskSize: 0
[ 35709.816] LinRsvdFieldPosition: 0
[ 35709.816] MaxPixelClock: 0
[ 35709.817] Mode: 15c (0x0)
[ 35709.817] ModeAttributes: 0x0
[ 35709.817] WinAAttributes: 0x0
[ 35709.817] WinBAttributes: 0x0
[ 35709.817] WinGranularity: 0
[ 35709.817] WinSize: 0
[ 35709.817] WinASegment: 0x0
[ 35709.817] WinBSegment: 0x0
[ 35709.817] WinFuncPtr: 0x0
[ 35709.817] BytesPerScanline: 0
[ 35709.817] XResolution: 0
[ 35709.817] YResolution: 0
[ 35709.817] XCharSize: 0
[ 35709.817] YCharSize: 0
[ 35709.817] NumberOfPlanes: 0
[ 35709.817] BitsPerPixel: 0
[ 35709.817] NumberOfBanks: 0
[ 35709.818] MemoryModel: 0
[ 35709.818] BankSize: 0
[ 35709.818] NumberOfImages: 0
[ 35709.818] RedMaskSize: 0
[ 35709.818] RedFieldPosition: 0
[ 35709.818] GreenMaskSize: 0
[ 35709.818] GreenFieldPosition: 0
[ 35709.818] BlueMaskSize: 0
[ 35709.818] BlueFieldPosition: 0
[ 35709.818] RsvdMaskSize: 0
[ 35709.818] RsvdFieldPosition: 0
[ 35709.818] DirectColorModeInfo: 0
[ 35709.818] PhysBasePtr: 0x0
[ 35709.818] LinBytesPerScanLine: 0
[ 35709.818] BnkNumberOfImagePages: 0
[ 35709.818] LinNumberOfImagePages: 0
[ 35709.818] LinRedMaskSize: 0
[ 35709.818] LinRedFieldPosition: 0
[ 35709.818] LinGreenMaskSize: 0
[ 35709.818] LinGreenFieldPosition: 0
[ 35709.818] LinBlueMaskSize: 0
[ 35709.818] LinBlueFieldPosition: 0
[ 35709.818] LinRsvdMaskSize: 0
[ 35709.818] LinRsvdFieldPosition: 0
[ 35709.818] MaxPixelClock: 0
[ 35709.819] Mode: 13a (0x0)
[ 35709.819] ModeAttributes: 0x0
[ 35709.819] WinAAttributes: 0x0
[ 35709.819] WinBAttributes: 0x0
[ 35709.819] WinGranularity: 0
[ 35709.819] WinSize: 0
[ 35709.819] WinASegment: 0x0
[ 35709.819] WinBSegment: 0x0
[ 35709.819] WinFuncPtr: 0x0
[ 35709.819] BytesPerScanline: 0
[ 35709.819] XResolution: 0
[ 35709.819] YResolution: 0
[ 35709.819] XCharSize: 0
[ 35709.820] YCharSize: 0
[ 35709.820] NumberOfPlanes: 0
[ 35709.820] BitsPerPixel: 0
[ 35709.820] NumberOfBanks: 0
[ 35709.820] MemoryModel: 0
[ 35709.820] BankSize: 0
[ 35709.820] NumberOfImages: 0
[ 35709.820] RedMaskSize: 0
[ 35709.820] RedFieldPosition: 0
[ 35709.820] GreenMaskSize: 0
[ 35709.820] GreenFieldPosition: 0
[ 35709.820] BlueMaskSize: 0
[ 35709.820] BlueFieldPosition: 0
[ 35709.820] RsvdMaskSize: 0
[ 35709.820] RsvdFieldPosition: 0
[ 35709.820] DirectColorModeInfo: 0
[ 35709.820] PhysBasePtr: 0x0
[ 35709.820] LinBytesPerScanLine: 0
[ 35709.820] BnkNumberOfImagePages: 0
[ 35709.820] LinNumberOfImagePages: 0
[ 35709.820] LinRedMaskSize: 0
[ 35709.820] LinRedFieldPosition: 0
[ 35709.820] LinGreenMaskSize: 0
[ 35709.820] LinGreenFieldPosition: 0
[ 35709.820] LinBlueMaskSize: 0
[ 35709.820] LinBlueFieldPosition: 0
[ 35709.820] LinRsvdMaskSize: 0
[ 35709.820] LinRsvdFieldPosition: 0
[ 35709.820] MaxPixelClock: 0
[ 35709.822] Mode: 14b (0x0)
[ 35709.822] ModeAttributes: 0x0
[ 35709.822] WinAAttributes: 0x0
[ 35709.822] WinBAttributes: 0x0
[ 35709.822] WinGranularity: 0
[ 35709.822] WinSize: 0続く。。。
オフライン
。。。続き
[ 35709.822] WinASegment: 0x0 [ 35709.822] WinBSegment: 0x0 [ 35709.822] WinFuncPtr: 0x0 [ 35709.822] BytesPerScanline: 0 [ 35709.822] XResolution: 0 [ 35709.822] YResolution: 0 [ 35709.822] XCharSize: 0 [ 35709.822] YCharSize: 0 [ 35709.822] NumberOfPlanes: 0 [ 35709.822] BitsPerPixel: 0 [ 35709.822] NumberOfBanks: 0 [ 35709.822] MemoryModel: 0 [ 35709.822] BankSize: 0 [ 35709.822] NumberOfImages: 0 [ 35709.822] RedMaskSize: 0 [ 35709.822] RedFieldPosition: 0 [ 35709.822] GreenMaskSize: 0 [ 35709.822] GreenFieldPosition: 0 [ 35709.822] BlueMaskSize: 0 [ 35709.822] BlueFieldPosition: 0 [ 35709.822] RsvdMaskSize: 0 [ 35709.822] RsvdFieldPosition: 0 [ 35709.822] DirectColorModeInfo: 0 [ 35709.822] PhysBasePtr: 0x0 [ 35709.822] LinBytesPerScanLine: 0 [ 35709.822] BnkNumberOfImagePages: 0 [ 35709.822] LinNumberOfImagePages: 0 [ 35709.822] LinRedMaskSize: 0 [ 35709.822] LinRedFieldPosition: 0 [ 35709.822] LinGreenMaskSize: 0 [ 35709.822] LinGreenFieldPosition: 0 [ 35709.822] LinBlueMaskSize: 0 [ 35709.823] LinBlueFieldPosition: 0 [ 35709.823] LinRsvdMaskSize: 0 [ 35709.823] LinRsvdFieldPosition: 0 [ 35709.823] MaxPixelClock: 0 [ 35709.824] Mode: 15a (0x0) [ 35709.824] ModeAttributes: 0x0 [ 35709.824] WinAAttributes: 0x0 [ 35709.824] WinBAttributes: 0x0 [ 35709.824] WinGranularity: 0 [ 35709.824] WinSize: 0 [ 35709.824] WinASegment: 0x0 [ 35709.824] WinBSegment: 0x0 [ 35709.824] WinFuncPtr: 0x0 [ 35709.824] BytesPerScanline: 0 [ 35709.824] XResolution: 0 [ 35709.824] YResolution: 0 [ 35709.825] XCharSize: 0 [ 35709.825] YCharSize: 0 [ 35709.825] NumberOfPlanes: 0 [ 35709.825] BitsPerPixel: 0 [ 35709.825] NumberOfBanks: 0 [ 35709.825] MemoryModel: 0 [ 35709.825] BankSize: 0 [ 35709.825] NumberOfImages: 0 [ 35709.825] RedMaskSize: 0 [ 35709.825] RedFieldPosition: 0 [ 35709.825] GreenMaskSize: 0 [ 35709.825] GreenFieldPosition: 0 [ 35709.825] BlueMaskSize: 0 [ 35709.825] BlueFieldPosition: 0 [ 35709.825] RsvdMaskSize: 0 [ 35709.825] RsvdFieldPosition: 0 [ 35709.825] DirectColorModeInfo: 0 [ 35709.825] PhysBasePtr: 0x0 [ 35709.825] LinBytesPerScanLine: 0 [ 35709.825] BnkNumberOfImagePages: 0 [ 35709.825] LinNumberOfImagePages: 0 [ 35709.825] LinRedMaskSize: 0 [ 35709.825] LinRedFieldPosition: 0 [ 35709.825] LinGreenMaskSize: 0 [ 35709.825] LinGreenFieldPosition: 0 [ 35709.825] LinBlueMaskSize: 0 [ 35709.825] LinBlueFieldPosition: 0 [ 35709.825] LinRsvdMaskSize: 0 [ 35709.825] LinRsvdFieldPosition: 0 [ 35709.825] MaxPixelClock: 0 [ 35709.827] Mode: 107 (1366x768) [ 35709.827] ModeAttributes: 0x9b [ 35709.827] WinAAttributes: 0x7 [ 35709.827] WinBAttributes: 0x0 [ 35709.827] WinGranularity: 64 [ 35709.827] WinSize: 64 [ 35709.827] WinASegment: 0xa000 [ 35709.827] WinBSegment: 0x0 [ 35709.827] WinFuncPtr: 0xc00081fb [ 35709.827] BytesPerScanline: 1408 [ 35709.827] XResolution: 1366 [ 35709.827] YResolution: 768 [ 35709.828] XCharSize: 8 [ 35709.828] YCharSize: 16 [ 35709.828] NumberOfPlanes: 1 [ 35709.828] BitsPerPixel: 8 [ 35709.828] NumberOfBanks: 1 [ 35709.828] MemoryModel: 4 [ 35709.828] BankSize: 0 [ 35709.828] NumberOfImages: 6 [ 35709.828] RedMaskSize: 0 [ 35709.828] RedFieldPosition: 0 [ 35709.828] GreenMaskSize: 0 [ 35709.828] GreenFieldPosition: 0 [ 35709.828] BlueMaskSize: 0 [ 35709.828] BlueFieldPosition: 0 [ 35709.828] RsvdMaskSize: 0 [ 35709.828] RsvdFieldPosition: 0 [ 35709.828] DirectColorModeInfo: 0 [ 35709.828] PhysBasePtr: 0x7f800000 [ 35709.828] LinBytesPerScanLine: 1408 [ 35709.828] BnkNumberOfImagePages: 6 [ 35709.828] LinNumberOfImagePages: 6 [ 35709.828] LinRedMaskSize: 0 [ 35709.828] LinRedFieldPosition: 0 [ 35709.828] LinGreenMaskSize: 0 [ 35709.828] LinGreenFieldPosition: 0 [ 35709.828] LinBlueMaskSize: 0 [ 35709.828] LinBlueFieldPosition: 0 [ 35709.828] LinRsvdMaskSize: 0 [ 35709.828] LinRsvdFieldPosition: 0 [ 35709.828] MaxPixelClock: 230000000 [ 35709.831] Mode: 11a (1366x768) [ 35709.831] ModeAttributes: 0x9b [ 35709.831] WinAAttributes: 0x7 [ 35709.831] WinBAttributes: 0x0 [ 35709.831] WinGranularity: 64 [ 35709.831] WinSize: 64 [ 35709.831] WinASegment: 0xa000 [ 35709.831] WinBSegment: 0x0 [ 35709.831] WinFuncPtr: 0xc00081fb [ 35709.831] BytesPerScanline: 2752 [ 35709.831] XResolution: 1366 [ 35709.831] YResolution: 768 [ 35709.831] XCharSize: 8 [ 35709.831] YCharSize: 16 [ 35709.831] NumberOfPlanes: 1 [ 35709.831] BitsPerPixel: 16 [ 35709.831] NumberOfBanks: 1 [ 35709.832] MemoryModel: 6 [ 35709.832] BankSize: 0 [ 35709.832] NumberOfImages: 2 [ 35709.832] RedMaskSize: 5 [ 35709.832] RedFieldPosition: 11 [ 35709.832] GreenMaskSize: 6 [ 35709.832] GreenFieldPosition: 5 [ 35709.832] BlueMaskSize: 5 [ 35709.832] BlueFieldPosition: 0 [ 35709.832] RsvdMaskSize: 0 [ 35709.832] RsvdFieldPosition: 0 [ 35709.832] DirectColorModeInfo: 0 [ 35709.832] PhysBasePtr: 0x7f800000 [ 35709.832] LinBytesPerScanLine: 2752 [ 35709.832] BnkNumberOfImagePages: 2 [ 35709.832] LinNumberOfImagePages: 2 [ 35709.832] LinRedMaskSize: 5 [ 35709.832] LinRedFieldPosition: 11 [ 35709.832] LinGreenMaskSize: 6 [ 35709.832] LinGreenFieldPosition: 5 [ 35709.832] LinBlueMaskSize: 5 [ 35709.832] LinBlueFieldPosition: 0 [ 35709.832] LinRsvdMaskSize: 0 [ 35709.832] LinRsvdFieldPosition: 0 [ 35709.832] MaxPixelClock: 230000000 [ 35709.835] *Mode: 11b (1366x768) [ 35709.836] ModeAttributes: 0x9b [ 35709.836] WinAAttributes: 0x7 [ 35709.836] WinBAttributes: 0x0 [ 35709.836] WinGranularity: 64 [ 35709.836] WinSize: 64 [ 35709.836] WinASegment: 0xa000 [ 35709.836] WinBSegment: 0x0 [ 35709.836] WinFuncPtr: 0xc00081fb [ 35709.836] BytesPerScanline: 5504 [ 35709.836] XResolution: 1366 [ 35709.836] YResolution: 768 [ 35709.836] XCharSize: 8 [ 35709.836] YCharSize: 16 [ 35709.836] NumberOfPlanes: 1 [ 35709.836] BitsPerPixel: 32 [ 35709.836] NumberOfBanks: 1 [ 35709.836] MemoryModel: 6 [ 35709.836] BankSize: 0 [ 35709.836] NumberOfImages: 0 [ 35709.836] RedMaskSize: 8 [ 35709.836] RedFieldPosition: 16 [ 35709.836] GreenMaskSize: 8 [ 35709.836] GreenFieldPosition: 8 [ 35709.836] BlueMaskSize: 8 [ 35709.836] BlueFieldPosition: 0 [ 35709.836] RsvdMaskSize: 8 [ 35709.836] RsvdFieldPosition: 24 [ 35709.836] DirectColorModeInfo: 0 [ 35709.836] PhysBasePtr: 0x7f800000 [ 35709.836] LinBytesPerScanLine: 5504 [ 35709.836] BnkNumberOfImagePages: 0 [ 35709.836] LinNumberOfImagePages: 0 [ 35709.836] LinRedMaskSize: 8 [ 35709.836] LinRedFieldPosition: 16 [ 35709.836] LinGreenMaskSize: 8 [ 35709.836] LinGreenFieldPosition: 8 [ 35709.836] LinBlueMaskSize: 8 [ 35709.836] LinBlueFieldPosition: 0 [ 35709.836] LinRsvdMaskSize: 8 [ 35709.837] LinRsvdFieldPosition: 24 [ 35709.837] MaxPixelClock: 230000000 [ 35709.838] Mode: 105 (1024x768) [ 35709.838] ModeAttributes: 0x9b [ 35709.839] WinAAttributes: 0x7 [ 35709.839] WinBAttributes: 0x0 [ 35709.839] WinGranularity: 64 [ 35709.839] WinSize: 64 [ 35709.839] WinASegment: 0xa000 [ 35709.839] WinBSegment: 0x0 [ 35709.839] WinFuncPtr: 0xc00081fb [ 35709.839] BytesPerScanline: 1024 [ 35709.839] XResolution: 1024 [ 35709.839] YResolution: 768 [ 35709.839] XCharSize: 8 [ 35709.839] YCharSize: 16 [ 35709.839] NumberOfPlanes: 1 [ 35709.839] BitsPerPixel: 8 [ 35709.839] NumberOfBanks: 1 [ 35709.839] MemoryModel: 4 [ 35709.839] BankSize: 0 [ 35709.839] NumberOfImages: 9 [ 35709.839] RedMaskSize: 0 [ 35709.839] RedFieldPosition: 0 [ 35709.839] GreenMaskSize: 0 [ 35709.839] GreenFieldPosition: 0 [ 35709.839] BlueMaskSize: 0 [ 35709.839] BlueFieldPosition: 0 [ 35709.839] RsvdMaskSize: 0 [ 35709.839] RsvdFieldPosition: 0 [ 35709.839] DirectColorModeInfo: 0 [ 35709.839] PhysBasePtr: 0x7f800000 [ 35709.839] LinBytesPerScanLine: 1024 [ 35709.839] BnkNumberOfImagePages: 9 [ 35709.839] LinNumberOfImagePages: 9 [ 35709.839] LinRedMaskSize: 0 [ 35709.839] LinRedFieldPosition: 0 [ 35709.839] LinGreenMaskSize: 0 [ 35709.839] LinGreenFieldPosition: 0 [ 35709.839] LinBlueMaskSize: 0 [ 35709.839] LinBlueFieldPosition: 0 [ 35709.839] LinRsvdMaskSize: 0 [ 35709.839] LinRsvdFieldPosition: 0 [ 35709.839] MaxPixelClock: 230000000 [ 35709.842] Mode: 117 (1024x768) [ 35709.842] ModeAttributes: 0x9b [ 35709.842] WinAAttributes: 0x7 [ 35709.842] WinBAttributes: 0x0 [ 35709.842] WinGranularity: 64 [ 35709.842] WinSize: 64 [ 35709.842] WinASegment: 0xa000 [ 35709.842] WinBSegment: 0x0 [ 35709.842] WinFuncPtr: 0xc00081fb [ 35709.842] BytesPerScanline: 2048 [ 35709.842] XResolution: 1024 [ 35709.842] YResolution: 768 [ 35709.842] XCharSize: 8 [ 35709.842] YCharSize: 16 [ 35709.842] NumberOfPlanes: 1 [ 35709.842] BitsPerPixel: 16 [ 35709.842] NumberOfBanks: 1 [ 35709.843] MemoryModel: 6 [ 35709.843] BankSize: 0 [ 35709.843] NumberOfImages: 4 [ 35709.843] RedMaskSize: 5 [ 35709.843] RedFieldPosition: 11 [ 35709.843] GreenMaskSize: 6 [ 35709.843] GreenFieldPosition: 5 [ 35709.843] BlueMaskSize: 5 [ 35709.843] BlueFieldPosition: 0 [ 35709.843] RsvdMaskSize: 0 [ 35709.843] RsvdFieldPosition: 0 [ 35709.843] DirectColorModeInfo: 0 [ 35709.843] PhysBasePtr: 0x7f800000 [ 35709.843] LinBytesPerScanLine: 2048 [ 35709.843] BnkNumberOfImagePages: 4 [ 35709.843] LinNumberOfImagePages: 4 [ 35709.843] LinRedMaskSize: 5 [ 35709.843] LinRedFieldPosition: 11 [ 35709.843] LinGreenMaskSize: 6 [ 35709.843] LinGreenFieldPosition: 5 [ 35709.843] LinBlueMaskSize: 5 [ 35709.843] LinBlueFieldPosition: 0 [ 35709.843] LinRsvdMaskSize: 0 [ 35709.843] LinRsvdFieldPosition: 0 [ 35709.843] MaxPixelClock: 230000000 [ 35709.846] *Mode: 118 (1024x768) [ 35709.846] ModeAttributes: 0x9b [ 35709.846] WinAAttributes: 0x7 [ 35709.846] WinBAttributes: 0x0 [ 35709.846] WinGranularity: 64 [ 35709.846] WinSize: 64 [ 35709.846] WinASegment: 0xa000 [ 35709.846] WinBSegment: 0x0 [ 35709.847] WinFuncPtr: 0xc00081fb [ 35709.847] BytesPerScanline: 4096 [ 35709.847] XResolution: 1024 [ 35709.847] YResolution: 768 [ 35709.847] XCharSize: 8 [ 35709.847] YCharSize: 16 [ 35709.847] NumberOfPlanes: 1 [ 35709.847] BitsPerPixel: 32 [ 35709.847] NumberOfBanks: 1 [ 35709.847] MemoryModel: 6 [ 35709.847] BankSize: 0 [ 35709.847] NumberOfImages: 1 [ 35709.847] RedMaskSize: 8 [ 35709.847] RedFieldPosition: 16 [ 35709.847] GreenMaskSize: 8 [ 35709.847] GreenFieldPosition: 8 [ 35709.847] BlueMaskSize: 8 [ 35709.847] BlueFieldPosition: 0 [ 35709.847] RsvdMaskSize: 8 [ 35709.847] RsvdFieldPosition: 24 [ 35709.847] DirectColorModeInfo: 0 [ 35709.847] PhysBasePtr: 0x7f800000 [ 35709.847] LinBytesPerScanLine: 4096 [ 35709.847] BnkNumberOfImagePages: 1 [ 35709.847] LinNumberOfImagePages: 1 [ 35709.847] LinRedMaskSize: 8 [ 35709.847] LinRedFieldPosition: 16 [ 35709.847] LinGreenMaskSize: 8 [ 35709.847] LinGreenFieldPosition: 8 [ 35709.847] LinBlueMaskSize: 8 [ 35709.847] LinBlueFieldPosition: 0 [ 35709.847] LinRsvdMaskSize: 8 [ 35709.847] LinRsvdFieldPosition: 24 [ 35709.847] MaxPixelClock: 230000000 [ 35709.850] *Mode: 112 (640x480) [ 35709.850] ModeAttributes: 0x9b [ 35709.850] WinAAttributes: 0x7 [ 35709.850] WinBAttributes: 0x0 [ 35709.850] WinGranularity: 64 [ 35709.850] WinSize: 64 [ 35709.850] WinASegment: 0xa000 [ 35709.850] WinBSegment: 0x0 [ 35709.850] WinFuncPtr: 0xc00081fb [ 35709.851] BytesPerScanline: 2560 [ 35709.851] XResolution: 640 [ 35709.851] YResolution: 480 [ 35709.851] XCharSize: 8 [ 35709.851] YCharSize: 16 [ 35709.851] NumberOfPlanes: 1 [ 35709.851] BitsPerPixel: 32 [ 35709.851] NumberOfBanks: 1 [ 35709.851] MemoryModel: 6 [ 35709.851] BankSize: 0 [ 35709.851] NumberOfImages: 5 [ 35709.851] RedMaskSize: 8 [ 35709.851] RedFieldPosition: 16 [ 35709.851] GreenMaskSize: 8 [ 35709.851] GreenFieldPosition: 8 [ 35709.851] BlueMaskSize: 8 [ 35709.851] BlueFieldPosition: 0 [ 35709.851] RsvdMaskSize: 8 [ 35709.851] RsvdFieldPosition: 24 [ 35709.851] DirectColorModeInfo: 0 [ 35709.851] PhysBasePtr: 0x7f800000 [ 35709.851] LinBytesPerScanLine: 2560 [ 35709.851] BnkNumberOfImagePages: 5 [ 35709.851] LinNumberOfImagePages: 5 [ 35709.851] LinRedMaskSize: 8 [ 35709.851] LinRedFieldPosition: 16 [ 35709.851] LinGreenMaskSize: 8 [ 35709.851] LinGreenFieldPosition: 8 [ 35709.851] LinBlueMaskSize: 8 [ 35709.851] LinBlueFieldPosition: 0 [ 35709.851] LinRsvdMaskSize: 8 [ 35709.851] LinRsvdFieldPosition: 24 [ 35709.851] MaxPixelClock: 230000000 [ 35709.854] Mode: 114 (800x600) [ 35709.854] ModeAttributes: 0x9b [ 35709.854] WinAAttributes: 0x7 [ 35709.854] WinBAttributes: 0x0 [ 35709.854] WinGranularity: 64 [ 35709.854] WinSize: 64 [ 35709.854] WinASegment: 0xa000 [ 35709.854] WinBSegment: 0x0 [ 35709.854] WinFuncPtr: 0xc00081fb [ 35709.854] BytesPerScanline: 1600 [ 35709.854] XResolution: 800 [ 35709.854] YResolution: 600 [ 35709.854] XCharSize: 8 [ 35709.854] YCharSize: 16 [ 35709.854] NumberOfPlanes: 1 [ 35709.854] BitsPerPixel: 16 [ 35709.854] NumberOfBanks: 1 [ 35709.854] MemoryModel: 6 [ 35709.854] BankSize: 0 [ 35709.854] NumberOfImages: 7 [ 35709.854] RedMaskSize: 5 [ 35709.854] RedFieldPosition: 11 [ 35709.854] GreenMaskSize: 6 [ 35709.854] GreenFieldPosition: 5 [ 35709.854] BlueMaskSize: 5 [ 35709.854] BlueFieldPosition: 0 [ 35709.854] RsvdMaskSize: 0 [ 35709.854] RsvdFieldPosition: 0 [ 35709.854] DirectColorModeInfo: 0 [ 35709.855] PhysBasePtr: 0x7f800000 [ 35709.855] LinBytesPerScanLine: 1600 [ 35709.855] BnkNumberOfImagePages: 7 [ 35709.855] LinNumberOfImagePages: 7 [ 35709.855] LinRedMaskSize: 5 [ 35709.855] LinRedFieldPosition: 11 [ 35709.855] LinGreenMaskSize: 6 [ 35709.855] LinGreenFieldPosition: 5 [ 35709.855] LinBlueMaskSize: 5 [ 35709.855] LinBlueFieldPosition: 0 [ 35709.855] LinRsvdMaskSize: 0 [ 35709.855] LinRsvdFieldPosition: 0 [ 35709.855] MaxPixelClock: 230000000 [ 35709.858] *Mode: 115 (800x600) [ 35709.858] ModeAttributes: 0x9b [ 35709.858] WinAAttributes: 0x7 [ 35709.858] WinBAttributes: 0x0 [ 35709.858] WinGranularity: 64 [ 35709.858] WinSize: 64 [ 35709.858] WinASegment: 0xa000 [ 35709.858] WinBSegment: 0x0 [ 35709.858] WinFuncPtr: 0xc00081fb [ 35709.858] BytesPerScanline: 3200 [ 35709.858] XResolution: 800 [ 35709.858] YResolution: 600 [ 35709.858] XCharSize: 8 [ 35709.858] YCharSize: 16 [ 35709.858] NumberOfPlanes: 1 [ 35709.858] BitsPerPixel: 32 [ 35709.858] NumberOfBanks: 1 [ 35709.858] MemoryModel: 6 [ 35709.858] BankSize: 0 [ 35709.858] NumberOfImages: 3 [ 35709.858] RedMaskSize: 8 [ 35709.858] RedFieldPosition: 16 [ 35709.858] GreenMaskSize: 8 [ 35709.858] GreenFieldPosition: 8 [ 35709.859] BlueMaskSize: 8 [ 35709.859] BlueFieldPosition: 0 [ 35709.859] RsvdMaskSize: 8 [ 35709.859] RsvdFieldPosition: 24 [ 35709.859] DirectColorModeInfo: 0 [ 35709.859] PhysBasePtr: 0x7f800000 [ 35709.859] LinBytesPerScanLine: 3200 [ 35709.859] BnkNumberOfImagePages: 3 [ 35709.859] LinNumberOfImagePages: 3 [ 35709.859] LinRedMaskSize: 8 [ 35709.859] LinRedFieldPosition: 16 [ 35709.859] LinGreenMaskSize: 8 [ 35709.859] LinGreenFieldPosition: 8 [ 35709.859] LinBlueMaskSize: 8 [ 35709.859] LinBlueFieldPosition: 0 [ 35709.859] LinRsvdMaskSize: 8 [ 35709.859] LinRsvdFieldPosition: 24 [ 35709.859] MaxPixelClock: 230000000 [ 35709.861] Mode: 101 (640x480) [ 35709.861] ModeAttributes: 0x9b [ 35709.861] WinAAttributes: 0x7 [ 35709.861] WinBAttributes: 0x0 [ 35709.861] WinGranularity: 64 [ 35709.861] WinSize: 64 [ 35709.861] WinASegment: 0xa000 [ 35709.861] WinBSegment: 0x0 [ 35709.861] WinFuncPtr: 0xc00081fb [ 35709.861] BytesPerScanline: 640 [ 35709.861] XResolution: 640 [ 35709.861] YResolution: 480 [ 35709.861] XCharSize: 8 [ 35709.861] YCharSize: 16 [ 35709.861] NumberOfPlanes: 1 [ 35709.861] BitsPerPixel: 8 [ 35709.861] NumberOfBanks: 1 [ 35709.861] MemoryModel: 4 [ 35709.861] BankSize: 0 [ 35709.861] NumberOfImages: 23 [ 35709.861] RedMaskSize: 0 [ 35709.861] RedFieldPosition: 0 [ 35709.861] GreenMaskSize: 0 [ 35709.861] GreenFieldPosition: 0 [ 35709.861] BlueMaskSize: 0 [ 35709.861] BlueFieldPosition: 0 [ 35709.861] RsvdMaskSize: 0 [ 35709.861] RsvdFieldPosition: 0 [ 35709.861] DirectColorModeInfo: 0 [ 35709.861] PhysBasePtr: 0x7f800000 [ 35709.861] LinBytesPerScanLine: 640 [ 35709.861] BnkNumberOfImagePages: 23 [ 35709.861] LinNumberOfImagePages: 23 [ 35709.861] LinRedMaskSize: 0 [ 35709.861] LinRedFieldPosition: 0 [ 35709.862] LinGreenMaskSize: 0 [ 35709.862] LinGreenFieldPosition: 0 [ 35709.862] LinBlueMaskSize: 0 [ 35709.862] LinBlueFieldPosition: 0 [ 35709.862] LinRsvdMaskSize: 0 [ 35709.862] LinRsvdFieldPosition: 0 [ 35709.862] MaxPixelClock: 230000000 [ 35709.863] Mode: 103 (800x600) [ 35709.864] ModeAttributes: 0x9b [ 35709.864] WinAAttributes: 0x7 [ 35709.864] WinBAttributes: 0x0 [ 35709.864] WinGranularity: 64 [ 35709.864] WinSize: 64 [ 35709.864] WinASegment: 0xa000 [ 35709.864] WinBSegment: 0x0 [ 35709.864] WinFuncPtr: 0xc00081fb [ 35709.864] BytesPerScanline: 832 [ 35709.864] XResolution: 800 [ 35709.864] YResolution: 600 [ 35709.864] XCharSize: 8 [ 35709.864] YCharSize: 16 [ 35709.864] NumberOfPlanes: 1 [ 35709.864] BitsPerPixel: 8 [ 35709.864] NumberOfBanks: 1 [ 35709.864] MemoryModel: 4 [ 35709.864] BankSize: 0 [ 35709.864] NumberOfImages: 14 [ 35709.864] RedMaskSize: 0 [ 35709.864] RedFieldPosition: 0 [ 35709.864] GreenMaskSize: 0 [ 35709.864] GreenFieldPosition: 0 [ 35709.864] BlueMaskSize: 0 [ 35709.864] BlueFieldPosition: 0 [ 35709.864] RsvdMaskSize: 0 [ 35709.864] RsvdFieldPosition: 0 [ 35709.864] DirectColorModeInfo: 0 [ 35709.864] PhysBasePtr: 0x7f800000 [ 35709.864] LinBytesPerScanLine: 832 [ 35709.864] BnkNumberOfImagePages: 14 [ 35709.864] LinNumberOfImagePages: 14 [ 35709.864] LinRedMaskSize: 0 [ 35709.864] LinRedFieldPosition: 0 [ 35709.864] LinGreenMaskSize: 0 [ 35709.864] LinGreenFieldPosition: 0 [ 35709.864] LinBlueMaskSize: 0 [ 35709.864] LinBlueFieldPosition: 0 [ 35709.864] LinRsvdMaskSize: 0 [ 35709.865] LinRsvdFieldPosition: 0 [ 35709.865] MaxPixelClock: 230000000 [ 35709.867] Mode: 111 (640x480) [ 35709.867] ModeAttributes: 0x9b [ 35709.867] WinAAttributes: 0x7 [ 35709.867] WinBAttributes: 0x0 [ 35709.867] WinGranularity: 64 [ 35709.867] WinSize: 64 [ 35709.867] WinASegment: 0xa000 [ 35709.867] WinBSegment: 0x0 [ 35709.867] WinFuncPtr: 0xc00081fb [ 35709.867] BytesPerScanline: 1280 [ 35709.867] XResolution: 640 [ 35709.867] YResolution: 480 [ 35709.867] XCharSize: 8 [ 35709.867] YCharSize: 16 [ 35709.867] NumberOfPlanes: 1 [ 35709.867] BitsPerPixel: 16 [ 35709.867] NumberOfBanks: 1 [ 35709.867] MemoryModel: 6 [ 35709.867] BankSize: 0 [ 35709.867] NumberOfImages: 11 [ 35709.867] RedMaskSize: 5 [ 35709.867] RedFieldPosition: 11 [ 35709.867] GreenMaskSize: 6 [ 35709.867] GreenFieldPosition: 5 [ 35709.867] BlueMaskSize: 5 [ 35709.867] BlueFieldPosition: 0 [ 35709.868] RsvdMaskSize: 0 [ 35709.868] RsvdFieldPosition: 0 [ 35709.868] DirectColorModeInfo: 0 [ 35709.868] PhysBasePtr: 0x7f800000 [ 35709.868] LinBytesPerScanLine: 1280 [ 35709.868] BnkNumberOfImagePages: 11 [ 35709.868] LinNumberOfImagePages: 11 [ 35709.868] LinRedMaskSize: 5 [ 35709.868] LinRedFieldPosition: 11 [ 35709.868] LinGreenMaskSize: 6 [ 35709.868] LinGreenFieldPosition: 5 [ 35709.868] LinBlueMaskSize: 5 [ 35709.868] LinBlueFieldPosition: 0 [ 35709.868] LinRsvdMaskSize: 0 [ 35709.868] LinRsvdFieldPosition: 0 [ 35709.868] MaxPixelClock: 230000000 [ 35709.868] [ 35709.868] (II) VESA(0): Total Memory: 123 64KB banks (7872kB) [ 35709.868] (II) VESA(0): <default monitor>: Using hsync range of 29.37-47.30 kHz [ 35709.868] (II) VESA(0): <default monitor>: Using vrefresh range of 56.00-59.87 Hz [ 35709.868] (II) VESA(0): Not using built-in mode "1600x768" (no mode of this name) [ 35709.868] (II) VESA(0): Not using built-in mode "1366x768" (no mode of this name) [ 35709.868] (II) VESA(0): Not using built-in mode "1366x768" (no mode of this name) [ 35709.868] (II) VESA(0): Not using built-in mode "1360x768" (no mode of this name) [ 35709.868] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name) [ 35709.868] (II) VESA(0): Not using built-in mode "1024x600" (no mode of this name) [ 35709.868] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name) [ 35709.868] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name) [ 35709.868] (WW) VESA(0): No valid modes left. Trying less strict filter... [ 35709.868] (II) VESA(0): <default monitor>: Using hsync range of 29.37-47.30 kHz [ 35709.869] (II) VESA(0): <default monitor>: Using vrefresh range of 56.00-59.87 Hz [ 35709.869] (--) VESA(0): Virtual size is 1600x768 (pitch 1600) [ 35709.869] (**) VESA(0): *Built-in mode "1600x768" [ 35709.869] (**) VESA(0): Built-in mode "1366x768" [ 35709.869] (**) VESA(0): Built-in mode "1366x768" [ 35709.869] (**) VESA(0): Built-in mode "1360x768" [ 35709.869] (**) VESA(0): Built-in mode "1024x768" [ 35709.869] (**) VESA(0): Built-in mode "1024x600" [ 35709.869] (**) VESA(0): Built-in mode "800x600" [ 35709.869] (**) VESA(0): Built-in mode "640x480" [ 35709.869] (==) VESA(0): DPI set to (96, 96) [ 35709.869] (II) VESA(0): Attempting to use 60Hz refresh for mode "1360x768" (165) [ 35709.878] (II) VESA(0): Attempting to use 60Hz refresh for mode "800x600" (115) [ 35709.880] (II) VESA(0): Attempting to use 60Hz refresh for mode "640x480" (112) [ 35709.895] (**) VESA(0): Using "Shadow Framebuffer" [ 35709.895] (II) Loading sub module "shadow" [ 35709.895] (II) LoadModule: "shadow" [ 35709.896] (II) Loading /usr/lib/xorg/modules/libshadow.so [ 35709.896] (II) Module shadow: vendor="X.Org Foundation" [ 35709.896] compiled for 1.11.3, module version = 1.1.0 [ 35709.896] ABI class: X.Org ANSI C Emulation, version 0.4 [ 35709.896] (II) Loading sub module "fb" [ 35709.896] (II) LoadModule: "fb" [ 35709.896] (II) Loading /usr/lib/xorg/modules/libfb.so [ 35709.897] (II) Module fb: vendor="X.Org Foundation" [ 35709.897] compiled for 1.11.3, module version = 1.0.0 [ 35709.897] ABI class: X.Org ANSI C Emulation, version 0.4 [ 35709.897] (II) UnloadModule: "fbdev" [ 35709.897] (II) Unloading fbdev [ 35709.897] (II) UnloadModule: "fbdevhw" [ 35709.897] (II) Unloading fbdevhw [ 35709.897] (==) Depth 24 pixmap format is 32 bpp [ 35709.897] (II) Loading sub module "int10" [ 35709.897] (II) LoadModule: "int10" [ 35709.898] (II) Loading /usr/lib/xorg/modules/libint10.so [ 35709.898] (II) Module int10: vendor="X.Org Foundation" [ 35709.898] compiled for 1.11.3, module version = 1.0.0 [ 35709.898] ABI class: X.Org Video Driver, version 11.0 [ 35709.898] (II) VESA(0): initializing int10 [ 35709.905] (II) VESA(0): Bad V_BIOS checksum [ 35709.905] (II) VESA(0): Primary V_BIOS segment is: 0xc000 [ 35709.906] (II) VESA(0): VESA BIOS detected [ 35709.906] (II) VESA(0): VESA VBE Version 3.0 [ 35709.906] (II) VESA(0): VESA VBE Total Mem: 7872 kB [ 35709.906] (II) VESA(0): VESA VBE OEM: Intel(r)Poulsbo Graphics Chip Accelerated VGA BIOS [ 35709.906] (II) VESA(0): VESA VBE OEM Software Rev: 1.0 [ 35709.906] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation [ 35709.906] (II) VESA(0): VESA VBE OEM Product: Intel(r)Poulsbo Graphics Controller [ 35709.906] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
続く。。。
オフライン
。。。続き
[ 35709.906] (II) VESA(0): virtual address = (nil),
physical address = 0x7f800000, size = 8060928
[ 35709.907] (II) VESA(0): virtual address = 0xb6e14000,
physical address = 0xa0000, size = 65536
[ 35709.943] (II) VESA(0): Setting up VESA Mode 0x168 (1600x768)
[ 35710.031] (==) VESA(0): Default visual is TrueColor
[ 35710.031] (==) VESA(0): Backing store disabled
[ 35710.031] (==) VESA(0): DPMS enabled
[ 35710.031] (WW) VESA(0): Option "PcfVersion" is not used
[ 35710.031] (WW) VESA(0): Option "ConfigId" is not used
[ 35710.031] (WW) VESA(0): Option "PortDrivers" is not used
[ 35710.031] (WW) VESA(0): Option "ALL/1/name" is not used
[ 35710.031] (WW) VESA(0): Option "ALL/1/General/DisplayConfig" is not used
[ 35710.031] (WW) VESA(0): Option "ALL/1/General/DisplayDetect" is not used
[ 35710.032] (WW) VESA(0): Option "ALL/1/Port/4/General/name" is not used
[ 35710.032] (WW) VESA(0): Option "ALL/1/Port/4/General/Edid" is not used
[ 35710.032] (WW) VESA(0): Option "ALL/1/Port/4/Attr/70" is not used
[ 35710.032] (WW) VESA(0): Option "ALL/1/General/Accel" is not used
[ 35710.032] (WW) VESA(0): Option "ALL/1/Port/4/General/EdidAvail" is not used
[ 35710.032] (WW) VESA(0): Option "ALL/1/Port/4/General/EdidNotAvail" is not used
[ 35710.032] (WW) VESA(0): Option "ALL/1/Port/4/FpInfo/Height" is not used
[ 35710.032] (WW) VESA(0): Option "ALL/1/Port/4/FpInfo/Width" is not used
[ 35710.032] (WW) VESA(0): Option "ALL/1/Port/4/Dtd/1/PixelClock" is not used
[ 35710.032] (WW) VESA(0): Option "ALL/1/Port/4/Dtd/1/HorzActive" is not used
[ 35710.032] (WW) VESA(0): Option "ALL/1/Port/4/Dtd/1/HorzSync" is not used
[ 35710.032] (WW) VESA(0): Option "ALL/1/Port/4/Dtd/1/HorzSyncPulse" is not used
[ 35710.032] (WW) VESA(0): Option "ALL/1/Port/4/Dtd/1/HorzBlank" is not used
[ 35710.032] (WW) VESA(0): Option "ALL/1/Port/4/Dtd/1/VertActive" is not used
[ 35710.032] (WW) VESA(0): Option "ALL/1/Port/4/Dtd/1/VertSync" is not used
[ 35710.032] (WW) VESA(0): Option "ALL/1/Port/4/Dtd/1/VertSyncPulse" is not used
[ 35710.032] (WW) VESA(0): Option "ALL/1/Port/4/Dtd/1/VertBlank" is not used
[ 35710.032] (WW) VESA(0): Option "ALL/1/Port/4/Dtd/1/Flags" is not used
[ 35710.032] (WW) VESA(0): Option "ALL/1/Port/4/Attr/26" is not used
[ 35710.032] (WW) VESA(0): Option "ALL/1/Port/4/Attr/27" is not used
[ 35710.032] (WW) VESA(0): Option "ALL/1/Port/4/Attr/45" is not used
[ 35710.032] (WW) VESA(0): Option "ALL/1/Port/4/Attr/72" is not used
[ 35710.032] (==) RandR enabled
[ 35710.032] (II) Initializing built-in extension Generic Event Extension
[ 35710.032] (II) Initializing built-in extension SHAPE
[ 35710.032] (II) Initializing built-in extension MIT-SHM
[ 35710.032] (II) Initializing built-in extension XInputExtension
[ 35710.032] (II) Initializing built-in extension XTEST
[ 35710.032] (II) Initializing built-in extension BIG-REQUESTS
[ 35710.033] (II) Initializing built-in extension SYNC
[ 35710.033] (II) Initializing built-in extension XKEYBOARD
[ 35710.033] (II) Initializing built-in extension XC-MISC
[ 35710.033] (II) Initializing built-in extension SECURITY
[ 35710.033] (II) Initializing built-in extension XINERAMA
[ 35710.033] (II) Initializing built-in extension XFIXES
[ 35710.033] (II) Initializing built-in extension RENDER
[ 35710.033] (II) Initializing built-in extension RANDR
[ 35710.033] (II) Initializing built-in extension COMPOSITE
[ 35710.033] (II) Initializing built-in extension DAMAGE
[ 35710.052] (II) AIGLX: Screen 0 is not DRI2 capable
[ 35710.052] (II) AIGLX: Screen 0 is not DRI capable
[ 35710.089] (II) AIGLX: Loaded and initialized swrast
[ 35710.089] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 35710.122] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[ 35710.130] (II) config/udev: Adding input device Sony Vaio Keys (/dev/input/event4)
[ 35710.130] (**) Sony Vaio Keys: Applying InputClass "evdev keyboard catchall"
[ 35710.130] (II) LoadModule: "evdev"
[ 35710.130] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 35710.131] (II) Module evdev: vendor="X.Org Foundation"
[ 35710.131] compiled for 1.11.3, module version = 2.7.0
[ 35710.131] Module class: X.Org XInput Driver
[ 35710.131] ABI class: X.Org XInput driver, version 16.0
[ 35710.131] (II) Using input driver 'evdev' for 'Sony Vaio Keys'
[ 35710.131] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 35710.131] (**) Sony Vaio Keys: always reports core events
[ 35710.131] (**) evdev: Sony Vaio Keys: Device: "/dev/input/event4"
[ 35710.131] (--) evdev: Sony Vaio Keys: Vendor 0x104d Product 0
[ 35710.131] (--) evdev: Sony Vaio Keys: Found keys
[ 35710.131] (II) evdev: Sony Vaio Keys: Configuring as keyboard
[ 35710.131] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:17/SNY6001:00/input/input4/event4"
[ 35710.132] (II) XINPUT: Adding extended input device "Sony Vaio Keys" (type: KEYBOARD, id 6)
[ 35710.132] (**) Option "xkb_rules" "evdev"
[ 35710.132] (**) Option "xkb_model" "evdev"
[ 35710.132] (**) Option "xkb_layout" "jp"
[ 35710.138] (II) XKB: reuse xkmfile /var/lib/xkb/server-A94739771F15EFE8C025256FFCF9484D873832F7.xkm
[ 35710.140] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 35710.140] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 35710.140] (II) Using input driver 'evdev' for 'Power Button'
[ 35710.140] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 35710.140] (**) Power Button: always reports core events
[ 35710.140] (**) evdev: Power Button: Device: "/dev/input/event1"
[ 35710.140] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 35710.140] (--) evdev: Power Button: Found keys
[ 35710.140] (II) evdev: Power Button: Configuring as keyboard
[ 35710.140] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
[ 35710.140] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 35710.140] (**) Option "xkb_rules" "evdev"
[ 35710.141] (**) Option "xkb_model" "evdev"
[ 35710.141] (**) Option "xkb_layout" "jp"
[ 35710.142] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 35710.142] (II) No input driver specified, ignoring this device.
[ 35710.142] (II) This device may have been added with another device file.
[ 35710.143] (II) config/udev: Adding input device HDA Intel MID Mic (/dev/input/event6)
[ 35710.143] (II) No input driver specified, ignoring this device.
[ 35710.143] (II) This device may have been added with another device file.
[ 35710.143] (II) config/udev: Adding input device HDA Intel MID Headphone (/dev/input/event7)
[ 35710.143] (II) No input driver specified, ignoring this device.
[ 35710.144] (II) This device may have been added with another device file.
[ 35710.144] (II) config/udev: Adding input device I-Rocks Technology Co., LTD. Laser Mouse (/dev/input/event3)
[ 35710.144] (**) I-Rocks Technology Co., LTD. Laser Mouse: Applying InputClass "evdev pointer catchall"
[ 35710.144] (II) Using input driver 'evdev' for ' I-Rocks Technology Co., LTD. Laser Mouse'
[ 35710.144] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 35710.145] (**) I-Rocks Technology Co., LTD. Laser Mouse: always reports core events
[ 35710.145] (**) evdev: I-Rocks Technology Co., LTD. Laser Mouse: Device: "/dev/input/event3"
[ 35710.145] (--) evdev: I-Rocks Technology Co., LTD. Laser Mouse: Vendor 0x14a5 Product 0x2003
[ 35710.145] (--) evdev: I-Rocks Technology Co., LTD. Laser Mouse: Found 9 mouse buttons
[ 35710.145] (--) evdev: I-Rocks Technology Co., LTD. Laser Mouse: Found scroll wheel(s)
[ 35710.145] (--) evdev: I-Rocks Technology Co., LTD. Laser Mouse: Found relative axes
[ 35710.145] (--) evdev: I-Rocks Technology Co., LTD. Laser Mouse: Found x and y relative axes
[ 35710.145] (II) evdev: I-Rocks Technology Co., LTD. Laser Mouse: Configuring as mouse
[ 35710.145] (II) evdev: I-Rocks Technology Co., LTD. Laser Mouse: Adding scrollwheel support
[ 35710.145] (**) evdev: I-Rocks Technology Co., LTD. Laser Mouse: YAxisMapping: buttons 4 and 5
[ 35710.145] (**) evdev: I-Rocks Technology Co., LTD. Laser Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 35710.145] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input3/event3"
[ 35710.145] (II) XINPUT: Adding extended input device " I-Rocks Technology Co., LTD. Laser Mouse" (type: MOUSE, id 8)
[ 35710.145] (II) evdev: I-Rocks Technology Co., LTD. Laser Mouse: initialized for relative axes.
[ 35710.146] (**) I-Rocks Technology Co., LTD. Laser Mouse: (accel) keeping acceleration scheme 1
[ 35710.146] (**) I-Rocks Technology Co., LTD. Laser Mouse: (accel) acceleration profile 0
[ 35710.146] (**) I-Rocks Technology Co., LTD. Laser Mouse: (accel) acceleration factor: 2.000
[ 35710.146] (**) I-Rocks Technology Co., LTD. Laser Mouse: (accel) acceleration threshold: 4
[ 35710.147] (II) config/udev: Adding input device I-Rocks Technology Co., LTD. Laser Mouse (/dev/input/mouse0)
[ 35710.147] (II) No input driver specified, ignoring this device.
[ 35710.147] (II) This device may have been added with another device file.
[ 35710.147] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[ 35710.147] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 35710.148] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 35710.148] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 35710.148] (**) AT Translated Set 2 keyboard: always reports core events
[ 35710.148] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event2"
[ 35710.148] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 35710.148] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 35710.148] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 35710.148] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[ 35710.148] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[ 35710.148] (**) Option "xkb_rules" "evdev"
[ 35710.148] (**) Option "xkb_model" "evdev"
[ 35710.148] (**) Option "xkb_layout" "jp"
[ 35710.150] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event8)
[ 35710.150] (**) PS/2 Generic Mouse: Applying InputClass "evdev pointer catchall"
[ 35710.150] (II) Using input driver 'evdev' for 'PS/2 Generic Mouse'
[ 35710.150] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 35710.150] (**) PS/2 Generic Mouse: always reports core events
[ 35710.150] (**) evdev: PS/2 Generic Mouse: Device: "/dev/input/event8"
[ 35710.150] (--) evdev: PS/2 Generic Mouse: Vendor 0x2 Product 0x1
[ 35710.150] (--) evdev: PS/2 Generic Mouse: Found 3 mouse buttons
[ 35710.150] (--) evdev: PS/2 Generic Mouse: Found relative axes
[ 35710.150] (--) evdev: PS/2 Generic Mouse: Found x and y relative axes
[ 35710.150] (II) evdev: PS/2 Generic Mouse: Configuring as mouse
[ 35710.150] (**) evdev: PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5
[ 35710.150] (**) evdev: PS/2 Generic Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 35710.150] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event8"
[ 35710.150] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 10)
[ 35710.150] (II) evdev: PS/2 Generic Mouse: initialized for relative axes.
[ 35710.151] (**) PS/2 Generic Mouse: (accel) keeping acceleration scheme 1
[ 35710.151] (**) PS/2 Generic Mouse: (accel) acceleration profile 0
[ 35710.151] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[ 35710.151] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[ 35710.152] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse2)
[ 35710.152] (II) No input driver specified, ignoring this device.
[ 35710.152] (II) This device may have been added with another device file.
[ 35710.158] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/event5)
[ 35710.158] (II) No input driver specified, ignoring this device.
[ 35710.158] (II) This device may have been added with another device file.
[ 35710.158] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/mouse1)
[ 35710.158] (II) No input driver specified, ignoring this device.
[ 35710.158] (II) This device may have been added with another device file.
[ 35722.732] (II) XKB: reuse xkmfile /var/lib/xkb/server-8A920EE9E011298F9C072B52F103F38AC7A17387.xkm終わり
オフライン
すいません、変な風に切ってしまいました。
エラーがあるのは2つ目のコードの下の方からです。
オフライン
すいません、cinnamonインストール時のコードを忘れていました。
sudo dpkg -i emgdinfo_1.8.0-1.0.2~oneiric_i386.deb
↑ これは、sudo aptitude install cinnamon cinnamon-session
と入力したらemgdinfoがインストールされていないといわれたのでネットで検索しました。
trazomaw@trazomaw-VGN-P91S:~/ダウンロード$ sudo dpkg -i emgdinfo_1.8.0-1.0.2~oneiric_i386.deb
Selecting previously unselected package emgdinfo.
(データベースを読み込んでいます ... 現在 131795 個のファイルとディレクトリがインストールされています。)
(emgdinfo_1.8.0-1.0.2~oneiric_i386.deb から) emgdinfo を展開しています...
emgdinfo (1:1.8.0-1.0.2~oneiric) を設定しています ...
trazomaw@trazomaw-VGN-P91S:~/ダウンロード$
trazomaw@trazomaw-VGN-P91S:~/ダウンロード$ sudo aptitude install emgd-support-extra
以下の新規パッケージがインストールされます:
dkms{a} emgd-dkms{a} emgd-support-basic{a} emgd-support-extra emgdbl{a}
emgdgui{a} emgdui{a} patch{a} xorg-emgd{a}
0 個のパッケージを更新、 9 個を新たにインストール、 0 個を削除予定、13 個が更新されていない。
4,817 k バイトのアーカイブを取得する必要があります。 展開後に 16.2 M バイトのディスク領域が新たに消費されます。
先に進みますか? [Y/n/?] y
取得: 1 http://jp.archive.ubuntu.com/ubuntu/ precise/main patch i386 2.6.1-3 [86.0 kB]
取得: 2 http://jp.archive.ubuntu.com/ubuntu/ precise/main dkms all 2.2.0.3-1ubuntu2 [73.2 kB]
取得: 3 http://ppa.launchpad.net/thopiekar/emgd/ubuntu/ precise/main emgd-dkms all 1.10.0.2209-0ubuntu1~ppa2 [1,044 kB]
取得: 4 http://ppa.launchpad.net/thopiekar/emgd/ubuntu/ precise/main emgdbl all 0.1beta7 [5,754 B]
取得: 5 http://ppa.launchpad.net/thopiekar/emgd/ubuntu/ precise/main xorg-emgd i386 1.10.0.2209+pvr1.5.15.3226-0ubuntu1~ppa5 [3,473 kB]
取得: 6 http://ppa.launchpad.net/thopiekar/emgd/ubuntu/ precise/main emgdgui i386 1.8.0-1.0.2~oneiric [91.0 kB]
取得: 7 http://ppa.launchpad.net/thopiekar/emgd/ubuntu/ precise/main emgd-support-basic i386 0.0.1-0~10~oneiric1 [2,170 B]
取得: 8 http://ppa.launchpad.net/thopiekar/emgd/ubuntu/ precise/main emgdui i386 1:1.8.0-1.0.1~oneiric [39.6 kB]
取得: 9 http://ppa.launchpad.net/thopiekar/emgd/ubuntu/ precise/main emgd-support-extra i386 0.0.1-0~10~oneiric1 [2,138 B]
Fetched 4,817 kB in 10秒 (441 kB/s)
Selecting previously unselected package patch.
(データベースを読み込んでいます ... 現在 131801 個のファイルとディレクトリがインストールされています。)
(.../patch_2.6.1-3_i386.deb から) patch を展開しています...
Selecting previously unselected package dkms.
(.../dkms_2.2.0.3-1ubuntu2_all.deb から) dkms を展開しています...
Selecting previously unselected package emgd-dkms.
(.../emgd-dkms_1.10.0.2209-0ubuntu1~ppa2_all.deb から) emgd-dkms を展開しています...
Selecting previously unselected package emgdbl.
(.../emgdbl_0.1beta7_all.deb から) emgdbl を展開しています...
Selecting previously unselected package xorg-emgd.
(.../xorg-emgd_1.10.0.2209+pvr1.5.15.3226-0ubuntu1~ppa5_i386.deb から) xorg-emgd を展開しています...
Selecting previously unselected package emgdgui.
(.../emgdgui_1.8.0-1.0.2~oneiric_i386.deb から) emgdgui を展開しています...
Selecting previously unselected package emgd-support-basic.
(.../emgd-support-basic_0.0.1-0~10~oneiric1_i386.deb から) emgd-support-basic を展開しています...
Selecting previously unselected package emgdui.
(.../emgdui_1%3a1.8.0-1.0.1~oneiric_i386.deb から) emgdui を展開しています...
Selecting previously unselected package emgd-support-extra.
(.../emgd-support-extra_0.0.1-0~10~oneiric1_i386.deb から) emgd-support-extra を展開しています...
man-db のトリガを処理しています ...
patch (2.6.1-3) を設定しています ...
dkms (2.2.0.3-1ubuntu2) を設定しています ...
emgd-dkms (1.10.0.2209-0ubuntu1~ppa2) を設定しています ...
Loading new emgd-1.10.0.2209 DKMS files...
First Installation: checking all kernels...
Building only for 3.2.0-22-generic-pae
Building for architecture i686
Building initial module for 3.2.0-22-generic-pae
Error! Bad return status for module build on kernel: 3.2.0-22-generic-pae (i686)
Consult /var/lib/dkms/emgd/1.10.0.2209/build/make.log for more information.
emgdbl (0.1beta7) を設定しています ...
Loading new emgdbl-0.1beta7 DKMS files...
First Installation: checking all kernels...
Building only for 3.2.0-22-generic-pae
Building for architecture i686
Building initial module for 3.2.0-22-generic-pae
Done.
emgdbl:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/3.2.0-22-generic-pae/updates/dkms/
depmod.............
DKMS: install completed.
xorg-emgd (1.10.0.2209+pvr1.5.15.3226-0ubuntu1~ppa5) を設定しています ...
emgdgui (1.8.0-1.0.2~oneiric) を設定しています ...
emgd-support-basic (0.0.1-0~10~oneiric1) を設定しています ...
emgdui (1:1.8.0-1.0.1~oneiric) を設定しています ...
emgd-support-extra (0.0.1-0~10~oneiric1) を設定しています ...
libc-bin のトリガを処理しています ...
ldconfig deferred processing now taking place
trazomaw@trazomaw-VGN-P91S:~/ダウンロード$ sudo aptitude install xorg-emgd emgd-dkms
インストール・削除・更新されるパッケージがありません。
0 個のパッケージを更新、 0 個を新たにインストール、 0 個を削除予定、13 個が更新されていない。
0 バイトのアーカイブを取得する必要があります。 展開後に 0 バイトのディスク領域が新たに消費されます。
trazomaw@trazomaw-VGN-P91S:~/ダウンロード$ sudo aptitude install emgd-support
以下の新規パッケージがインストールされます:
emgd-support emgd-support-autoconfiguration{a} emgd-support-multimedia{a}
emgd-sys-tools{a} emgd-xorg-conf{a} gstreamer0.10-emgd-extras{a}
gstreamer0.10-plugins-mixvideo{a} gstreamer0.10-plugins-va{a}
gstreamer0.10-vabuffer{a} libmix-common{a} libmix-vbp{a} libmix-video{a}
libva-tpi1{a} libva-x11-1{a}
0 個のパッケージを更新、 14 個を新たにインストール、 0 個を削除予定、13 個が更新されていない。
307 k バイトのアーカイブを取得する必要があります。 展開後に 1,123 k バイトのディスク領域が新たに消費されます。
先に進みますか? [Y/n/?] y
取得: 1 http://jp.archive.ubuntu.com/ubuntu/ precise/main libva-tpi1 i386 1.0.15-4 [5,244 B]
取得: 2 http://jp.archive.ubuntu.com/ubuntu/ precise/main libva-x11-1 i386 1.0.15-4 [16.3 kB]
取得: 3 http://ppa.launchpad.net/thopiekar/emgd/ubuntu/ precise/main emgd-xorg-conf all 0.1~3~30~201110271726~oneiric1 [5,888 B]
取得: 4 http://ppa.launchpad.net/thopiekar/emgd/ubuntu/ precise/main emgd-sys-tools all 0.1~2~11~201110111236~oneiric1 [4,416 B]
取得: 5 http://ppa.launchpad.net/thopiekar/emgd/ubuntu/ precise/main emgd-support-autoconfiguration i386 0.0.1-0~10~oneiric1 [2,908 B]
取得: 6 http://ppa.launchpad.net/thopiekar/emgd/ubuntu/ precise/main gstreamer0.10-vabuffer i386 1.8.0-1.0.4~oneiric [5,456 B]
取得: 7 http://ppa.launchpad.net/thopiekar/emgd/ubuntu/ precise/main libmix-common i386 1.8.0-1.0.4~oneiric [7,702 B]
取得: 8 http://ppa.launchpad.net/thopiekar/emgd/ubuntu/ precise/main libmix-vbp i386 1.8.0-1.0.4~oneiric [83.5 kB]
取得: 9 http://ppa.launchpad.net/thopiekar/emgd/ubuntu/ precise/main libmix-video i386 1.8.0-1.0.4~oneiric [84.1 kB]
取得: 10 http://ppa.launchpad.net/thopiekar/emgd/ubuntu/ precise/main gstreamer0.10-plugins-mixvideo i386 1.8.0-1.0.4~oneiric [29.4 kB]
取得: 11 http://ppa.launchpad.net/thopiekar/emgd/ubuntu/ precise/main gstreamer0.10-plugins-va i386 1.8.0-1.0.4~oneiric [55.9 kB]
取得: 12 http://ppa.launchpad.net/thopiekar/emgd/ubuntu/ precise/main gstreamer0.10-emgd-extras i386 1.8.0-1.0.4~oneiric [2,168 B]
取得: 13 http://ppa.launchpad.net/thopiekar/emgd/ubuntu/ precise/main emgd-support-multimedia i386 0.0.1-0~10~oneiric1 [2,148 B]
取得: 14 http://ppa.launchpad.net/thopiekar/emgd/ubuntu/ precise/main emgd-support i386 0.0.1-0~10~oneiric1 [2,126 B]
Fetched 307 kB in 3秒 (99.8 kB/s)
Selecting previously unselected package libva-tpi1.
(データベースを読み込んでいます ... 現在 132416 個のファイルとディレクトリがインストールされています。)
(.../libva-tpi1_1.0.15-4_i386.deb から) libva-tpi1 を展開しています...
Selecting previously unselected package libva-x11-1.
(.../libva-x11-1_1.0.15-4_i386.deb から) libva-x11-1 を展開しています...
Selecting previously unselected package emgd-xorg-conf.
(.../emgd-xorg-conf_0.1~3~30~201110271726~oneiric1_all.deb から) emgd-xorg-conf を展開しています...
Selecting previously unselected package emgd-sys-tools.
(.../emgd-sys-tools_0.1~2~11~201110111236~oneiric1_all.deb から) emgd-sys-tools を展開しています...
emgd-xorg-conf (0.1~3~30~201110271726~oneiric1) を設定しています ...
emgd-sys-tools (0.1~2~11~201110111236~oneiric1) を設定しています ...
Selecting previously unselected package emgd-support-autoconfiguration.
(データベースを読み込んでいます ... 現在 132438 個のファイルとディレクトリがインストールされています。)
(.../emgd-support-autoconfiguration_0.0.1-0~10~oneiric1_i386.deb から) emgd-support-autoconfiguration を展開しています...
Selecting previously unselected package gstreamer0.10-vabuffer.
(.../gstreamer0.10-vabuffer_1.8.0-1.0.4~oneiric_i386.deb から) gstreamer0.10-vabuffer を展開しています...
Selecting previously unselected package libmix-common.
(.../libmix-common_1.8.0-1.0.4~oneiric_i386.deb から) libmix-common を展開しています...
Selecting previously unselected package libmix-vbp.
(.../libmix-vbp_1.8.0-1.0.4~oneiric_i386.deb から) libmix-vbp を展開しています...
Selecting previously unselected package libmix-video.
(.../libmix-video_1.8.0-1.0.4~oneiric_i386.deb から) libmix-video を展開しています...
Selecting previously unselected package gstreamer0.10-plugins-mixvideo.
(.../gstreamer0.10-plugins-mixvideo_1.8.0-1.0.4~oneiric_i386.deb から) gstreamer0.10-plugins-mixvideo を展開しています...
Selecting previously unselected package gstreamer0.10-plugins-va.
(.../gstreamer0.10-plugins-va_1.8.0-1.0.4~oneiric_i386.deb から) gstreamer0.10-plugins-va を展開しています...
Selecting previously unselected package gstreamer0.10-emgd-extras.
(.../gstreamer0.10-emgd-extras_1.8.0-1.0.4~oneiric_i386.deb から) gstreamer0.10-emgd-extras を展開しています...
Selecting previously unselected package emgd-support-multimedia.
(.../emgd-support-multimedia_0.0.1-0~10~oneiric1_i386.deb から) emgd-support-multimedia を展開しています...
Selecting previously unselected package emgd-support.
(.../emgd-support_0.0.1-0~10~oneiric1_i386.deb から) emgd-support を展開しています...
libva-tpi1 (1.0.15-4) を設定しています ...
libva-x11-1 (1.0.15-4) を設定しています ...
emgd-support-autoconfiguration (0.0.1-0~10~oneiric1) を設定しています ...
ERROR by IndexError: list index out of range
['quiet', 'splash']
* Adding <acpi_backlight=vendor>
ERROR by IndexError: list index out of range
['quiet', 'splash', 'acpi_backlight=vendor']
* Adding <noplymouth>
* Replacing #GRUB_GFXMODE=640x480 with GRUB_GFXMODE=1366x768x32
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.2.0-22-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-22-generic-pae
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
done
update-initramfs: deferring update (trigger activated)
gstreamer0.10-vabuffer (1.8.0-1.0.4~oneiric) を設定しています ...
libmix-common (1.8.0-1.0.4~oneiric) を設定しています ...
libmix-vbp (1.8.0-1.0.4~oneiric) を設定しています ...
libmix-video (1.8.0-1.0.4~oneiric) を設定しています ...
gstreamer0.10-plugins-mixvideo (1.8.0-1.0.4~oneiric) を設定しています ...
gstreamer0.10-plugins-va (1.8.0-1.0.4~oneiric) を設定しています ...
gstreamer0.10-emgd-extras (1.8.0-1.0.4~oneiric) を設定しています ...
emgd-support-multimedia (0.0.1-0~10~oneiric1) を設定しています ...
emgd-support (0.0.1-0~10~oneiric1) を設定しています ...
libc-bin のトリガを処理しています ...
ldconfig deferred processing now taking place
initramfs-tools のトリガを処理しています ...
update-initramfs: Generating /boot/initrd.img-3.2.0-22-generic-paeオフライン
ちなみに、インストールしたイメージは、4月8日の precise-alternate-i386.iso です。
オフライン