915+宽屏的本本,装完ubuntu后分辨率不对
本应该是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 Modes "1280x1280" ?!
把你的这行改了看先 我把1280*1280全改为1280*768了
但是重启后没有任何效果,还是原来的1027*768 你用的是什么芯片啊?驱动可以按readme装啊 我是在宏基的笔记本上装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 , or CTRL-C to exit
1
get_osname()
Compiler is not available to compile modules, aborting...
就这样停下了
怎么办啊? ...我忘了说了,UBUNTU默认是没有GCC的,你得先装一个才行。。。 装了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. 没装内核源码,接着装啊。
楼主你要看提示的啊,说的很明白的 唉,我刚接触linux,真是见笑了
内核源码怎么装? 你的linux能上网不? 能上 问题解决了啊。
apt-get可以安
页:
[1]