我不太清楚怎样设置。能教教我吗?因为显存太低。显卡性能发挥不了!感激不尽!zhuqin_83 写了:不会阿,我这里就可以。如果没有自动搞定,那么请手动添加。参见aticonfig的手册。
ati官方驱动(非开源)的安装配置(08/01/19),compiz用户不推荐更新
-
- 帖子: 108
- 注册时间: 2006-12-22 20:40
- 联系:
- zhuqin_83
- 帖子: 10606
- 注册时间: 2006-05-13 4:02
- 联系:
-
- 帖子: 11
- 注册时间: 2006-12-23 16:52
-
- 帖子: 11
- 注册时间: 2006-12-23 16:52
华硕K8N+9550能用40开源驱动么?
我装了但是不好用阿
装的时候在sudo aticonfig --ovt=Xv一步出现错误
xorg.conf文件好像被改名为xorg.conf~
我mv改回来可是还是用不了
:~$ fglrxinfo
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (1.5 Mesa 6.5.2)
我装了但是不好用阿
装的时候在sudo aticonfig --ovt=Xv一步出现错误
xorg.conf文件好像被改名为xorg.conf~
我mv改回来可是还是用不了
:~$ fglrxinfo
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (1.5 Mesa 6.5.2)
-
- 帖子: 11
- 注册时间: 2006-12-23 16:52
我的xorg.conf
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 64.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "0"
EndSection
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 64.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "0"
EndSection
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
- yongshibing
- 帖子: 27
- 注册时间: 2007-10-05 19:02
[问题]我的dell D600 R9000驱动装不上
ubuntu 7.04自带fglrx驱动,所以按照第一种方法安装,但无论怎么折腾,/etc/X11/xorg.conf中[driver]只要不选成ati,startx就出现错误提示,server failed!
请帮帮我,ati显卡驱动好难搞,我台式机Geforce 5200 init 3后直接run就可以了,这个ati我搞了两天了都不行,快放弃了!!!!
请帮帮我,ati显卡驱动好难搞,我台式机Geforce 5200 init 3后直接run就可以了,这个ati我搞了两天了都不行,快放弃了!!!!
- zhuqin_83
- 帖子: 10606
- 注册时间: 2006-05-13 4:02
- 联系:
-
- 帖子: 1
- 注册时间: 2007-10-09 8:43
桌面效果不可用了
各位高手,我按楼主的第2个方法做了
重启后打开系统-系统管理-受限驱动管理器时它会提示“很好!你已经没有硬件可以使用受限驱动了”(心中大喜啊) Laughing 。不过当我要开桌面效果时却提示“不可用”。还有Beryl特效也不可用啊。怎么回事?是我还没有驱动成功?
重启后打开系统-系统管理-受限驱动管理器时它会提示“很好!你已经没有硬件可以使用受限驱动了”(心中大喜啊) Laughing 。不过当我要开桌面效果时却提示“不可用”。还有Beryl特效也不可用啊。怎么回事?是我还没有驱动成功?
- zhuqin_83
- 帖子: 10606
- 注册时间: 2006-05-13 4:02
- 联系:
-
- 帖子: 108
- 注册时间: 2006-12-22 20:40
- 联系:
-
- 帖子: 108
- 注册时间: 2006-12-22 20:40
- 联系:
-
- 帖子: 27
- 注册时间: 2007-09-28 10:21
- eayha
- 帖子: 67
- 注册时间: 2007-06-05 14:01
看看我的
:~$ uname -a
Linux seiya-desktop 2.6.22-14-generic #1 SMP Wed Oct 10 06:00:47 GMT 2007 i686 GNU/Linux
:~$ sh *.run --buildpkg Ubuntu/Gutsy
Created directory fglrx-install.YZ8682
Verifying archive integrity... All good.
Uncompressing ATI Proprietary Linux Driver-8.40.4..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
==================================================
ATI Technologies Linux Driver Installer/Packager
==================================================
Generating package: Ubuntu/Gutsy
Requested package is not supported.
Removing temporary directory: fglrx-install.YZ8682
:~$ ls
amsn_received extern.c
ati-driver-installer-8.40.4-x86.x86_64.run jl
Blue-1.7.tar.bz2 netbeans-5.5.1
Desktop Picture
Doc QuickSilver-1.0.tar.bz2
Documents RealPlayer
Down ubuntu-gutsy-boot
Downloads viewtopic.php_files
emacs viewtopic.php.html
emacs~ wo
emacs_tutor.tar.gz wo.c
Examples
extern
:~$
难道我的内核不支持?
:~$ uname -a
Linux seiya-desktop 2.6.22-14-generic #1 SMP Wed Oct 10 06:00:47 GMT 2007 i686 GNU/Linux
:~$ sh *.run --buildpkg Ubuntu/Gutsy
Created directory fglrx-install.YZ8682
Verifying archive integrity... All good.
Uncompressing ATI Proprietary Linux Driver-8.40.4..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
==================================================
ATI Technologies Linux Driver Installer/Packager
==================================================
Generating package: Ubuntu/Gutsy
Requested package is not supported.
Removing temporary directory: fglrx-install.YZ8682
:~$ ls
amsn_received extern.c
ati-driver-installer-8.40.4-x86.x86_64.run jl
Blue-1.7.tar.bz2 netbeans-5.5.1
Desktop Picture
Doc QuickSilver-1.0.tar.bz2
Documents RealPlayer
Down ubuntu-gutsy-boot
Downloads viewtopic.php_files
emacs viewtopic.php.html
emacs~ wo
emacs_tutor.tar.gz wo.c
Examples
extern
:~$
难道我的内核不支持?
- zhuqin_83
- 帖子: 10606
- 注册时间: 2006-05-13 4:02
- 联系: