| View previous topic :: View next topic |
| Author |
Message |
Elleni Veteran

Joined: 23 May 2006 Posts: 1261
|
Posted: Mon Dec 04, 2006 3:26 am Post subject: [solved] X starts only with vesa driver after world update |
|
|
Hello all,
I am getting really nervous here, as I run into big trouble after world update. I am not able to start xserver with other then the vesa driver. As working for some time with gentoo I am quite familiar with burning kernels, useflags, switching opensource to closedsource ati drivers etc.
Before this world update I was able to switch to radeon or fglrx driver without any problem.
As trying to fix the xserver crash after worldupdate I started playing around with kerneloptions, and at the end I was not sure, wether I had changed something resulting my xserver would not start anymore...
So just to be very sure, I decided to download the 2006.1 livecd image, burnt it to cd and re-setup my system from the beginning. I now found out, that I wouldnt had to reemerge the whole stuff as the problem persists.
So now I am looking for some kind and experienced gentoo user, who is willing go through my configurations (kernel, xorg, whatever) and find out, whats happening here. I will try to provide any additional information needed, please just tell me.
I have a second testsystem, which has an old radeon 8500 built in and there the installation worked as I was used to. That meens I have there drm support with the open source driver. (x11-drm / direct rendering:yes)
Now on the productive system there is a radeon 1300 le pcie. There is also an onboard graphic chip (intel i915), which unfortunatelly cannot be disabled via BIOS. Till now I did ignore the onboard intel i915 graphic chip as I have only one monitor attached to the ati radeon card. And till now I did not have an entry for the intel chip in xorg.conf. And everything worked fine...
My only guess is, that something changed in xserver that causes this. Till before the last world update everything worked as needed and now I am starting to panic.
following my xorg.0.log (with fglrx) for further informations.
grep -e EE -e WW Xorg.log
Current Operating System: Linux localhost 2.6.18-gentoo-r3 #16 SMP PREEMPT Mon Dec 4 02:26:22 CET 2006 i686
(WW) The core pointer device wasn't specified explicitly in the layout.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
(WW) fglrx(0): Failed to open DRM connection
(EE) fglrx(0): PreInitDAL failed
(EE) fglrx(0): PreInit failed
(EE) fglrx(1): Quitting secondary screen -- no monitor specified.
(EE) fglrx(1): PreInit failed
When trying the open source driver the xorg.0.log shows the following:
grep -e EE -e WW Xorg.log
Current Operating System: Linux localhost 2.6.18-gentoo-r3 #16 SMP PREEMPT Mon Dec 4 02:26:22 CET 2006 i686
(WW) The core pointer device wasn't specified explicitly in the layout.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found
(EE) No devices detected.
Please help my out of this, as I am getting nervous because I have much work to do on this system and need it with working x as soon as possible.
And after having spent three days in trying to find a solution here I am at a point where frustration ist very big and the idea of reinstalling windows comes to my mind. But on the other side I am very happy with my gentoobox. At least till last world update.
So I hope, there is some help out there 
Last edited by Elleni on Thu Feb 22, 2007 8:39 pm; edited 1 time in total |
|
| Back to top |
|
 |
richfish Apprentice

Joined: 03 Mar 2006 Posts: 202 Location: Phoenix, AZ
|
Posted: Mon Dec 04, 2006 6:38 am Post subject: |
|
|
Hi Elleni,
Can you post your xorg.conf for the radeon or fglrx driver, and also the output of lspci -v? |
|
| Back to top |
|
 |
Elleni Veteran

Joined: 23 May 2006 Posts: 1261
|
Posted: Mon Dec 04, 2006 10:44 am Post subject: |
|
|
Hello,
another strange behaviour, that might help isolate this problem:
I realized, that in gdm I cannot directly login with root Account. When trying, after username and password the login screen comes again, telling me that session lasted only less then 10 seconds. But when logging in with a useraccount, it is possible to use the switch user feature within gnome and then login as root...
Thank you for helping.
By the way... In the meantime I read in a post that switching back to a 2.6.17 kernel could be a fix. So I emerged it and also reemerged the ati-drivers (8.30.3) and x11-drm (20060608). But it did not help. Same thing...
To get xorg started at the moment I change the Screen 0 - line instead aticonfig-Screen0 its just Screen0. Then I also comment out the following line, which was for the tvout dualscreen with the fglrx driver. This worked perfectly before...
When trying the radeon driver I do the same thing as for the vesadriver that means delete aticonfig- in the Screen 0 line (and commenting out the following line used for tvout with ati closed source drivers). Plus change the driver in the device setting from vesa to radeon...
the xorg.conf:
Section "ServerLayout"
Identifier "X.Org Configured"
Screen 0 "aticonfig-Screen0" 0 0
Screen "aticonfig-Screen1" RightOf "aticonfig-Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/default/ghostscript"
EndSection
Section "Module"
Load "dri"
Load "drm"
Load "glx"
Load "ddc"
Load "vbe"
Load "GLcore"
Load "dbe"
Load "extmod"
Load "bitmap"
Load "type1"
Load "freetype"
Load "record"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
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"
EndSection
Section "InputDevice"
Identifier "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 "Monitor"
Identifier "Monitor0"
HorizSync 28.0 - 96.0
VertRefresh 50.0 - 75.0
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor1"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Card0"
Driver "vesa"
EndSection
Section "Device"
Identifier "aticonfig-Device0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device1"
Driver "fglrx"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen0"
Device "aticonfig-Device0"
Monitor "aticonfig-Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen1"
Device "aticonfig-Device1"
Monitor "aticonfig-Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
lspci -v:
00:00.0 Host bridge: Intel Corporation 915G/P/GV/GL/PL/910GL Express Memory Controller Hub (rev 04)
Subsystem: Hewlett-Packard Company Unknown device 3006
Flags: bus master, fast devsel, latency 0
Capabilities: [e0] Vendor Specific Information
00:01.0 PCI bridge: Intel Corporation 915G/P/GV/GL/PL/910GL Express PCI Express Root Port (rev 04) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 00001000-00001fff
Memory behind bridge: f0500000-f07fffff
Prefetchable memory behind bridge: e0000000-f01fffff
Capabilities: [88] #0d [0000]
Capabilities: [80] Power Management version 2
Capabilities: [90] Message Signalled Interrupts: 64bit- Queue=0/0 Enable+
Capabilities: [a0] Express Root Port (Slot+) IRQ 0
Capabilities: [100] Virtual Channel
Capabilities: [140] Unknown (5)
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 03) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=20, subordinate=20, sec-latency=0
Capabilities: [40] Express Root Port (Slot+) IRQ 0
Capabilities: [80] Message Signalled Interrupts: 64bit- Queue=0/0 Enable+
Capabilities: [90] #0d [0000]
Capabilities: [a0] Power Management version 2
Capabilities: [100] Virtual Channel
Capabilities: [180] Unknown (5)
00:1c.1 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 2 (rev 03) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=40, subordinate=40, sec-latency=0
Memory behind bridge: f0200000-f04fffff
Capabilities: [40] Express Root Port (Slot+) IRQ 0
Capabilities: [80] Message Signalled Interrupts: 64bit- Queue=0/0 Enable+
Capabilities: [90] #0d [0000]
Capabilities: [a0] Power Management version 2
Capabilities: [100] Virtual Channel
Capabilities: [180] Unknown (5)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company Unknown device 3006
Flags: bus master, medium devsel, latency 0, IRQ 225
I/O ports at 3440 [size=32]
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company Unknown device 3006
Flags: bus master, medium devsel, latency 0, IRQ 233
I/O ports at 3460 [size=32]
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company Unknown device 3006
Flags: bus master, medium devsel, latency 0, IRQ 50
I/O ports at 3480 [size=32]
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company Unknown device 3006
Flags: bus master, medium devsel, latency 0, IRQ 58
I/O ports at 34a0 [size=32]
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03) (prog-if 20 [EHCI])
Subsystem: Hewlett-Packard Company Unknown device 3006
Flags: bus master, medium devsel, latency 0, IRQ 225
Memory at cfd00000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Capabilities: [58] Debug port
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev d3) (prog-if 01 [Subtractive decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=05, subordinate=05, sec-latency=32
Capabilities: [50] #0d [0000]
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)
Subsystem: Hewlett-Packard Company DC7100 SFF(DX878AV)
Flags: bus master, medium devsel, latency 0, IRQ 50
I/O ports at 3000 [size=256]
I/O ports at 3400 [size=64]
Memory at cfd00400 (32-bit, non-prefetchable) [size=512]
Memory at cfd00600 (32-bit, non-prefetchable) [size=256]
Capabilities: [50] Power Management version 2
00:1f.0 ISA bridge: Intel Corporation 82801FB/FR (ICH6/ICH6R) LPC Interface Bridge (rev 03)
Flags: bus master, medium devsel, latency 0
00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 03) (prog-if 8a [Master SecP PriP])
Subsystem: Hewlett-Packard Company Unknown device 3006
Flags: bus master, medium devsel, latency 0, IRQ 177
I/O ports at <ignored>
I/O ports at <ignored>
I/O ports at <ignored>
I/O ports at <ignored>
I/O ports at 34e0 [size=16]
00:1f.2 IDE interface: Intel Corporation 82801FB/FW (ICH6/ICH6W) SATA Controller (rev 03) (prog-if 8f [Master SecP SecO PriP PriO])
Subsystem: Hewlett-Packard Company Unknown device 3006
Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 217
I/O ports at 3810 [size=8]
I/O ports at 3828 [size=4]
I/O ports at 3818 [size=8]
I/O ports at 382c [size=4]
I/O ports at 34f0 [size=16]
Capabilities: [70] Power Management version 2
01:00.0 VGA compatible controller: ATI Technologies Inc RV515 [Radeon X1300] (prog-if 00 [VGA])
Subsystem: ATI Technologies Inc Unknown device 2342
Flags: bus master, fast devsel, latency 0, IRQ 10
Memory at e0000000 (64-bit, prefetchable) [size=256M]
Memory at f0500000 (64-bit, non-prefetchable) [size=64K]
I/O ports at 1000 [size=256]
[virtual] Expansion ROM at f0000000 [disabled] [size=128K]
Capabilities: [50] Power Management version 2
Capabilities: [58] Express Endpoint IRQ 0
Capabilities: [80] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable-
01:00.1 Display controller: ATI Technologies Inc RV515 [Radeon X1300] (Secondary)
Subsystem: ATI Technologies Inc Unknown device 2343
Flags: bus master, fast devsel, latency 0
Memory at f0510000 (64-bit, non-prefetchable) [size=64K]
Capabilities: [50] Power Management version 2
Capabilities: [58] Express Endpoint IRQ 0
40:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI Express (rev 01)
Subsystem: Hewlett-Packard Company DC7100 SFF(DX878AV)
Flags: bus master, fast devsel, latency 0, IRQ 177
Memory at f0400000 (64-bit, non-prefetchable) [size=64K]
Capabilities: [48] Power Management version 2
Capabilities: [50] Vital Product Data
Capabilities: [58] Message Signalled Interrupts: 64bit+ Queue=0/3 Enable-
Capabilities: [d0] Express Endpoint IRQ 0
Capabilities: [100] Advanced Error Reporting
Capabilities: [13c] Virtual Channel |
|
| Back to top |
|
 |
richfish Apprentice

Joined: 03 Mar 2006 Posts: 202 Location: Phoenix, AZ
|
Posted: Mon Dec 04, 2006 5:15 pm Post subject: |
|
|
| One issue is that the BusID in the aticonfig-Device1 section should be "PCI:1:0:1". So lets fix that first, and if it still doesn't work, I guess post the resulting Xorg.0.log. |
|
| Back to top |
|
 |
Elleni Veteran

Joined: 23 May 2006 Posts: 1261
|
Posted: Mon Dec 04, 2006 10:09 pm Post subject: |
|
|
Ok, although that was autoconfigured by the driver
I changed the setting but it did not solve the problem eather. As mentioned before I am trying to downgrade. Installed Kernel 2.6.17-r9 and ati-drivers 8.27.10-r1. Still the same. I emerged xorg-x11 7.0-r1. Still the same. Now I downgrade xorg-server... If that also doesnt help I dont know what I could still try. But I will emerge back to the acutal 2.6.18-r3 kernel and the actual atidrivers and wait for further instructions.
In the meantime here s the xorg.0.log with the changed busid (1:0:1) on aticonfig-device1:
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux localhost 2.6.18-gentoo-r3 #18 SMP PREEMPT Tue Dec 5 01:18:45 CET 2006 i686
Build Date: 05 December 2006
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: Tue Dec 5 01:50:02 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.Org Configured"
(**) |-->Screen "aticonfig-Screen0" (0)
(**) | |-->Monitor "aticonfig-Monitor0"
(**) | |-->Device "aticonfig-Device0"
(**) |-->Screen "aticonfig-Screen1" (1)
(**) | |-->Monitor "aticonfig-Monitor1"
(**) | |-->Device "aticonfig-Device1"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Mouse"
(==) |-->Input Device "Mouse"
(WW) The core pointer device wasn't specified explicitly in the layout.
Using the first mouse device.
(**) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/corefonts,
/usr/share/fonts/default/ghostscript
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/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) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2580 card 103c,3006 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2581 card 0000,0000 rev 04 class 06,04,00 hdr 01
(II) PCI: 00:1c:0: chip 8086,2660 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,2662 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2658 card 103c,3006 rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2659 card 103c,3006 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,265a card 103c,3006 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,265b card 103c,3006 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,265c card 103c,3006 rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev d3 class 06,04,01 hdr 81
(II) PCI: 00:1e:2: chip 8086,266e card 103c,3006 rev 03 class 04,01,00 hdr 00
(II) PCI: 00:1f:0: chip 8086,2640 card 0000,0000 rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,266f card 103c,3006 rev 03 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,2651 card 103c,3006 rev 03 class 01,01,8f hdr 00
(II) PCI: 01:00:0: chip 1002,7146 card 1002,2342 rev 00 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,7166 card 1002,2343 rev 00 class 03,80,00 hdr 00
(II) PCI: 40:00:0: chip 14e4,1677 card 103c,3006 rev 01 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,64), 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 (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x00001000 - 0x00001fff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xf0500000 - 0xf07fffff (0x300000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xe0000000 - 0xf01fffff (0x10200000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 32: bridge is at (0:28:0), (0,32,32), BCTRL: 0x0006 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 64: bridge is at (0:28:1), (0,64,64), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 64 non-prefetchable memory range:
[0] -1 0 0xf0200000 - 0xf04fffff (0x300000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:30:0), (0,5,5), BCTRL: 0x0006 (VGA_EN is cleared)
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) ATI Technologies Inc RV515 [Radeon X1300] rev 0, Mem @ 0xe0000000/28, 0xf0500000/16, I/O @ 0x1000/8
(--) PCI: (1:0:1) ATI Technologies Inc RV515 [Radeon X1300] (Secondary) rev 0, Mem @ 0xf0510000/16
(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 0xf0400000 - 0xf040ffff (0x10000) MX[B]
[1] -1 0 0xcfd00600 - 0xcfd006ff (0x100) MX[B]
[2] -1 0 0xcfd00400 - 0xcfd005ff (0x200) MX[B]
[3] -1 0 0xcfd00000 - 0xcfd003ff (0x400) MX[B]
[4] -1 0 0xf0510000 - 0xf051ffff (0x10000) MX[B](B)
[5] -1 0 0xf0500000 - 0xf050ffff (0x10000) MX[B](B)
[6] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[7] -1 0 0x000034f0 - 0x000034ff (0x10) IX[B]
[8] -1 0 0x0000382c - 0x0000382f (0x4) IX[B]
[9] -1 0 0x00003818 - 0x0000381f (0x8) IX[B]
[10] -1 0 0x00003828 - 0x0000382b (0x4) IX[B]
[11] -1 0 0x00003810 - 0x00003817 (0x8) IX[B]
[12] -1 0 0x000034e0 - 0x000034ef (0x10) IX[B]
[13] -1 0 0x00003824 - 0x00003824 (0x1) IX[B]
[14] -1 0 0x00003808 - 0x00003808 (0x1) IX[B]
[15] -1 0 0x00003820 - 0x00003820 (0x1) IX[B]
[16] -1 0 0x00003800 - 0x00003800 (0x1) IX[B]
[17] -1 0 0x00003400 - 0x0000343f (0x40) IX[B]
[18] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
[19] -1 0 0x000034a0 - 0x000034bf (0x20) IX[B]
[20] -1 0 0x00003480 - 0x0000349f (0x20) IX[B]
[21] -1 0 0x00003460 - 0x0000347f (0x20) IX[B]
[22] -1 0 0x00003440 - 0x0000345f (0x20) IX[B]
[23] -1 0 0x00001000 - 0x000010ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xf0400000 - 0xf040ffff (0x10000) MX[B]
[1] -1 0 0xcfd00600 - 0xcfd006ff (0x100) MX[B]
[2] -1 0 0xcfd00400 - 0xcfd005ff (0x200) MX[B]
[3] -1 0 0xcfd00000 - 0xcfd003ff (0x400) MX[B]
[4] -1 0 0xf0510000 - 0xf051ffff (0x10000) MX[B](B)
[5] -1 0 0xf0500000 - 0xf050ffff (0x10000) MX[B](B)
[6] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[7] -1 0 0x000034f0 - 0x000034ff (0x10) IX[B]
[8] -1 0 0x0000382c - 0x0000382f (0x4) IX[B]
[9] -1 0 0x00003818 - 0x0000381f (0x8) IX[B]
[10] -1 0 0x00003828 - 0x0000382b (0x4) IX[B]
[11] -1 0 0x00003810 - 0x00003817 (0x8) IX[B]
[12] -1 0 0x000034e0 - 0x000034ef (0x10) IX[B]
[13] -1 0 0x00003824 - 0x00003824 (0x1) IX[B]
[14] -1 0 0x00003808 - 0x00003808 (0x1) IX[B]
[15] -1 0 0x00003820 - 0x00003820 (0x1) IX[B]
[16] -1 0 0x00003800 - 0x00003800 (0x1) IX[B]
[17] -1 0 0x00003400 - 0x0000343f (0x40) IX[B]
[18] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
[19] -1 0 0x000034a0 - 0x000034bf (0x20) IX[B]
[20] -1 0 0x00003480 - 0x0000349f (0x20) IX[B]
[21] -1 0 0x00003460 - 0x0000347f (0x20) IX[B]
[22] -1 0 0x00003440 - 0x0000345f (0x20) IX[B]
[23] -1 0 0x00001000 - 0x000010ff (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 0xf0400000 - 0xf040ffff (0x10000) MX[B]
[5] -1 0 0xcfd00600 - 0xcfd006ff (0x100) MX[B]
[6] -1 0 0xcfd00400 - 0xcfd005ff (0x200) MX[B]
[7] -1 0 0xcfd00000 - 0xcfd003ff (0x400) MX[B]
[8] -1 0 0xf0510000 - 0xf051ffff (0x10000) MX[B](B)
[9] -1 0 0xf0500000 - 0xf050ffff (0x10000) MX[B](B)
[10] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[11] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[12] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[13] -1 0 0x000034f0 - 0x000034ff (0x10) IX[B]
[14] -1 0 0x0000382c - 0x0000382f (0x4) IX[B]
[15] -1 0 0x00003818 - 0x0000381f (0x8) IX[B]
[16] -1 0 0x00003828 - 0x0000382b (0x4) IX[B]
[17] -1 0 0x00003810 - 0x00003817 (0x8) IX[B]
[18] -1 0 0x000034e0 - 0x000034ef (0x10) IX[B]
[19] -1 0 0x00003824 - 0x00003824 (0x1) IX[B]
[20] -1 0 0x00003808 - 0x00003808 (0x1) IX[B]
[21] -1 0 0x00003820 - 0x00003820 (0x1) IX[B]
[22] -1 0 0x00003800 - 0x00003800 (0x1) IX[B]
[23] -1 0 0x00003400 - 0x0000343f (0x40) IX[B]
[24] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
[25] -1 0 0x000034a0 - 0x000034bf (0x20) IX[B]
[26] -1 0 0x00003480 - 0x0000349f (0x20) IX[B]
[27] -1 0 0x00003460 - 0x0000347f (0x20) IX[B]
[28] -1 0 0x00003440 - 0x0000345f (0x20) IX[B]
[29] -1 0 0x00001000 - 0x000010ff (0x100) IX[B](B)
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "drm"
(II) Reloading /usr/lib/xorg/modules/linux/libdrm.so
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 7.1.1, 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: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.1.1, 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: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 7.1.1, 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/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 7.1.1, 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/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 7.1.1, 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/lib/xorg/modules/drivers/fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
compiled for 7.1.0, module version = 8.30.3
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.1.1, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) ATI Radeon/FireGL: The following chipsets are supported:
RADEON 9600 (RV350 4150), RADEON 9600 SE (RV350 4151),
RADEON 9600 PRO (RV360 4152), RADEON 9600 (RV350 4E51),
MOBILITY RADEON 9600/9700 (M10/M11 4E50),
MOBILITY RADEON 9500 (M11 4E52), MOBILITY RADEON 9550 (M12 4E56),
RADEON 9500 (R300 4144), RADEON 9600 TX (R300 4146),
FireGL Z1 (R300 4147), RADEON 9700 PRO (R300 4E44),
RADEON 9500 PRO/9700 (R300 4E45), RADEON 9600 TX (R300 4E46),
FireGL X1 (R300 4E47), RADEON 9800 SE (R350 4148),
RADEON 9500 (R350 4149), RADEON 9550 (RV350 4153),
FireGL T2 (RV350 4154), RADEON 9600 (RV351 4155),
RADEON 9800 PRO (R350 4E48), RADEON 9800 (R350 4E49),
RADEON 9800 XT (R360 4E4A), FireGL X2-256/X2-256t (R350 4E4B),
MOBILITY FireGL T2/T2e (M10/M11 4E54), RADEON X300/X550 (RV370 5B60),
RADEON X600 (RV380 5B62), RADEON X550 (RV370 5B63),
FireGL V3100 (RV370 5B64), FireMV 2200 (RV370 5B65),
MOBILITY RADEON X300 (M22 5460), MOBILITY RADEON X300 (M22 5461),
MOBILITY RADEON X600 SE (M24 5462), MOBILITY FireGL V3100 (M22 5464),
RADEON X600/X550 Series (RV380 3E50), FireGL V3200 (RV380 3E54),
MOBILITY RADEON X600 (M24 3150), FireMV 2400 (RV380 3151),
MOBILITY RADEON X300 (M22 3152), MOBILITY FireGL V3200 (M24 3154),
RADEON X800 (R420 4A48), RADEON X800 PRO (R420 4A49),
RADEON X800 SE (R420 4A4A), RADEON X800 XT (R420 4A4B),
RADEON X800 (R420 4A4C), FireGL X3-256 (R420 4A4D),
MOBILITY RADEON 9800 (M18 4A4E), RADEON X800 SE (R420 4A4F),
RADEON X800 XT Platinum Edition (R420 4A50),
RADEON X800 VE (R420 4A54), RADEON X800 (R423 5548),
RADEON X800 GTO (R423 5549),
RADEON X800 XT Platinum Edition (R423 554A),
RADEON X800 GT (R423 554B), RADEON X800 XT (R423 5D57),
FireGL V7100 (R423 5550), FireGL V5100 (R423 5551),
MOBILITY RADEON X800 XT (M28 5D48), MOBILITY FireGL V5100 (M28 5D49),
MOBILITY RADEON X800 (M28 5D4A), RADEON X800 XL (R430 554D),
RADEON X800 GT (R430 554E), RADEON X800 GTO (R430 554F),
RADEON X850 XT Platinum Edition (R480 5D4D),
RADEON X800 GTO (R480 5D4F), FireGL V7200 (R480 5D50),
RADEON X850 XT (R480 5D52), RADEON X850 (R481 4B48),
RADEON X850 XT (R481 4B49), RADEON X850 SE (R481 4B4A),
RADEON X850 PRO (R481 4B4B),
RADEON X850 XT Platinum Edition (R481 4B4C),
MOBILITY FireGL V5000 (M26 564A), MOBILITY FireGL V5000 (M26 564B),
FireGL V5000 (RV410 5E48), RADEON X700 XT (RV410 5E4A),
RADEON X700 PRO (RV410 5E4B), RADEON X700 SE (RV410 5E4C),
RADEON X700 (RV410 5E4D), RADEON X700/X550 Series (RV410 5E4F),
MOBILITY RADEON X700 (M26 5652), MOBILITY RADEON X700 (M26 5653),
MOBILITY RADEON X700 XL (M26-XC 564F),
RADEON XPRESS 200 (RS400 5A41), RADEON XPRESS 200M (RS400 5A42),
RADEON XPRESS 200 (RS480 5954), RADEON XPRESS 200M (RS480 5955),
RADEON XPRESS 200 (RS482 5974), RADEON XPRESS 200M (RS482 5975),
RADEON XPRESS 200 (RC410 5A61), RADEON XPRESS 200M (RC410 5A62),
RADEON X1800 (R520 7100), MOBILITY RADEON X1800 XT (M58 7101),
MOBILITY RADEON X1800 (M58 7102), MOBILITY FireGL V7200 (M58 7103),
FireGL V7200 (R520 7104), FireGL V5300 (R520 7105),
MOBILITY FireGL V7100 (M58 7106), RADEON X1800 Series (R520 7108),
RADEON X1800 Series (R520 7109), RADEON X1800 Series (R520 710A),
RADEON X1800 Series (R520 710B), RADEON X1800 Series (R520 710C),
FireGL V7300 (R520 710E), FireGL V7350 (R520 710F),
RADEON X1300 PRO (RV505 7143), RADEON X1300 (RV505 7147),
MOBILITY RADEON X1300 (M52 714B), MOBILITY RADEON X1300 (M52 714C),
RADEON X1300 Series (RV505 715F), RADEON X1600 Series (RV515 7140),
RADEON X1300 Series (RV515 7142), MOBILITY FireGL (M54 GL 7144),
MOBILITY RADEON X1400 (M54 7145), RADEON X1300 Series (RV515 7146),
MOBILITY RADEON X1300 (M52 7149), MOBILITY RADEON X1300 (M52 714A),
RADEON X1300 Series (RV515 714D), RADEON X1300 Series (RV515 714E),
FireGL V3300 (RV515 7152), RADEON X1300 Series (RV515 715E),
RADEON X1300 (RV516 7180), RADEON X1600 Series (RV516 7181),
RADEON X1300 (RV516 7183), MOBILITY RADEON X1450 (M64P 7186),
RADEON X1300 (RV516 7187), MOBILITY RADEON X1350 (M62P 718B),
MOBILITY RADEON X1350 (M62CSP 718C),
MOBILITY RADEON X1450 (M64CSP 718D),
MOBILITY RADEON X1350 (M62S 7196), RADEON X1900 (R580 7240),
RADEON X1900 (R580 7243), RADEON X1900 (R580 7244),
RADEON X1900 (R580 7245), RADEON X1900 (R580 7246),
RADEON X1900 (R580 7247), RADEON X1900 (R580 7248),
RADEON X1900 (R580 7249), RADEON X1900 (R580 724A),
RADEON X1900 (R580 724B), RADEON X1900 (R580 724C),
RADEON X1900 (R580 724D), FireStream 2U (R580 724E),
FireStream 2U (R580 724F), RADEON X1600 Series (RV530 71C0),
RADEON X1600 Series (RV530 71C2), MOBILITY FireGL V5200 (M56 71C4),
MOBILITY RADEON X1600 (M56 71C5),
RADEON X1650 Series (RV530 XT2 71C6),
RADEON X1300 Series (RV530 PRO2 71CE), FireGL V3400 (RV530 71D2),
MOBILITY RADEON X1700 (M66-XT 71D6), FireGL V5200 (RV530 71DA),
RADEON X1600 Series (RV530 SE 71DE), RADEON Xpress 1200 (RS600 7941),
RADEON Xpress 1200 (RS600 7942)
(II) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.30.3
(II) ATI Proprietary Linux Driver Release Identifier: LGDr8.30g1
(II) ATI Proprietary Linux Driver Build Date: Oct 26 2006 08:05:19
(II) ATI Proprietary Linux Driver Build Information: autobuild-rel-r6-8.30.1.1.2.3-driver-lnx-x86-x86_64-302518
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
(--) Chipset RADEON X1300 Series (RV515 7146) 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 0xf0400000 - 0xf040ffff (0x10000) MX[B]
[5] -1 0 0xcfd00600 - 0xcfd006ff (0x100) MX[B]
[6] -1 0 0xcfd00400 - 0xcfd005ff (0x200) MX[B]
[7] -1 0 0xcfd00000 - 0xcfd003ff (0x400) MX[B]
[8] -1 0 0xf0510000 - 0xf051ffff (0x10000) MX[B](B)
[9] -1 0 0xf0500000 - 0xf050ffff (0x10000) MX[B](B)
[10] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[11] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[12] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[13] -1 0 0x000034f0 - 0x000034ff (0x10) IX[B]
[14] -1 0 0x0000382c - 0x0000382f (0x4) IX[B]
[15] -1 0 0x00003818 - 0x0000381f (0x8) IX[B]
[16] -1 0 0x00003828 - 0x0000382b (0x4) IX[B]
[17] -1 0 0x00003810 - 0x00003817 (0x8) IX[B]
[18] -1 0 0x000034e0 - 0x000034ef (0x10) IX[B]
[19] -1 0 0x00003824 - 0x00003824 (0x1) IX[B]
[20] -1 0 0x00003808 - 0x00003808 (0x1) IX[B]
[21] -1 0 0x00003820 - 0x00003820 (0x1) IX[B]
[22] -1 0 0x00003800 - 0x00003800 (0x1) IX[B]
[23] -1 0 0x00003400 - 0x0000343f (0x40) IX[B]
[24] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
[25] -1 0 0x000034a0 - 0x000034bf (0x20) IX[B]
[26] -1 0 0x00003480 - 0x0000349f (0x20) IX[B]
[27] -1 0 0x00003460 - 0x0000347f (0x20) IX[B]
[28] -1 0 0x00003440 - 0x0000345f (0x20) IX[B]
[29] -1 0 0x00001000 - 0x000010ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x81d34f0
(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 0xf0400000 - 0xf040ffff (0x10000) MX[B]
[5] -1 0 0xcfd00600 - 0xcfd006ff (0x100) MX[B]
[6] -1 0 0xcfd00400 - 0xcfd005ff (0x200) MX[B]
[7] -1 0 0xcfd00000 - 0xcfd003ff (0x400) MX[B]
[8] -1 0 0xf0510000 - 0xf051ffff (0x10000) MX[B](B)
[9] -1 0 0xf0500000 - 0xf050ffff (0x10000) MX[B](B)
[10] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[11] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[12] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[13] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x000034f0 - 0x000034ff (0x10) IX[B]
[17] -1 0 0x0000382c - 0x0000382f (0x4) IX[B]
[18] -1 0 0x00003818 - 0x0000381f (0x8) IX[B]
[19] -1 0 0x00003828 - 0x0000382b (0x4) IX[B]
[20] -1 0 0x00003810 - 0x00003817 (0x8) IX[B]
[21] -1 0 0x000034e0 - 0x000034ef (0x10) IX[B]
[22] -1 0 0x00003824 - 0x00003824 (0x1) IX[B]
[23] -1 0 0x00003808 - 0x00003808 (0x1) IX[B]
[24] -1 0 0x00003820 - 0x00003820 (0x1) IX[B]
[25] -1 0 0x00003800 - 0x00003800 (0x1) IX[B]
[26] -1 0 0x00003400 - 0x0000343f (0x40) IX[B]
[27] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
[28] -1 0 0x000034a0 - 0x000034bf (0x20) IX[B]
[29] -1 0 0x00003480 - 0x0000349f (0x20) IX[B]
[30] -1 0 0x00003460 - 0x0000347f (0x20) IX[B]
[31] -1 0 0x00003440 - 0x0000345f (0x20) IX[B]
[32] -1 0 0x00001000 - 0x000010ff (0x100) IX[B](B)
[33] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[34] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) fglrx(0): === [atiddxPreInit] === begin, [s]
(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.1.1, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.0
(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 "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) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(--) fglrx(0): Chipset: "RADEON X1300 Series (RV515 7146)" (Chipset = 0x7146)
(--) fglrx(0): (PciSubVendor = 0x1002, PciSubDevice = 0x2342)
(--) fglrx(0): board vendor info: original ATI graphics adapter
(--) fglrx(0): Linear framebuffer (phys) at 0xe0000000
(--) fglrx(0): MMIO registers at 0xf0500000
(==) 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: RV515
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Reloading /usr/lib/xorg/modules/linux/libdrm.so
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmGetBusid returned ''
(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.30.3
ABI class: X.Org Server Extension, version 0.3
(II) fglrx(0): ATI Video BIOS revision 9 or later detected
(--) fglrx(0): VideoRAM: 262144 kByte, Type: DDR2
(II) fglrx(0): PCIE card detected
(II) fglrx(0): board/chipset is supported by this driver (original ATI board)
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/lib/xorg/modules/libddc.so
(II) fglrx(0): Connected Display1: CRT on primary DAC [crt1]
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: CPQ Model: 1320 Serial#: 1110585394
(II) fglrx(0): Year: 1997 Week: 7
(II) fglrx(0): EDID Version: 1.1
(II) fglrx(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
(II) fglrx(0): Sync: Separate
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 32 vert.: 24
(II) fglrx(0): Gamma: 2.60
(II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) fglrx(0): redX: 0.625 redY: 0.340 greenX: 0.280 greenY: 0.595
(II) fglrx(0): blueX: 0.151 blueY: 0.070 whiteX: 0.281 whiteY: 0.311
(II) fglrx(0): Supported VESA Video Modes:
(II) fglrx(0): 720x400@70Hz
(II) fglrx(0): 640x480@60Hz
(II) fglrx(0): 640x480@75Hz
(II) fglrx(0): 800x600@60Hz
(II) fglrx(0): 800x600@75Hz
(II) fglrx(0): 832x624@75Hz
(II) fglrx(0): 1024x768@60Hz
(II) fglrx(0): 1024x768@75Hz
(II) fglrx(0): 1280x1024@75Hz
(II) fglrx(0): 1152x870@75Hz
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported Future Video Modes:
(II) fglrx(0): #0: hsize: 1600 vsize 1200 refresh: 65 vid: 17833
(II) fglrx(0): #1: hsize: 1280 vsize 1024 refresh: 85 vid: 39297
(II) fglrx(0): #2: hsize: 1024 vsize 768 refresh: 85 vid: 22881
(II) fglrx(0): #3: hsize: 800 vsize 600 refresh: 85 vid: 22853
(II) fglrx(0): #4: hsize: 640 vsize 480 refresh: 85 vid: 22833
(II) fglrx(0): Ranges: V min: 48 V max: 150 Hz, H min: 30 H max: 92 kHz,
(II) fglrx(0): Serial No: 707CA10MB202
(II) fglrx(0): Monitor name: P70
(II) fglrx(0): End of Display1 EDID data --------------------
(EE) fglrx(0): PreInitDAL failed
(EE) fglrx(0): PreInit failed
(II) fglrx(0): === [atiddxPreInit] === end
Backtrace:
0: /usr/bin/X(xf86SigHandler+0x81) [0x80bfe9c]
1: [0xb7f35420]
2: /usr/lib/xorg/modules/drivers/fglrx_drv.so(atiddxFreeScreen+0x33) [0xb72ba873]
3: /usr/bin/X(xf86DeleteScreen+0x6f) [0x80cd700]
4: /usr/bin/X(InitOutput+0xa12) [0x809df58]
5: /usr/bin/X(main+0x277) [0x806e4db]
6: /lib/libc.so.6(__libc_start_main+0xdc) [0xb7cd5864]
7: /usr/bin/X(FontFileCompleteXLFD+0xa1) [0x806da41]
Fatal server error:
Caught signal 11. Server aborting
-------------------------------------------------------
After having recompiled back to actual kernel / xserver / ati driver I will try again, to startx with the correct busid setting and report back. Perhaps it also would be bether to leave away the tvout (secondary screen/device/monitor layout) just to simplify as much as possible ?
I am starting to ask myself wether it would be a good idea to unplug the ati card and try what happens with only the onboard intel i915 graphic chip. But this should be the last solution.. |
|
| Back to top |
|
 |
Elleni Veteran

Joined: 23 May 2006 Posts: 1261
|
Posted: Tue Dec 05, 2006 1:21 am Post subject: |
|
|
Ok, back again.
Now nothing helped. I tried out different ati-drivers and kernel versions. Always the same ...
The driver(s) load(s) normally at boot, but when starting x ... crash..
I tried wether I get a starting x with xorg 7.0-r1, xorg-server 1.0.2-r7... nothing. I tried different versions of ati-drivers and x11-drm.. nothing. I even emerged the unstable 2.6.19-r1 kerenel. With this one the drm modules did not build. But with all the other kernels (I tried 2.6.17-r9, 2.6.18-r3) there is the same result. With the 2.6.17-r9 not even vesa started
Following the Xorg.0.log when using the radeon module at the Section Device: Card0 (Screen0 instead of aticonfig-Screen0 in Section: Serverlayout plus commenting out the following line in xorg.conf)
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux localhost 2.6.18-gentoo-r3 #18 SMP PREEMPT Tue Dec 5 01:18:45 CET 2006 i686
Build Date: 05 December 2006
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: Tue Dec 5 01:43:20 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.Org Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Mouse"
(==) |-->Input Device "Mouse"
(WW) The core pointer device wasn't specified explicitly in the layout.
Using the first mouse device.
(**) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/corefonts,
/usr/share/fonts/default/ghostscript
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/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) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2580 card 103c,3006 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2581 card 0000,0000 rev 04 class 06,04,00 hdr 01
(II) PCI: 00:1c:0: chip 8086,2660 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,2662 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2658 card 103c,3006 rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2659 card 103c,3006 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,265a card 103c,3006 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,265b card 103c,3006 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,265c card 103c,3006 rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev d3 class 06,04,01 hdr 81
(II) PCI: 00:1e:2: chip 8086,266e card 103c,3006 rev 03 class 04,01,00 hdr 00
(II) PCI: 00:1f:0: chip 8086,2640 card 0000,0000 rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,266f card 103c,3006 rev 03 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,2651 card 103c,3006 rev 03 class 01,01,8f hdr 00
(II) PCI: 01:00:0: chip 1002,7146 card 1002,2342 rev 00 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,7166 card 1002,2343 rev 00 class 03,80,00 hdr 00
(II) PCI: 40:00:0: chip 14e4,1677 card 103c,3006 rev 01 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,64), 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 (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x00001000 - 0x00001fff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xf0500000 - 0xf07fffff (0x300000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xe0000000 - 0xf01fffff (0x10200000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 32: bridge is at (0:28:0), (0,32,32), BCTRL: 0x0006 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 64: bridge is at (0:28:1), (0,64,64), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 64 non-prefetchable memory range:
[0] -1 0 0xf0200000 - 0xf04fffff (0x300000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:30:0), (0,5,5), BCTRL: 0x0006 (VGA_EN is cleared)
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) ATI Technologies Inc RV515 [Radeon X1300] rev 0, Mem @ 0xe0000000/28, 0xf0500000/16, I/O @ 0x1000/8
(--) PCI: (1:0:1) ATI Technologies Inc RV515 [Radeon X1300] (Secondary) rev 0, Mem @ 0xf0510000/16
(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 0xf0400000 - 0xf040ffff (0x10000) MX[B]
[1] -1 0 0xcfd00600 - 0xcfd006ff (0x100) MX[B]
[2] -1 0 0xcfd00400 - 0xcfd005ff (0x200) MX[B]
[3] -1 0 0xcfd00000 - 0xcfd003ff (0x400) MX[B]
[4] -1 0 0xf0510000 - 0xf051ffff (0x10000) MX[B](B)
[5] -1 0 0xf0500000 - 0xf050ffff (0x10000) MX[B](B)
[6] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[7] -1 0 0x000034f0 - 0x000034ff (0x10) IX[B]
[8] -1 0 0x0000382c - 0x0000382f (0x4) IX[B]
[9] -1 0 0x00003818 - 0x0000381f (0x8) IX[B]
[10] -1 0 0x00003828 - 0x0000382b (0x4) IX[B]
[11] -1 0 0x00003810 - 0x00003817 (0x8) IX[B]
[12] -1 0 0x000034e0 - 0x000034ef (0x10) IX[B]
[13] -1 0 0x00003824 - 0x00003824 (0x1) IX[B]
[14] -1 0 0x00003808 - 0x00003808 (0x1) IX[B]
[15] -1 0 0x00003820 - 0x00003820 (0x1) IX[B]
[16] -1 0 0x00003800 - 0x00003800 (0x1) IX[B]
[17] -1 0 0x00003400 - 0x0000343f (0x40) IX[B]
[18] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
[19] -1 0 0x000034a0 - 0x000034bf (0x20) IX[B]
[20] -1 0 0x00003480 - 0x0000349f (0x20) IX[B]
[21] -1 0 0x00003460 - 0x0000347f (0x20) IX[B]
[22] -1 0 0x00003440 - 0x0000345f (0x20) IX[B]
[23] -1 0 0x00001000 - 0x000010ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xf0400000 - 0xf040ffff (0x10000) MX[B]
[1] -1 0 0xcfd00600 - 0xcfd006ff (0x100) MX[B]
[2] -1 0 0xcfd00400 - 0xcfd005ff (0x200) MX[B]
[3] -1 0 0xcfd00000 - 0xcfd003ff (0x400) MX[B]
[4] -1 0 0xf0510000 - 0xf051ffff (0x10000) MX[B](B)
[5] -1 0 0xf0500000 - 0xf050ffff (0x10000) MX[B](B)
[6] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[7] -1 0 0x000034f0 - 0x000034ff (0x10) IX[B]
[8] -1 0 0x0000382c - 0x0000382f (0x4) IX[B]
[9] -1 0 0x00003818 - 0x0000381f (0x8) IX[B]
[10] -1 0 0x00003828 - 0x0000382b (0x4) IX[B]
[11] -1 0 0x00003810 - 0x00003817 (0x8) IX[B]
[12] -1 0 0x000034e0 - 0x000034ef (0x10) IX[B]
[13] -1 0 0x00003824 - 0x00003824 (0x1) IX[B]
[14] -1 0 0x00003808 - 0x00003808 (0x1) IX[B]
[15] -1 0 0x00003820 - 0x00003820 (0x1) IX[B]
[16] -1 0 0x00003800 - 0x00003800 (0x1) IX[B]
[17] -1 0 0x00003400 - 0x0000343f (0x40) IX[B]
[18] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
[19] -1 0 0x000034a0 - 0x000034bf (0x20) IX[B]
[20] -1 0 0x00003480 - 0x0000349f (0x20) IX[B]
[21] -1 0 0x00003460 - 0x0000347f (0x20) IX[B]
[22] -1 0 0x00003440 - 0x0000345f (0x20) IX[B]
[23] -1 0 0x00001000 - 0x000010ff (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 0xf0400000 - 0xf040ffff (0x10000) MX[B]
[5] -1 0 0xcfd00600 - 0xcfd006ff (0x100) MX[B]
[6] -1 0 0xcfd00400 - 0xcfd005ff (0x200) MX[B]
[7] -1 0 0xcfd00000 - 0xcfd003ff (0x400) MX[B]
[8] -1 0 0xf0510000 - 0xf051ffff (0x10000) MX[B](B)
[9] -1 0 0xf0500000 - 0xf050ffff (0x10000) MX[B](B)
[10] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[11] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[12] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[13] -1 0 0x000034f0 - 0x000034ff (0x10) IX[B]
[14] -1 0 0x0000382c - 0x0000382f (0x4) IX[B]
[15] -1 0 0x00003818 - 0x0000381f (0x8) IX[B]
[16] -1 0 0x00003828 - 0x0000382b (0x4) IX[B]
[17] -1 0 0x00003810 - 0x00003817 (0x8) IX[B]
[18] -1 0 0x000034e0 - 0x000034ef (0x10) IX[B]
[19] -1 0 0x00003824 - 0x00003824 (0x1) IX[B]
[20] -1 0 0x00003808 - 0x00003808 (0x1) IX[B]
[21] -1 0 0x00003820 - 0x00003820 (0x1) IX[B]
[22] -1 0 0x00003800 - 0x00003800 (0x1) IX[B]
[23] -1 0 0x00003400 - 0x0000343f (0x40) IX[B]
[24] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
[25] -1 0 0x000034a0 - 0x000034bf (0x20) IX[B]
[26] -1 0 0x00003480 - 0x0000349f (0x20) IX[B]
[27] -1 0 0x00003460 - 0x0000347f (0x20) IX[B]
[28] -1 0 0x00003440 - 0x0000345f (0x20) IX[B]
[29] -1 0 0x00001000 - 0x000010ff (0x100) IX[B](B)
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "drm"
(II) Reloading /usr/lib/xorg/modules/linux/libdrm.so
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 7.1.1, 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: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.1.1, 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: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 7.1.1, 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/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 7.1.1, 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/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 7.1.1, 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: "radeon"
(II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 4.2.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "ati"
(II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
(II) Module ati: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 6.6.3
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.1.1, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) ATI: ATI driver (version 6.6.3) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets:
ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
ATI Rage 128 Pro ULTRA TU (AGP?)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
ATI ES1000 515E (PCI), ATI ES1000 5969 (PCI),
ATI Radeon Mobility M7 LW (AGP),
ATI Mobility FireGL 7800 M7 LX (AGP),
ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
ATI Radeon IGP330/340/350 (A4) 4137,
ATI Radeon IGP330M/340M/350M (U2) 4337,
ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
ATI Radeon Mobility 9000 (M9) Lf (AGP),
ATI Radeon Mobility 9000 (M9) Lg (AGP),
ATI Radeon 9100 IGP (A5) 5834,
ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
ATI Radeon Mobility 9200 IGP 7835, ATI Radeon 9250 5960 (AGP),
ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),
ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
ATI FireGL RV360 AV (AGP),
ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
ATI Radeon Mobility 9600 (M10) NQ (AGP),
ATI Radeon Mobility 9600 (M11) NR (AGP),
ATI Radeon Mobility 9600 (M10) NS (AGP),
ATI FireGL Mobility T2 (M10) NT (AGP),
ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon 9650,
ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP),
ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP),
ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
ATI Radeon X600 (RV380) 3E50 (PCIE),
ATI FireGL V3200 (RV380) 3E54 (PCIE),
ATI Radeon Mobility X600 (M24) 3150 (PCIE),
ATI Radeon Mobility X300 (M24) 3152 (PCIE),
ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),
ATI Radeon X600 (RV370) 5B62 (PCIE),
ATI Radeon X550 (RV370) 5B63 (PCIE),
ATI FireGL V3100 (RV370) 5B64 (PCIE),
ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
ATI Radeon Mobility X300 (M22) 5460 (PCIE),
ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
ATI FireGL M22 GL 5464 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE),
ATI Radeon XPRESS 200M 5A42 (PCIE),
ATI Radeon XPRESS 200 5A61 (PCIE),
ATI Radeon XPRESS 200M 5A62 (PCIE),
ATI Radeon XPRESS 200 5954 (PCIE),
ATI Radeon XPRESS 200M 5955 (PCIE),
ATI Radeon XPRESS 200 5974 (PCIE),
ATI Radeon XPRESS 200M 5975 (PCIE), ATI FireGL V5000 (RV410) (PCIE),
ATI Mobility FireGL V5000 (M26) (PCIE),
ATI Mobility FireGL V5000 (M26) (PCIE),
ATI Mobility Radeon X700 XL (M26) (PCIE),
ATI Mobility Radeon X700 (M26) (PCIE),
ATI Mobility Radeon X700 (M26) (PCIE),
ATI Radeon X700 PRO (RV410) (PCIE),
ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE),
ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP),
ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
ATI Radeon Mobility 9800 (M18) JN (AGP),
ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 SE (R420) (AGP),
ATI Radeon AIW X800 VE (R420) JT (AGP),
ATI Radeon X800 (R423) UH (PCIE),
ATI Radeon X800PRO (R423) UI (PCIE),
ATI Radeon X800LE (R423) UJ (PCIE),
ATI Radeon X800SE (R423) UK (PCIE),
ATI FireGL V5100 (R423) UQ (PCIE),
ATI FireGL unknown (R423) UR (PCIE),
ATI FireGL unknown (R423) UT (PCIE),
ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V7100 (R423) (PCIE),
ATI Mobility FireGL V5100 (M28) (PCIE),
ATI Mobility Radeon X800 (M28) (PCIE),
ATI Mobility Radeon X800 XT (M28) (PCIE),
ATI Radeon X800 (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 XTP (R430) (PCIE),
ATI Radeon X850 5D4C (PCIE),
ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
ATI Radeon X850 XT (R480) (PCIE),
ATI Radeon X850 XT PE (R480) (PCIE),
ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP)
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found
(EE) No devices detected.
Fatal server error:
no screens found
----------------------------------
- Is there any alternative that could also work besides of the vesa driver ? I mean even when scrolling down a window vesa is annoying slow. (though at least it starts me an x )
- Perhaps it also would be bether to leave away the tvout (secondary screen/device/monitor layout) or even unneded modules in xorg.conf just to simplify as much as possible ?
- I am starting to ask myself wether it would be a good idea to unplug the ati card and try what happens with only the onboard intel i915 graphic chip. I mean fglrx and radeon driver don't work so it seems to be a general problem ? Or is indeed the presence of two graphic chips the source of this strange behaviour that never occured before this world update.
- As it is not only the closed source driver but also the opensource driver, could there be another config problem on my system ? Ex. Kernel konfiguration or make.conf.
- As said before I find it also a strange behaviour that I cannot initially login as root in gdm. It kicks me out immediately. But when logging in as user, I can switch to root and login without crash. I mention that as this perhaps also helps to identifie the problem...
But I think for the mom I did what I can and wait for further instructions.
I would be very thankfull for at least a fix that would allow me to work normally till there is a solution. |
|
| Back to top |
|
 |
XenoTerraCide Veteran


Joined: 18 Jan 2004 Posts: 1418 Location: MI, USA
|
Posted: Tue Dec 05, 2006 2:06 am Post subject: |
|
|
is there an xorg.conf in all that? you should use "code" tags. anyway radeon driver?
| Code: |
# **********************************************************************
# Graphics device section
# **********************************************************************
Section "Device"
Identifier "radeon8500"
Driver "radeon"
Option "AGPMode" "4"
EndSection
| you can leave agpmode out if you like. but that's it that's all you need X will detect what's best for you. so unless you have a reason to manually specify bus ID's and such. DON'T. oh and I could replace driver with fglrx and it would work just as well. _________________ I don't hang out here anymore, try asking on http://unix.stackexchange.com/ if you want my help. |
|
| Back to top |
|
 |
Elleni Veteran

Joined: 23 May 2006 Posts: 1261
|
Posted: Tue Dec 05, 2006 2:15 am Post subject: |
|
|
Hm, I am afraid u did not read my whole thread my friend, as the xorg.conf is posted
First - I have a Testsystem Intel PIII with a ATI Radeon 8500. And there the radeon driver with x11-drm gives me direct rendering. Everything perfectly.
On this system here with my Pciexpress ATI Radeon X1300LE also everything worked fine for months now. I didnot make a world Update till summer as I need this system productive. Now I did this emerge world and ended up with x not starting.
The posted xorg.conf worked before with fglrx and dualscreen with tvout. Now as described I downloaded an actual livecd and setup my system from the beginning. And the problem still persists. (about three days of emerging for nothing ) I can only use vesa to get x started and again. Before I could simply switch between open source and closed source driver by changing /etc/modules...autoloadbla.../kernel-2.6 and naturelly in xorg.conf from fglrx to radeon and vice versa.
Thanks for trying to help. Need a faster solution/fix.. 
Last edited by Elleni on Tue Dec 05, 2006 2:25 am; edited 1 time in total |
|
| Back to top |
|
 |
XenoTerraCide Veteran


Joined: 18 Jan 2004 Posts: 1418 Location: MI, USA
|
Posted: Tue Dec 05, 2006 2:22 am Post subject: |
|
|
did your kernel update? do you have pcie in your kernel? did everything go well with emerging ati-drivers? did you try to remove things from you xorg.conf? like I suggested. what packages were updated when you updated? what version of ati-drivers are you running? have you tried the latest unstable? _________________ I don't hang out here anymore, try asking on http://unix.stackexchange.com/ if you want my help. |
|
| Back to top |
|
 |
Elleni Veteran

Joined: 23 May 2006 Posts: 1261
|
Posted: Tue Dec 05, 2006 2:35 am Post subject: |
|
|
I apreciate your help but most answers are found in the post.
| XenoTerraCide wrote: | | did your kernel update? do you have pcie in your kernel? did everything go well with emerging ati-drivers? did you try to remove things from you xorg.conf? like I suggested. what packages were updated when you updated? what version of ati-drivers are you running? have you tried the latest unstable? |
kernel is updated. option pcie is compiled in kernel. emerging ati-drivers also no prob. Right now I am using richfish s xorg.conf he provided in this post and I also commented out the pcibusid line. No effect. X still doesnt start wether with fglrx nor with radeon but only with vesa
I set up the system from live cd. There I have choosen no additional packages. Nothing. Then I did an emerge sync && emerge world update. After that I built a new kernel (I mean I did that quite some times. Its not the first time I setup gentoo..)
After that xorg server, atidriver and x11-drm and all the rest...
As described the modules are loaded at boot this is not the problem.
But x starts only if using vesa.
Detailed logs are posted when trying to startx with fglrx or radeon driver. And yeah, I tried almost every driver version of ati. At the moment I am using the unstable 8.30.3-r1, kernel gentoo sources 2.6.18-r3, Xorg-X11 7.1.
I mean everything is actual. emerge -depclean and world and revdep-rebuild tell me that there are no outdated packages.
Once again. The xorg.conf worked before the update. And it was patched bei the aticonfig utility comming with the driver.
And if you read, I was also asking wether the posted xorg.conf could be simplyfied. For example deleting the whole aticonfig stuff and/or some modules...
Last edited by Elleni on Tue Dec 05, 2006 3:47 am; edited 2 times in total |
|
| Back to top |
|
 |
richfish Apprentice

Joined: 03 Mar 2006 Posts: 202 Location: Phoenix, AZ
|
Posted: Tue Dec 05, 2006 2:35 am Post subject: |
|
|
| Elleni wrote: | | The driver(s) load(s) normally at boot, but when starting x ... crash.. |
Let's try simplifying your configuration a bit. Try using the following as your xorg.conf file:
| Code: | Section "ServerLayout"
Identifier "RJF configured"
Screen 0 "screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "glx"
Load "type1"
Load "freetype"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
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"
EndSection
Section "InputDevice"
Identifier "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 "Monitor"
Identifier "Monitor0"
Option "DPMS"
# HorizSync 28.0 - 96.0 # DDC should detect
# VertRefresh 50.0 - 75.0 # DDC should detect
EndSection
Section "Device"
Identifier "ati0"
Driver "fglrx"
BusID "PCI:1:0:0"
#Option "ForceMonitors" "notv" # TRY UNCOMMENTING ME
EndSection
Section "Screen"
Identifier "screen0"
Device "ati0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
|
Notice the ForceMonitors option...if this doesn't work, try uncommenting that.
| Elleni wrote: |
- Is there any alternative that could also work besides of the vesa driver ? I mean even when scrolling down a window vesa is annoying slow. (though at least it starts me an x ) |
Your other choice is vga, which is worse.
| Elleni wrote: |
- Perhaps it also would be bether to leave away the tvout (secondary screen/device/monitor layout) or even unneded modules in xorg.conf just to simplify as much as possible ? |
I agree!!
| Elleni wrote: | | - I am starting to ask myself wether it would be a good idea to unplug the ati card and try what happens with only the onboard intel i915 graphic chip. I mean fglrx and radeon driver don't work so it seems to be a general problem ? Or is indeed the presence of two graphic chips the source of this strange behaviour that never occured before this world update. |
Maybe...if it doesn't work with the simplest of configurations, this is something to try.
Note this config should work for either fglrx or radeon...just switch the driver name.
| Elleni wrote: | | - As said before I find it also a strange behaviour that I cannot initially login as root in gdm. It kicks me out immediately. But when logging in as user, I can switch to root and login without crash. I mention that as this perhaps also helps to identifie the problem... |
Doesn't seem related. Maybe a pam issue or something else, but certainly not related to getting X started. You'll probably want to create a separate thread for some gdm expertise on this one. |
|
| Back to top |
|
 |
Elleni Veteran

Joined: 23 May 2006 Posts: 1261
|
Posted: Tue Dec 05, 2006 2:59 am Post subject: |
|
|
| richfish wrote: | Let's try simplifying your configuration a bit. Try using the following as your xorg.conf file:
|
done. Unfortunatelly the result is the same. Same error messages with or without the commented out option and with radeon and fglrx driver. So I started again the vesa driver to get x and post here
| richfish wrote: |
Your other choice is vga, which is worse.  |
Hm, pitty.. Thought something like fbdev could help, but ok then I stay with vesa till we find a fix. Grmpf, I mean its a freshly setup gentoo from live cd... I dont understand this.. did this more then once and did it some days before on my old pentiumII System with an old Radeon card and everything was fine. And on the other side this card did also work with drm till last worldupdate *whyne, whyne*
| richfish wrote: | | Doesn't seem related. Maybe a pam issue or something else, but certainly not related to getting X started. You'll probably want to create a separate thread for some gdm expertise on this one. |
OK, but lets first fix this one. *crossing fingers and hoping there is a solution*  |
|
| Back to top |
|
 |
XenoTerraCide Veteran


Joined: 18 Jan 2004 Posts: 1418 Location: MI, USA
|
Posted: Tue Dec 05, 2006 3:08 am Post subject: |
|
|
| Quote: | (II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found
(EE) No devices detected. | remove the bus line. xorg knows what it's doing.
oh and if you aren't you should probably be running ati-drivers ~8.30.3
I think I had a problem with the latest stable and the 2.6.18 kernel, and I think it was resolved by the latest ati-drivers. _________________ I don't hang out here anymore, try asking on http://unix.stackexchange.com/ if you want my help. |
|
| Back to top |
|
 |
Elleni Veteran

Joined: 23 May 2006 Posts: 1261
|
Posted: Tue Dec 05, 2006 3:18 am Post subject: |
|
|
Right now I am doing an emerge sync again as I am hoping that this is a generell bug. As mentioned right now I am using the acutal unstable drivers (8.30.3) and also as said before. The aticonfig utility from the fglrx driver patched the xorg.conf and its not me who wrote the busid setting. But I also tried out without busid setting and x still only starts with vesa.
As its getting very late here I am getting tired. I will look in here tommorrow for further help.
Perhaps - just in case I will try that out. For the intel i915 Chip I load i915 instead of radeon or fglrx in modules/autoloadblablub/kernel-2.6, right ? And in Xorg.conf it would be i810, is that correct ?
Still frustrated gentoo newb goes sleeping. Its very late here  |
|
| Back to top |
|
 |
XenoTerraCide Veteran


Joined: 18 Jan 2004 Posts: 1418 Location: MI, USA
|
Posted: Tue Dec 05, 2006 3:25 am Post subject: |
|
|
I must have missed you saying that... and I went and reread the thread. and the xorg.0.log was the same when you removed the bus line? or different? frankly it doesn't matter whether some crappy application put it in or you. sometimes the apps get it right sometimes they don't it's that simple. _________________ I don't hang out here anymore, try asking on http://unix.stackexchange.com/ if you want my help. |
|
| Back to top |
|
 |
Elleni Veteran

Joined: 23 May 2006 Posts: 1261
|
Posted: Tue Dec 05, 2006 3:27 am Post subject: |
|
|
| Sorry, but I think you miss the point. It also doesnt work without this BusID Option. Xserver just doesnt start with fglrx and radeon drivers although they are built and loaded at boot... |
|
| Back to top |
|
 |
XenoTerraCide Veteran


Joined: 18 Jan 2004 Posts: 1418 Location: MI, USA
|
Posted: Tue Dec 05, 2006 4:13 am Post subject: |
|
|
your probably right... I am missing the point. the point is your X doesn't work. it used to and you have no idea why. you have no logs anymore of what changed in that update because you didn't look. so it could be any great number of things. pardon me for trying to narrow down the possibilities. obviously this isn't a configuration problem and your entire system is configured absolutely 100% without doubt correctly. therefore you should file a bug with ati and another with the X developers on freedesktop.org.
listen I know it doesn't work if you remove that line. but does THAT error go away? You may have more than one problem. oh and check your kernel logs to see if they show anything. _________________ I don't hang out here anymore, try asking on http://unix.stackexchange.com/ if you want my help. |
|
| Back to top |
|
 |
Elleni Veteran

Joined: 23 May 2006 Posts: 1261
|
Posted: Tue Dec 05, 2006 4:33 am Post subject: |
|
|
Yes you are right that I dont know what was updated at that world update. But as now I have setup a new system and the problem persists it seems to be a bug. I never filed a bug so I will first have to find information on how one does that correctly. I will do that tommorrow.
As for the PCI Bus ID. No, THAT error does not go away. Xorg log still shows same messages as posted above.
Sorry for not having get your point before Xeno. But now I understand..
I ll catch some sleep and then I ll look for filling a bug.
And I also want to apologize for not beeing patient at the beginning. But in my frustration (need my x back ) I should be happy for every helping hand... |
|
| Back to top |
|
 |
Elleni Veteran

Joined: 23 May 2006 Posts: 1261
|
Posted: Tue Dec 05, 2006 5:05 am Post subject: |
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=9250
My first bug
As xserver also has problems with the opensource radeon driver now I am not sure wether to fill another bug to ati or bether wait for an answer first... |
|
| Back to top |
|
 |
Elleni Veteran

Joined: 23 May 2006 Posts: 1261
|
Posted: Tue Dec 05, 2006 5:25 am Post subject: |
|
|
| XenoTerraCide wrote: | | oh and check your kernel logs to see if they show anything. |
How can I do that ?  |
|
| Back to top |
|
 |
richfish Apprentice

Joined: 03 Mar 2006 Posts: 202 Location: Phoenix, AZ
|
Posted: Tue Dec 05, 2006 6:54 am Post subject: |
|
|
Ok, one last idea from me on the fglrx front: what, if any, framebuffer drivers did you enable in the kernel? If you turned on "ATI Radeon display support", you could be trying to drive the same hardware with two different drivers which could cause a problem, obviously. In fact for now I would suggest *no* frame buffer drivers, and just boot with a plain-text console (Turn off "Support for frame buffer devices").
| Elleni wrote: | | Perhaps - just in case I will try that out. For the intel i915 Chip I load i915 instead of radeon or fglrx in modules/autoloadblablub/kernel-2.6, right ? And in Xorg.conf it would be i810, is that correct ? |
Don't worry about putting *anything* in /etc/modules.autoload.d/kernel-2.6 as far as graphics are concerned at this point. The only kernel modules that would be loaded would be either for framebuffer support (and see above, let's leave that alone for now!), or DRI/hardware 3D support. For basic operation, you don't need DRI.
Setting the Driver to i810 in xorg.conf should be plenty sufficient, assuming you have xf86-video-i810 merged. You should have this if you have no VIDEO_CARDS setting in /etc/make.conf, or if you _do_ have VIDEO_CARDS, add i810 to it and do "emerge -DNv world".
HTH. |
|
| Back to top |
|
 |
richfish Apprentice

Joined: 03 Mar 2006 Posts: 202 Location: Phoenix, AZ
|
Posted: Tue Dec 05, 2006 6:55 am Post subject: |
|
|
| Elleni wrote: | | XenoTerraCide wrote: | | oh and check your kernel logs to see if they show anything. |
How can I do that ?  |
dmesg |
|
| Back to top |
|
 |
Xamindar Veteran


Joined: 03 Oct 2004 Posts: 1155 Location: California
|
Posted: Tue Dec 05, 2006 9:39 am Post subject: |
|
|
| I'm having a similar problem after doing a world update. X starts but it seems that gdm freezes, nothing appears on the screen and the cursor is just a little clock. Very annoying. |
|
| Back to top |
|
 |
Elleni Veteran

Joined: 23 May 2006 Posts: 1261
|
Posted: Tue Dec 05, 2006 1:40 pm Post subject: |
|
|
ok, the filed bug at freedesktop is because my Radeon is not yet supported. Here s the text they wrote:
------- Additional comment #1 from Alex Deucher on 2006-12-04 22:08 [reply] -------
The xorg radeon driver does not support the new avivo based radeons (X1x00).
They have a completely new display engine that is not compatible with the older
one. Until ati releases specs, we will not have support. Your only options are
vesa and fglrx. You'll have to take up the fglrx issues with ati.
------------------------------------------------------------------------------------------------------
Ok so lets forget radeon opensource drivers for the mom.
Framebuffer is anyway not adviced to be turned on when following the guides on howto install atis driver. So I left it deactivated.
Following the output of dmesg. Do you need anything more to see wether I missed something while setting up gentoo ?
dmesg
Linux version 2.6.18-gentoo-r3 (root@localhost) (gcc version 4.1.1 (Gentoo 4.1.1-r1)) #18 SMP PREEMPT Tue Dec 5 01:18:45 CET 2006
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000003ffe4000 (usable)
BIOS-e820: 000000003ffe4000 - 0000000040000000 (reserved)
BIOS-e820: 00000000d0000000 - 00000000e0000000 (reserved)
BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
Warning only 896MB will be used.
Use a HIGHMEM enabled kernel.
896MB LOWMEM available.
found SMP MP-table at 000fe700
On node 0 totalpages: 229376
DMA zone: 4096 pages, LIFO batch:0
Normal zone: 225280 pages, LIFO batch:31
DMI 2.3 present.
ACPI: RSDP (v000 COMPAQ ) @ 0x000e9c10
ACPI: RSDT (v001 COMPAQ CPQ0968 0x20040616 0x00000000) @ 0x3fff4040
ACPI: FADT (v001 COMPAQ GRANTSD 0x00000001 0x00000000) @ 0x3fff40ec
ACPI: SSDT (v001 COMPAQ PROJECT 0x00000001 MSFT 0x0100000e) @ 0x3fff55e1
ACPI: MADT (v001 COMPAQ GRANTSD 0x00000001 0x00000000) @ 0x3fff4160
ACPI: ASF! (v032 COMPAQ GRANTSD 0x00000001 0x00000000) @ 0x3fff41c8
ACPI: MCFG (v001 COMPAQ GRANTSD 0x00000001 0x00000000) @ 0x3fff422b
ACPI: DSDT (v001 COMPAQ DSDT 0x00000001 MSFT 0x0100000e) @ 0x00000000
ACPI: PM-Timer IO Port: 0xf808
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Processor #0 15:4 APIC version 20
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
Processor #1 15:4 APIC version 20
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Enabling APIC mode: Flat. Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 50000000 (gap: 40000000:90000000)
Detected 3192.288 MHz processor.
Built 1 zonelists. Total pages: 229376
Kernel command line: root=/dev/sda3
mapped APIC to ffffd000 (fee00000)
mapped IOAPIC to ffffc000 (fec00000)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 16384 bytes)
Console: colour VGA+ 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 904888k/917504k available (2740k kernel code, 12212k reserved, 990k data, 180k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 6387.14 BogoMIPS (lpj=3193574)
Mount-cache hash table entries: 512
CPU: After generic identify, caps: bfebfbff 00000000 00000000 00000000 0000441d 00000000 00000000
CPU: After vendor identify, caps: bfebfbff 00000000 00000000 00000000 0000441d 00000000 00000000
monitor/mwait feature present.
using mwait in idle threads.
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 1024K
CPU: Physical Processor ID: 0
CPU: After all inits, caps: bfebfbff 00000000 00000000 00000180 0000441d 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU0: Intel P4/Xeon Extended MCE MSRs (12) available
Compat vDSO mapped to ffffe000.
Checking 'hlt' instruction... OK.
Freeing SMP alternatives: 16k freed
ACPI: Core revision 20060707
CPU0: Intel(R) Pentium(R) 4 CPU 3.20GHz stepping 01
Booting processor 1/1 eip 2000
Initializing CPU#1
Calibrating delay using timer specific routine.. 6383.11 BogoMIPS (lpj=3191556)
CPU: After generic identify, caps: bfebfbff 00000000 00000000 00000000 0000441d 00000000 00000000
CPU: After vendor identify, caps: bfebfbff 00000000 00000000 00000000 0000441d 00000000 00000000
monitor/mwait feature present.
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 1024K
CPU: Physical Processor ID: 0
CPU: After all inits, caps: bfebfbff 00000000 00000000 00000180 0000441d 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
CPU1: Intel P4/Xeon Extended MCE MSRs (12) available
CPU1: Intel(R) Pentium(R) 4 CPU 3.20GHz stepping 01
Total of 2 processors activated (12770.26 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
checking TSC synchronization across 2 CPUs: passed.
Brought up 2 CPUs
migration_cost=37
HP Compaq Laptop series board detected. Selecting BIOS-method for reboots.
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: Using MMCONFIG
Setting up standard PCI resources
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
ACPI: Assume root bridge [\_SB_.PCI0] bus is 0
PCI quirk: region f800-f87f claimed by ICH6 ACPI/GPIO/TCO
PCI quirk: region fa00-fa3f claimed by ICH6 GPIO
PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
Boot video device is 0000:01:00.0
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCX1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCX2._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB_._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 *11 14 15)
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *10 11 14 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 *11 14 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: ACPI device : hid PNP0A08
pnp: ACPI device : hid PNP0C04
pnp: ACPI device : hid PNP0200
pnp: ACPI device : hid PNP0B00
pnp: ACPI device : hid PNP0800
pnp: ACPI device : hid PNP0F13
pnp: ACPI device : hid PNP0303
pnp: ACPI device : hid PNP0401
pnp: ACPI device : hid PNP0501
pnp: ACPI device : hid PNP0700
pnp: ACPI device : hid PNP0003
pnp: ACPI device : hid PNP0C02
pnp: ACPI device : hid PNP0C02
pnp: ACPI device : hid PNP0C02
pnp: ACPI device : hid PNP0C01
pnp: PnP ACPI: found 15 devices
SCSI subsystem initialized
usbcore: registered new driver usbfs
usbcore: registered new driver hub
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
pnp: the driver 'system' has been registered
pnp: match found with the PnP device '00:0b' and the driver 'system'
pnp: match found with the PnP device '00:0c' and the driver 'system'
pnp: 00:0c: ioport range 0x400-0x41f has been reserved
pnp: 00:0c: ioport range 0x420-0x43f has been reserved
pnp: 00:0c: ioport range 0x440-0x45f has been reserved
pnp: 00:0c: ioport range 0x460-0x47f could not be reserved
pnp: 00:0c: ioport range 0x480-0x48f has been reserved
pnp: 00:0c: ioport range 0xf800-0xf81f could not be reserved
pnp: 00:0c: ioport range 0xf820-0xf83f could not be reserved
pnp: 00:0c: ioport range 0xf840-0xf85f has been reserved
pnp: match found with the PnP device '00:0d' and the driver 'system'
pnp: 00:0d: ioport range 0x4d0-0x4d1 has been reserved
pnp: match found with the PnP device '00:0e' and the driver 'system'
PCI: Bridge: 0000:00:01.0
IO window: 1000-1fff
MEM window: f0500000-f07fffff
PREFETCH window: e0000000-f01fffff
PCI: Bridge: 0000:00:1c.0
IO window: disabled.
MEM window: disabled.
PREFETCH window: disabled.
PCI: Bridge: 0000:00:1c.1
IO window: disabled.
MEM window: f0200000-f04fffff
PREFETCH window: disabled.
PCI: Bridge: 0000:00:1e.0
IO window: disabled.
MEM window: disabled.
PREFETCH window: disabled.
ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 169
PCI: Setting latency timer of device 0000:00:01.0 to 64
PCI: Setting latency timer of device 0000:00:1c.0 to 64
ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 17 (level, low) -> IRQ 177
PCI: Setting latency timer of device 0000:00:1c.1 to 64
PCI: Setting latency timer of device 0000:00:1e.0 to 64
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1572864 bytes)
TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
Machine check exception polling timer started.
NTFS driver 2.1.27 [Flags: R/W].
SGI XFS with no debug enabled
io scheduler noop registered
io scheduler cfq registered (default)
PCI: Setting latency timer of device 0000:00:01.0 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:01.0:pcie00]
Allocate Port Service[0000:00:01.0:pcie03]
PCI: Setting latency timer of device 0000:00:1c.0 to 64
pcie_portdrv_probe->Dev[2660:8086] has invalid IRQ. Check vendor BIOS
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:1c.0:pcie00]
Allocate Port Service[0000:00:1c.0:pcie02]
Allocate Port Service[0000:00:1c.0:pcie03]
PCI: Setting latency timer of device 0000:00:1c.1 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:1c.1:pcie00]
Allocate Port Service[0000:00:1c.1:pcie02]
Allocate Port Service[0000:00:1c.1:pcie03]
lp: driver loaded but no devices found
Real Time Clock Driver v1.12ac
ACPI: Power Button (FF) [PWRF]
ACPI: Power Button (CM) [PBTN]
Using specific hotkey driver
ACPI: Processor [CPU0] (supports 8 throttling states)
ACPI: Processor [CPU1] (supports 8 throttling states)
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
pnp: the driver 'serial' has been registered
pnp: match found with the PnP device '00:08' and the driver 'serial'
00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
pnp: the driver 'parport_pc' has been registered
pnp: match found with the PnP device '00:07' and the driver 'parport_pc'
parport: PnPBIOS parport detected.
parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
lp0: using parport0 (interrupt-driven).
pnp: the driver 'i8042 kbd' has been registered
pnp: match found with the PnP device '00:06' and the driver 'i8042 kbd'
pnp: the driver 'i8042 aux' has been registered
pnp: match found with the PnP device '00:05' and the driver 'i8042 aux'
PNP: PS/2 Controller [PNP0303:KBD,PNP0f0e:PS2M] at 0x60,0x64 irq 1,12
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
mice: PS/2 mouse device common for all mice
input: PC Speaker as /class/input/input0
input: AT Translated Set 2 keyboard as /class/input/input1
loop: loaded (max 8 devices)
tg3.c:v3.65 (August 07, 2006)
ACPI: PCI Interrupt 0000:40:00.0[A] -> GSI 17 (level, low) -> IRQ 177
PCI: Setting latency timer of device 0000:40:00.0 to 64
eth0: Tigon3 [partno(BCM95751) rev 4001 PHY(5750)] (PCI Express) 10/100/1000BaseT Ethernet 00:12:79:5e:c9:71
eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] Split[0] WireSpeed[1] TSOcap[1]
eth0: dma_rwctrl[76180000] dma_mask[64-bit]
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH6: IDE controller at PCI slot 0000:00:1f.1
ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 17 (level, low) -> IRQ 177
ICH6: chipset revision 3
ICH6: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0x34e0-0x34e7, BIOS settings: hda:DMA, hdb:DMA
ide1: BM-DMA at 0x34e8-0x34ef, BIOS settings: hdc:pio, hdd:pio
Probing IDE interface ide0...
hda: HL-DT-ST RW/DVD GCC-4481B, ATAPI CD/DVD-ROM drive
hdb: HDS722516VLAT80, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
pnp: the driver 'ide' has been registered
hdb: max request size: 512KiB
hdb: 321672960 sectors (164696 MB) w/7938KiB Cache, CHS=20023/255/63, UDMA(33)
hdb: cache flushes supported
hdb: hdb1
hda: ATAPI 48X DVD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
libata version 2.00 loaded.
ata_piix 0000:00:1f.2: version 2.00
ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 217
PCI: Setting latency timer of device 0000:00:1f.2 to 64
ata1: SATA max UDMA/133 cmd 0x3810 ctl 0x382A bmdma 0x34F0 irq 217
ata2: SATA max UDMA/133 cmd 0x3818 ctl 0x382E bmdma 0x34F8 irq 217
scsi0 : ata_piix
ata1.00: ATA-7, max UDMA/100, 78165360 sectors: LBA
ata1.00: ata1: dev 0 multi count 16
ata1.00: configured for UDMA/100
scsi1 : ata_piix
ATA: abnormal status 0x7F on port 0x381F
Vendor: ATA Model: WDC WD400BD-60JP Rev: 05.0
Type: Direct-Access ANSI SCSI revision: 05
SCSI device sda: 78165360 512-byte hdwr sectors (40021 MB)
sda: Write Protect is off
sda: Mode Sense: 00 3a 00 00
SCSI device sda: drive cache: write back
SCSI device sda: 78165360 512-byte hdwr sectors (40021 MB)
sda: Write Protect is off
sda: Mode Sense: 00 3a 00 00
SCSI device sda: drive cache: write back
sda: sda1 sda2 sda3
sd 0:0:0:0: Attached scsi disk sda
sd 0:0:0:0: Attached scsi generic sg0 type 0
ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 20 (level, low) -> IRQ 225
PCI: Setting latency timer of device 0000:00:1d.7 to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1d.7: debug port 1
PCI: cache line size of 128 is not supported by device 0000:00:1d.7
ehci_hcd 0000:00:1d.7: irq 225, io mem 0xcfd00000
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 8 ports detected
USB Universal Host Controller Interface driver v3.0
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 20 (level, low) -> IRQ 225
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.0: irq 225, io base 0x00003440
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 18 (level, low) -> IRQ 233
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.1: irq 233, io base 0x00003460
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 21 (level, low) -> IRQ 50
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1d.2: irq 50, io base 0x00003480
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 22 (level, low) -> IRQ 58
PCI: Setting latency timer of device 0000:00:1d.3 to 64
uhci_hcd 0000:00:1d.3: UHCI Host Controller
uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1d.3: irq 58, io base 0x000034a0
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
usb 2-2: new low speed USB device using uhci_hcd and address 2
usb 2-2: configuration #1 chosen from 1 choice
usbcore: registered new driver usblp
drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
Initializing USB Mass Storage driver...
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
input: B16_b_02 USB-PS/2 Optical Mouse as /class/input/input2
input: USB HID v1.10 Mouse [B16_b_02 USB-PS/2 Optical Mouse] on usb-0000:00:1d.0-2
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
i2c /dev entries driver
Advanced Linux Sound Architecture Driver Version 1.0.12rc1 (Thu Jun 22 13:55:50 2006 UTC).
ACPI: PCI Interrupt 0000:00:1e.2[A] -> GSI 21 (level, low) -> IRQ 50
PCI: Setting latency timer of device 0000:00:1e.2 to 64
intel8x0_measure_ac97_clock: measured 50992 usecs
intel8x0: clocking to 48648
ALSA device list:
#0: Intel ICH6 with AD1981B at 0xcfd00400, irq 50
ip_conntrack version 2.4 (7168 buckets, 57344 max) - 172 bytes per conntrack
ip_tables: (C) 2000-2006 Netfilter Core Team
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
p4-clockmod: P4/Xeon(TM) CPU On-Demand Clock Modulation available
Starting balanced_irq
Using IPI Shortcut mode
Time: tsc clocksource has been installed.
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Freeing unused kernel memory: 180k freed
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected an Intel 915G Chipset.
agpgart: AGP aperture is 256M @ 0x0
EXT3 FS on sda3, internal journal
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[fglrx] Maximum main memory to use for locked dma buffers: 803 MBytes.
[fglrx] module loaded - fglrx 8.30.3 [Oct 26 2006] on minor 0
ReiserFS: hdb1: found reiserfs format "3.6" with standard journal
ReiserFS: hdb1: using ordered data mode
ReiserFS: hdb1: journal params: device hdb1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: hdb1: checking transaction log (hdb1)
ReiserFS: hdb1: Using r5 hash to sort names
Adding 2072376k swap on /dev/sda2. Priority:-1 extents:1 across:2072376k
tg3: eth0: Link is up at 10 Mbps, half duplex.
tg3: eth0: Flow control is off for TX and off for RX.
Last edited by Elleni on Tue Dec 05, 2006 2:01 pm; edited 1 time in total |
|
| Back to top |
|
 |
Elleni Veteran

Joined: 23 May 2006 Posts: 1261
|
Posted: Tue Dec 05, 2006 2:00 pm Post subject: |
|
|
Next steps ? Filing bug at ati people ? Anything I can try ? Any information I could provide to check if there is nothing wrong with my settings ?
As having already i915 in my make.conf I will try to just unplug the ati radeon card at look how far i come with the onboard graphic chip. I will report back asap. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|