显示器首选项中的显示器是“未知”。
显卡是板载Intel 815EM,不知道是不是显卡驱动没安装好,特效中高都不能选,但是如果运行glxinfo | head 的话会显示direct rendering :Yes。看有地方说这代表驱动已安装好么?
后来也写了/etc/X11/xorg.conf,
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Modeline "1024x768_60.00" 81.62 1152 1216 1336 1520 864 865 868 895 -HSync +Vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Modes "1024x768"
EndSubSection
EndSection
Modeline 的具体内容不记得了,是我用gtf 1024 768 60查出来的,但是依然没用。
求助
