QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1474|回复: 11

915+宽屏的本本,装完ubuntu后分辨率不对

[复制链接]
发表于 2005-10-3 13:56:06 | 显示全部楼层 |阅读模式
本应该是1280*768
但在装完ubuntu后是1024*768
虽然置顶文章里有说明,但是讲得太不详细了,不知道怎么弄啊
现在都不确定我的显卡驱动 是否装好
我把xorg.conf中的部分内容贴出来,大家看看哪里有问题,我应该怎么办
Section "Files"
        FontPath        "unix/:7100"                        # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
        # paths to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
        Load        "bitmap"
        Load        "dbe"
        Load        "ddc"
        Load        "dri"
        Load        "extmod"
        Load        "freetype"
        Load        "glx"
        Load        "int10"
        Load        "record"
        Load        "type1"
        Load        "vbe"
EndSection

Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "keyboard"
        Option                "CoreKeyboard"
        Option                "XkbRules"        "xorg"
        Option                "XkbModel"        "pc104"
        Option                "XkbLayout"        "us"
EndSection

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                "CorePointer"
        Option                "Device"                "/dev/input/mice"
        Option                "Protocol"                "ImPS/2"
        Option                "Emulate3Buttons"        "true"
        Option                "ZAxisMapping"                "4 5"
EndSection

Section "Device"
        Identifier        "Intel Corporation Intel Default Card"
        Driver                "i810"
        BusID                "PCI:0:2:0"
EndSection

Section "Monitor"
        Identifier        "Generic Monitor"
        Option                "DPMS"
        HorizSync        28-64
        VertRefresh        43-60
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "Intel Corporation Intel Default Card"
        Monitor                "Generic Monitor"
        DefaultDepth        24
        SubSection "Display"
                Depth                1
                Modes                "1280x1280"
        EndSubSection
        SubSection "Display"
                Depth                4
                Modes                "1280x1280"
        EndSubSection
        SubSection "Display"
                Depth                8
                Modes                "1280x1280"
        EndSubSection
        SubSection "Display"
                Depth                15
                Modes                "1280x1280"
        EndSubSection
        SubSection "Display"
                Depth                16
                Modes                "1280x1280"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1280x1280"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Default Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
EndSection

Section "DRI"
        Mode        0666
EndSection
发表于 2005-10-3 14:17:20 | 显示全部楼层
Modes "1280x1280" ?!
把你的这行改了看先
回复

使用道具 举报

 楼主| 发表于 2005-10-3 14:55:31 | 显示全部楼层
我把1280*1280全改为1280*768了
但是重启后没有任何效果,还是原来的1027*768
回复

使用道具 举报

发表于 2005-10-3 19:40:56 | 显示全部楼层
你用的是什么芯片啊?驱动可以按readme装啊
回复

使用道具 举报

 楼主| 发表于 2005-10-3 20:08:20 | 显示全部楼层
我是在宏基的笔记本上装linux,芯片组是915GM,显卡就是915集成的显卡
我在inter的网站上下了915的图形芯片驱动,但是装不了
输入完./install之后
DIRECT RENDERING OPEN SOURCE PROJECT  -  DRIVER INSTALLATION SCRIPT

[ http://dri.sourceforge.net ]

==========================================================================

Welcome to the DRI Driver Installation Script

The package you downloaded is for the following driver:

Driver Name    : gdg
Description    : Intel 830M/845G/852GM/855GM/865G/915G Driver
Architecture   : I386
Build Date     : 20040604
Kernel Module  : gdg

Optional Information

Driver Version      :
Special Description :

Press ENTER to continue or CTRL-C to exit.



DIRECT RENDERING OPEN SOURCE PROJECT  -  DRIVER INSTALLATION SCRIPT

[ http://dri.sourceforge.net ]

==========================================================================

Select from the following options:

  1. Install driver (default)
  2. Uninstall driver

Enter reponse [1-2], or CTRL-C to exit
1
get_osname()

Compiler is not available to compile modules, aborting...
就这样停下了
怎么办啊?
回复

使用道具 举报

发表于 2005-10-3 20:43:52 | 显示全部楼层
...我忘了说了,UBUNTU默认是没有GCC的,你得先装一个才行。。。
回复

使用道具 举报

 楼主| 发表于 2005-10-3 21:42:25 | 显示全部楼层
装了gcc后,还是有问题,接着刚才的多走了一步又停下了

The script will now compile the agpgart module and DRM kernel modules
for your machine.

Press ENTER to continue or CTRL-C to exit.


Compiling new agpgart module...

ERROR: AGPGART module did not compile

Compiling DRM module...

ERROR: Kernel modules did not compile

The DRI drivers can not be installed without the latest kernel modules.
Installation will be aborted. See the dri.log file for information on
what went wrong.
回复

使用道具 举报

发表于 2005-10-3 22:28:36 | 显示全部楼层
没装内核源码,接着装啊。
楼主你要看提示的啊,说的很明白的
回复

使用道具 举报

 楼主| 发表于 2005-10-3 23:14:57 | 显示全部楼层
唉,我刚接触linux,真是见笑了
内核源码怎么装?
回复

使用道具 举报

发表于 2005-10-3 23:19:13 | 显示全部楼层
你的linux能上网不?
回复

使用道具 举报

 楼主| 发表于 2005-10-3 23:34:15 | 显示全部楼层
能上
回复

使用道具 举报

发表于 2005-10-4 03:01:29 | 显示全部楼层
问题解决了啊。
apt-get可以安
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-15 21:48 , Processed in 0.043147 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表