分页: 22 / 70

发表于 : 2007-04-24 7:20
ulllcooo
郁闷阿。。用了第一种方法,重启xwin之后fglrxinfo显示的的确是ati驱动,但重启一次电脑就变回mesa了,重装过n次都这样,到底是什么原因呢?
我机子atiX1400 , ubuntu 7.04

贴下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"
InputDevice "Synaptics Touchpad"
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 "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "v4l"
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" "fr"
Option "XkbOptions" "lv3:ralt_switch"
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 "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
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"
Option "XaaNoOffscreenPixmaps"
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



ps :
那个"AIGLX" "off" 是装好驱程就自带的,没出现过进不了xwin的情况。后来我把它注释掉了,结果还是一样,一重启电脑就变回mesa 。奇怪阿。望解答,谢。

发表于 : 2007-04-24 8:15
zhuqin_83
贴Xorg.0.log
704的话打开系统-系统管理-受限的驱动,看ati驱动状态。

发表于 : 2007-04-24 13:12
hao123liu
zhuqin_83 写了:

代码: 全选

# /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/local/share/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     "/usr/share/fonts/X11/misc"
	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"
#	Option	    "XkbOptions" ""
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	    "TouchpadOff" "1"
	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   "aticonfig-Monitor[0]"
	DisplaySize  409	256
	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
应该和这个差不多,尤其是后面几段。
注意,feisty不要加aiglx off。
意思是我把xcorg.conf原来的内容替换成上面那些对吗?
PS:我的是EDGY

谢谢!

发表于 : 2007-04-24 13:26
zhuqin_83
不要照抄 。

发表于 : 2007-04-24 18:08
hao123liu
zhuqin_83 写了:不要照抄 。
实在太佩服了
我抱着试试的想法复制进去
还担心重启以后又启动不了X
没想到进入系统驱动就装好了!
真是太感谢你了!

发表于 : 2007-04-25 9:29
ulllcooo
zhuqin_83 写了:贴Xorg.0.log
704的话打开系统-系统管理-受限的驱动,看ati驱动状态。
Xorg.0.log怎么弄出来呢?
受限的驱动里面没ati喔。。。

发表于 : 2007-04-25 9:35
zhuqin_83
/var/log/Xorg.0.log
没有驱动?奇怪的很那。

发表于 : 2007-04-25 9:48
byg1228
neubyg@neubyg-desktop:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X1650 Series
OpenGL version string: 2.0.6334 (8.34.8)
neubyg@neubyg-desktop:~$ glxinfo | grep rendering
direct rendering: Yes
neubyg@neubyg-desktop:~$ lspci | grep ATI
07:00.0 VGA compatible controller: ATI Technologies Inc Unknown device 7293
07:00.1 Display controller: ATI Technologies Inc Unknown device 72b3
neubyg@neubyg-desktop:~$ glxinfo | grep vendor
server glx vendor string: SGI
client glx vendor string: ATI
OpenGL vendor string: ATI Technologies Inc.

能认出是A卡,但不能认出是什么系列ATI Technologies Inc Unknown device 7293
为什么??
这正常么???
按照lz方法一做的,非常顺利

发表于 : 2007-04-25 10:10
ulllcooo
zhuqin_83 写了:/var/log/Xorg.0.log
没有驱动?奇怪的很那。
记得刚开始的时候好像没问题的,这几天做的唯一大动作就是装了wine,虚拟了几个游戏然后winecfg哪里乱选了下,之后就变这样了。。?不知有没关系,反正我是已经把wine删掉的了。
Xorg.0.log:

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux Ubuntu
Current Operating System: Linux imuya-laptop 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686
Build Date: 04 April 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 25 03:58:40 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "aticonfig-Screen[0]" (0)
(**) | |-->Monitor "aticonfig-Monitor[0]"
(**) | |-->Device "aticonfig-Device[0]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "stylus"
(**) |-->Input Device "cursor"
(**) |-->Input Device "eraser"
(**) |-->Input Device "Synaptics Touchpad"
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
/usr/share/fonts/X11/misc,
/usr/X11R6/lib/X11/fonts/misc,
/usr/share/fonts/X11/cyrillic,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/X11R6/lib/X11/fonts/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is disabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81c92e0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.1
X.Org XInput driver : 0.7
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.1
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,27a0 card 1179,ff10 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,27a1 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1b:0: chip 8086,27d8 card 1179,ff10 rev 02 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,27d2 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:2: chip 8086,27d4 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 1179,ff10 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 1179,ff10 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 1179,ff10 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 1179,ff10 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 1179,ff10 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev e2 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b9 card 1179,ff10 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:2: chip 8086,27c4 card 1179,ff10 rev 02 class 01,01,80 hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 1179,ff10 rev 02 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 1002,7145 card 1179,ff10 rev 00 class 03,00,00 hdr 00
(II) PCI: 05:00:0: chip 8086,4222 card 8086,1041 rev 02 class 02,80,00 hdr 00
(II) PCI: 07:06:0: chip 104c,8039 card 5400,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 07:06:1: chip 104c,803a card 1179,ff10 rev 00 class 0c,00,10 hdr 80
(II) PCI: 07:06:2: chip 104c,803b card 1179,ff10 rev 00 class 01,80,00 hdr 80
(II) PCI: 07:06:3: chip 104c,803c card 1179,ff10 rev 00 class 08,05,01 hdr 80
(II) PCI: 07:08:0: chip 8086,1092 card 1179,ff10 rev 02 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,8), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x001c (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x00002000 - 0x000020ff (0x100) IX
[1] -1 0 0x00002400 - 0x000024ff (0x100) IX
[2] -1 0 0x00002800 - 0x000028ff (0x100) IX
[3] -1 0 0x00002c00 - 0x00002cff (0x100) IX
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xdc000000 - 0xdc0fffff (0x100000) MX
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:1), (0,3,4), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x00003000 - 0x000030ff (0x100) IX
[1] -1 0 0x00003400 - 0x000034ff (0x100) IX[B]
[2] -1 0 0x00003800 - 0x000038ff (0x100) IX[B]
[3] -1 0 0x00003c00 - 0x00003cff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xd8000000 - 0xd9ffffff (0x2000000) MX[B]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0xd2000000 - 0xd3ffffff (0x2000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:28:2), (0,5,6), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 5 I/O range:
[0] -1 0 0x00004000 - 0x000040ff (0x100) IX[B]
[1] -1 0 0x00004400 - 0x000044ff (0x100) IX[B]
[2] -1 0 0x00004800 - 0x000048ff (0x100) IX[B]
[3] -1 0 0x00004c00 - 0x00004cff (0x100) IX[B]
(II) Bus 5 non-prefetchable memory range:
[0] -1 0 0xda000000 - 0xdbffffff (0x2000000) MX[B]
(II) Bus 5 prefetchable memory range:
[0] -1 0 0xd4000000 - 0xd5ffffff (0x2000000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 7: bridge is at (0:30:0), (0,7,11), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 7 I/O range:
[0] -1 0 0x00005000 - 0x000050ff (0x100) IX[B]
[1] -1 0 0x00005400 - 0x000054ff (0x100) IX[B]
[2] -1 0 0x00005800 - 0x000058ff (0x100) IX[B]
[3] -1 0 0x00005c00 - 0x00005cff (0x100) IX[B]
(II) Bus 7 non-prefetchable memory range:
[0] -1 0 0xdc100000 - 0xdc1fffff (0x100000) MX[B]
(II) Bus 7 prefetchable memory range:
[0] -1 0 0x50000000 - 0x53ffffff (0x4000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 8: bridge is at (7:6:0), (7,8,11), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 8 I/O range:
[0] -1 0 0x00005400 - 0x000054ff (0x100) IX[B]
[1] -1 0 0x00005800 - 0x000058ff (0x100) IX[B]
(II) Bus 8 prefetchable memory range:
[0] -1 0 0x50000000 - 0x53ffffff (0x4000000) MX[B]
(--) PCI:*(1:0:0) ATI Technologies Inc Radeon Mobility X1400 rev 0, Mem @ 0xc8000000/27, 0xdc000000/16, I/O @ 0x2000/8
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0 0xdc105000 - 0xdc105fff (0x1000) MX[B]
[1] -1 0 0xdc106800 - 0xdc1068ff (0x100) MX[B]
[2] -1 0 0xdc104000 - 0xdc104fff (0x1000) MX[B]
[3] -1 0 0xdc100000 - 0xdc103fff (0x4000) MX[B]
[4] -1 0 0xdc106000 - 0xdc1067ff (0x800) MX[B]
[5] -1 0 0xda000000 - 0xda000fff (0x1000) MX[B]
[6] -1 0 0xdc404000 - 0xdc4043ff (0x400) MX[B]
[7] -1 0 0xdc400000 - 0xdc403fff (0x4000) MX[B]
[8] -1 0 0xdc000000 - 0xdc00ffff (0x10000) MX[B](B)
[9] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[10] -1 0 0x00005000 - 0x0000503f (0x40) IX[B]
[11] -1 0 0x000018c0 - 0x000018df (0x20) IX[B]
[12] -1 0 0x000018b0 - 0x000018bf (0x10) IX[B]
[13] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[14] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[15] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[16] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[17] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
[18] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
[19] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
[20] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
[21] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xdc105000 - 0xdc105fff (0x1000) MX[B]
[1] -1 0 0xdc106800 - 0xdc1068ff (0x100) MX[B]
[2] -1 0 0xdc104000 - 0xdc104fff (0x1000) MX[B]
[3] -1 0 0xdc100000 - 0xdc103fff (0x4000) MX[B]
[4] -1 0 0xdc106000 - 0xdc1067ff (0x800) MX[B]
[5] -1 0 0xda000000 - 0xda000fff (0x1000) MX[B]
[6] -1 0 0xdc404000 - 0xdc4043ff (0x400) MX[B]
[7] -1 0 0xdc400000 - 0xdc403fff (0x4000) MX[B]
[8] -1 0 0xdc000000 - 0xdc00ffff (0x10000) MX[B](B)
[9] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[10] -1 0 0x00005000 - 0x0000503f (0x40) IX[B]
[11] -1 0 0x000018c0 - 0x000018df (0x20) IX[B]
[12] -1 0 0x000018b0 - 0x000018bf (0x10) IX[B]
[13] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[14] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[15] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[16] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[17] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
[18] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
[19] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
[20] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
[21] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xdc105000 - 0xdc105fff (0x1000) MX[B]
[5] -1 0 0xdc106800 - 0xdc1068ff (0x100) MX[B]
[6] -1 0 0xdc104000 - 0xdc104fff (0x1000) MX[B]
[7] -1 0 0xdc100000 - 0xdc103fff (0x4000) MX[B]
[8] -1 0 0xdc106000 - 0xdc1067ff (0x800) MX[B]
[9] -1 0 0xda000000 - 0xda000fff (0x1000) MX[B]
[10] -1 0 0xdc404000 - 0xdc4043ff (0x400) MX[B]
[11] -1 0 0xdc400000 - 0xdc403fff (0x4000) MX[B]
[12] -1 0 0xdc000000 - 0xdc00ffff (0x10000) MX[B](B)
[13] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x00005000 - 0x0000503f (0x40) IX[B]
[17] -1 0 0x000018c0 - 0x000018df (0x20) IX[B]
[18] -1 0 0x000018b0 - 0x000018bf (0x10) IX[B]
[19] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[21] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[22] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[23] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
[24] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
[25] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
[26] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
[27] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules//libddc.so
(II) Module ddc: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 7.2.0, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "v4l"
(II) Loading /usr/lib/xorg/modules/drivers//v4l_drv.so
(II) Module v4l: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 0.1.1
ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
compiled for 7.1.0, module version = 8.34.8
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input//wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
compiled for 4.3.99.902, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) Wacom driver level: 47-0.7.7-7 $
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.3
(II) v4l driver for Video4Linux
(II) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.34.8
(II) ATI Proprietary Linux Driver Release Identifier: LGDr8.34g1
(II) ATI Proprietary Linux Driver Build Date: Feb 20 2007 11:49:19
(II) ATI Proprietary Linux Driver Build Information: autobuild-rel-r6-8.34.1.1.2.3-driver-lnx-x86-x86_64-327152
(--) Assigning device section with no busID to primary device
(--) Chipset Supported AMD Graphics Processor (0x7145) found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xdc105000 - 0xdc105fff (0x1000) MX[B]
[5] -1 0 0xdc106800 - 0xdc1068ff (0x100) MX[B]
[6] -1 0 0xdc104000 - 0xdc104fff (0x1000) MX[B]
[7] -1 0 0xdc100000 - 0xdc103fff (0x4000) MX[B]
[8] -1 0 0xdc106000 - 0xdc1067ff (0x800) MX[B]
[9] -1 0 0xda000000 - 0xda000fff (0x1000) MX[B]
[10] -1 0 0xdc404000 - 0xdc4043ff (0x400) MX[B]
[11] -1 0 0xdc400000 - 0xdc403fff (0x4000) MX[B]
[12] -1 0 0xdc000000 - 0xdc00ffff (0x10000) MX[B](B)
[13] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x00005000 - 0x0000503f (0x40) IX[B]
[17] -1 0 0x000018c0 - 0x000018df (0x20) IX[B]
[18] -1 0 0x000018b0 - 0x000018bf (0x10) IX[B]
[19] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[21] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[22] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[23] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
[24] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
[25] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
[26] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
[27] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x81e4748
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xdc105000 - 0xdc105fff (0x1000) MX[B]
[5] -1 0 0xdc106800 - 0xdc1068ff (0x100) MX[B]
[6] -1 0 0xdc104000 - 0xdc104fff (0x1000) MX[B]
[7] -1 0 0xdc100000 - 0xdc103fff (0x4000) MX[B]
[8] -1 0 0xdc106000 - 0xdc1067ff (0x800) MX[B]
[9] -1 0 0xda000000 - 0xda000fff (0x1000) MX[B]
[10] -1 0 0xdc404000 - 0xdc4043ff (0x400) MX[B]
[11] -1 0 0xdc400000 - 0xdc403fff (0x4000) MX[B]
[12] -1 0 0xdc000000 - 0xdc00ffff (0x10000) MX[B](B)
[13] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[19] -1 0 0x00005000 - 0x0000503f (0x40) IX[B]
[20] -1 0 0x000018c0 - 0x000018df (0x20) IX[B]
[21] -1 0 0x000018b0 - 0x000018bf (0x10) IX[B]
[22] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[23] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[24] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[25] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[26] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
[27] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
[28] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
[29] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
[30] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
[31] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[32] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) fglrx(0): === [atiddxPreInit] === begin, [x]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.1
(II) fglrx(0): PCI bus 1 card 0 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "OpenGLOverlay" "off"
(**) fglrx(0): Option "VideoOverlay" "on"
(**) fglrx(0): Option "DPMS" "true"
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(==) fglrx(0): Gamma Correction for I is 0x06419064
(==) fglrx(0): Gamma Correction for II is 0x06419064
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules//libint10.so
(II) Loading sub module "vm86"
(II) LoadModule: "vm86"
(II) Loading /usr/lib/xorg/modules//libvm86.so
(II) Module vm86: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.1
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(--) fglrx(0): Chipset: "ATI Mobility Radeon X1400" (Chipset = 0x7145)
(--) fglrx(0): (PciSubVendor = 0x1179, PciSubDevice = 0xff10)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xc8000000
(--) fglrx(0): MMIO registers at 0xdc000000
(==) fglrx(0): ROM-BIOS at 0x000c0000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/lib/xorg/modules//libvbe.so
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 3.0
(II) fglrx(0): VESA VBE Total Mem: 16384 kB
(II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
(II) fglrx(0): VESA VBE OEM Software Rev: 9.12
(II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
(II) fglrx(0): VESA VBE OEM Product: M54P
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(II) fglrx(0): ATI Video BIOS revision 9 or later detected
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
[drm] failed to load kernel module "fglrx"
(WW) fglrx(0): Failed to open DRM connection
(--) fglrx(0): VideoRAM: 131072 kByte, Type: DDR2
(II) fglrx(0): PCIE card detected
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/lib/xorg/modules//libddc.so
(II) fglrx(0): Connected Display1: LCD on internal LVDS [lvds]
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: LPL Model: 0 Serial#: 0
(II) fglrx(0): Year: 2005 Week: 0
(II) fglrx(0): EDID Version: 1.2
(II) fglrx(0): Digital Display Input
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 33 vert.: 21
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): No DPMS capabilities specified; RGB/Color Display
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.590 redY: 0.344 greenX: 0.323 greenY: 0.534
(II) fglrx(0): blueX: 0.156 blueY: 0.138 whiteX: 0.312 whiteY: 0.328
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 71.2 MHz Image Size: 289 x 21 mm
(II) fglrx(0): h_active: 1280 h_sync: 1328 h_sync_end 1360 h_blank_end 1440 h_border: 0
(II) fglrx(0): v_active: 800 v_sync: 802 v_sync_end 808 v_blanking: 823 v_border: 0
(II) fglrx(0): LGPhilipsLCD
(II) fglrx(0): LP154W01-TLA2
(II) fglrx(0): EDID (in hex):
(II) fglrx(0): 00ffffffffffff00320c000000000000
(II) fglrx(0): 000f0102802115780a0f109758528828
(II) fglrx(0): 23505400000001010101010101010101
(II) fglrx(0): 010101010101d51b00a0502017303020
(II) fglrx(0): 26002115100000190000000000000000
(II) fglrx(0): 00000000000000000000000000fe004c
(II) fglrx(0): 475068696c6970734c43440a000000fe
(II) fglrx(0): 004c503135345730312d544c41320008
(II) fglrx(0): End of Display1 EDID data --------------------
(II) fglrx(0): Primary Controller - LCD on internal LVDS
(II) fglrx(0): Internal Desktop Setting: 0x00000008
(II) fglrx(0): POWERplay version 3. 5 power states available:
(II) fglrx(0): 1. 439/342MHz @ 60Hz [enable load balancing]
(II) fglrx(0): 2. 128/153MHz @ 60Hz [low voltage, enable sleep]
(II) fglrx(0): 3. 209/153MHz @ 60Hz [low voltage, enable sleep]
(II) fglrx(0): 4. 324/153MHz @ 60Hz [low voltage, enable sleep]
(II) fglrx(0): 5. 392/252MHz @ 60Hz [enable sleep]
(==) fglrx(0): Qbs disabled
(==) fglrx(0): FAST_SWAP disabled
(==) fglrx(0): PseudoColor visuals disabled
(==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
(==) fglrx(0): Center Mode is disabled
(==) fglrx(0): TMDS coherent mode is enabled
(II) fglrx(0): Total of 9 modes found for primary display.
(--) fglrx(0): Virtual size is 1280x800 (pitch 0)
(**) fglrx(0): *Mode "1280x800": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x800" 71.25 1280 1328 1360 1440 800 802 808 823 +hsync +vsync
(**) fglrx(0): *Mode "1024x768": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768" 71.25 1024 1328 1360 1440 768 802 808 823 +hsync +vsync
(**) fglrx(0): *Mode "800x600": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600" 71.25 800 1328 1360 1440 600 802 808 823 +hsync +vsync
(**) fglrx(0): *Mode "640x480": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480" 71.25 640 1328 1360 1440 480 802 808 823 +hsync +vsync
(**) fglrx(0): Default mode "640x400": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400" 71.25 640 1328 1360 1440 400 802 808 823 +hsync +vsync
(**) fglrx(0): Default mode "512x384": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384" 71.25 512 1328 1360 1440 384 802 808 823 +hsync +vsync
(**) fglrx(0): Default mode "400x300": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "400x300" 71.25 400 1328 1360 1440 300 802 808 823 +hsync +vsync
(**) fglrx(0): Default mode "320x240": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x240" 71.25 320 1328 1360 1440 240 802 808 823 +hsync +vsync
(**) fglrx(0): Default mode "320x200": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x200" 71.25 320 1328 1360 1440 200 802 808 823 +hsync +vsync
(--) fglrx(0): Display dimensions: (330, 210) mm
(--) fglrx(0): DPI set to (98, 96)
(--) fglrx(0): Virtual size is 1280x800 (pitch 1280)
(**) fglrx(0): *Mode "1280x800": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x800" 71.25 1280 1328 1360 1440 800 802 808 823 +hsync +vsync
(**) fglrx(0): *Mode "1024x768": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768" 71.25 1024 1328 1360 1440 768 802 808 823 +hsync +vsync
(**) fglrx(0): *Mode "800x600": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600" 71.25 800 1328 1360 1440 600 802 808 823 +hsync +vsync
(**) fglrx(0): *Mode "640x480": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480" 71.25 640 1328 1360 1440 480 802 808 823 +hsync +vsync
(**) fglrx(0): Default mode "640x400": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400" 71.25 640 1328 1360 1440 400 802 808 823 +hsync +vsync
(**) fglrx(0): Default mode "512x384": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384" 71.25 512 1328 1360 1440 384 802 808 823 +hsync +vsync
(**) fglrx(0): Default mode "400x300": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "400x300" 71.25 400 1328 1360 1440 300 802 808 823 +hsync +vsync
(**) fglrx(0): Default mode "320x240": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x240" 71.25 320 1328 1360 1440 240 802 808 823 +hsync +vsync
(**) fglrx(0): Default mode "320x200": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x200" 71.25 320 1328 1360 1440 200 802 808 823 +hsync +vsync
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules//libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.1
(==) fglrx(0): NoAccel = NO
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.2.0
ABI class: X.Org Video Driver, version 1.1
(==) fglrx(0): HPV inactive
(==) fglrx(0): FSAA enabled: NO
(==) fglrx(0): FSAA Gamma enabled
(==) fglrx(0): FSAA Multisample Position is fix
(==) fglrx(0): NoDRI = NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/lib/xorg/modules/linux//libfglrxdrm.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
compiled for 7.1.0, module version = 8.34.8
ABI class: X.Org Server Extension, version 0.3
(II) fglrx(0): Depth moves disabled by default
(==) fglrx(0): Capabilities: 0x00000000
(==) fglrx(0): CapabilitiesEx: 0x00000000
(==) fglrx(0): cpuFlags: 0x8000001d
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(**) fglrx(0): ATI GART size: 128 MB
(WW) fglrx(0): No DRM connection for driver fglrx.
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536
(==) fglrx(0): UseFastTLS=0
(==) fglrx(0): BlockSignalsOnLock=1
(==) fglrx(0): EnablePrivateBackZ = NO
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xdc000000 - 0xdc00ffff (0x10000) MX[B]
[1] 0 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B]
[2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[6] -1 0 0xdc105000 - 0xdc105fff (0x1000) MX[B]
[7] -1 0 0xdc106800 - 0xdc1068ff (0x100) MX[B]
[8] -1 0 0xdc104000 - 0xdc104fff (0x1000) MX[B]
[9] -1 0 0xdc100000 - 0xdc103fff (0x4000) MX[B]
[10] -1 0 0xdc106000 - 0xdc1067ff (0x800) MX[B]
[11] -1 0 0xda000000 - 0xda000fff (0x1000) MX[B]
[12] -1 0 0xdc404000 - 0xdc4043ff (0x400) MX[B]
[13] -1 0 0xdc400000 - 0xdc403fff (0x4000) MX[B]
[14] -1 0 0xdc000000 - 0xdc00ffff (0x10000) MX[B](B)
[15] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
[17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
[18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
[19] 0 0 0x00002000 - 0x000020ff (0x100) IX[B]
[20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[21] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[22] -1 0 0x00005000 - 0x0000503f (0x40) IX[B]
[23] -1 0 0x000018c0 - 0x000018df (0x20) IX[B]
[24] -1 0 0x000018b0 - 0x000018bf (0x10) IX[B]
[25] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[27] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[28] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[29] -1 0 0x00001860 - 0x0000187f (0x20) IX[B]
[30] -1 0 0x00001840 - 0x0000185f (0x20) IX[B]
[31] -1 0 0x00001820 - 0x0000183f (0x20) IX[B]
[32] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
[33] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
[34] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[35] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) fglrx(0): driver needs X.org 7.1.x.y with x.y >= 0.0
(II) fglrx(0): detected X.org 7.1.0.0
(EE) fglrx(0): GART is not initialized, disabling DRI
(WW) fglrx(0): ***********************************************
(WW) fglrx(0): * DRI initialization failed! *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO) *
(WW) fglrx(0): * no 3D acceleration available *
(WW) fglrx(0): ********************************************* *
(II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x08000000
(==) fglrx(0): Write-combining range (0xc8000000,0x8000000)
(II) fglrx(0): FBMM initialized for area (0,0)-(1280,8191)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,800) (front color buffer - assumption)
(II) fglrx(0): Largest offscreen area available: 1280 x 7391
(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(**) fglrx(0): DPMS enabled
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
Solid Horizontal and Vertical Lines
Offscreen Pixmaps
Setting up tile and stipple cache:
32 128x128 slots
32 256x256 slots
16 512x512 slots
(II) fglrx(0): Acceleration enabled
(WW) fglrx(0): Option "VendorName" is not used
(WW) fglrx(0): Option "ModelName" is not used
(II) fglrx(0): Direct rendering disabled
(==) fglrx(0): Using hardware cursor
fbarea0->box.x1 0x00000000, fbarea0->box.y1 0x00000324
fbarea0->box.x2 0x00000500, fbarea0->box.y2 0x00000326
icon[0].start=0x3ed000
fbarea1->box.x1 0x00000000, fbarea1->box.y1 0x00000326
fbarea1->box.x2 0x00000500, fbarea1->box.y2 0x00000328
icon[1].start=0x3f0000
(WW) fglrx(0): Textured Video not supported without DRI enabled.
(WW) fglrx(0): Video Overlay not supported on AVIVO based graphics cards. For XVideo support use Option "TexturedVideo".
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(EE) AIGLX: Screen 0 is not DRI capable
(II) Loading local sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions//libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "fr"
(**) Generic Keyboard: XkbLayout: "fr"
(**) Option "XkbOptions" "lv3:ralt_switch"
(**) Generic Keyboard: XkbOptions: "lv3:ralt_switch"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Option "SendCoreEvents"
(**) stylus: always reports core events
(**) stylus device is /dev/input/wacom
(**) stylus is in absolute mode
(**) stylus: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) stylus: serial speed 9600
(**) Option "SendCoreEvents"
(**) cursor: always reports core events
(**) cursor device is /dev/input/wacom
(**) cursor is in relative mode
(**) cursor: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) cursor: serial speed 9600
(**) Option "SendCoreEvents"
(**) eraser: always reports core events
(**) eraser device is /dev/input/wacom
(**) eraser is in absolute mode
(**) eraser: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) eraser: serial speed 9600
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event3
(**) Option "Device" "/dev/input/event3"
(**) Option "HorizScrollDelta" "0"
(--) Synaptics Touchpad touchpad found
(**) Option "SendCoreEvents" "true"
(**) Synaptics Touchpad: always reports core events
(II) XINPUT: Adding extended input device "Synaptics Touchpad" (type: MOUSE)
(II) XINPUT: Adding extended input device "eraser" (type: Wacom Eraser)
(II) XINPUT: Adding extended input device "cursor" (type: Wacom Cursor)
(II) XINPUT: Adding extended input device "stylus" (type: Wacom Stylus)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(**) Option "Device" "/dev/input/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
No such file or directory.
Error opening /dev/input/wacom : Invalid argument
(**) Option "Device" "/dev/input/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
No such file or directory.
Error opening /dev/input/wacom : Invalid argument
(**) Option "Device" "/dev/input/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
No such file or directory.
Error opening /dev/input/wacom : Invalid argument
Synaptics DeviceInit called
SynapticsCtrl called.
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Synaptics DeviceOn called
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event3
(**) Option "Device" "/dev/input/event3"
(--) Synaptics Touchpad touchpad found
Could not init font path element /usr/X11R6/lib/X11/fonts/misc, removing from list!
Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1, removing from list!
ProcXCloseDevice to close or not ?

发表于 : 2007-04-25 10:31
zhuqin_83
确实没有加载3d。
我很怀疑和你做过的其他操作有关,比如wine。
因为没用过,所以我也不好说到底哪里有问题。
你问问其他人吧。
另外就算wine删掉,可能对系统配置做过修改的,你再看看。

发表于 : 2007-04-25 10:33
ulllcooo
:cry:

发表于 : 2007-04-25 21:30
davidlone
刚刚新装的7.04,显卡是9600,于是我照第二种方法来,前面的似乎都正常,当执行到这一句sudo aticonfig --ovt=Xv时大致结果是这样的:
======= Memory map: ========
08048000-08067000 r-xp 00000000 03:03 2826550 /usr/bin/aticonfig
08067000-0806a000 rw-p 0001e000 03:03 2826550 /usr/bin/aticonfig
0806a000-0808b000 rw-p 0806a000 00:00 0 [heap]
b7cd8000-b7ce3000 r-xp 00000000 03:03 2392078 /lib/libgcc_s.so.1
b7ce3000-b7ce4000 rw-p 0000a000 03:03 2392078 /lib/libgcc_s.so.1
b7cee000-b7cef000 rw-p b7cee000 00:00 0
b7cef000-b7cf1000 r-xp 00000000 03:03 2392220 /lib/tls/i686/cmov/libdl-2.5.so
b7cf1000-b7cf3000 rw-p 00001000 03:03 2392220 /lib/tls/i686/cmov/libdl-2.5.so
b7cf3000-b7cf4000 rw-p b7cf3000 00:00 0
b7cf4000-b7cf8000 r-xp 00000000 03:03 2822212 /usr/lib/libXdmcp.so.6.0.0
b7cf8000-b7cf9000 rw-p 00003000 03:03 2822212 /usr/lib/libXdmcp.so.6.0.0
b7cf9000-b7cfb000 r-xp 00000000 03:03 2822210 /usr/lib/libXau.so.6.0.0
b7cfb000-b7cfc000 rw-p 00001000 03:03 2822210 /usr/lib/libXau.so.6.0.0
b7cfc000-b7e37000 r-xp 00000000 03:03 2392216 /lib/tls/i686/cmov/libc-2.5.so
b7e37000-b7e38000 r--p 0013b000 03:03 2392216 /lib/tls/i686/cmov/libc-2.5.so
b7e38000-b7e3a000 rw-p 0013c000 03:03 2392216 /lib/tls/i686/cmov/libc-2.5.so
b7e3a000-b7e3d000 rw-p b7e3a000 00:00 0
b7e3d000-b7e62000 r-xp 00000000 03:03 2392221 /lib/tls/i686/cmov/libm-2.5.so
b7e62000-b7e64000 rw-p 00024000 03:03 2392221 /lib/tls/i686/cmov/libm-2.5.so
b7e64000-b7f51000 r-xp 00000000 03:03 2822214 /usr/lib/libX11.so.6.2.0
b7f51000-b7f55000 rw-p 000ed000 03:03 2822214 /usr/lib/libX11.so.6.2.0
b7f55000-b7f62000 r-xp 00000000 03:03 2822216 /usr/lib/libXext.so.6.4.0
b7f62000-b7f63000 rw-p 0000d000 03:03 2822216 /usr/lib/libXext.so.6.4.0
b7f63000-b7f64000 rw-p b7f63000 00:00 0
b7f64000-b7f6b000 r-xp 00000000 03:03 2822272 /usr/lib/libXrender.so.1.3.0
b7f6b000-b7f6c000 rw-p 00006000 03:03 2822272 /usr/lib/libXrender.so.1.3.0
b7f6c000-b7f71000 r-xp 00000000 03:03 2822369 /usr/lib/libXrandr.so.2.1.0
b7f71000-b7f72000 rw-p 00005000 03:03 2822369 /usr/lib/libXrandr.so.2.1.0
b7f7b000-b7f7e000 rw-p b7f7b000 00:00 0
b7f7e000-b7f97000 r-xp 00000000 03:03 2392079 /lib/ld-2.5.so
b7f97000-b7f99000 rw-p 00019000 03:03 2392079 /lib/ld-2.5.so
bfa40000-bfa56000 rw-p bfa40000 00:00 0 [stack]
ffffe000-fffff000 r-xp 00000000 00:00 0 [vdso]
Aborted (core dumped)

我新手一个不太懂,不过我觉得最后的“Aborted(core dumped)”可能有问题吧,但又不知怎么解决。

于是接着下一步:
sudo gedit /etc/X11/xorg.conf
结果打开xorg.conf,发现里面居然是空的。没有一行代码。
但我没管,接着照下面的步骤添加了代码,后面的也做完了,重启了发现进不了X。

于是在命令行把一个/etc/X11/下的一个xorg.conf.20070425201609(好像是原来xorg.conf的备份,凭感觉的)替换了那个几乎为空的xorg.conf,并且也添加了
Section "Extensions"
Option "Composite" "0"
EndSection
。然后重启发现可以进x了。

输入 fglrxinfo
显示如下
display: :0.0 screen: 0
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R300 20060815 AGP 1x x86/MMX+/3DNow!+/SSE2 TCL
OpenGL version string: 1.3 Mesa 6.5.2
输入 glxinfo | grep render
显示如下
direct rendering: No
GLX_ATI_pixel_format_float, GLX_ATI_render_texture
OpenGL renderer string: Mesa DRI R300 20060815 AGP 1x x86/MMX+/3DNow!+/SSE2 TCL

这两条命令都显示那个什么Mesa,肯定不对。所以我又到这个页面上http://wiki.cchtml.com/index.php/Troubleshooting
按照里面的方法输入:
mkdir -p /usr/X11R6/lib/modules/dri
ln -s /usr/lib/dri/fglrx_dri.so /usr/X11R6/lib/modules/dri
然后重启结果还是一样的。还是显示的Mesa的那个。


现在输入sudo aticonfig --ovt=Xv
显示如下:
Warning: Option 'VideoOverlay' doesn't affect running session.
Warning: Option 'OpenGLOverlay' doesn't affect running session.
aticonfig: Writing to '/etc/X11/xorg.conf' failed. No such file or directory.
No ATI fglrx device was found in the file: '/etc/X11/xorg.conf'.
Please run 'aticonfig --initial' or change the 'Driver' part of your configuration
file to "fglrx" and run aticonfig again.
我照提示输入sudo aticonfig --initial

显示如下:
Uninitialised file found, configuring.
Using /etc/X11/xorg.conf
Saved back-up to /etc/X11/xorg.conf.original-0
*** glibc detected *** aticonfig: munmap_chunk(): invalid pointer: 0xbfa549e7 ***
======= Backtrace: =========
/lib/tls/i686/cmov/libc.so.6(cfree+0x1bb)[0xb7d66f5b]
aticonfig[0x805bff7]
aticonfig[0x805c2a5]
aticonfig[0x8054528]
aticonfig[0x804985e]
aticonfig[0x80496cb]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xdc)[0xb7d11ebc]
aticonfig[0x8049601]
======= Memory map: ========
08048000-08067000 r-xp 00000000 03:03 2826550 /usr/bin/aticonfig
08067000-0806a000 rw-p 0001e000 03:03 2826550 /usr/bin/aticonfig
0806a000-0808b000 rw-p 0806a000 00:00 0 [heap]
b7cd8000-b7ce3000 r-xp 00000000 03:03 2392078 /lib/libgcc_s.so.1
b7ce3000-b7ce4000 rw-p 0000a000 03:03 2392078 /lib/libgcc_s.so.1
b7cee000-b7cef000 rw-p b7cee000 00:00 0
b7cef000-b7cf1000 r-xp 00000000 03:03 2392220 /lib/tls/i686/cmov/libdl-2.5.so
b7cf1000-b7cf3000 rw-p 00001000 03:03 2392220 /lib/tls/i686/cmov/libdl-2.5.so
b7cf3000-b7cf4000 rw-p b7cf3000 00:00 0
b7cf4000-b7cf8000 r-xp 00000000 03:03 2822212 /usr/lib/libXdmcp.so.6.0.0
b7cf8000-b7cf9000 rw-p 00003000 03:03 2822212 /usr/lib/libXdmcp.so.6.0.0
b7cf9000-b7cfb000 r-xp 00000000 03:03 2822210 /usr/lib/libXau.so.6.0.0
b7cfb000-b7cfc000 rw-p 00001000 03:03 2822210 /usr/lib/libXau.so.6.0.0
b7cfc000-b7e37000 r-xp 00000000 03:03 2392216 /lib/tls/i686/cmov/libc-2.5.so
b7e37000-b7e38000 r--p 0013b000 03:03 2392216 /lib/tls/i686/cmov/libc-2.5.so
b7e38000-b7e3a000 rw-p 0013c000 03:03 2392216 /lib/tls/i686/cmov/libc-2.5.so
b7e3a000-b7e3d000 rw-p b7e3a000 00:00 0
b7e3d000-b7e62000 r-xp 00000000 03:03 2392221 /lib/tls/i686/cmov/libm-2.5.so
b7e62000-b7e64000 rw-p 00024000 03:03 2392221 /lib/tls/i686/cmov/libm-2.5.so
b7e64000-b7f51000 r-xp 00000000 03:03 2822214 /usr/lib/libX11.so.6.2.0
b7f51000-b7f55000 rw-p 000ed000 03:03 2822214 /usr/lib/libX11.so.6.2.0
b7f55000-b7f62000 r-xp 00000000 03:03 2822216 /usr/lib/libXext.so.6.4.0
b7f62000-b7f63000 rw-p 0000d000 03:03 2822216 /usr/lib/libXext.so.6.4.0
b7f63000-b7f64000 rw-p b7f63000 00:00 0
b7f64000-b7f6b000 r-xp 00000000 03:03 2822272 /usr/lib/libXrender.so.1.3.0
b7f6b000-b7f6c000 rw-p 00006000 03:03 2822272 /usr/lib/libXrender.so.1.3.0
b7f6c000-b7f71000 r-xp 00000000 03:03 2822369 /usr/lib/libXrandr.so.2.1.0
b7f71000-b7f72000 rw-p 00005000 03:03 2822369 /usr/lib/libXrandr.so.2.1.0
b7f7b000-b7f7e000 rw-p b7f7b000 00:00 0
b7f7e000-b7f97000 r-xp 00000000 03:03 2392079 /lib/ld-2.5.so
b7f97000-b7f99000 rw-p 00019000 03:03 2392079 /lib/ld-2.5.so
bfa40000-bfa56000 rw-p bfa40000 00:00 0 [stack]
ffffe000-fffff000 r-xp 00000000 00:00 0 [vdso]
Aborted (core dumped)

执行这一步后xorg.conf居然又是空的了,没有任何代码。重启又进不了x。
于是又替换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 "Files"
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"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
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"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

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

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

Section "Device"
Identifier "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "PH107E/V/S/G"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"
Monitor "PH107E/V/S/G"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
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"
EndSection

Section "DRI"
Mode 0666
EndSection

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

但fglrxinfo和glxinfo | grep render的结果还是显示成那个Mesa什么的。



我老是感觉这一步有问题,但我自己实在不知道怎么解决了。恳求楼主或哪位大虾帮我看看,多谢了!!!

发表于 : 2007-04-26 3:22
zhuqin_83
重装驱动。
之前安装的彻底删除。
不知道你下载的包是否完整,编译结果是否正确。

发表于 : 2007-04-27 13:32
enjoygo
说说俺的T60之X1400

在6.10下,用方法二安装成功。升级到7.04,再装,不成。

下载7.04后,重装系统,再装方法二,在设置ovt=Xv时,出现core dump。

改用方法一,成功。

谢谢楼主!

发表于 : 2007-04-28 17:33
oopszj
beryl还是用不起来!