[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:49353] Re: 解像度の変更方法が分からない
----- Original Message -----
From: "Kenshi Muto" <kmuto@xxxxxxxx>
To: <debian-users@debian.or.jp>
Sent: Wednesday, September 12, 2007 2:49 PM
Subject: [debian-users:49351] Re: 解像度の変更方法が分からない
dpkg-reconfigure xserver-xorg をすれば、ビデオドライバの選択
および解像度選択をし直せますが、640x480(VGA)になっているという
のが気になりますね。
/etc/X11/xorg.confおよび/var/log/Xorg.0.logを見せていただくのが
よさそうです。
お返事ありがとうございます。早速ですが、
/var/log/Xorg.0.logについてはページ数があまりに多いので
/etc/X11/xorg.conf のみ記入します。
実はこのメールはdebianからではなくWindows Vistaから送っているので
コピーができません。必要と思われる部分のみ書き込みます。
Section "Device"
Identifier "nVidia Corporation C51PV [GeForce 6150]
Driver "nv"
BusID "PCI:0:5:0
EndSection
Section "Monitor"
Identifer "L1953T"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation C51PV [GeForce
6150]
Monitor "L1953T"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600"
"720x400" "640x480"
中略
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
"720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
という感じです。ここに何か手がかりがあるでしょうか?よろしくお願いします。