
Ubuntu日本語フォーラム

ログインしていません。
ubuntu 11.10 本家版 をインストールしたのですが、通常のカーネルでは、ubuntu の表示がでて真っ黒になって停止してしまう模様
カーネルのセーフモードで起動し、resume を選択するとなにごともなかったように起動します。
この投稿は,ubuntu 11.10 で書いています。
直接 セーフモードを使わず起動するには、どのようにすればいいのでしょうか。
パソコン sony viao PCV-J15
メモリ 384MB(8MBは、VGAへ)
351.4mb(システムメモリ)
CPU AMD Duron(tm) Processor
ドライバー VESA:730
yasushi@yasushi-PCV-J15:~$ lspci
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 730 Host (rev 02)
00:00.1 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)
00:01.0 ISA bridge: Silicon Integrated Systems [SiS] SiS85C503/5513 (LPC Bridge)
00:01.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 07)
00:02.0 PCI bridge: Silicon Integrated Systems [SiS] AGP Port (virtual PCI-to-PCI bridge)
00:0d.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10)
00:0e.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
00:0f.0 USB Controller: NEC Corporation USB (rev 43)
00:0f.1 USB Controller: NEC Corporation USB (rev 43)
00:0f.2 USB Controller: NEC Corporation USB 2.0 (rev 04)
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 62)
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 62)
00:10.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 65)
00:13.0 FireWire (IEEE 1394): Texas Instruments TSB12LV26 IEEE-1394 Controller (Link)
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 630/730 PCI/AGP VGA Display Adapter (rev 31)
オフライン
補足と修正
ubuntu 11.10 本家版 をインストールしたのですが、通常のカーネルでマウスカーソルが中央に表示されたままとまる。キーボード及びマウスも動かない・
オフライン
recovery modeの起動オプションにはnomodesetが付加されています。
yasushi04 による投稿:
カーネルのセーフモードで起動し、resume を選択するとなにごともなかったように起動します。
recovery mode→resumeで起動するのであれば
通常のカーネルの起動オプションにnomodesetを追加してみては?
https://wiki.ubuntulinux.jp/UbuntuTips/Others/BootOptions#head-03b0940bb0b78036f55effa299698b4951ebda6b
オフライン
通常のカーネル nomodeset を付加してもやっぱりだめでした。
オフライン
yasushi04 による投稿:
通常のカーネル nomodeset を付加してもやっぱりだめでした。
ではxforcevesaを試して下さい。
オフライン
今日試してみましたが。通常のカーネル xforcevesa を付加してもやっぱりだめでした。
ところで、カーネルセーフモードで起動した場合ログには、記録が残っていると思うのですが どのログをみればいいのでしょうか
オフライン
yasushi04 による投稿:
どのログをみればいいのでしょうか
/var/log/syslog
/var/log/dmesg
/var/log/Xorg.0.log
この辺りを見てみると何か出てくるかもしれません
Xの起動に失敗した時のログはXorg.1.logやXorg.2.logのような形で残されている筈です。
xforcevesaやnomodesetの追加だけでは改善されないようですので
通常のカーネルの起動オプションから
(1) splash vt.handoff=7を削除した形で起動してみる
(2) splash vt.handoff=7を削除した上でnomodesetを追加
(3) splash vt.handoff=7を削除した上でnomodeset xforcevesaを追加
(1)で成功した場合
端末からgksudo gedit /etc/default/grub
下記の行からsplashを削除する
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
(2)で成功した場合
splashをnomodesetに置き換える
(3)で成功した場合
splashをnomodeset xforcevesaに置き換える
/etc/default/grubの変更後geditを終了し
端末からsudo update-grubを実行
update-grubで呼び出される設定スクリプトの/etc/grub.d/10_linuxにある設定
for word in $GRUB_CMDLINE_LINUX_DEFAULT; do
if [ "$word" = splash ]; then
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT vt.handoff=7"
fi
doneこれを逆利用しvt.handoff=7を付加させない為に利用します。
オフライン
いずれの3つの対策をおこなってもかわりませんでした。
やっぱりセーフモードかなあ
(あまりログが長いので、次回から自分のサイトにログを載せることができればそちらに切り替えたいと思います。)
Xorg.0log.old(vrg/log)の内容(たぶん通常カーネルでこけたログかな)
[ 28.760] Build Operating System: Linux 2.6.24-29-server i686 Ubuntu
[ 28.760] Current Operating System: Linux yasushi-PCV-J15 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC 2011 i686
[ 28.760] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic root=UUID=53233d19-8bb5-44d4-be2a-bd5cc2fbe2e9 ro quiet splash vt.handoff=7
[ 28.760] Build Date: 13 October 2011 05:33:17PM
[ 28.760] xorg-server 2:1.10.4-1ubuntu4.1 (For technical support please see http://www.ubuntu.com/support)
[ 28.761] Current version of pixman: 0.22.2
[ 28.761] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 28.761] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 28.761] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Oct 21 20:55:43 2011
[ 28.772] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 28.774] (==) No Layout section. Using the first Screen section.
[ 28.774] (==) No screen section available. Using defaults.
[ 28.774] (**) |-->Screen "Default Screen Section" (0)
[ 28.774] (**) | |-->Monitor "<default monitor>"
[ 28.775] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 28.775] (==) Automatically adding devices
[ 28.775] (==) Automatically enabling devices
[ 28.775] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 28.776] Entry deleted from font path.
[ 28.776] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 28.776] Entry deleted from font path.
[ 28.776] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 28.776] Entry deleted from font path.
[ 28.776] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 28.776] Entry deleted from font path.
[ 28.776] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 28.776] Entry deleted from font path.
[ 28.776] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
[ 28.776] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[ 28.776] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 28.776] (II) Loader magic: 0x823ada0
[ 28.776] (II) Module ABI versions:
[ 28.776] X.Org ANSI C Emulation: 0.4
[ 28.776] X.Org Video Driver: 10.0
[ 28.776] X.Org XInput driver : 12.3
[ 28.776] X.Org Server Extension : 5.0
[ 28.779] (--) PCI:*(0:1:0:0) 1039:6300:104d:80e1 rev 49, Mem @ 0xf0000000/134217728, 0xea800000/131072, I/O @ 0x0000c800/128
[ 28.788] (II) Open ACPI successful (/var/run/acpid.socket)
[ 28.788] (II) LoadModule: "extmod"
[ 28.815] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 28.816] (II) Module extmod: vendor="X.Org Foundation"
[ 28.816] compiled for 1.10.4, module version = 1.0.0
[ 28.816] Module class: X.Org Server Extension
[ 28.816] ABI class: X.Org Server Extension, version 5.0
[ 28.816] (II) Loading extension MIT-SCREEN-SAVER
[ 28.817] (II) Loading extension XFree86-VidModeExtension
[ 28.817] (II) Loading extension XFree86-DGA
[ 28.817] (II) Loading extension DPMS
[ 28.817] (II) Loading extension XVideo
[ 28.817] (II) Loading extension XVideo-MotionCompensation
[ 28.817] (II) Loading extension X-Resource
[ 28.817] (II) LoadModule: "dbe"
[ 28.818] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 28.819] (II) Module dbe: vendor="X.Org Foundation"
[ 28.819] compiled for 1.10.4, module version = 1.0.0
[ 28.819] Module class: X.Org Server Extension
[ 28.819] ABI class: X.Org Server Extension, version 5.0
[ 28.819] (II) Loading extension DOUBLE-BUFFER
[ 28.819] (II) LoadModule: "glx"
[ 28.826] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 28.827] (II) Module glx: vendor="X.Org Foundation"
[ 28.827] compiled for 1.10.4, module version = 1.0.0
[ 28.827] ABI class: X.Org Server Extension, version 5.0
[ 28.827] (==) AIGLX enabled
[ 28.827] (II) Loading extension GLX
[ 28.830] (II) LoadModule: "record"
[ 28.831] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 28.832] (II) Module record: vendor="X.Org Foundation"
[ 28.832] compiled for 1.10.4, module version = 1.13.0
[ 28.832] Module class: X.Org Server Extension
[ 28.832] ABI class: X.Org Server Extension, version 5.0
[ 28.832] (II) Loading extension RECORD
[ 28.832] (II) LoadModule: "dri"
[ 28.834] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 28.835] (II) Module dri: vendor="X.Org Foundation"
[ 28.835] compiled for 1.10.4, module version = 1.0.0
[ 28.835] ABI class: X.Org Server Extension, version 5.0
[ 28.835] (II) Loading extension XFree86-DRI
[ 28.835] (II) LoadModule: "dri2"
[ 28.845] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 28.846] (II) Module dri2: vendor="X.Org Foundation"
[ 28.846] compiled for 1.10.4, module version = 1.2.0
[ 28.846] ABI class: X.Org Server Extension, version 5.0
[ 28.846] (II) Loading extension DRI2
[ 28.846] (==) Matched sis as autoconfigured driver 0
[ 28.846] (==) Matched vesa as autoconfigured driver 1
[ 28.846] (==) Matched fbdev as autoconfigured driver 2
[ 28.847] (==) Assigned the driver to the xf86ConfigLayout
[ 28.847] (II) LoadModule: "sis"
[ 28.850] (II) Loading /usr/lib/xorg/modules/drivers/sis_drv.so
[ 28.851] (II) Module sis: vendor="X.Org Foundation"
[ 28.851] compiled for 1.10.1, module version = 0.10.3
[ 28.851] Module class: X.Org Video Driver
[ 28.851] ABI class: X.Org Video Driver, version 10.0
[ 28.851] (II) LoadModule: "vesa"
[ 28.855] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 28.856] (II) Module vesa: vendor="X.Org Foundation"
[ 28.856] compiled for 1.10.2, module version = 2.3.0
[ 28.856] Module class: X.Org Video Driver
[ 28.856] ABI class: X.Org Video Driver, version 10.0
[ 28.856] (II) LoadModule: "fbdev"
[ 28.857] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 28.858] (II) Module fbdev: vendor="X.Org Foundation"
[ 28.858] compiled for 1.10.0, module version = 0.4.2
[ 28.858] ABI class: X.Org Video Driver, version 10.0
[ 28.858] (II) SIS: driver for SiS chipsets: SIS5597/5598, SIS530/620,
SIS6326/AGP/DVD, SIS300/305, SIS630/730, SIS540, SIS315, SIS315H,
SIS315PRO/E, SIS550, SIS650/M650/651/740, SIS330(Xabre),
SIS660/[M]661[F|M]X/[M]670/[M]741[GX]/[M]760[GX]/[M]761[GX]/[M]770[GX],
SIS340
[ 28.859] (II) SIS: driver for XGI chipsets: Volari Z7 (XG20),
Volari V3XT/V5/V8/Duo (XG40)
[ 28.859] (II) VESA: driver for VESA chipsets: vesa
[ 28.859] (II) FBDEV: driver for framebuffer: fbdev
[ 28.859] (++) using VT number 7
Xorg,0.log(/var/log(これがセーフモードかなあ)
[ 33.379]
X.Org X Server 1.10.4
Release Date: 2011-08-19
[ 33.384] X Protocol Version 11, Revision 0
[ 33.384] Build Operating System: Linux 2.6.24-29-server i686 Ubuntu
[ 33.384] Current Operating System: Linux yasushi-PCV-J15 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC 2011 i686
[ 33.385] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic root=UUID=53233d19-8bb5-44d4-be2a-bd5cc2fbe2e9 ro recovery nomodeset
[ 33.387] Build Date: 13 October 2011 05:33:17PM
[ 33.387] xorg-server 2:1.10.4-1ubuntu4.1 (For technical support please see http://www.ubuntu.com/support)
[ 33.387] Current version of pixman: 0.22.2
[ 33.387] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 33.387] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 33.388] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Oct 21 20:57:38 2011
[ 33.396] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 33.397] (==) No Layout section. Using the first Screen section.
[ 33.397] (==) No screen section available. Using defaults.
[ 33.397] (**) |-->Screen "Default Screen Section" (0)
[ 33.397] (**) | |-->Monitor "<default monitor>"
[ 33.398] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 33.398] (==) Automatically adding devices
[ 33.398] (==) Automatically enabling devices
[ 33.399] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 33.399] Entry deleted from font path.
[ 33.399] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 33.399] Entry deleted from font path.
[ 33.399] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 33.399] Entry deleted from font path.
[ 33.399] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 33.399] Entry deleted from font path.
[ 33.399] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 33.399] Entry deleted from font path.
[ 33.415] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
[ 33.415] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[ 33.415] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 33.415] (II) Loader magic: 0x823ada0
[ 33.415] (II) Module ABI versions:
[ 33.415] X.Org ANSI C Emulation: 0.4
[ 33.415] X.Org Video Driver: 10.0
[ 33.415] X.Org XInput driver : 12.3
[ 33.415] X.Org Server Extension : 5.0
[ 33.420] (--) PCI:*(0:1:0:0) 1039:6300:104d:80e1 rev 49, Mem @ 0xf0000000/134217728, 0xea800000/131072, I/O @ 0x0000c800/128
[ 33.428] (II) Open ACPI successful (/var/run/acpid.socket)
[ 33.428] (II) LoadModule: "extmod"
[ 33.453] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 33.454] (II) Module extmod: vendor="X.Org Foundation"
[ 33.455] compiled for 1.10.4, module version = 1.0.0
[ 33.455] Module class: X.Org Server Extension
[ 33.455] ABI class: X.Org Server Extension, version 5.0
[ 33.455] (II) Loading extension MIT-SCREEN-SAVER
[ 33.455] (II) Loading extension XFree86-VidModeExtension
[ 33.455] (II) Loading extension XFree86-DGA
[ 33.455] (II) Loading extension DPMS
[ 33.455] (II) Loading extension XVideo
[ 33.455] (II) Loading extension XVideo-MotionCompensation
[ 33.455] (II) Loading extension X-Resource
[ 33.455] (II) LoadModule: "dbe"
[ 33.461] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 33.462] (II) Module dbe: vendor="X.Org Foundation"
[ 33.462] compiled for 1.10.4, module version = 1.0.0
[ 33.462] Module class: X.Org Server Extension
[ 33.462] ABI class: X.Org Server Extension, version 5.0
[ 33.462] (II) Loading extension DOUBLE-BUFFER
[ 33.462] (II) LoadModule: "glx"
[ 33.473] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 33.474] (II) Module glx: vendor="X.Org Foundation"
[ 33.474] compiled for 1.10.4, module version = 1.0.0
[ 33.474] ABI class: X.Org Server Extension, version 5.0
[ 33.474] (==) AIGLX enabled
[ 33.474] (II) Loading extension GLX
[ 33.474] (II) LoadModule: "record"
[ 33.481] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 33.482] (II) Module record: vendor="X.Org Foundation"
[ 33.482] compiled for 1.10.4, module version = 1.13.0
[ 33.482] Module class: X.Org Server Extension
[ 33.482] ABI class: X.Org Server Extension, version 5.0
[ 33.482] (II) Loading extension RECORD
[ 33.482] (II) LoadModule: "dri"
[ 33.483] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 33.493] (II) Module dri: vendor="X.Org Foundation"
[ 33.493] compiled for 1.10.4, module version = 1.0.0
[ 33.493] ABI class: X.Org Server Extension, version 5.0
[ 33.493] (II) Loading extension XFree86-DRI
[ 33.493] (II) LoadModule: "dri2"
[ 33.494] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 33.495] (II) Module dri2: vendor="X.Org Foundation"
[ 33.495] compiled for 1.10.4, module version = 1.2.0
[ 33.495] ABI class: X.Org Server Extension, version 5.0
[ 33.495] (II) Loading extension DRI2
[ 33.495] (==) Matched sis as autoconfigured driver 0
[ 33.495] (==) Matched vesa as autoconfigured driver 1
[ 33.495] (==) Matched fbdev as autoconfigured driver 2
[ 33.495] (==) Assigned the driver to the xf86ConfigLayout
[ 33.501] (II) LoadModule: "sis"
[ 33.502] (II) Loading /usr/lib/xorg/modules/drivers/sis_drv.so
[ 33.503] (II) Module sis: vendor="X.Org Foundation"
[ 33.503] compiled for 1.10.1, module version = 0.10.3
[ 33.503] Module class: X.Org Video Driver
[ 33.503] ABI class: X.Org Video Driver, version 10.0
[ 33.503] (II) LoadModule: "vesa"
[ 33.509] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 33.510] (II) Module vesa: vendor="X.Org Foundation"
[ 33.510] compiled for 1.10.2, module version = 2.3.0
[ 33.510] Module class: X.Org Video Driver
[ 33.510] ABI class: X.Org Video Driver, version 10.0
[ 33.510] (II) LoadModule: "fbdev"
[ 33.511] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 33.522] (II) Module fbdev: vendor="X.Org Foundation"
[ 33.522] compiled for 1.10.0, module version = 0.4.2
[ 33.522] ABI class: X.Org Video Driver, version 10.0
[ 33.522] (II) SIS: driver for SiS chipsets: SIS5597/5598, SIS530/620,
SIS6326/AGP/DVD, SIS300/305, SIS630/730, SIS540, SIS315, SIS315H,
SIS315PRO/E, SIS550, SIS650/M650/651/740, SIS330(Xabre),
SIS660/[M]661[F|M]X/[M]670/[M]741[GX]/[M]760[GX]/[M]761[GX]/[M]770[GX],
SIS340
[ 33.523] (II) SIS: driver for XGI chipsets: Volari Z7 (XG20),
Volari V3XT/V5/V8/Duo (XG40)
[ 33.523] (II) VESA: driver for VESA chipsets: vesa
[ 33.523] (II) FBDEV: driver for framebuffer: fbdev
[ 33.523] (++) using VT number 7
[ 33.524] (WW) Falling back to old probe method for sis
[ 33.524] (--) Assigning device section with no busID to primary device
[ 33.524] (--) Chipset SIS630/730 found
[ 33.525] (II) Loading /usr/lib/xorg/modules/drivers/sis_drv.so
[ 33.525] (WW) Falling back to old probe method for vesa
[ 33.525] (WW) Falling back to old probe method for fbdev
[ 33.525] (II) Loading sub module "fbdevhw"
[ 33.525] (II) LoadModule: "fbdevhw"
[ 33.526] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 33.526] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 33.526] compiled for 1.10.4, module version = 0.0.2
[ 33.526] ABI class: X.Org Video Driver, version 10.0
[ 33.527] (EE) open /dev/fb0: No such file or directory
[ 33.527] (II) SIS(0): SiS driver (2005/09/20-1, compiled for X.org 1.10.1.0)
[ 33.527] (II) SIS(0): Copyright (C) 2001-2005 Thomas Winischhofer <[email protected]> and others
[ 33.527] (II) SIS(0): *** See http://www.winischhofer.eu/linuxsisvga.shtml
[ 33.527] (II) SIS(0): *** for documentation and updates.
[ 33.533] (--) SIS(0): sisfb not found
[ 33.533] (--) SIS(0): Relocated I/O registers at 0xC800
[ 33.533] (II) Loading sub module "ramdac"
[ 33.534] (II) LoadModule: "ramdac"
[ 33.534] (II) Module "ramdac" already built-in
[ 33.534] (II) SIS(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 33.534] (==) SIS(0): Depth 24, (--) framebuffer bpp 32
[ 33.534] (==) SIS(0): RGB weight 888
[ 33.534] (==) SIS(0): Default visual is TrueColor
[ 33.535] (WW) SIS(0): Could not find/read video BIOS
[ 33.535] (==) SIS(0): Using XAA acceleration architecture
[ 33.535] (==) SIS(0): Using HW cursor
[ 33.535] (==) SIS(0): Color HW cursor is disabled
[ 33.535] (==) SIS(0): TurboQueue enabled
[ 33.535] (==) SIS(0): Hotkey display switching is disabled
[ 33.535] (II) SIS(0): WARNING: Using the Hotkey might freeze your machine, regardless
[ 33.535] (II) SIS(0): whether enabled or disabled. This is no driver bug.
[ 33.535] (==) SIS(0): SiSCtrl utility interface is disabled
[ 33.535] (II) SIS(0): For information on SiSCtrl, see
http://www.winischhofer.eu/linuxsispart1.shtml#sisctrl
[ 33.551] (==) SIS(0): DRI enabled
[ 33.553] (--) SIS(0): Shared Memory Area is on DIMM0
[ 33.553] (--) SIS(0): DRAM type: SDR SDRAM
[ 33.553] (--) SIS(0): Memory clock: 133.634 MHz
[ 33.553] (--) SIS(0): (Adapter assumes MCLK being 133 Mhz)
[ 33.553] (--) SIS(0): DRAM bus width: 64 bit
[ 33.553] (--) SIS(0): Linear framebuffer at 0xF0000000
[ 33.553] (--) SIS(0): MMIO registers at 0xEA800000 (size 64K)
[ 33.553] (--) SIS(0): VideoRAM: 16384 KB
[ 33.553] (II) SIS(0): Using 8192K of framebuffer memory at offset 0K
[ 33.553] (--) SIS(0): Hardware supports two video overlays
[ 33.554] (==) SIS(0): Using gamma correction (1.0, 1.0, 1.0)
[ 33.554] (II) SIS(0): Gamma correction is enabled
[ 33.554] (--) SIS(0): Memory bandwidth at 32 bpp is 267.268 MHz
[ 33.554] (II) Loading sub module "ddc"
[ 33.554] (II) LoadModule: "ddc"
[ 33.554] (II) Module "ddc" already built-in
[ 33.859] (--) SIS(0): CRT1 DDC supported
[ 33.859] (--) SIS(0): CRT1 DDC level: 2
[ 34.530] (--) SIS(0): CRT1 DDC monitor info: *******************************************
[ 34.530] (II) SIS(0): Manufacturer: FNI Model: 0 Serial#: 0
[ 34.530] (II) SIS(0): Year: 2010 Week: 0
[ 34.530] (II) SIS(0): EDID Version: 1.3
[ 34.530] (II) SIS(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
[ 34.530] (II) SIS(0): Sync: Separate
[ 34.530] (II) SIS(0): Indeterminate output size
[ 34.530] (II) SIS(0): Gamma: 2.20
[ 34.530] (II) SIS(0): No DPMS capabilities specified; RGB/Color Display
[ 34.530] (II) SIS(0): First detailed timing is preferred mode
[ 34.530] (II) SIS(0): redX: 0.633 redY: 0.332 greenX: 0.287 greenY: 0.606
[ 34.530] (II) SIS(0): blueX: 0.147 blueY: 0.060 whiteX: 0.280 whiteY: 0.290
[ 34.530] (II) SIS(0): Supported established timings:
[ 34.530] (II) SIS(0): 640x480@60Hz
[ 34.530] (II) SIS(0): 800x600@60Hz
[ 34.530] (II) SIS(0): 1024x768@60Hz
[ 34.531] (II) SIS(0): Manufacturer's mask: 0
[ 34.531] (II) SIS(0): Supported standard timings:
[ 34.531] (II) SIS(0): #0: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 34.531] (II) SIS(0): Supported detailed timing:
[ 34.531] (II) SIS(0): clock: 85.5 MHz Image Size: 0 x 0 mm
[ 34.531] (II) SIS(0): h_active: 1360 h_sync: 1424 h_sync_end 1536 h_blank_end 1792 h_border: 0
[ 34.531] (II) SIS(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 795 v_border: 0
[ 34.531] (II) SIS(0): Supported detailed timing:
[ 34.531] (II) SIS(0): clock: 79.5 MHz Image Size: 0 x 0 mm
[ 34.531] (II) SIS(0): h_active: 1280 h_sync: 1344 h_sync_end 1472 h_blank_end 1664 h_border: 0
[ 34.531] (II) SIS(0): v_active: 768 v_sync: 771 v_sync_end 778 v_blanking: 798 v_border: 0
[ 34.531] (II) SIS(0): Ranges: V min: 57 V max: 63 Hz, H min: 30 H max: 49 kHz, PixClock max 95 MHz
[ 34.531] (II) SIS(0): Monitor name: DX BROADTEC
[ 34.531] (II) SIS(0): EDID (in hex):
[ 34.531] (II) SIS(0): ff00000008a10b0a0100000008a10b0a
[ 34.531] (II) SIS(0): bc5ca3bf000000009c264b0000000000
[ 34.531] (II) SIS(0): ffffffff34e50b0a28301e0800000000
[ 34.531] (II) SIS(0): 9c264b00f42f2308f42f2308c01f2308
[ 34.531] (II) SIS(0): f42f23081000000030e50b0a009d3600
[ 34.531] (II) SIS(0): bb00000000000000f42f23080c000000
[ 34.540] (II) SIS(0): 08e50b0a0b5da3bf1f7d2d00215da3bf
[ 34.540] (II) SIS(0): 01000000ffffffffd6f11e08c05ca3bf
[ 34.540] (II) SIS(0): EDID vendor "FNI", prod id 0
[ 34.540] (II) SIS(0): Using EDID range info for horizontal sync
[ 34.540] (II) SIS(0): Using EDID range info for vertical refresh
[ 34.540] (II) SIS(0): Printing DDC gathered Modelines:
[ 34.540] (II) SIS(0): Modeline "1360x768"x0.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz)
[ 34.540] (II) SIS(0): Modeline "1280x768"x0.0 79.50 1280 1344 1472 1664 768 771 778 798 -hsync +vsync (47.8 kHz)
[ 34.540] (II) SIS(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 34.540] (II) SIS(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 34.541] (II) SIS(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 34.541] (II) SIS(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz)
[ 34.541] (--) SIS(0): End of CRT1 DDC monitor info *************************************
[ 34.541] (==) SIS(0): Min pixel clock is 10 MHz
[ 34.541] (--) SIS(0): Max pixel clock is 185 MHz
[ 34.541] (II) SIS(0): Replaced default mode list with built-in modes
[ 34.541] (II) SIS(0): "Unknown reason" in the following list means that the mode
[ 34.541] (II) SIS(0): is not supported on the chipset/bridge/current output device.
[ 34.541] (II) SIS(0): <default monitor>: Using hsync range of 30.00-49.00 kHz
[ 34.541] (II) SIS(0): <default monitor>: Using vrefresh range of 57.00-63.00 Hz
[ 34.541] (II) SIS(0): <default monitor>: Using maximum pixel clock of 95.00 MHz
[ 34.541] (II) SIS(0): Estimated virtual size for aspect ratio 1.3333 is 1024x768
[ 34.541] (II) SIS(0): Clock range: 10.00 to 185.45 MHz
[ 34.542] (II) SIS(0): Not using driver mode "1360x768" (width too large for virtual size)
[ 34.542] (II) SIS(0): Not using driver mode "1280x768" (width too large for virtual size)
[ 34.542] (II) SIS(0): Not using driver mode "1280x720" (width too large for virtual size)
[ 34.542] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
[ 34.542] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
[ 34.542] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
[ 34.542] (II) SIS(0): Not using default mode "800x600" (hsync out of range)
[ 34.542] (II) SIS(0): Not using default mode "800x600" (hsync out of range)
[ 34.542] (II) SIS(0): Not using default mode "800x600" (hsync out of range)
[ 34.542] (II) SIS(0): Not using default mode "800x600" (hsync out of range)
[ 34.542] (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
[ 34.542] (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
[ 34.542] (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
[ 34.542] (II) SIS(0): Not using default mode "640x480" (hsync out of range)
[ 34.542] (II) SIS(0): Not using default mode "640x480" (hsync out of range)
[ 34.542] (II) SIS(0): Not using default mode "640x480" (hsync out of range)
[ 34.542] (II) SIS(0): Not using default mode "640x480" (hsync out of range)
[ 34.542] (II) SIS(0): Not using default mode "640x400" (vrefresh out of range)
[ 34.542] (II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
[ 34.542] (II) SIS(0): Not using default mode "1024x768" (hsync out of range)
[ 34.542] (II) SIS(0): Not using default mode "1024x768" (hsync out of range)
[ 34.542] (II) SIS(0): Not using default mode "1024x768" (hsync out of range)
[ 34.542] (II) SIS(0): Not using default mode "1024x768" (hsync out of range)
[ 34.542] (II) SIS(0): Not using default mode "1024x768" (hsync out of range)
[ 34.543] (II) SIS(0): Not using default mode "1280x1024" (width too large for virtual size)
[ 34.543] (II) SIS(0): Not using default mode "1280x1024" (width too large for virtual size)
[ 34.543] (II) SIS(0): Not using default mode "1280x1024" (width too large for virtual size)
[ 34.543] (II) SIS(0): Not using default mode "1280x1024" (width too large for virtual size)
[ 34.543] (II) SIS(0): Not using default mode "1600x1200" (width too large for virtual size)
[ 34.543] (II) SIS(0): Not using default mode "1600x1200" (width too large for virtual size)
[ 34.543] (II) SIS(0): Not using default mode "1600x1200" (width too large for virtual size)
[ 34.543] (II) SIS(0): Not using default mode "1600x1200" (width too large for virtual size)
[ 34.543] (II) SIS(0): Not using default mode "1600x1200" (width too large for virtual size)
[ 34.543] (II) SIS(0): Not using default mode "320x200" (vrefresh out of range)
[ 34.543] (II) SIS(0): Not using default mode "1920x1440" (width too large for virtual size)
[ 34.543] (II) SIS(0): Not using default mode "2048x1536" (width too large for virtual size)
[ 34.543] (II) SIS(0): Not using default mode "1280x960" (width too large for virtual size)
[ 34.543] (II) SIS(0): Not using default mode "1280x960" (width too large for virtual size)
[ 34.543] (II) SIS(0): Not using default mode "1152x768" (width too large for virtual size)
[ 34.543] (II) SIS(0): Not using default mode "800x480" (vrefresh out of range)
[ 34.543] (II) SIS(0): Not using default mode "800x480" (hsync out of range)
[ 34.543] (II) SIS(0): Not using default mode "1024x576" (hsync out of range)
[ 34.543] (II) SIS(0): Not using default mode "1024x576" (hsync out of range)
[ 34.543] (II) SIS(0): Not using default mode "1280x720" (width too large for virtual size)
[ 34.543] (II) SIS(0): Not using default mode "1280x720" (width too large for virtual size)
[ 34.543] (II) SIS(0): Not using default mode "1280x720" (width too large for virtual size)
[ 34.543] (II) SIS(0): Not using default mode "1152x864" (width too large for virtual size)
[ 34.543] (II) SIS(0): Not using default mode "1152x864" (width too large for virtual size)
[ 34.543] (II) SIS(0): Not using default mode "1152x864" (width too large for virtual size)
[ 34.543] (II) SIS(0): Not using default mode "848x480" (vrefresh out of range)
[ 34.543] (II) SIS(0): Not using default mode "856x480" (vrefresh out of range)
[ 34.554] (II) SIS(0): Not using default mode "1360x768" (width too large for virtual size)
[ 34.554] (II) SIS(0): Not using default mode "1280x768" (width too large for virtual size)
[ 34.554] (II) SIS(0): Not using default mode "1360x1024" (width too large for virtual size)
[ 34.554] (--) SIS(0): Virtual size is 1024x768 (pitch 1024)
[ 34.554] (**) SIS(0): *Driver mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
[ 34.554] (II) SIS(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 34.554] (**) SIS(0): *Default mode "1024x768": 65.1 MHz, 48.5 kHz, 60.1 Hz
[ 34.554] (II) SIS(0): Modeline "1024x768"x60.1 65.15 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.5 kHz)
[ 34.554] (**) SIS(0): *Default mode "1024x600": 65.1 MHz, 48.5 kHz, 60.6 Hz
[ 34.555] (II) SIS(0): Modeline "1024x600"x60.6 65.15 1024 1048 1184 1344 600 687 694 800 -hsync -vsync (48.5 kHz)
[ 34.555] (**) SIS(0): *Default mode "1024x576": 65.1 MHz, 48.5 kHz, 60.1 Hz
[ 34.555] (II) SIS(0): Modeline "1024x576"x60.1 65.15 1024 1048 1184 1344 576 688 694 806 +hsync +vsync (48.5 kHz)
[ 34.555] (**) SIS(0): *Driver mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
[ 34.555] (II) SIS(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 34.555] (**) SIS(0): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
[ 34.555] (II) SIS(0): Modeline "800x600"x60.3 39.97 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 34.555] (**) SIS(0): *Default mode "768x576": 35.0 MHz, 35.9 kHz, 60.1 Hz
[ 34.555] (II) SIS(0): Modeline "768x576"x60.1 35.00 768 792 872 976 576 578 581 597 +hsync +vsync (35.9 kHz)
[ 34.555] (**) SIS(0): *Default mode "720x576": 32.7 MHz, 35.9 kHz, 60.1 Hz
[ 34.555] (II) SIS(0): Modeline "720x576"x60.1 32.73 720 744 816 912 576 578 581 597 +hsync +vsync (35.9 kHz)
[ 34.555] (**) SIS(0): *Default mode "856x480": 33.9 MHz, 31.7 kHz, 59.8 Hz
[ 34.555] (II) SIS(0): Modeline "856x480"x59.8 33.94 856 872 1000 1072 480 492 495 529 -hsync -vsync (31.7 kHz)
[ 34.555] (**) SIS(0): *Default mode "848x480": 33.7 MHz, 31.0 kHz, 60.0 Hz
[ 34.555] (II) SIS(0): Modeline "848x480"x60.0 33.75 848 864 976 1088 480 486 494 517 -hsync -vsync (31.0 kHz)
[ 34.555] (**) SIS(0): *Default mode "800x480": 39.8 MHz, 37.7 kHz, 60.0 Hz
[ 34.555] (II) SIS(0): Modeline "800x480"x60.0 39.77 800 840 968 1056 480 552 556 628 +hsync +vsync (37.7 kHz)
[ 34.555] (**) SIS(0): *Default mode "720x480": 28.3 MHz, 31.6 kHz, 61.0 Hz
[ 34.555] (II) SIS(0): Modeline "720x480"x61.0 28.28 720 728 840 896 480 490 492 517 -hsync -vsync (31.6 kHz)
[ 34.556] (**) SIS(0): *Driver mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
[ 34.556] (II) SIS(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 34.556] (**) SIS(0): *Default mode "640x480": 25.1 MHz, 31.3 kHz, 59.7 Hz
[ 34.556] (II) SIS(0): Modeline "640x480"x59.7 25.06 640 656 752 800 480 490 492 525 -hsync -vsync (31.3 kHz)
[ 34.556] (**) SIS(0): *Default mode "512x384": 32.6 MHz, 48.5 kHz, 60.1 Hz (D)
[ 34.556] (II) SIS(0): Modeline "512x384"x60.1 32.57 512 528 592 672 384 385 388 403 doublescan -hsync -vsync (48.5 kHz)
[ 34.556] (**) SIS(0): *Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
[ 34.556] (II) SIS(0): Modeline "400x300"x60.3 19.98 400 416 480 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz)
[ 34.556] (**) SIS(0): *Default mode "320x240": 12.5 MHz, 31.3 kHz, 60.7 Hz (D)
[ 34.556] (II) SIS(0): Modeline "320x240"x60.7 12.53 320 328 376 400 240 245 246 258 doublescan -hsync -vsync (31.3 kHz)
[ 34.556] (==) SIS(0): DPI set to (96, 96)
[ 34.556] (II) Loading sub module "fb"
[ 34.556] (II) LoadModule: "fb"
[ 34.557] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 34.558] (II) Module fb: vendor="X.Org Foundation"
[ 34.558] compiled for 1.10.4, module version = 1.0.0
[ 34.558] ABI class: X.Org ANSI C Emulation, version 0.4
[ 34.558] (II) Loading sub module "xaa"
[ 34.558] (II) LoadModule: "xaa"
[ 34.559] (II) Loading /usr/lib/xorg/modules/libxaa.so
[ 34.572] (II) Module xaa: vendor="X.Org Foundation"
[ 34.572] compiled for 1.10.4, module version = 1.2.1
[ 34.572] ABI class: X.Org Video Driver, version 10.0
[ 34.572] (II) SIS(0): 2D acceleration enabled
[ 34.572] (II) UnloadModule: "vesa"
[ 34.572] (II) Unloading vesa
[ 34.572] (II) UnloadModule: "fbdev"
[ 34.572] (II) Unloading fbdev
[ 34.572] (II) UnloadModule: "fbdevhw"
[ 34.572] (II) Unloading fbdevhw
[ 34.572] (--) Depth 24 pixmap format is 32 bpp
[ 34.573] (II) Loading sub module "vbe"
[ 34.573] (II) LoadModule: "vbe"
[ 34.574] (II) Loading /usr/lib/xorg/modules/libvbe.so
[ 34.575] (II) Module vbe: vendor="X.Org Foundation"
[ 34.575] compiled for 1.10.4, module version = 1.1.0
[ 34.575] ABI class: X.Org Video Driver, version 10.0
[ 34.575] (II) Loading sub module "int10"
[ 34.575] (II) LoadModule: "int10"
[ 34.585] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 34.586] (II) Module int10: vendor="X.Org Foundation"
[ 34.586] compiled for 1.10.4, module version = 1.0.0
[ 34.586] ABI class: X.Org Video Driver, version 10.0
[ 34.586] (II) SIS(0): initializing int10
[ 34.670] (II) SIS(0): Primary V_BIOS segment is: 0xc000
[ 34.806] (II) SIS(0): VESA BIOS detected
[ 34.825] (II) SIS(0): VESA VBE Version 3.0
[ 34.825] (II) SIS(0): VESA VBE Total Mem: 16384 kB
[ 34.825] (II) SIS(0): VESA VBE OEM: SiS
[ 34.825] (II) SIS(0): VESA VBE OEM Software Rev: 1.0
[ 34.825] (II) SIS(0): VESA VBE OEM Vendor: Silicon Integrated Systems Corp.
[ 34.825] (II) SIS(0): VESA VBE OEM Product: 730
[ 34.825] (II) SIS(0): VESA VBE OEM Product Rev: 2.00e2
[ 34.870] (II) SIS(0): Setting custom mode 1024x768 on CRT1
[ 34.885] (II) SIS(0): Setting custom mode 1024x768 on CRT2
[ 34.886] drmOpenDevice: node name is /dev/dri/card0
[ 34.891] drmOpenDevice: node name is /dev/dri/card0
[ 35.558] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[ 35.558] drmOpenDevice: node name is /dev/dri/card0
[ 35.558] drmOpenDevice: open result is 14, (OK)
[ 35.559] drmOpenByBusid: drmOpenMinor returns 14
[ 35.559] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[ 35.559] (II) [drm] loaded kernel module for "sis" driver.
[ 35.559] (II) [drm] DRM interface version 1.4
[ 35.559] (II) [drm] DRM open master succeeded.
[ 35.559] (II) SIS(0): [drm] Using the DRM lock SAREA also for drawables.
[ 35.559] (II) SIS(0): [drm] framebuffer handle = 0xf0000000
[ 35.559] (II) SIS(0): [drm] added 1 reserved context for kernel
[ 35.559] (II) SIS(0): X context handle = 0x1
[ 35.560] (II) SIS(0): [drm] installed DRM signal handler
[ 35.560] (II) SIS(0): [dri] Video RAM memory heap: 0x800000 to 0xf7f000 (7676KB)
[ 35.560] (II) SIS(0): [drm] MMIO registers mapped to 0xea800000
[ 35.560] (II) SIS(0): [drm] AGP enabled
[ 35.613] (II) SIS(0): [drm] Allocated 8MB AGP memory
[ 35.614] (II) SIS(0): [drm] Bound 8MB AGP memory
[ 35.615] (II) SIS(0): [drm] No valid IRQ number for device 1:0:0 (code -22)
[ 35.615] (II) SIS(0): [dri] Visual configs initialized
[ 35.615] (II) SIS(0): Framebuffer from (0,0) to (1023,2045)
[ 35.624] (II) SIS(0): Using XFree86 Acceleration Architecture (XAA)
[ 35.624] Screen to screen bit blits
[ 35.625] Solid filled rectangles
[ 35.625] 8x8 mono pattern filled rectangles
[ 35.625] Indirect CPU to Screen color expansion
[ 35.625] Solid Lines
[ 35.625] Dashed Lines
[ 35.625] Setting up tile and stipple cache:
[ 35.625] 32 128x128 slots
[ 35.625] 10 256x256 slots
[ 35.626] (--) SIS(0): CPU frequency 801.67Mhz
[ 35.629] (II) SIS(0): Benchmarking system RAM to video RAM memory transfer methods:
[ 35.684] (--) SIS(0): Checked libc memcpy()... 156.8 MiB/s
[ 35.734] (--) SIS(0): Checked built-in-1 memcpy()... 109.9 MiB/s
[ 35.858] (--) SIS(0): Checked built-in-2 memcpy()... 26.4 MiB/s
[ 35.907] (--) SIS(0): Checked MMX memcpy()... 83.8 MiB/s
[ 35.972] (--) SIS(0): Checked 3DNow! memcpy()... 86.0 MiB/s
[ 36.028] (--) SIS(0): Checked MMX2 memcpy()... 197.2 MiB/s
[ 36.029] (--) SIS(0): Using MMX2 method for aligned data transfers to video RAM
[ 36.029] (--) SIS(0): Using MMX2 method for unaligned data transfers to video RAM
[ 36.029] (==) SIS(0): Backing store disabled
[ 36.029] (==) SIS(0): Silken mouse enabled
[ 36.030] (==) SIS(0): DPMS enabled
[ 36.030] (II) SIS(0): Using SiS300/315/330/340 series HW Xv
[ 36.030] (II) SIS(0): [DRI] installation complete
[ 36.030] (II) SIS(0): Direct rendering enabled
[ 36.067] (II) SIS(0): Initialized SISCTRL extension version 0.1
[ 36.067] (II) SIS(0): Registered screen 0 with SISCTRL extension version 0.1
[ 36.067] (==) RandR enabled
[ 36.067] (II) Initializing built-in extension Generic Event Extension
[ 36.067] (II) Initializing built-in extension SHAPE
[ 36.067] (II) Initializing built-in extension MIT-SHM
[ 36.067] (II) Initializing built-in extension XInputExtension
[ 36.067] (II) Initializing built-in extension XTEST
[ 36.067] (II) Initializing built-in extension BIG-REQUESTS
[ 36.067] (II) Initializing built-in extension SYNC
[ 36.067] (II) Initializing built-in extension XKEYBOARD
[ 36.067] (II) Initializing built-in extension XC-MISC
[ 36.067] (II) Initializing built-in extension SECURITY
[ 36.067] (II) Initializing built-in extension XINERAMA
[ 36.067] (II) Initializing built-in extension XFIXES
[ 36.067] (II) Initializing built-in extension RENDER
[ 36.067] (II) Initializing built-in extension RANDR
[ 36.068] (II) Initializing built-in extension COMPOSITE
[ 36.071] (II) Initializing built-in extension DAMAGE
[ 36.071] (II) Initializing built-in extension GESTURE
[ 36.231] (II) AIGLX: Screen 0 is not DRI2 capable
[ 36.231] drmOpenDevice: node name is /dev/dri/card0
[ 36.231] drmOpenDevice: open result is 15, (OK)
[ 36.243] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[ 36.243] drmOpenDevice: node name is /dev/dri/card0
[ 36.244] drmOpenDevice: open result is 15, (OK)
[ 36.244] drmOpenByBusid: drmOpenMinor returns 15
[ 36.244] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 36.244] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[ 36.244] (II) AIGLX: Trying DRI driver /usr/lib/i386-linux-gnu/dri/sis_dri.so
[ 36.300] (II) AIGLX: Loaded and initialized sis
[ 36.300] (II) GLX: Initialized DRI GL provider for screen 0
[ 36.425] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[ 36.489] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 36.489] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 36.489] (II) LoadModule: "evdev"
[ 36.490] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 36.495] (II) Module evdev: vendor="X.Org Foundation"
[ 36.496] compiled for 1.10.2, module version = 2.6.0
[ 36.496] Module class: X.Org XInput Driver
[ 36.496] ABI class: X.Org XInput driver, version 12.3
[ 36.496] (II) Using input driver 'evdev' for 'Power Button'
[ 36.496] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 36.496] (**) Power Button: always reports core events
[ 36.496] (**) Power Button: Device: "/dev/input/event1"
[ 36.497] (--) Power Button: Found keys
[ 36.497] (II) Power Button: Configuring as keyboard
[ 36.497] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 36.497] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 36.497] (**) Option "xkb_rules" "evdev"
[ 36.497] (**) Option "xkb_model" "evdev"
[ 36.497] (**) Option "xkb_layout" "jp"
[ 36.507] (II) XKB: reuse xkmfile /var/lib/xkb/server-A94739771F15EFE8C025256FFCF9484D873832F7.xkm
[ 36.517] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 36.518] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 36.518] (II) Using input driver 'evdev' for 'Power Button'
[ 36.518] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 36.518] (**) Power Button: always reports core events
[ 36.518] (**) Power Button: Device: "/dev/input/event0"
[ 36.518] (--) Power Button: Found keys
[ 36.518] (II) Power Button: Configuring as keyboard
[ 36.519] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[ 36.519] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 36.519] (**) Option "xkb_rules" "evdev"
[ 36.519] (**) Option "xkb_model" "evdev"
[ 36.519] (**) Option "xkb_layout" "jp"
[ 36.563] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[ 36.563] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 36.563] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 36.563] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 36.564] (**) AT Translated Set 2 keyboard: always reports core events
[ 36.564] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event2"
[ 36.564] (--) AT Translated Set 2 keyboard: Found keys
[ 36.564] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 36.565] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[ 36.565] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 36.565] (**) Option "xkb_rules" "evdev"
[ 36.565] (**) Option "xkb_model" "evdev"
[ 36.565] (**) Option "xkb_layout" "jp"
[ 36.568] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/event3)
[ 36.568] (**) ImPS/2 Logitech Wheel Mouse: Applying InputClass "evdev pointer catchall"
[ 36.569] (II) Using input driver 'evdev' for 'ImPS/2 Logitech Wheel Mouse'
[ 36.569] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 36.569] (**) ImPS/2 Logitech Wheel Mouse: always reports core events
[ 36.569] (**) ImPS/2 Logitech Wheel Mouse: Device: "/dev/input/event3"
[ 36.569] (--) ImPS/2 Logitech Wheel Mouse: Found 3 mouse buttons
[ 36.569] (--) ImPS/2 Logitech Wheel Mouse: Found scroll wheel(s)
[ 36.569] (--) ImPS/2 Logitech Wheel Mouse: Found relative axes
[ 36.569] (--) ImPS/2 Logitech Wheel Mouse: Found x and y relative axes
[ 36.570] (II) ImPS/2 Logitech Wheel Mouse: Configuring as mouse
[ 36.570] (II) ImPS/2 Logitech Wheel Mouse: Adding scrollwheel support
[ 36.570] (**) ImPS/2 Logitech Wheel Mouse: YAxisMapping: buttons 4 and 5
[ 36.570] (**) ImPS/2 Logitech Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 36.570] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input3/event3"
[ 36.570] (II) XINPUT: Adding extended input device "ImPS/2 Logitech Wheel Mouse" (type: MOUSE)
[ 36.570] (II) ImPS/2 Logitech Wheel Mouse: initialized for relative axes.
[ 36.570] (**) ImPS/2 Logitech Wheel Mouse: (accel) keeping acceleration scheme 1
[ 36.570] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration profile 0
[ 36.571] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration factor: 2.000
[ 36.571] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration threshold: 4
[ 36.573] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/mouse0)
[ 36.573] (II) No input driver/identifier specified (ignoring)
[ 69.506] (II) XKB: reuse xkmfile /var/lib/xkb/server-AC7984E87D24B0DEBCDDD1E7AAFDCFE1A95A0005.xkm
オフライン
通常カーネルでこけた時の、/var/log/lightdm/lightdm.logが取れるとヒントになりそうではあります。
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/804171
yasushi04 による投稿:
通常のカーネルでマウスカーソルが中央に表示されたままとまる。キーボード及びマウスも動かない
この時に Alt+F1でCUIのログイン画面に入ることができたらログインし
sudo cat /var/log/lightdm/lightdm.log >lightdm.log
これでホームディレクトリにlightdmのログが取り出せます
startxでGUIが起動するかも試して見てください。
ログを投稿される時は、codeタグを使って下さい
https://forums.ubuntulinux.jp/help.php#bbcode
オフライン
ハングアップした時のログは、とれませんでした。
現在使用さていると思われるログを貼り付けました。
loghtdm.logファイル
[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.0.1, UID=0 PID=1171
[+0.00s] DEBUG: Loaded configuration from /etc/lightdm/lightdm.conf
[+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
[+0.00s] DEBUG: Registered seat module xlocal
[+0.00s] DEBUG: Registered seat module xremote
[+0.00s] DEBUG: Adding default seat
[+0.00s] DEBUG: Starting seat
[+0.00s] DEBUG: Starting new display for automatic login as user yasushi
[+0.00s] DEBUG: Starting local X display
[+0.04s] DEBUG: Using VT 7
[+0.04s] DEBUG: Activating VT 7
[+0.04s] DEBUG: Logging to /var/log/lightdm/x-0.log
[+0.09s] DEBUG: Writing X server authority to /var/run/lightdm/root/:0
[+0.09s] DEBUG: Launching X Server
[+0.09s] DEBUG: Launching process 1178: /usr/bin/X :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
[+0.10s] DEBUG: Waiting for ready signal from X server :0
[+0.10s] DEBUG: Acquired bus name
[+0.11s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
[+2.30s] DEBUG: Got signal 10 from process 1178
[+2.30s] DEBUG: Got signal from X server :0
[+2.30s] DEBUG: Connecting to XServer :0
[+2.31s] DEBUG: Automatically logging in user yasushi
[+2.34s] DEBUG: pam_start("lightdm-autologin", "yasushi") -> (0x85500f0, 0)
[+2.34s] DEBUG: pam_authenticate(0x85500f0, 0) -> 0 (Success)
[+2.34s] DEBUG: pam_acct_mgmt(0x85500f0, 0) -> 0 (Success)
[+2.34s] DEBUG: User yasushi authorized
[+2.34s] DEBUG: Starting user session
[+2.76s] DEBUG: Dropping privileges to uid 1000
[+2.76s] DEBUG: Writing /home/yasushi/.dmrc
[+2.79s] DEBUG: Restoring privileges
[+2.84s] DEBUG: Starting session ubuntu as user yasushi logging to /home/yasushi/.xsession-errors
[+2.84s] DEBUG: Launching session
[+2.84s] DEBUG: pam_set_item(0x85500f0, 3, ":0") -> 0 (Success)
[+2.88s] DEBUG: pam_open_session(0x85500f0, 0) -> 0 (Success)
[+3.20s] DEBUG: Opened ConsoleKit session 631f1d0238f2f699a7926b0800000008-1319430938.616853-1782162736
[+3.20s] DEBUG: Dropping privileges to uid 1000
[+3.20s] DEBUG: Adding session authority to /home/yasushi/.Xauthority
[+3.23s] DEBUG: Restoring privileges
[+3.23s] DEBUG: Launching process 1271: /usr/sbin/lightdm-session 'gnome-session --session=ubuntu'
[+3.23s] DEBUG: New display ready, switching to it
[+3.23s] DEBUG: Activating VT 7
[+3.24s] DEBUG: pam_setcred(0x85500f0, PAM_ESTABLISH_CRED) -> 0 (Success)
[+3.24s] DEBUG: PAM returns environment 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=ja_JP.UTF-8'
[+3.25s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0x-0.logファイル
X.Org X Server 1.10.4
Release Date: 2011-08-19
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-29-server i686 Ubuntu
Current Operating System: Linux yasushi-PCV-J15 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC 2011 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic root=UUID=53233d19-8bb5-44d4-be2a-bd5cc2fbe2e9 ro recovery nomodeset
Build Date: 13 October 2011 05:33:17PM
xorg-server 2:1.10.4-1ubuntu4.1 (For technical support please see http://www.ubuntu.com/support)
Current version of pixman: 0.22.2
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Oct 24 13:35:35 2011
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE) open /dev/fb0: No such file or directoryx-1.logファイル
X.Org X Server 1.10.4
Release Date: 2011-08-19
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-29-server i686 Ubuntu
Current Operating System: Linux yasushi-PCV-J15 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC 2011 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic root=UUID=53233d19-8bb5-44d4-be2a-bd5cc2fbe2e9 ro recovery nomodeset
Build Date: 29 September 2011 12:48:48AM
xorg-server 2:1.10.4-1ubuntu4 (For technical support please see http://www.ubuntu.com/support)
Current version of pixman: 0.22.2
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.1.log", Time: Sat Oct 15 15:51:41 2011
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
ddxSigGiveUp: Closing logこれで原因究明になる手がかりはるのでしょうか。
オフライン
rohizuka による投稿:
この時に Alt+F1でCUIのログイン画面に入ることができたらログインし
すみませんCtrlが抜けていました
Ctrl+Alt+F1
オフライン
Ctrl+alt+F1 でも画面表示は変わらず。
一度自動ログインに設定したら真っ黒画面で停止
alt+PrintScreenに順番に+R+S+E+I+U+Bと押していくと再起動が可能になります。(太文字の部分は押し続ける)
上記の操作で再起動ができるのでキーボードの機能は、生きていると思われる。
オフライン
J15V5の仕様から考えるとsession=ubuntuでの動作要件を満たしていない様に思います。
この場合自動的にsession=ubuntuからsession=ubuntu-2dに切り替わるのですが、通常カーネルでの起動時にこの仕組みがうまく動作せずハングアップしているのかもしれません。
自動ログインのデフォルトログインセッションをubuntu-2dに変更すると良さそうなのですが、lightdmの自動ログイン機能にバグがあるためコマンドを使って書き変えます
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/834515
デフォルトのログインセッションubuntu-2dに変更するには
sudo /usr/lib/lightdm/lightdm-set-defaults -s ubuntu-2d
自動ログインを解除するとログイン画面が出てくるのではないかと思いますが
オフライン
sudo /usr/lib/lightdm/lightdm-set-defaults -s ubuntu-2d を行っても改善しませんでした。
さて、もともとマルチブートをしていたため
sda1 windows XP
sda 2 拡張領域
sda5 ubuntu 10.04
sda6 データー領域(共通領域)
sda9 ubuntu 11.10 (今回問題のOS)
sda7 Xubuntu 11.10
sda8 linux-sawap
sa7の領域をubuntu 11.04 から新規にXubuntuにインストールし、日本語化して使っております。
Xubuntu11.10 では、通常のカーネルで起動が可能です。
もともと LibreOfficeを使用したいため、ubuntuを利用してます。
パソコン買い換えるまでは状況に応じて使い分けしていきたいと思っております。
回答していただきありがとうございます。
オフライン
ubuntu11.10 ハングアップ改善(回避)
さて、なにげなくカーネルセーフモードでubunt11.10 を 無線LAN及び,有線LAN設定をIPV6を無視する設定に変更。
そうして、再起動し、通常カーネルを選んだら、あっさり起動しちゃいました。
いったい主な原因は、なんだったのでしょうか。
ちなみにXubuntuで一度パーテーションソフトを導入したときシステム関連のアドオンを追加(フォーマット関係のアドオン、修復等アドオン)し、パーテションソフトを一度使用していますが、これが意外によかったのかなあ。)
現在は、ubuntu11.10 ubuntu-2 が作動しております。
念のため
システム上のIPV6を無効にしました。
オフライン