[分享]ubuntu6.06 ATI显卡驱动、XGL的安装与设置(本帖对于新装xgl的失效)

各种窗口管理器和美化相关
回复
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

#91

帖子 zhuqin_83 » 2006-11-08 0:52

驱动应该适用,xgl就不要看这里了。
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
wilyan
帖子: 8
注册时间: 2006-11-07 20:22

#92

帖子 wilyan » 2006-11-08 18:06

这样呀..昨晚我搞到我头晕``最后的结果是进ubuntu的时候花屏和死机`有没有什么办法可以解决?
不过在进入xserver-xorg的时候``在看显卡型号的时候,它是显示ATI default card ..这种又是什么情况呢?
我还是新手一个。。还有很多东西不明白。。请楼主指点一下...
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

#93

帖子 zhuqin_83 » 2006-11-09 0:38

把你的etc/X11/xorg.conf贴出来。
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
wilyan
帖子: 8
注册时间: 2006-11-07 20:22

#94

帖子 wilyan » 2006-11-09 9:34

谢谢楼主.....昨晚经过一番试验....终于搞好了!
具体是怎么把驱动装上的还不太清楚...要再回忆一下才行..大概是ubuntu不能识别我的显卡型号吧``然后我就把ATI default card改成ATI Mobility Radeon x1300,然后其他都按第一种方法去做。。不过中途也用了其他方法去做一下..所以不太清楚。。所以要先确定一下。因为我还是新手啦``

很抱歉``现在正在用windows,不能把etc/X11/xorg.conf贴出来,
等中午我就把它贴出来吧```
谢谢楼主的文章,终于搞好了。。。
wilyan
帖子: 8
注册时间: 2006-11-07 20:22

#95

帖子 wilyan » 2006-11-09 12:41

# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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"
InputDevice "Synaptics Touchpad"
EndSection

Section "Files"

# path to defoma fonts
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 "/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" "pc104"
Option "XkbLayout" "us"
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"

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

Section "InputDevice"

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

Section "InputDevice"

# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
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 "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "ATI Technologies, Inc. ATI Mobility Radeon X1300"
Driver "ati"
VideoRam 512000
BusID "PCI:1:0:0"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. ATI Mobility Radeon X1300"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
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
这是我的etc/X11/xorg.conf所显示,本来
Section "Device"
Identifier "ATI Technologies, Inc. ATI Mobility Radeon X1300"
Driver "ati"
VideoRam 512000
BusID "PCI:1:0:0"
EndSection 和
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. ATI Mobility Radeon X1300"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
这两項里的ATI Mobility Radeon X1300是ATI default card的,好象是真的不能识别我的显卡..所以我就就在xserver-xorg里把将它改成ATI Mobility Radeon X1300了,居然成功了。
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

#96

帖子 zhuqin_83 » 2006-11-09 14:49

你们为什么都喜欢用aitconfig的阿,我不推荐这么做的。看你的xorg.conf里有两个monitor,两个device,两个screen。真正用到的是aticonfig-*。
我只建议用sudo dpkg-reconfigure xserver-xorg,可以解决很多问题。
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
wilyan
帖子: 8
注册时间: 2006-11-07 20:22

#97

帖子 wilyan » 2006-11-09 18:07

多谢楼主的回答。这样呀,那是否要将一个去除,还是重新装驱动呢?
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

#98

帖子 zhuqin_83 » 2006-11-09 23:51

我的意思是再执行一遍sudo dpkg-reconfigure xserver-xorg
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
wilyan
帖子: 8
注册时间: 2006-11-07 20:22

#99

帖子 wilyan » 2006-11-10 12:32

恩...好的。。谢谢你了。有什么问题再找你啦,希望多多帮忙啦
shanzhuang
帖子: 18
注册时间: 2006-11-07 20:29

#100

帖子 shanzhuang » 2006-11-22 18:08

6.10 x300 可否照这个方法安装xgl?
shanzhuang
帖子: 18
注册时间: 2006-11-07 20:29

#101

帖子 shanzhuang » 2006-11-22 18:08

6.10 x300 可否照这个方法安装xgl?
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

#102

帖子 zhuqin_83 » 2006-11-23 2:24

不可以,我不是说对新装xgl的失效么?
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
回复