*DELLinspiron1210でX11が正常動作しない [#f9b998d8]
-[[ろばお]]さんによる質問 (2015-10-15 (木) 08:34:21投稿)
----
Linuxを学ぶためにPlamo5.3.1をインストールしていますが、X11が表示できません。
startx を実行すると画面が消えて(真っ黒)左上にアンダーバーカーソルが表示され、一切キー操作が効かなくなります。
Alt+Ctrl+F1 も効きません。xfplamoconfigでドライバ「VESA」を選択したときの現象です。
試しにドライバ「インテル」「i740」を選択したときには、「Server terminated with error(1)」 で終了します。

2週間ほど調べて見ましたが未解決のためここに問い合わせさせていただきます。
どなたかご教示のほどよろしくお願いいたします。

PC環境
PC: DELL inspiron1210
グラフィックコントローラ:インテル GMA500 (チップセット内蔵) 
メモリ:1G
SSD: 16G


◆◆◆◆以下  /etc/X11/xorg.conf の内容 
 Section "ServerLayout"
         Identifier     "Layout0"
         Screen      0  "Screen0" 0 0
         InputDevice    "Keyboard0" "CoreKeyboard"
         InputDevice    "Mouse0" "CorePointer"
 EndSection
 
 Section "Files"
 	# FontPath     "unix/:7100"
         FontPath     "/usr/share/fonts/Bitmap/:unscaled"
         FontPath     "/usr/share/fonts/X11/misc/:unscaled"
         FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
         FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
         FontPath     "/usr/share/fonts/X11/cyrillic/:unscaled"
 
         FontPath     "/usr/share/fonts/X11/TTF/"
         FontPath     "/usr/share/fonts/X11/Type1/"
         FontPath     "/usr/share/fonts/freefont/"
         FontPath     "/usr/share/fonts/TrueType/"
         FontPath     "/usr/share/fonts/ghostscript/"
 
         FontPath     "/usr/share/fonts/Bitmap/"
         FontPath     "/usr/share/fonts/X11/misc/"
         FontPath     "/usr/share/fonts/X11/100dpi/"
         FontPath     "/usr/share/fonts/X11/75dpi/"
         FontPath     "/usr/share/fonts/X11/cyrillic/"
 
 EndSection
 
 Section "Module"
         Load  "extmod"
         Load  "glx"
         Load  "dbe"
         Load  "dri"
         Load  "dri2"
         Load  "record"
 EndSection
 
 Section "InputDevice"
         Identifier  "Keyboard0"
         Driver      "keyboard"
         Option      "XkbModel" "jp106"
         Option      "XkbLayout" "jp"
 EndSection
 
 Section "InputDevice"
         Identifier  "Mouse0"
         Driver      "mouse"
         Option      "Protocol" "PS/2"
         Option      "Device" "/dev/psaux"
         Option      "Emulate3Buttons"
         #Option      "Emulate3Timeout" "50"
         #Option      "Resolution" "256"
         #Option      "ZAxisMapping" "4 5"
 EndSection
 
 Section "Monitor"
         Identifier   "Monitor0"
         HorizSync    31.5 - 137.0
         VertRefresh  54.5 - 75.5
         # 1024x600 @ 60.06 Hz   TOSHIBA PORTAGE 300CT
         Modeline "1024x600" 49.93 1024 1040 1216 1328 600 600 605 626
         # 1280x600 @ 60.00 Hz   FUJITSU FMV BIBLO LOOX
         Modeline "1280x600" 63.61 1280 1280 1384 1688 600 600 604 628 -HSync -VSync
         # 1280x768 @ 60.00 Hz WXGA(GTF) FUJITSU Lifebook P5020D, SONY VAIO TR1MP, etc.
         Modeline "1280x768" 80.14 1280 1344 1480 1680 768 769 772 795
         # 1280x800 @ 60.00 Hz (GTF) hsync: 49.68 kHz
         ModeLine "1280x800" 83.46 1280 1344 1480 1680 800 801 804 828
         # 1680x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz
         Modeline "1680x1050"  147.14  1680 1784 1968 2256  1050 1051 1054 1087
         # 1920x1200 @ 60.00 Hz (GTF) hsync: 74.52 kHz
         Modeline "1920x1200" 193.16 1920 2048 2256 2592 1200 1201 1204 1242
 EndSection
 
 Section "Device"
         Identifier  "Card0"
         Driver      "vesa"
         Option      "DefaultDepth" "24"
 EndSection
 
 Section "Screen"
         Identifier "Screen0"
         Device     "Card0"
         Monitor    "Monitor0"
         Option     "NoDoublescan" "True"
         Option     "NoInterlace" "True"
         SubSection "Display"
                 Viewport   0 0
                 Depth     24
                 Modes    "1280x800"
         EndSubSection
         SubSection "Display"
                 Viewport   0 0
                 Depth     16
                 Modes    "1280x800"
         EndSubSection
         SubSection "Display"
                 Viewport   0 0
                 Depth     8
                 Modes    "1280x800"
         EndSubSection
 EndSection
 
 Section "DRI"
         Mode 0666
 EndSection
 
 Section "ServerFlags"
  Option "AutoAddDevices" "false"
 EndSection


◆◆◆◆以下  /var/log/Xorg.0.log の内容
 [   478.175] 
 X.Org X Server 1.16.3
 Release Date: 2014-12-20
 [   478.188] X Protocol Version 11, Revision 0
 [   478.193] Build Operating System: Linux 3.17.6-plamoSMP i686 
 [   478.204] Current Operating System: Linux DellM12 3.17.6-plamoSMP #1 SMP PREEMPT Tue Dec 16 09:48:57 JST 2014 i686
 [   478.204] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.17.6-plamoSMP root=/dev/sda1 ro vga16 unicon=eucjp vt.default_utf8=0 panic_output=7
 [   478.221] Build Date: 04 January 2015  01:30:16PM
 [   478.227]  
 [   478.232] Current version of pixman: 0.32.4
 [   478.243] 	Before reporting problems, check http://wiki.x.org
 	to make sure that you have the latest version.
 [   478.244] Markers: (--) probed, (**) from config file, (==) default setting,
 	(++) from command line, (!!) notice, (II) informational,
 	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 [   478.270] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 14 20:56:03 2015
 [   478.279] (==) Using config file: "/etc/X11/xorg.conf"
 [   478.286] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
 [   478.292] (==) ServerLayout "Layout0"
 [   478.292] (**) |-->Screen "Screen0" (0)
 [   478.292] (**) |   |-->Monitor "Monitor0"
 [   478.294] (**) |   |-->Device "Card0"
 [   478.294] (**) |-->Input Device "Keyboard0"
 [   478.294] (**) |-->Input Device "Mouse0"
 [   478.294] (**) Option "AutoAddDevices" "false"
 [   478.295] (**) Not automatically adding devices
 [   478.295] (==) Automatically enabling devices
 [   478.295] (==) Automatically adding GPU devices
 [   478.308] (WW) The directory "/usr/share/fonts/X11/OTF/" does not exist.
 [   478.308] 	Entry deleted from font path.
 [   478.308] (**) FontPath set to:
 	/usr/share/fonts/Bitmap/:unscaled,
 	/usr/share/fonts/X11/misc/:unscaled,
 	/usr/share/fonts/X11/100dpi/:unscaled,
 	/usr/share/fonts/X11/75dpi/:unscaled,
 	/usr/share/fonts/X11/cyrillic/:unscaled,
 	/usr/share/fonts/X11/TTF/,
 	/usr/share/fonts/X11/Type1/,
 	/usr/share/fonts/freefont/,
 	/usr/share/fonts/TrueType/,
 	/usr/share/fonts/ghostscript/,
 	/usr/share/fonts/Bitmap/,
 	/usr/share/fonts/X11/misc/,
 	/usr/share/fonts/X11/100dpi/,
 	/usr/share/fonts/X11/75dpi/,
 	/usr/share/fonts/X11/cyrillic/,
 	/usr/share/fonts/X11/misc/,
 	/usr/share/fonts/X11/TTF/,
 	/usr/share/fonts/X11/Type1/,
 	/usr/share/fonts/X11/100dpi/,
 	/usr/share/fonts/X11/75dpi/
 [   478.308] (==) ModulePath set to "/usr/lib/xorg/modules"
 [   478.309] (II) Loader magic: 0x8265900
 [   478.309] (II) Module ABI versions:
 [   478.309] 	X.Org ANSI C Emulation: 0.4
 [   478.309] 	X.Org Video Driver: 18.0
 [   478.309] 	X.Org XInput driver : 21.0
 [   478.310] 	X.Org Server Extension : 8.0
 [   478.312] (--) PCI:*(0:0:2:0) 8086:8108:1028:02b1 rev 6, Mem @ 0xd8100000/524288, 0xd0000000/134217728, 0xd8380000/131072, I/O @ 0x00001800/8
 [   478.313] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
 [   478.313] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
 [   478.313] (II) LoadModule: "extmod"
 [   478.314] (II) Module "extmod" already built-in
 [   478.314] (II) LoadModule: "glx"
 [   478.318] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
 [   478.352] (II) Module glx: vendor="X.Org Foundation"
 [   478.352] 	compiled for 1.16.3, module version = 1.0.0
 [   478.352] 	ABI class: X.Org Server Extension, version 8.0
 [   478.352] (==) AIGLX enabled
 [   478.352] (II) LoadModule: "dbe"
 [   478.352] (II) Module "dbe" already built-in
 [   478.352] (II) LoadModule: "dri"
 [   478.353] (II) Module "dri" already built-in
 [   478.353] (II) LoadModule: "dri2"
 [   478.353] (II) Module "dri2" already built-in
 [   478.353] (II) LoadModule: "record"
 [   478.353] (II) Module "record" already built-in
 [   478.353] (II) LoadModule: "vesa"
 [   478.354] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
 [   478.355] (II) Module vesa: vendor="X.Org Foundation"
 [   478.355] 	compiled for 1.16.2, module version = 2.3.3
 [   478.355] 	Module class: X.Org Video Driver
 [   478.355] 	ABI class: X.Org Video Driver, version 18.0
 [   478.356] (II) LoadModule: "kbd"
 [   478.356] (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
 [   478.357] (II) Module kbd: vendor="X.Org Foundation"
 [   478.358] 	compiled for 1.16.2, module version = 1.8.0
 [   478.358] 	Module class: X.Org XInput Driver
 [   478.358] 	ABI class: X.Org XInput driver, version 21.0
 [   478.358] (II) LoadModule: "mouse"
 [   478.358] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
 [   478.360] (II) Module mouse: vendor="X.Org Foundation"
 [   478.360] 	compiled for 1.16.2, module version = 1.9.1
 [   478.360] 	Module class: X.Org XInput Driver
 [   478.360] 	ABI class: X.Org XInput driver, version 21.0
 [   478.360] (II) VESA: driver for VESA chipsets: vesa
 [   478.360] (--) using VT number 7
 
 [   478.376] (II) Loading sub module "vbe"
 [   478.376] (II) LoadModule: "vbe"
 [   478.377] (II) Loading /usr/lib/xorg/modules/libvbe.so
 [   478.379] (II) Module vbe: vendor="X.Org Foundation"
 [   478.379] 	compiled for 1.16.3, module version = 1.1.0
 [   478.379] 	ABI class: X.Org Video Driver, version 18.0
 [   478.379] (II) Loading sub module "int10"
 [   478.379] (II) LoadModule: "int10"
 [   478.380] (II) Loading /usr/lib/xorg/modules/libint10.so
 [   478.383] (II) Module int10: vendor="X.Org Foundation"
 [   478.383] 	compiled for 1.16.3, module version = 1.0.0
 [   478.384] 	ABI class: X.Org Video Driver, version 18.0
 [   478.384] (II) VESA(0): initializing int10
 [   478.387] (II) VESA(0): Bad V_BIOS checksum
 [   478.387] (II) VESA(0): Primary V_BIOS segment is: 0xc000
 [   478.389] (II) VESA(0): VESA BIOS detected
 [   478.389] (II) VESA(0): VESA VBE Version 3.0
 [   478.389] (II) VESA(0): VESA VBE Total Mem: 8064 kB
 [   478.389] (II) VESA(0): VESA VBE OEM: Intel(r)Poulsbo Graphics Chip Accelerated VGA BIOS
 [   478.389] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
 [   478.389] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
 [   478.389] (II) VESA(0): VESA VBE OEM Product: Intel(r)Poulsbo Graphics Controller
 [   478.389] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0

----
-GMA500っていわゆるIntelドライバーとは別の対応が必要と思われます~
 config-3.19.8-plamoSMPを確認してみましたが~
 # CONFIG_DRM_GMA500 is not なので~
 CONFIG_DRM_GMA500=m~
 あたりをやってカーネル再コンパイルは最低必要だと思います。  -- [[名倉]] &new{2015-10-15 (木) 10:14:41};
- xfplamoconfigでvesaドライバを選択するなら,起動時パラメータにnomodesetを指定してください。~
xfplamoconfigでintelドライバを選択するなら,起動時パラメータにi915.modeset=1を指定してください。 -- [[tamu]] &new{2015-10-15 (木) 10:14:45};
- ご教示ありがとうございます。早速やってみます。 -- [[ろばお]] &new{2015-10-16 (金) 09:21:17};
- お陰様をもちまして無事xfce4を起動することができました。 -- [[ろばお]] &new{2015-11-01 (日) 20:55:11};
- やったことは、(1)CONFIG_DRM_GMA500=m にして再コンパイル (2)sudo Xorg :1 -configure (3)sudo cp /root/Xorg.conf.new /etc/X11/xorg.conf.d です。 長い道のりでした。 -- [[ろばお]] &new{2015-11-01 (日) 21:01:23};

#comment
----
[[質問箱]]に戻る

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS