分页: 30 / 70

发表于 : 2007-05-27 15:27
zhuqin_83
就是sh 换成bash

发表于 : 2007-05-27 15:32
Quenho
bash: ati-driver-installer-8.36.5-x86.x86_64.run: No such file or directory

发表于 : 2007-05-27 15:42
zhuqin_83
说明你没在那个目录。

发表于 : 2007-05-27 17:23
Quenho
Quenho 写了:bash: ati-driver-installer-8.36.5-x86.x86_64.run: No such file or directory
但是我的确 把ati-driver-installer-8.36.5-x86.x86_64.run
放在桌面了

发表于 : 2007-05-27 21:03
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
不懂怎么弄,麻烦楼主指点

ATI X700 死锁死锁

发表于 : 2007-05-31 17:28
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的路上,给我一点帮助
谢谢!

发表于 : 2007-06-01 13:38
zhuqin_83
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
不懂怎么弄,麻烦楼主指点
我说了,lcd用aticonfig --initial,非lcd的还是dpkg-reconfigure好了。可以调整显示器的行频场频。

Re: ATI X700 死锁死锁

发表于 : 2007-06-01 13:40
zhuqin_83
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的路上,给我一点帮助
谢谢!
700的很讨厌,如果你再用nvidia芯片主板的话更讨厌。去首贴给出的网址看看有没有类似的。

成功了!!用方法二!!!

发表于 : 2007-06-01 16:18
cjkcjk
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)

发表于 : 2007-06-01 22:49
cookierolls
试过。还是不行。我的是9600的。安装顺利,可是开启效果。重起进入不了。白屏了

发表于 : 2007-06-03 1:18
tree
没有试过最新的那个版本,但尝试过上一个版本,搞死人了,安装后连3D加速都没有了,我的就是nforec3 ultra的主板+1650 pro的显卡,没脾气了.

发表于 : 2007-06-03 1:45
zhuqin_83
nvidia+ati阿,你怎么搭配的阿。

发表于 : 2007-06-03 12:34
jiachaorui
我的显卡是ATI 的X800GTO,按楼主的两种方法都试过了,驱动都能成功安装,分辩率也也正确了(1440X900),但在开启桌面特效时,还是提示“合成扩展不可用”,为什么?

发表于 : 2007-06-03 12:36
zhuqin_83
我说了要xgl。

发表于 : 2007-06-03 15:44
bluefans
楼主您好,我安装好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才能进图形界面