[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:51911] Re: インストールにおけるXの設定
長南さん、コメントありがとうございます。
>でも、今気がついたのですが、dpkg-reconfigure は自動的に
>xorg.conf.xxxxx (この xxxxx は日付と時刻) というバックアップを作って
>くれるみたいですね。新旧の xorg.conf でどこが違うか、比較してみると
>よいと思います。
います。
xorg.confを見てみました。参考までに。
$ more /etc/X11/xorg.conf
Section "Device"
Identifier "Silicon Integrated Systems [SiS] 630/730
PCI/AGP VGA Display Adapter"
Driver "sis"
BusID "PCI:1:0:0"
Option "UseFBDev" "true"
Section "Monitor"
Identifier "Generic monitor"
Option "DPMS"
Section "Screen"
Identifier "Default Screen"
Device "Silicon Integrated Systems [SiS] 630/730
PCI/AGP VGA Display Adapter"
Monitor "Generic Monitor"
DefaultDepth 24
$ more /etc/X11/xorg.conf.20090209043636 <-dpkg-reconfigure -pmedium xserver-xorg
で設定したあと
Section "Device"
Identifier "Generic Video Card" <-異なっている
Driver "vesa" <-異なっている
BusID "PCI:1:0:0"
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card" <-異なっている
Monitor "Generic Monitor"
DefaultDepth 24
皆さんいろいろ教えてもらいありがとうございました。
--
tamaki