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

 

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

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

(0)
上一篇 2021年4月30日 下午8:00
下一篇 2021年5月1日 上午9:00


相关推荐

  • centos7系统更新命令_centos 更新

    centos7系统更新命令_centos 更新1.查看网络IP ifconfig2.下载命令 wget+网址3.安装 yum-y install + 目标4.删除文件 sudo rm 文件所在目录/目标强制删除文件 rm -f删除目录 rm -rf5.复制一个文件到另一个文件夹sudo cp /文件夹/文件 /另一个文件夹6.对一些文件进行读写sudo vim 文件名7….

    2022年8月19日
    9
  • AES加密算法原理

    AES加密算法原理

    2021年4月9日
    166
  • goland2021.2激活破解3月最新在线激活

    goland2021.2激活破解3月最新在线激活,https://javaforall.net/100143.html。详细ieda激活码不妨到全栈程序员必看教程网一起来了解一下吧!

    2022年3月14日
    52
  • 基本的导航条的制作

    基本的导航条的制作1、垂直导航条的制作一想到导航菜单就会想到用 ulli无序列表来制作。因为他的语义非常接近条目性的内容。<ulclass="nav"><li><ahref="#">首  页</a></li><li><ahref="#">关于我

    2022年7月22日
    10
  • STM32 串口中断总结

    STM32 串口中断总结本文以 USART1 为例 叙述串口中断的编程过程 1 先来讲述一下在应用串口中断时涉及到的一些库文件 首先对于 STM32 外设库文件的应用编程 misc c 和 stm32f10x rcc c 是肯定要添加到 接下来就是我们要用到的相关外设了 毫无疑问 串口文件 stm32f10x usart c 是必须的 串口通信是对通用 GPIO 端口引脚的功能复用 所以还需要 stm32f10x gpi

    2026年3月19日
    1
  • pytest的使用_实例调用和类调用

    pytest的使用_实例调用和类调用Pytest执行用例规则Pytest在命令行中支持多种方式来运行和选择测试用例1.对某个目录下所有的用例pytest2.对模块中进行测试pytesttest_mod.py3.对文件夹进行

    2022年7月30日
    8

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

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