Xorg и ATI [SOLVED]

Здравствуйте!!!

Поставил Gentoo с мини-CD на ноутбук, установил x-server, когда пишу startx выдает вот что:

(EE) Failed to load module "vesa" (module does not exist, 0)
(EE) Failed to load module "kbd" (module does not exist, 0)
(EE) Failed to load module "mouse" (module does not exist, 0)
(EE) No driver aviable.

А если грузиться с LiveCD и поменять значение ATI секции "device" на vesa, то иксы стартуют (но ведь это с LiveCD), а мне надо чтобы стартовали на установленной мною Gentoo (видео ATI Mobility HD 3470). Вот конфиг с LiveCD

Цитата:
Section "ServerLayout"
Identifier "X.Org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "PS/2 Mouse" "AlwaysCore"
# InputDevice "Serial Mouse" "AlwaysCore"
InputDevice "USB Mouse" "AlwaysCore"
InputDevice "Synaptics" "AlwaysCore"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "true"

EndSection

Section "Files"
FontPath "/usr/share/fonts/util"
FontPath "/usr/share/fonts/encodings"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/local/share/fonts"
FontPath "/usr/share/fonts/default"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/type1"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/arphicfonts"
FontPath "/usr/share/fonts/jisx0213"
FontPath "/usr/share/fonts/shinonome"
FontPath "/usr/share/fonts/baekmuk-fonts"
FontPath "/usr/share/fonts/kacst-fonts"
FontPath "/usr/share/fonts/sgi-fonts"
FontPath "/usr/share/fonts/unfonts"
FontPath "/usr/share/fonts/default/ghostscript"
FontPath "/usr/share/fonts/xfonts-cronyx-100dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-75dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-misc:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-100dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-75dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-misc"
FontPath "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-cp1251-misc:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-cp1251-misc"
FontPath "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-isocyr-misc:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-isocyr-misc"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8r-misc:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8r-misc"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8u-misc:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8u-misc"
EndSection

Section "Module"
Load "ddc"
Load "vbe"
Load "GLcore"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "bitmap"
Load "type1"
Load "freetype"
Load "record"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
# Option "XkbOptions" "grp:toggle,grp_led:scroll"
Option "XkbVariant" ",winkeys"
Option "XkbLayout" ""
EndSection

Section "InputDevice"
Identifier "Serial Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection

Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/misc/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection

Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Protocol" "event"
Option "Device" "/dev/input/event2"
Option "LeftEdge" "1900"
Option "RightEdge" "5400"
Option "TopEdge" "1900"
Option "BottomEdge" "4000"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.02"
Option "MaxSpeed" "0.10"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
EndSection

# Auto-generated by mkxf86config

Section "Monitor"
Identifier "Monitor0"
HorizSync 28.0 - 96.0
VertRefresh 50.0 - 75.0
EndSection

Section "Device"
### Available Driver options are:-
# sw_cursor is needed for some ati and radeon cards
Option "sw_cursor"
#Option "hw_cursor"
#Option "NoAccel"
#Option "ShowCache"
#Option "ShadowFB"
#Option "UseFBDev"
#Option "Rotate"
#Option "MonitorLayout" "LVDS, NONE"
Identifier "Card0"
# The following line is auto-generated by x11-misc/mkxf86config
Driver "vesa"
VendorName "All"
BoardName "All"
# BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

/etc/make.conf (VIDEO_CARDS="

/etc/make.conf:
VIDEO_CARDS="vesa radeon еще_что-то"
INPUT_DEVICE="kbd mouse envdev"
присутствуют?
если нет - поправить и пересобрать xorg-server
и вообще, покажите весь /etc/make.conf

P.S.: Linux - это красная таблетка :-) Windows - синяя...

Вот мой

Вот мой /etc/make.conf:

Цитата:
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
CFLAGS="-march=k8 -O2 -pipe"
CXXFLAGS="-march=k8 -O2 -pipe"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="x86_64-pc-linux-gnu"
# These are the USE flags that were used in addition to what is provided by the
# profile used for building.
USE="mmx sse sse2"

GENTOO_MIRRORS="http://mirror.yandex.ru/gentoo-distfiles/ ftp://mirror.yandex.ru/gentoo-distfiles/ "

SYNC="rsync://rsync.gentoo.org/gentoo-portage"

INPUT_DEVICES="keyboard mouse synaptics"

VIDEO_CARDS="fglrx"

Еще я добавил ACCEPT_KEYWORDS="~amd64" и поставил драйвера командой emerge ati-drivers, т.к. без ACCEPT_KEYWORDS="~amd64" дрова не ставились.

Вот лог после установки драйвера:

Цитата:
X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN
Current Operating System: Linux localhost 2.6.25-gentoo-r7 #1 SMP Sat Nov 8 02:19:01 NOVT 2008 x86_64
Build Date: 09 November 2008
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: Sun Nov 9 14:10:24 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.Org Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "PS/2 Mouse"
(**) |-->Input Device "USB Mouse"
(**) |-->Input Device "Synaptics"
(==) |-->Input Device "Serial Mouse"
(WW) The core pointer device wasn't specified explicitly in the layout.
Using the first mouse device.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/util".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/share/fonts/util").
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/encodings".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/share/fonts/encodings").
(WW) The directory "/usr/share/fonts/local" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/terminus" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/corefonts" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/local/share/fonts" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/default" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/TTF" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/arphicfonts" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/jisx0213" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/shinonome" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/baekmuk-fonts" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/kacst-fonts" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/sgi-fonts" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/unfonts" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/default/ghostscript" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-misc" does not exist.
Entry deleted from font path.
(**) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib64/xorg/modules"
(**) Option "AllowMouseOpenFail" "true"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x7bd7a0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.2
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/lib64/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.2
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1002,7910 card 1002,7910 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 1002,7913 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:04:0: chip 1002,7914 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:05:0: chip 1002,7915 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:06:0: chip 1002,7916 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1002,7917 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:12:0: chip 1002,4380 card 1043,1677 rev 00 class 01,06,01 hdr 00
(II) PCI: 00:13:0: chip 1002,4387 card 1043,1677 rev 00 class 0c,03,10 hdr 80
(II) PCI: 00:13:1: chip 1002,4388 card 1043,1677 rev 00 class 0c,03,10 hdr 00
(II) PCI: 00:13:2: chip 1002,4389 card 1043,1677 rev 00 class 0c,03,10 hdr 00
(II) PCI: 00:13:3: chip 1002,438a card 1043,1677 rev 00 class 0c,03,10 hdr 00
(II) PCI: 00:13:4: chip 1002,438b card 1043,1677 rev 00 class 0c,03,10 hdr 00
(II) PCI: 00:13:5: chip 1002,4386 card 1043,1677 rev 00 class 0c,03,20 hdr 00
(II) PCI: 00:14:0: chip 1002,4385 card 1043,1677 rev 14 class 0c,05,00 hdr 80
(II) PCI: 00:14:1: chip 1002,438c card 1043,1677 rev 00 class 01,01,8a hdr 00
(II) PCI: 00:14:2: chip 1002,4383 card 1043,1339 rev 00 class 04,03,00 hdr 00
(II) PCI: 00:14:3: chip 1002,438d card 1043,1677 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:14:4: chip 1002,4384 card 0000,0000 rev 00 class 06,04,01 hdr 81
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 1002,95c4 card 1043,19d3 rev 00 class 03,00,00 hdr 00
(II) PCI: 06:00:0: chip 10ec,8168 card 1043,11f5 rev 01 class 02,00,00 hdr 00
(II) PCI: 07:00:0: chip 168c,0024 card 168c,3072 rev 01 class 02,80,00 hdr 00
(II) PCI: 08:01:0: chip 1180,0832 card 1043,1677 rev 05 class 0c,00,10 hdr 80
(II) PCI: 08:01:1: chip 1180,0822 card 1043,1677 rev 22 class 08,05,00 hdr 80
(II) PCI: 08:01:2: chip 1180,0592 card 1043,1677 rev 12 class 08,80,00 hdr 80
(II) PCI: 08:01:3: chip 1180,0852 card 1043,1677 rev 12 class 08,80,00 hdr 80
(II) PCI: End of PCI scan
(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[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x001b (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xfdf00000 - 0xfdffffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:4:0), (0,2,4), BCTRL: 0x0007 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
[1] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[2] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[3] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xfe000000 - 0xfe8fffff (0x900000) MX[B]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0xfa000000 - 0xfcffffff (0x3000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:5:0), (0,5,5), BCTRL: 0x0007 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 6: bridge is at (0:6:0), (0,6,6), BCTRL: 0x0007 (VGA_EN is cleared)
(II) Bus 6 I/O range:
[0] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[1] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B]
[2] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[3] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) Bus 6 non-prefetchable memory range:
[0] -1 0 0xfe900000 - 0xfe9fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 7: bridge is at (0:7:0), (0,7,7), BCTRL: 0x0007 (VGA_EN is cleared)
(II) Bus 7 non-prefetchable memory range:
[0] -1 0 0xfea00000 - 0xfeafffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:20:3), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 8: bridge is at (0:20:4), (0,8,8), BCTRL: 0x0007 (VGA_EN is cleared)
(II) Bus 8 non-prefetchable memory range:
[0] -1 0 0xfeb00000 - 0xfebfffff (0x100000) MX[B]
(--) PCI:*(1:0:0) ATI Technologies Inc unknown chipset (0x95c4) rev 0, Mem @ 0xd0000000/28, 0xfdff0000/16, I/O @ 0xc000/8, BIOS @ 0xfdfc0000/17
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) 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 0xfebfec00 - 0xfebfecff (0x100) MX[B]
[1] -1 0 0xfebff000 - 0xfebff0ff (0x100) MX[B]
[2] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
[3] -1 0 0xfebff800 - 0xfebfffff (0x800) MX[B]
[4] -1 0 0xfeaf0000 - 0xfeafffff (0x10000) MX[B]
[5] -1 0 0xfe9ff000 - 0xfe9fffff (0x1000) MX[B]
[6] -1 0 0xfdef4000 - 0xfdef7fff (0x4000) MX[B]
[7] -1 0 0xfdeff000 - 0xfdeff0ff (0x100) MX[B]
[8] -1 0 0xfdefa000 - 0xfdefafff (0x1000) MX[B]
[9] -1 0 0xfdefb000 - 0xfdefbfff (0x1000) MX[B]
[10] -1 0 0xfdefc000 - 0xfdefcfff (0x1000) MX[B]
[11] -1 0 0xfdefd000 - 0xfdefdfff (0x1000) MX[B]
[12] -1 0 0xfdefe000 - 0xfdefefff (0x1000) MX[B]
[13] -1 0 0xfdeff800 - 0xfdeffbff (0x400) MX[B]
[14] -1 0 0xfdfc0000 - 0xfdfdffff (0x20000) MX[B](B)
[15] -1 0 0xfdff0000 - 0xfdffffff (0x10000) MX[B](B)
[16] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[17] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[18] -1 0 0x0000ff00 - 0x0000ff0f (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 0x00000b00 - 0x00000b0f (0x10) IX[B]
[24] -1 0 0x00007000 - 0x0000700f (0x10) IX[B]
[25] -1 0 0x00008000 - 0x00008003 (0x4) IX[B]
[26] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
[27] -1 0 0x0000a000 - 0x0000a003 (0x4) IX[B]
[28] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
[29] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xfebfec00 - 0xfebfecff (0x100) MX[B]
[1] -1 0 0xfebff000 - 0xfebff0ff (0x100) MX[B]
[2] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
[3] -1 0 0xfebff800 - 0xfebfffff (0x800) MX[B]
[4] -1 0 0xfeaf0000 - 0xfeafffff (0x10000) MX[B]
[5] -1 0 0xfe9ff000 - 0xfe9fffff (0x1000) MX[B]
[6] -1 0 0xfdef4000 - 0xfdef7fff (0x4000) MX[B]
[7] -1 0 0xfdeff000 - 0xfdeff0ff (0x100) MX[B]
[8] -1 0 0xfdefa000 - 0xfdefafff (0x1000) MX[B]
[9] -1 0 0xfdefb000 - 0xfdefbfff (0x1000) MX[B]
[10] -1 0 0xfdefc000 - 0xfdefcfff (0x1000) MX[B]
[11] -1 0 0xfdefd000 - 0xfdefdfff (0x1000) MX[B]
[12] -1 0 0xfdefe000 - 0xfdefefff (0x1000) MX[B]
[13] -1 0 0xfdeff800 - 0xfdeffbff (0x400) MX[B]
[14] -1 0 0xfdfc0000 - 0xfdfdffff (0x20000) MX[B](B)
[15] -1 0 0xfdff0000 - 0xfdffffff (0x10000) MX[B](B)
[16] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[17] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[18] -1 0 0x0000ff00 - 0x0000ff0f (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 0x00000b00 - 0x00000b0f (0x10) IX[B]
[24] -1 0 0x00007000 - 0x0000700f (0x10) IX[B]
[25] -1 0 0x00008000 - 0x00008003 (0x4) IX[B]
[26] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
[27] -1 0 0x0000a000 - 0x0000a003 (0x4) IX[B]
[28] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
[29] -1 0 0x0000c000 - 0x0000c0ff (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 0xfebfec00 - 0xfebfecff (0x100) MX[B]
[5] -1 0 0xfebff000 - 0xfebff0ff (0x100) MX[B]
[6] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
[7] -1 0 0xfebff800 - 0xfebfffff (0x800) MX[B]
[8] -1 0 0xfeaf0000 - 0xfeafffff (0x10000) MX[B]
[9] -1 0 0xfe9ff000 - 0xfe9fffff (0x1000) MX[B]
[10] -1 0 0xfdef4000 - 0xfdef7fff (0x4000) MX[B]
[11] -1 0 0xfdeff000 - 0xfdeff0ff (0x100) MX[B]
[12] -1 0 0xfdefa000 - 0xfdefafff (0x1000) MX[B]
[13] -1 0 0xfdefb000 - 0xfdefbfff (0x1000) MX[B]
[14] -1 0 0xfdefc000 - 0xfdefcfff (0x1000) MX[B]
[15] -1 0 0xfdefd000 - 0xfdefdfff (0x1000) MX[B]
[16] -1 0 0xfdefe000 - 0xfdefefff (0x1000) MX[B]
[17] -1 0 0xfdeff800 - 0xfdeffbff (0x400) MX[B]
[18] -1 0 0xfdfc0000 - 0xfdfdffff (0x20000) MX[B](B)
[19] -1 0 0xfdff0000 - 0xfdffffff (0x10000) MX[B](B)
[20] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[23] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[24] -1 0 0x0000ff00 - 0x0000ff0f (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 0x00000b00 - 0x00000b0f (0x10) IX[B]
[30] -1 0 0x00007000 - 0x0000700f (0x10) IX[B]
[31] -1 0 0x00008000 - 0x00008003 (0x4) IX[B]
[32] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
[33] -1 0 0x0000a000 - 0x0000a003 (0x4) IX[B]
[34] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
[35] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) LoadModule: "ddc"(II) Module already built-in
(II) LoadModule: "vbe"
(II) Loading /usr/lib64/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "dbe"
(II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.3.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: "dri"
(II) Loading /usr/lib64/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.3.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/lib64/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.3.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: "glx"
(II) Loading /usr/lib64/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "type1"
(II) Loading /usr/lib64/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "freetype"
(II) Loading /usr/lib64/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 1.3.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: "record"
(II) Loading /usr/lib64/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.3.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: "fglrx"
(II) Loading /usr/lib64/xorg/modules/drivers//fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
compiled for 7.1.0, module version = 8.54.3
Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(WW) Warning, couldn't open module kbd
(II) UnloadModule: "kbd"
(EE) Failed to load module "kbd" (module does not exist, 0)
(II) LoadModule: "mouse"
(WW) Warning, couldn't open module mouse
(II) UnloadModule: "mouse"
(EE) Failed to load module "mouse" (module does not exist, 0)
(II) LoadModule: "synaptics"
(II) Loading /usr/lib64/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: 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) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.54.3
(II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.542
(II) ATI Proprietary Linux Driver Build Date: Oct 3 2008 17:42:58
(--) Assigning device section with no busID to primary device
(--) Chipset Supported AMD Graphics Processor (0x95C4) found
(II) AMD Video driver is running on a device belonging to a group targeted for this release
(II) AMD Video driver is signed
(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 0xfebfec00 - 0xfebfecff (0x100) MX[B]
[5] -1 0 0xfebff000 - 0xfebff0ff (0x100) MX[B]
[6] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
[7] -1 0 0xfebff800 - 0xfebfffff (0x800) MX[B]
[8] -1 0 0xfeaf0000 - 0xfeafffff (0x10000) MX[B]
[9] -1 0 0xfe9ff000 - 0xfe9fffff (0x1000) MX[B]
[10] -1 0 0xfdef4000 - 0xfdef7fff (0x4000) MX[B]
[11] -1 0 0xfdeff000 - 0xfdeff0ff (0x100) MX[B]
[12] -1 0 0xfdefa000 - 0xfdefafff (0x1000) MX[B]
[13] -1 0 0xfdefb000 - 0xfdefbfff (0x1000) MX[B]
[14] -1 0 0xfdefc000 - 0xfdefcfff (0x1000) MX[B]
[15] -1 0 0xfdefd000 - 0xfdefdfff (0x1000) MX[B]
[16] -1 0 0xfdefe000 - 0xfdefefff (0x1000) MX[B]
[17] -1 0 0xfdeff800 - 0xfdeffbff (0x400) MX[B]
[18] -1 0 0xfdfc0000 - 0xfdfdffff (0x20000) MX[B](B)
[19] -1 0 0xfdff0000 - 0xfdffffff (0x10000) MX[B](B)
[20] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[23] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[24] -1 0 0x0000ff00 - 0x0000ff0f (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 0x00000b00 - 0x00000b0f (0x10) IX[B]
[30] -1 0 0x00007000 - 0x0000700f (0x10) IX[B]
[31] -1 0 0x00008000 - 0x00008003 (0x4) IX[B]
[32] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
[33] -1 0 0x0000a000 - 0x0000a003 (0x4) IX[B]
[34] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
[35] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x7e5ed0
(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 0xfebfec00 - 0xfebfecff (0x100) MX[B]
[5] -1 0 0xfebff000 - 0xfebff0ff (0x100) MX[B]
[6] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
[7] -1 0 0xfebff800 - 0xfebfffff (0x800) MX[B]
[8] -1 0 0xfeaf0000 - 0xfeafffff (0x10000) MX[B]
[9] -1 0 0xfe9ff000 - 0xfe9fffff (0x1000) MX[B]
[10] -1 0 0xfdef4000 - 0xfdef7fff (0x4000) MX[B]
[11] -1 0 0xfdeff000 - 0xfdeff0ff (0x100) MX[B]
[12] -1 0 0xfdefa000 - 0xfdefafff (0x1000) MX[B]
[13] -1 0 0xfdefb000 - 0xfdefbfff (0x1000) MX[B]
[14] -1 0 0xfdefc000 - 0xfdefcfff (0x1000) MX[B]
[15] -1 0 0xfdefd000 - 0xfdefdfff (0x1000) MX[B]
[16] -1 0 0xfdefe000 - 0xfdefefff (0x1000) MX[B]
[17] -1 0 0xfdeff800 - 0xfdeffbff (0x400) MX[B]
[18] -1 0 0xfdfc0000 - 0xfdfdffff (0x20000) MX[B](B)
[19] -1 0 0xfdff0000 - 0xfdffffff (0x10000) MX[B](B)
[20] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[21] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[22] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[23] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[25] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[26] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[27] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
[28] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[29] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[30] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[31] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[32] -1 0 0x00000b00 - 0x00000b0f (0x10) IX[B]
[33] -1 0 0x00007000 - 0x0000700f (0x10) IX[B]
[34] -1 0 0x00008000 - 0x00008003 (0x4) IX[B]
[35] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
[36] -1 0 0x0000a000 - 0x0000a003 (0x4) IX[B]
[37] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
[38] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
[39] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[40] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) fglrx(0): === [atiddxPreInit] === begin
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib64/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.2
(II) fglrx(0): PCI bus 1 card 0 func 0
(EE) fglrx(0): Given depth (8) is not supported by fglrx driver
(EE) fglrx(0): PreInitVisual failed
(EE) fglrx(0): PreInit failed
(II) fglrx(0): === [atiddxPreInit] === end
SetVBEMode failed
(II) UnloadModule: "fglrx"
(II) UnloadModule: "vgahw"
(II) Unloading /usr/lib64/xorg/modules//libvgahw.so
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

А вот конец лога, когда я пытаюсь сделать Xorg -configure:

Цитата:
(II) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.54.3
(II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.542
(II) ATI Proprietary Linux Driver Build Date: Oct 3 2008 17:42:58
(**) ChipID override: 0x95C4
(**) Chipset Supported AMD Graphics Processor (0x95C4) found

Backtrace:
0: Xorg(xf86SigHandler+0x6d) [0x48008d]
1: /lib/libc.so.6 [0x7f489606d430]
2: /usr/lib64/xorg/modules/drivers//fglrx_drv.so(atiddxProbeMain+0x84c) [0x7f489592cd8c]
3: Xorg(DoConfigure+0x1f5) [0x485d05]
4: Xorg(InitOutput+0x6a5) [0x465ff5]
5: Xorg(main+0x275) [0x437d55]
6: /lib/libc.so.6(__libc_start_main+0xf4) [0x7f489605ab74]
7: Xorg(FontFileCompleteXLFD+0x231) [0x437229]

Fatal server error:
Caught signal 11. Server aborting

EE) fglrx(0): Given depth (8)

EE) fglrx(0): Given depth (8) is not supported by fglrx driver
(EE) fglrx(0): PreInitVisual failed
(EE) fglrx(0): PreInit failed

SubSection "Display" Depth

SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection

оставьте только этот режим.
потом посмотрите,может надо указать частоты дисплея.

частоты уже есть, тогда их не

частоты уже есть, тогда их не надо...

Оставил только: SubSection

Оставил только:

SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection

Выдает тоже самое:
EE) fglrx(0): Given depth (8) is not supported by fglrx driver
(EE) fglrx(0): PreInitVisual failed
(EE) fglrx(0): PreInit failed

1. чего-то я не вкурил, какая

1. чего-то я не вкурил, какая у вас версия xorg. 1.3? если размаскировали - должно собраться 1.5.2
2. убрать fglrx, поставить radeon. или radeonhd (если еще не выкинули). нормально работает. и 3d тоже. compiz тоже.
3. vesa тоже желательно указывать - как запасной вариант.
4. INPUT_DEVICES добавить evdev
5. для первоначальной настройки иксов использовать xorgconfig
6. почитать, для чего нужны USE флаги и как ими пользоваться (/etc/portage/package.use)
7. собирать не xorg-server, а xorg-x11, c USE="-hal чего там у вас еще" для xorg-server. предварительно использовать опцию -p emerge, дабы посмотреть, с каими USE-флагами собираются собираться :) претендующие пакеты. и внести соотв. правки на основании п.6.
8. берет сомнение, что вы читали InstallHandbook, ибо даже в нем нет таких куцых USE в /etc/make.conf

P.S.: Linux - это красная таблетка :-) Windows - синяя...

А я в USE ничего и не писал,

А я в USE ничего и не писал, оставил по умолчанию.
В Handbookе написано только про флаги поддержки dvd qt, я их не стал ставить. Ониже не обязательны?

1.3

Aladdin написал(а):
1. чего-то я не вкурил, какая у вас версия xorg. 1.3? если размаскировали - должно собраться 1.5.2
2. убрать fglrx, поставить radeon. или radeonhd (если еще не выкинули). нормально работает. и 3d тоже. compiz тоже.
3. vesa тоже желательно указывать - как запасной вариант.
4. INPUT_DEVICES добавить evdev
5. для первоначальной настройки иксов использовать xorgconfig
6. почитать, для чего нужны USE флаги и как ими пользоваться (/etc/portage/package.use)
7. собирать не xorg-server, а xorg-x11, c USE="-hal чего там у вас еще" для xorg-server. предварительно использовать опцию -p emerge, дабы посмотреть, с каими USE-флагами собираются собираться :) претендующие пакеты. и внести соотв. правки на основании п.6.
8. берет сомнение, что вы читали InstallHandbook, ибо даже в нем нет таких куцых USE в /etc/make.conf

1. 1.3
2. У меня видео ATI Mobility HD 3470, с radeonhd будет 3d?
7. Я собирал xorg-x11 (команда emerge xorg-x11 так написано в handbooke)
8. Если бы я не читал handbook, не поставил бы gentoo :)

а п.6 проигнорировали? :)

а п.6 проигнорировали? :) могу показать свои USE (/etc/make.conf и /etc/portage/packages.use)
radeonhd вобщем-то разрабатывался для X2xxx и выше. Но его собирались убирать из иксов и оставить только radeon

P.S.: Linux - это красная таблетка :-) Windows - синяя...

Можете показать свой

Можете показать свой /etc/make.conf?
Чем лучше radeon и radeonhd чем fglrx?

Проблема кажись решилась

Проблема кажись решилась :) Спасибо за помощь.
Собрал xorg-server и поставил radeonhd иксы стартуют, но вот при старте ругается на модуль glx, как теперь завести 3d?

у радеонов glx не положено.

у радеонов glx не положено. :) glxinfo ответит на вопрос
кста! для amd64 рекомендуется (разработчиками)
CFLAGS="... -ftree-vectorize -fomit-frame-pointer ..."

P.S.: Linux - это красная таблетка :-) Windows - синяя...

Можно ссылочку?

Можно ссылочку?

Текстовый редактор vi имеет два режима работы: в первом он пищит, а во втором — всё портит.

3D

Aladdin написал(а):
у радеонов glx не положено. :) glxinfo ответит на вопрос
кста! для amd64 рекомендуется (разработчиками)
CFLAGS="... -ftree-vectorize -fomit-frame-pointer ..."

т.е. 3D мне не завести???

glxinfo вот что

glxinfo вот что показывает:

glxinfo: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".