|
因为debian开机显示“out of range”。意思是分辨率设置的问题。
听说修改xorg.cfg,能解决这个问题。
需要了解显卡、显示器的那些参数,才能改写?
找到一个案例,不知道对不对?当然我的显卡等与例子是不一样的。
Section "Monitor"
Identifier "VA702 SERIES"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation C51 [GeForce 6150 LE]"
Monitor "VA702 SERIES"
Defaultdepth 24
SubSection "Display"
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection |
|