ati官方驱动(非开源)的安装配置(08/01/19),compiz用户不推荐更新
- zhuqin_83
- 帖子: 10606
- 注册时间: 2006-05-13 4:02
- 联系:
- Quenho
- 帖子: 29
- 注册时间: 2006-06-24 3:34
- zhuqin_83
- 帖子: 10606
- 注册时间: 2006-05-13 4:02
- 联系:
- Quenho
- 帖子: 29
- 注册时间: 2006-06-24 3:34
-
- 帖子: 5
- 注册时间: 2005-08-14 11:59
我按照第一种方法试了几便都没有成功,郁闷
测试看到的都正确,就是刷新率还是60hz不能调整。
以下是/etc/X11/xorg.conf的内容:
不懂怎么弄,麻烦楼主指点
测试看到的都正确,就是刷新率还是60hz不能调整。
代码: 全选
goodfun@ubuntu:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9550/X1050 Series
OpenGL version string: 2.0.6334 (8.34.8)
以下是/etc/X11/xorg.conf的内容:
代码: 全选
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 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 "ServerFlags"
Option "AIGLX" "off"
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 "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "0"
EndSection
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
-
- 帖子: 4
- 注册时间: 2007-05-30 14:44
ATI X700 死锁死锁
我的显卡是蓝宝的X700 128M
从装Linux(Ubuntu/FC6都装过)
就一个毛病
死机
就是没有反应,完全失去响应,屏幕就“冻”在那里了。
fglrx的问题?
我也试过
Option "KernelModuleParm" "agplock=0"
看来没有作用
就是死机,其它看上去都好,加速也有。
事实上,我在FC6上还装Beryl了,成功了,但没用多久就会死机的。
但在FC6的2.6.18内核下,没有装驱动的情况下是不会死机的。
但升级到2.6.20后,并装了驱动后就会死机。
我的CPU是AMD Athlon 3000+
我装的Ubuntu是32位的Desktop版
不知道是内核的问题,还是fglrx的问题。
小弟初学
请大家在我弃M投L的路上,给我一点帮助
谢谢!
从装Linux(Ubuntu/FC6都装过)
就一个毛病
死机
就是没有反应,完全失去响应,屏幕就“冻”在那里了。
fglrx的问题?
我也试过
Option "KernelModuleParm" "agplock=0"
看来没有作用
就是死机,其它看上去都好,加速也有。
事实上,我在FC6上还装Beryl了,成功了,但没用多久就会死机的。
但在FC6的2.6.18内核下,没有装驱动的情况下是不会死机的。
但升级到2.6.20后,并装了驱动后就会死机。
我的CPU是AMD Athlon 3000+
我装的Ubuntu是32位的Desktop版
不知道是内核的问题,还是fglrx的问题。
小弟初学
请大家在我弃M投L的路上,给我一点帮助
谢谢!
- zhuqin_83
- 帖子: 10606
- 注册时间: 2006-05-13 4:02
- 联系:
我说了,lcd用aticonfig --initial,非lcd的还是dpkg-reconfigure好了。可以调整显示器的行频场频。goodfun 写了:我按照第一种方法试了几便都没有成功,郁闷
测试看到的都正确,就是刷新率还是60hz不能调整。代码: 全选
goodfun@ubuntu:~$ fglrxinfo display: :0.0 screen: 0 OpenGL vendor string: ATI Technologies Inc. OpenGL renderer string: RADEON 9550/X1050 Series OpenGL version string: 2.0.6334 (8.34.8)
以下是/etc/X11/xorg.conf的内容:不懂怎么弄,麻烦楼主指点代码: 全选
# /etc/X11/xorg.conf (xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf(5) manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "ServerLayout" Identifier "Default Layout" Screen 0 "aticonfig-Screen[0]" 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 "ServerFlags" Option "AIGLX" "off" 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 "aticonfig-Monitor[0]" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" Identifier "aticonfig-Device[0]" Driver "fglrx" Option "VideoOverlay" "on" Option "OpenGLOverlay" "off" EndSection Section "Screen" Identifier "aticonfig-Screen[0]" Device "aticonfig-Device[0]" Monitor "aticonfig-Monitor[0]" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "0" EndSection Section "ServerFlags" Option "AIGLX" "off" EndSection
HP Pavilion DV6-2064CA: AMD Turion II Ultra Dual-Core Mobile M640, HD4650, 2GBx2 DDR2-800, Seagate 500GB 7200RPM SATA, BD-ROM
DELL UltraSharp 2209WA
Arch64, Testing repo
DELL UltraSharp 2209WA
Arch64, Testing repo
- zhuqin_83
- 帖子: 10606
- 注册时间: 2006-05-13 4:02
- 联系:
Re: ATI X700 死锁死锁
700的很讨厌,如果你再用nvidia芯片主板的话更讨厌。去首贴给出的网址看看有没有类似的。carlwang 写了:我的显卡是蓝宝的X700 128M
从装Linux(Ubuntu/FC6都装过)
就一个毛病
死机
就是没有反应,完全失去响应,屏幕就“冻”在那里了。
fglrx的问题?
我也试过
Option "KernelModuleParm" "agplock=0"
看来没有作用
就是死机,其它看上去都好,加速也有。
事实上,我在FC6上还装Beryl了,成功了,但没用多久就会死机的。
但在FC6的2.6.18内核下,没有装驱动的情况下是不会死机的。
但升级到2.6.20后,并装了驱动后就会死机。
我的CPU是AMD Athlon 3000+
我装的Ubuntu是32位的Desktop版
不知道是内核的问题,还是fglrx的问题。
小弟初学
请大家在我弃M投L的路上,给我一点帮助
谢谢!
HP Pavilion DV6-2064CA: AMD Turion II Ultra Dual-Core Mobile M640, HD4650, 2GBx2 DDR2-800, Seagate 500GB 7200RPM SATA, BD-ROM
DELL UltraSharp 2209WA
Arch64, Testing repo
DELL UltraSharp 2209WA
Arch64, Testing repo
-
- 帖子: 28
- 注册时间: 2007-05-29 21:55
成功了!!用方法二!!!
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon X1200 Series
OpenGL version string: 2.0.6458 (8.36.5)
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon X1200 Series
OpenGL version string: 2.0.6458 (8.36.5)
- cookierolls
- 帖子: 165
- 注册时间: 2007-05-10 22:40
-
- 帖子: 19
- 注册时间: 2007-05-06 7:57
- zhuqin_83
- 帖子: 10606
- 注册时间: 2006-05-13 4:02
- 联系:
- jiachaorui
- 帖子: 187
- 注册时间: 2007-05-16 22:30
- zhuqin_83
- 帖子: 10606
- 注册时间: 2006-05-13 4:02
- 联系:
-
- 帖子: 14
- 注册时间: 2007-06-03 15:29
楼主您好,我安装好ubuntu7.04后看电影上网发现显示效果都不是太好,后来在论坛上看到有很多人说ununtu下面显示效果比windows要好,于是我怀疑是不是因为之前安装的是通用的显卡驱动,所以显示效果才不好的。
于是我按照楼主的方法重新安装驱动,安装过程都很顺利,安装后进不了图形界面了,请帮我分析一下什么原因。
我的显卡是ATI9100的,只有DVI接口,显示器是玛雅液晶显示器,安装过程如下:
sudo apt-get update
sudo apt-get install linux-restricted-modules-$(uname -r)
sudo apt-get install xorg-driver-fglrx fglrx-control
sudo depmod -a
由于是液晶显示器选用这个
sudo aticonfig --initial -f
sudo aticonfig --ovt=Xv
执行后提示我这个
Warning: Option 'VideoOverlay' doesn't affect running session.
Warning: Option 'OpenGLOverlay' doesn't affect running session.
sudo gedit /etc/X11/xorg.conf
看到这两行
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
已经是变成需要的那样了
然后添加
Section "Extensions"
Option "Composite" "0"
EndSection
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
重启后就进不了图形界面了,我只好又用以前的xorg.conf才能进图形界面
于是我按照楼主的方法重新安装驱动,安装过程都很顺利,安装后进不了图形界面了,请帮我分析一下什么原因。
我的显卡是ATI9100的,只有DVI接口,显示器是玛雅液晶显示器,安装过程如下:
sudo apt-get update
sudo apt-get install linux-restricted-modules-$(uname -r)
sudo apt-get install xorg-driver-fglrx fglrx-control
sudo depmod -a
由于是液晶显示器选用这个
sudo aticonfig --initial -f
sudo aticonfig --ovt=Xv
执行后提示我这个
Warning: Option 'VideoOverlay' doesn't affect running session.
Warning: Option 'OpenGLOverlay' doesn't affect running session.
sudo gedit /etc/X11/xorg.conf
看到这两行
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
已经是变成需要的那样了
然后添加
Section "Extensions"
Option "Composite" "0"
EndSection
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
重启后就进不了图形界面了,我只好又用以前的xorg.conf才能进图形界面