2008/3/16 xorg.confの設定
提供:ServerSetting
目次 |
目的
Xが起動しなくなった。そのため、xorg.confの再設定をしてみる。先日、グラフィックボードを変えたので、当然かもしれない。
グラフィックボードのチップセットを調べる
# /sbin/lspci
# /sbin/lspci 00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02) 00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02) 00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02) 00:1d.2 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02) 00:1d.3 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 (rev 02) 00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2) 00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02) 00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02) 00:1f.2 IDE interface: Intel Corporation 82801EB (ICH5) SATA Controller (rev 02) 00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02) 00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02) 01:03.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
自宅のグラフィックボードは、「Intel Corporation 82865G」らしい。
xorg.confの生成
# Xorg -configure
X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Fedora Core 7 Red Hat, Inc.
Current Operating System: Linux www.rfm.jp 2.6.23.15-80.fc7 #1 SMP Sun Feb 10 17:29:1 0 EST 2008 i686
Build Date: 21 January 2008
Build ID: xorg-x11-server 1.3.0.0-16.fc7
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
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: Sun Mar 16 15:16:33 2008
List of video drivers:
mga
voodoo
tdfx
s3virge
intel
siliconmotion
i740
i128
nsc
savage
v4l
glint
amd
nouveau
radeon
chips
trident
s3
cirrus
rendition
sis
via
neomagic
ark
ati
atimisc
dummy
ztv
i810
tseng
r128
apm
cyrix
nv
vmware
sisusb
ast
fbdev
vesa
(EE) LoadModule: Module ztv does not have a ztvModuleData data object.
(EE) Failed to load module "ztv" (invalid module, 0)
(++) Using config file: "/root/xorg.conf.new"
(II) Module already built-in
Xorg detected your mouse at device /dev/input/mice.
Please check your config if the mouse is still not
operational, as by default Xorg tries to autodetect
the protocol.
Your xorg.conf file is /root/xorg.conf.new
To test the server, run 'X -config /root/xorg.conf.new'
現状のシステム用のxorg.conf.newができた模様。
Xの起動チェック
# X -config /root/xorg.conf.new
何とかXは起動してくれた。Ctrlキー + Altキー + BackSpaceキーで終了させた。
xorg.confの入れ替え
# cd /etc/X11/
# cp -p xorg.conf xorg.conf.20070316.orig
# mv -f /root/xorg.conf.new ./xorg.conf
参考資料
導入手順書に戻る