我刚刚安装了 Ubuntu 14.04,除了一个小问题外,一切都很顺利:总体显示速度很差!因此,在 Google 上搜索后,我发现 VIA ProSavage DDR 显示驱动程序可能安装起来有点棘手。
在终端中执行此代码:
sudo lshw -C display
我得到这个结果:
*-display UNCLAIMED
description: VGA compatible controller
product: VT8375 [ProSavage8 KM266/KL266]
vendor: S3 Graphics Ltd.
physical id: 0
bus info: pci@0000:01:00.0
version: 00
width: 32 bits
clock: 66MHz
capabilities: pm agp agp-2.0 vga_controller bus_master cap_list
configuration: latency=64 maxlatency=255 mingnt=4
resources: memory:ff980000-ff9fffff memoria:d0000000-d7ffffff memoria:ff970000-ff97ffff
另外,这是我的 Xorg.conf 文件:
Section "Device"
Identifier "gfxcard"
Driver "savage"
Option "NoAccel" "True"
Option "ShadowFB" "Enable"
Option "UseTiming1024"
EndSection
Section "Screen"
Identifier "Screen 0"
Device "gfxcard"
Monitor "Monitor 0"
DefaultDepth 16
EndSection
Section "Monitor"
Identifier "Monitor 0"
Option "DPMS" "Disable"
EndSection
我希望有一个人可以帮助我!