好像输入查显卡信息的说YES了,弄得我晕头转向,
多日转转于GOOEL与百度,终于搞掂了,常试过想在 sudo gedit etc/x11下建立xorg.conf 没权限写不成功,以CVT 1024 768 60 写入MODELINE 行也不成功,弄来弄去,XRANDR中记得MAX上到2048什么的,我的本是15寸液晶的,后来换一台17寸CRT,妈的,居然可上75HZ 1200*多少记不起了,后来快换上我的液晶,OK ,重启后又打回原样,见到老外也提过这样的问题在英文网上看到,他说用COPY在另一台VM机上的XORG。CONF文件root shell 写到X11下
我没这样做,后来重装驱动sudo apt-get install xserver-xorg-video-intel,说我的是最新版的了,运行sudo gedit /etc/X11/xorg.conf妈的,居然出来了!!!不过是个空文件,后来加入Section "Monitor"
Identifier "Configured Monitor"
Modeline "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync
Option "PreferredMode" "1024x768_60.00"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
重起机,在显示项设,有1024*768了,OK了,想上什么以后自己DIY了

