惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
Security Archives - TechRepublic
MongoDB | Blog
MongoDB | Blog
量子位
博客园 - 叶小钗
罗磊的独立博客
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Hacker News: Ask HN
Hacker News: Ask HN
MyScale Blog
MyScale Blog
GbyAI
GbyAI
Help Net Security
Help Net Security
Y
Y Combinator Blog
Engineering at Meta
Engineering at Meta
Hacker News - Newest:
Hacker News - Newest: "LLM"
Latest news
Latest news
H
Hacker News: Front Page
Blog — PlanetScale
Blog — PlanetScale
雷峰网
雷峰网
Microsoft Azure Blog
Microsoft Azure Blog
P
Proofpoint News Feed
C
CXSECURITY Database RSS Feed - CXSecurity.com
Scott Helme
Scott Helme
S
Schneier on Security
博客园 - 司徒正美
Hugging Face - Blog
Hugging Face - Blog
S
Security @ Cisco Blogs
Recorded Future
Recorded Future
S
Securelist
博客园 - Franky
Application and Cybersecurity Blog
Application and Cybersecurity Blog
A
About on SuperTechFans
N
News and Events Feed by Topic
AI
AI
T
Tenable Blog
N
News | PayPal Newsroom
C
Cybersecurity and Infrastructure Security Agency CISA
V
V2EX - 技术
T
Threat Research - Cisco Blogs
Cisco Talos Blog
Cisco Talos Blog
L
LINUX DO - 热门话题
N
Netflix TechBlog - Medium
S
SegmentFault 最新的问题
T
The Blog of Author Tim Ferriss
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Google Online Security Blog
Google Online Security Blog
S
Security Affairs
Webroot Blog
Webroot Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
博客园 - 三生石上(FineUI控件)
C
Comments on: Blog
G
GRAHAM CLULEY

博客园 - glister

ps学习日志 mac 下安装iwork+ps+nx2 leopard安装版本不符的软件 leopard添加开机启动项 T43安装显卡驱动 T43有限网络配置 T43leopard 驱动安装 leopard 网卡 四国 解决grub引导错误的问题 T43成功安装Jas版 leopard 10.5.2 iphone修改 修改ghost文件 ps 中的路径和模拟压力 ubuntu触电(转) ps 4 中动画制作 ps影楼效果(转) vbscript对注册表的改写 配置文件丢失 chm文件打不开
Ubuntu安装显卡驱动
glister · 2009-03-18 · via 博客园 - glister

安装驱动得过程网上得教程比较复杂,曾按照这个贴子操作http://forum.ubuntu.org.cn/viewtopic.php?p=670626
到sudo module-assistant prepare时出错

代码:

sudo module-assistant prepare
Getting source for kernel version: 2.6.22-16-generic
Kernel headers available in /usr/src/linux
Creating symlink...
Couldn't create the /usr/src/linux symlink!
apt-get install build-essential

后面得编译都出错,不知道具体原因
之间运行run文件,提示ERROR:vcdk is missing
崩溃中,现在使用得分辨率是800*600

代码:

fglrxinfo
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual!

Segmentation fault (core dumped)

 之后更新受限驱动管理器,重启后解决

确定驱动安装正确:

fglrxinfo

Code

以上信息表示ati的驱动安装好了

然后确定3d特效打开
glxinfo | grep direct
direct rendering: Yes

先试着打开特效

最初提示:"The Composite extension is not available"

于是在 etc/X11/xorg.conf里设置
Section “Extensions”
Option “Composite” “Enable”
EndSection

然后的提示信息是:
"Desktop effects could not be enabled"

查找论坛, 找到一个答案:要安装xserver-xgl, 安装好后, 特效果然可以开。
sudo apt-get install xserver-xgl