install 945GM drivers ubuntu

install 945GM drivers ubuntu

Re: intel 945GM express driver

You can install 915resolution and vbetool the same way you install any software in ubuntu. Either click on System > Administration > Synaptic Package manager, or open a terminal and run
sudo aptitude install 915resolution vbetool

To make 915resolution available you may need to enable the universe repository, either through Synaptic Package Manager > Settings > Repositories or by editing /etc/apt/sources.list. If you had to enable the universe repository you’ll need to update the list of packages by clicking reload in Synaptic or running
sudo aptitude update

915resolution should automatically start at boot. You can start it now by running
sudo /etc/init.d/915resolution start then restarting Xorg by logging out and pressing Ctrl+Alt+Backspace. This should start you up in the new resolution as long as it is listed in your /etc/X11/xorg.conf file. If it doesn’t work, try rebooting, if still nothing then post the output of
sudo 915resolution -l and the contents of /etc/X11/xorg.conf

EDIT: I now see the HOWTO you are refering too. Frankly, this is news to me (and possibly good news!) I’ll test it out tomorrow night….


http://ubuntuforums.org/showthread.php?t=281275

 

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。

发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/100593.html原文链接:https://javaforall.cn

【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛

【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...

(0)


相关推荐

  • 运维架构图[通俗易懂]

    运维架构图[通俗易懂]

  • xshell7连接阿里云轻量级服务器PublicKey连接[通俗易懂]

    xshell7连接阿里云轻量级服务器PublicKey连接[通俗易懂]第一步:第二步:生成秘钥并下载,且在生成秘钥后重启服务器,这点要注意,不然会报找不到秘钥!!!第三步:点击刚刚生成的连接、输入用户名root第四步:点击文件,注意不是点击用户秘钥!!!,上传刚刚下载的秘钥xxx.pem.点击确定,连接成功….

  • dz搬家 config_global.php 不可写入,傻瓜式Discuz论坛搬家教程

    dz搬家 config_global.php 不可写入,傻瓜式Discuz论坛搬家教程1.首先,数据的备份是很重要的,要明确这一点2.论坛搬家,备份恢复一点也不难,真的,首先不要在心里上被它吓到,dz程序为我们提供了非常便捷的几种方案大致上,搬家的方法有几种:1.第一种方法是通过phpmyadmin导出导入数据,这种方法比较鸡肋,因为超过2M的就上传不上去了,在此不多解释,不推荐2.第二种方法是通过ucenter后台自带备份恢复,这个容易遇到“无法访问该应用的备份接口,请拷贝uce…

  • 第九章第四节 流体压强与流速的关系「建议收藏」

    第九章第四节 流体压强与流速的关系「建议收藏」1.流速大的地方,压强小实例1:兵乓球实例2:如图,在离桌边2~3cm的地方放一枚铝制硬币,在硬币前10cm作用用直尺或钢笔等架起一个栏杆,高度约2cm。在硬币上方沿着与桌面平行的方向吹一口气

  • Linux 下查看java进程

    Linux 下查看java进程Linux下查看和停止所有java进程1.ps-ef|grepjava在Linux下查看所有java进程命令:ps-ef|grepjava停止特定java进程命令:kill-9java进程序号停止所有java进程命令:pkill-9java2.jpsjps-l-v比较常用的参数:-q只显示pid,不显示class名称,jar文件名和传递给main方…

  • apk加壳加密工具(apk protect) v1.0下载「建议收藏」

    apk加壳加密工具(apk protect) v1.0下载「建议收藏」apk加壳加密工具(apk_protect)是用于加密apk文件中dex文件的加密工具,加密的东西主要有字符串加密、流程加密、类名加密和api加密(未完成,后续支持)等,有于较好的保护apk文件,使之不易激活成功教程分析。__我对apk_protect在线加密的有效性进行了测试和分析,发现确实给android_apk提供了无法激活成功教程的加密壳。虽然在线加密已经是非常省时省力的了,但是仍然有不少程序员懒于折腾(尽管这已经不叫折腾了,就是上传一下再下载,比起写代码来说,这简直就是享受)。于是,意外的发现他们已经推出了懒人版

发表回复

您的电子邮箱地址不会被公开。

关注全栈程序员社区公众号