分页: 16 / 70

发表于 : 2007-03-31 22:43
enjoygo
T60上,X1400安装成功,谢谢!!!

还是有个问题

发表于 : 2007-04-02 20:12
sncp
按照提示一步一步做
安装成功
但是用mplayer播放视频文件的时候,
如果选xv,则画面上颜色偏兰,尤其是人皮肤颜色,有点象僵尸 :),没有血色
选择x11或gl2就是正常的颜色
有谁遇到过这个奇怪的问题吗?

还是非常感谢楼主。以前就是简单的ati****run --install,今天看到楼主的帖子才发现没有正确安装好驱动

[/img]

发表于 : 2007-04-02 20:14
sncp
另外说一下我的配置:TinkPad T60 46U,ATI X1300

发表于 : 2007-04-02 22:27
贝隆
同样的方法,装8.34.8的驱动可以,8.35.5不行..... :( (ubuntu 7.04 amd 64x2 3800+ x1950)

发表于 : 2007-04-02 22:59
zhuqin_83
704暂时只能靠第一种方法。

发表于 : 2007-04-02 23:06
贝隆
原来如此啊...看来要等正式版本出来了 :roll:

发表于 : 2007-04-02 23:16
贝隆

发表于 : 2007-04-03 22:38
贝隆
请教一下达人zhuqin 83:
重装驱动前,执行sudo lrm-manager和sudo apt-get autoremove --purge xorg-driver-fglrx就可以了么? 这样可以将作用于系统里的显卡驱动完全删除么?或者还需要其他的什么方法?谢谢!orz

发表于 : 2007-04-03 22:54
zhuqin_83
我说的是把曾经装上去的4个包都删掉。
其实我估计不删,覆盖安装也是一样的。

发表于 : 2007-04-04 4:00
贝隆
好些了,不过打不开控制面板....

代码: 全选


blone@blone-desktop:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X1950 Series
OpenGL version string: 2.0.6400 (8.35.5)

blone@blone-desktop:~$ glxinfo | grep render 
direct rendering: Yes
    GLX_ATI_pixel_format_float, GLX_ATI_render_texture
OpenGL renderer string: Radeon X1950 Series

发表于 : 2007-04-04 15:25
xdsnet
好像不能编译是因为shell系统不对,现在的是dash,改成bash就可以编译了。

发表于 : 2007-04-06 18:12
vjvj
lz您好
我的t60(x1400)之前都是按照贵帖所述方法二安装驱动,均可成功
但最近一次重做系统,发现

代码: 全选

liquid@liquidus60t:~$ 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.2 (1.5 Mesa 6.5.1)

liquid@liquidus60t:~$ glxinfo | grep render
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
direct rendering: No
    GLX_ATI_pixel_format_float, GLX_ATI_render_texture
OpenGL renderer string: Mesa GLX Indirect
每一步均顺利通过,未发生任何错误
我的xorg.conf

代码: 全选

Section "Files"
	FontPath	"/usr/share/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
	FontPath	"/usr/share/fonts/X11/misc"
	# path to defoma fonts
	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	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"us"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

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

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"ATI Mobility Radeon X1400"
	Driver		"fglrx"
	BusID		"PCI:1:0:0"
EndSection

Section "Extensions"
        Option  "Composite" "0"
EndSection

Section "ServerFlags"
        Option  "AIGLX" "off"
EndSection

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

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Mobility Radeon X1400"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1400x1050" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1400x1050" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1400x1050" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1400x1050" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1400x1050" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1400x1050" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection
盼能解惑,或请告知如何卸除并重装,十分感谢

发表于 : 2007-04-06 18:21
vjvj
补充一句,刚刚在新机上做的系统,不存在过往版本遗留问题

发表于 : 2007-04-06 19:24
贝隆
弱弱的问下ls的:

代码: 全选

Section "Extensions"
        Option  "Composite" "0"
EndSection

Section "ServerFlags"
        Option  "AIGLX" "off"
EndSection
[code]
你是最后加的么?

 :?:

发表于 : 2007-04-06 22:20
zhuqin_83
vjvj
你怎么装的就怎么卸载阿,主要就是4个包fglrx开头的三个+xorg-driver-fglrx