Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] ATI Black Screen (FGLRX)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Nrot
n00b
n00b


Joined: 03 Jun 2008
Posts: 8

PostPosted: Mon Jul 14, 2008 4:37 am    Post subject: [solved] ATI Black Screen (FGLRX) Reply with quote

Well been looking around the site for ATI help but none of the thread's so far have helped.

xorg-server is version 1.3.0.0-r6, with the following use on. dri ipv6 nptl sdl xorg. The folowing INPUT_DEVICES keyboard mouse. And the following video. fglrx
xorg-x11 is version 7.2
ati-drivers are 8.501

I've tried with the following kernel's
gentoo-sources-2.6.24
gentoo-sources-2.6.24-r8
Both x86, both with with /dev/agpart on and off in both, setting "UseInternalAGPART" to true and false accordingly.

Whenever I try to start X with the fglrx drivers the screen blanks, and apparently the lock input's on failure are off, as last time I messed with it if I set that to false I could still reboot. At that time I gave up and used the open source ones. When using CTRL+ALT+F# to switch it appears to stay on the terminal it was on, but I cant tell the monitor shuts off and wont turn back on no mater where I'm at. SSH still works, and I can blindly type reboot.

lspci
Code:
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 655 Host (rev 50)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SiS AGP Port (virtual PCI-to-PCI bridge)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS964 [MuTIOL Media IO] (rev 36)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev 01)
00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
00:03.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
00:05.0 RAID bus controller: Silicon Integrated Systems [SiS] RAID bus controller 180 SATA/PATA  [SiS] (rev 01)
00:09.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04)
00:09.1 Input device controller: Creative Labs SB Audigy Game Port (rev 04)
00:09.2 FireWire (IEEE 1394): Creative Labs SB Audigy FireWire Port (rev 04)
00:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev 10)
01:00.0 VGA compatible controller: ATI Technologies Inc R420 JI [Radeon X800PRO]
01:00.1 Display controller: ATI Technologies Inc R420 [Radeon X800 PRO/GTO] (Secondary)


xorg.conf
Code:
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/OTF"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
        Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "glx"
        Load  "GLcore"
        Load  "extmod"
        Load  "xtrap"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "NoDRI"                     # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "BusType"                   # [<str>]
        #Option     "DRM_nbufs"                 # <i>
        #Option     "DRM_bufsize"               # <i>
        #Option     "Capabilities"              # <i>
        #Option     "CapabilitiesEx"            # <i>
        #Option     "ClientDriverName"          # [<str>]
        #Option     "KernelModuleParm"          # [<str>]
        #Option     "AGPMask"                   # <i>
        #Option     "AGPv3Mask"                 # <i>
        #Option     "BufferTiling"              # [<bool>]
        #Option     "Profile"                   # <str>
        #Option     "RingSize"                  # <i>
        #Option     "EnableDepthMoves"          # [<bool>]
        #Option     "GammaCorrectionI"          # <i>
        #Option     "GammaCorrectionII"         # <i>
        #Option     "OpenGLOverlay"             # [<bool>]
        #Option     "DefaultVisualTrueColor"    # [<bool>]
        #Option     "VideoOverlay"              # [<bool>]
        #Option     "DesktopSetup"              # [<str>]
        #Option     "MonitorLayout"             # [<str>]
        #Option     "ForceMonitors"             # [<str>]
        #Option     "EnableMonitor"             # <str>
        #Option     "OverlayOnCRTC2"            # [<bool>]
        #Option     "Mode2"                     # [<str>]
        #Option     "PairModes"                 # [<str>]
        #Option     "HSync2"                    # [<str>]
        #Option     "VRefresh2"                 # [<str>]
        #Option     "ScreenOverlap"             # <i>
        #Option     "MemClock"                  # <i>
        #Option     "ASICClock"                 # <i>
        #Option     "UseInternalAGPGART"        # [<bool>]
        Option      "UseInternalAGPGART"        "False"
        #Option     "FastSwap"                  # [<bool>]
        #Option     "Stereo"                    # [<bool>]
        #Option     "StereoSyncEnable"          # <i>
        #Option     "DisableOvScaler"           # [<bool>]
        #Option     "UseFastTLS"                # <i>
        #Option     "BlockSignalsOnLock"        # [<bool>]
        #Option     "ForceGenericCPU"           # [<bool>]
        #Option     "CenterMode"                # [<bool>]
        #Option     "OffScreenPixmaps"          # [<bool>]
        #Option     "EnableOpaqueOverlayVisual"         # [<bool>]
        #Option     "TMDSCoherentMode"          # [<bool>]
        #Option     "EnablePrivateBackZ"        # [<bool>]
        #Option     "TVFormat"                  # [<str>]
        #Option     "TVStandard"                # [<str>]
        #Option     "TVOverscan"                # [<bool>]
        #Option     "TVHSizeAdj"                # <i>
        #Option     "TVVSizeAdj"                # <i>
        #Option     "TVHPosAdj"                 # <i>
        #Option     "TVVPosAdj"                 # <i>
        #Option     "TVHStartAdj"               # <i>
        #Option     "TVColorAdj"                # <i>
        #Option     "PseudoColorVisuals"        # [<bool>]
        #Option     "PreferredVRefresh"         # <i>
        #Option     "FastStart"                 # [<bool>]
        #Option     "ProfileDriver"             # [<bool>]
        #Option     "PPPTforGART"               # [<bool>]
        #Option     "TexturedVideo"             # [<bool>]
        #Option     "TexturedVideoSync"         # [<bool>]
        #Option     "Textured2D"                # [<bool>]
        #Option     "TexturedXrender"           # [<bool>]
        #Option     "DPMS"                      # [<bool>]
        #Option     "MaxGARTSize"               # <i>
        #Option     "LogoPosX"                  # <i>
        #Option     "LogoPosY"                  # <i>
        #Option     "LogoColFG"                 # <i>
        #Option     "LogoColBG"                 # <i>
        #Option     "SwapScreens"               # [<bool>]
        #Option     "FBC"                       # [<bool>]
        #Option     "FrontBufferMode"           # <i>
        #Option     "BackBufferMode"            # <i>
        #Option     "DepthBufferMode"           # <i>
        #Option     "OverlayBufferMode"         # <i>
        #Option     "VideoOverlayBufferMode"    # <i>
        #Option     "EnableIrqMgr"              # [<bool>]
        #Option     "EnableMulticard"           # [<bool>]
        #Option     "EnablePPLIB"               # [<bool>]
        #Option     "DefaultOnDC"               # [<bool>]
        #Option     "EnableRandR12"             # [<bool>]
        #Option     "DisableRotation"           # [<bool>]
        #Option     "EnableCrossFire"           # [<bool>]
        Identifier  "Card0"
        Driver      "fglrx"
        VendorName  "ATI Technologies Inc"
        BoardName   "R420 JI [Radeon X800PRO]"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection


Last edited by Nrot on Wed Jul 23, 2008 12:32 pm; edited 1 time in total
Back to top
View user's profile Send private message
Pysen
n00b
n00b


Joined: 23 Jun 2008
Posts: 11

PostPosted: Mon Jul 14, 2008 8:42 am    Post subject: Reply with quote

Check /var/log/Xorg.log.0.
In case you don't get anny error messages, start up X with vesa istead of fglrx and then check it.
Back to top
View user's profile Send private message
Nrot
n00b
n00b


Joined: 03 Jun 2008
Posts: 8

PostPosted: Mon Jul 14, 2008 7:41 pm    Post subject: Reply with quote

Ah! I completely forgot to check logs... :oops:
Tried fixing it without success.

Xorg.0.log
Code:

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN
Current Operating System: Linux shinwa 2.6.24-gentoo #4 SMP Mon Jul 14 04:14:12 CDT 2008 i686
Build Date: 11 July 2008
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul 14 19:32:38 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
   Entry deleted from font path.
(**) FontPath set to:
   /usr/share/fonts/misc/,
   /usr/share/fonts/Type1/,
   /usr/share/fonts/100dpi/,
   /usr/share/fonts/75dpi/
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81d85c0
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.3
   X.Org Video Driver: 1.2
   X.Org XInput driver : 0.7
   X.Org Server Extension : 0.3
   X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 1.2
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1039,0655 card 1043,80aa rev 50 class 06,00,00 hdr 80
(II) PCI: 00:01:0: chip 1039,0003 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1039,0964 card 0000,0000 rev 36 class 06,01,00 hdr 80
(II) PCI: 00:02:5: chip 1039,5513 card 1043,810e rev 01 class 01,01,80 hdr 00
(II) PCI: 00:03:0: chip 1039,7001 card 1043,810e rev 0f class 0c,03,10 hdr 80
(II) PCI: 00:03:1: chip 1039,7001 card 1043,810e rev 0f class 0c,03,10 hdr 00
(II) PCI: 00:03:2: chip 1039,7001 card 1043,810e rev 0f class 0c,03,10 hdr 00
(II) PCI: 00:03:3: chip 1039,7002 card 1043,810e rev 00 class 0c,03,20 hdr 00
(II) PCI: 00:05:0: chip 1039,0180 card 1043,810e rev 01 class 01,04,85 hdr 00
(II) PCI: 00:09:0: chip 1102,0004 card 1102,2002 rev 04 class 04,01,00 hdr 80
(II) PCI: 00:09:1: chip 1102,7003 card 1102,0040 rev 04 class 09,80,00 hdr 80
(II) PCI: 00:09:2: chip 1102,4001 card 1102,0010 rev 04 class 0c,00,10 hdr 80
(II) PCI: 00:0a:0: chip 10ec,8169 card 10ec,8169 rev 10 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4a49 card 1002,0002 rev 00 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,4a69 card 1002,0003 rev 00 class 03,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), 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   0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xff500000 - 0xff5fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xbff00000 - 0xdfefffff (0x20000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:2:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) ATI Technologies Inc R420 JI [Radeon X800PRO] rev 0, Mem @ 0xd0000000/27, 0xff5f0000/16, I/O @ 0xd000/8, BIOS @ 0xff5c0000/17
(--) PCI: (1:0:1) ATI Technologies Inc R420 [Radeon X800 PRO/GTO] (Secondary) rev 0, Mem @ 0xc8000000/27, 0xff5e0000/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) PCI Memory resource overlap reduced 0xe0000000 from 0xefffffff to 0xdfffffff
(II) Active PCI resource ranges:
   [0] -1   0   0xff6fa400 - 0xff6fa4ff (0x100) MX[B]
   [1] -1   0   0xff6f4000 - 0xff6f7fff (0x4000) MX[B]
   [2] -1   0   0xff6fa800 - 0xff6fafff (0x800) MX[B]
   [3] -1   0   0xff6ff000 - 0xff6fffff (0x1000) MX[B]
   [4] -1   0   0xff6fe000 - 0xff6fefff (0x1000) MX[B]
   [5] -1   0   0xff6fd000 - 0xff6fdfff (0x1000) MX[B]
   [6] -1   0   0xff6fc000 - 0xff6fcfff (0x1000) MX[B]
   [7] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [8] -1   0   0xff5e0000 - 0xff5effff (0x10000) MX[B](B)
   [9] -1   0   0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
   [10] -1   0   0xff5c0000 - 0xff5dffff (0x20000) MX[B](B)
   [11] -1   0   0xff5f0000 - 0xff5fffff (0x10000) MX[B](B)
   [12] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [13] -1   0   0x0000e800 - 0x0000e8ff (0x100) IX[B]
   [14] -1   0   0x0000eff0 - 0x0000eff7 (0x8) IX[B]
   [15] -1   0   0x0000ef00 - 0x0000ef3f (0x40) IX[B]
   [16] -1   0   0x0000ef90 - 0x0000ef9f (0x10) IX[B]
   [17] -1   0   0x0000efa8 - 0x0000efab (0x4) IX[B]
   [18] -1   0   0x0000efa0 - 0x0000efa7 (0x8) IX[B]
   [19] -1   0   0x0000efac - 0x0000efaf (0x4) IX[B]
   [20] -1   0   0x0000efe0 - 0x0000efe7 (0x8) IX[B]
   [21] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [22] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [23] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [24] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [25] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [26] -1   0   0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xff6fa400 - 0xff6fa4ff (0x100) MX[B]
   [1] -1   0   0xff6f4000 - 0xff6f7fff (0x4000) MX[B]
   [2] -1   0   0xff6fa800 - 0xff6fafff (0x800) MX[B]
   [3] -1   0   0xff6ff000 - 0xff6fffff (0x1000) MX[B]
   [4] -1   0   0xff6fe000 - 0xff6fefff (0x1000) MX[B]
   [5] -1   0   0xff6fd000 - 0xff6fdfff (0x1000) MX[B]
   [6] -1   0   0xff6fc000 - 0xff6fcfff (0x1000) MX[B]
   [7] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [8] -1   0   0xff5e0000 - 0xff5effff (0x10000) MX[B](B)
   [9] -1   0   0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
   [10] -1   0   0xff5c0000 - 0xff5dffff (0x20000) MX[B](B)
   [11] -1   0   0xff5f0000 - 0xff5fffff (0x10000) MX[B](B)
   [12] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [13] -1   0   0x0000e800 - 0x0000e8ff (0x100) IX[B]
   [14] -1   0   0x0000eff0 - 0x0000eff7 (0x8) IX[B]
   [15] -1   0   0x0000ef00 - 0x0000ef3f (0x40) IX[B]
   [16] -1   0   0x0000ef90 - 0x0000ef9f (0x10) IX[B]
   [17] -1   0   0x0000efa8 - 0x0000efab (0x4) IX[B]
   [18] -1   0   0x0000efa0 - 0x0000efa7 (0x8) IX[B]
   [19] -1   0   0x0000efac - 0x0000efaf (0x4) IX[B]
   [20] -1   0   0x0000efe0 - 0x0000efe7 (0x8) IX[B]
   [21] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [22] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [23] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [24] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [25] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [26] -1   0   0x0000d000 - 0x0000d0ff (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   0xff6fa400 - 0xff6fa4ff (0x100) MX[B]
   [5] -1   0   0xff6f4000 - 0xff6f7fff (0x4000) MX[B]
   [6] -1   0   0xff6fa800 - 0xff6fafff (0x800) MX[B]
   [7] -1   0   0xff6ff000 - 0xff6fffff (0x1000) MX[B]
   [8] -1   0   0xff6fe000 - 0xff6fefff (0x1000) MX[B]
   [9] -1   0   0xff6fd000 - 0xff6fdfff (0x1000) MX[B]
   [10] -1   0   0xff6fc000 - 0xff6fcfff (0x1000) MX[B]
   [11] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [12] -1   0   0xff5e0000 - 0xff5effff (0x10000) MX[B](B)
   [13] -1   0   0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
   [14] -1   0   0xff5c0000 - 0xff5dffff (0x20000) MX[B](B)
   [15] -1   0   0xff5f0000 - 0xff5fffff (0x10000) MX[B](B)
   [16] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [17] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [18] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [19] -1   0   0x0000e800 - 0x0000e8ff (0x100) IX[B]
   [20] -1   0   0x0000eff0 - 0x0000eff7 (0x8) IX[B]
   [21] -1   0   0x0000ef00 - 0x0000ef3f (0x40) IX[B]
   [22] -1   0   0x0000ef90 - 0x0000ef9f (0x10) IX[B]
   [23] -1   0   0x0000efa8 - 0x0000efab (0x4) IX[B]
   [24] -1   0   0x0000efa0 - 0x0000efa7 (0x8) IX[B]
   [25] -1   0   0x0000efac - 0x0000efaf (0x4) IX[B]
   [26] -1   0   0x0000efe0 - 0x0000efe7 (0x8) IX[B]
   [27] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [28] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [29] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [30] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [31] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [32] -1   0   0x0000d000 - 0x0000d0ff (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 1.3.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.13.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(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 1.3.0, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.2
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "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.50.3
   Module class: X.Org Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.2.3
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.1.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.7
(II) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.50.3
(II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.501                   
(II) ATI Proprietary Linux Driver Build Date: Jun  2 2008 22:46:56
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
(--) Chipset Supported AMD Graphics Processor (0x4A49) found
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
(II) AMD Video driver is running on a device belonging to a group targeted for this release
(II) AMD Video driver is signed
(II) resource ranges after xf86ClaimFixedResources() call:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xff6fa400 - 0xff6fa4ff (0x100) MX[B]
   [5] -1   0   0xff6f4000 - 0xff6f7fff (0x4000) MX[B]
   [6] -1   0   0xff6fa800 - 0xff6fafff (0x800) MX[B]
   [7] -1   0   0xff6ff000 - 0xff6fffff (0x1000) MX[B]
   [8] -1   0   0xff6fe000 - 0xff6fefff (0x1000) MX[B]
   [9] -1   0   0xff6fd000 - 0xff6fdfff (0x1000) MX[B]
   [10] -1   0   0xff6fc000 - 0xff6fcfff (0x1000) MX[B]
   [11] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [12] -1   0   0xff5e0000 - 0xff5effff (0x10000) MX[B](B)
   [13] -1   0   0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
   [14] -1   0   0xff5c0000 - 0xff5dffff (0x20000) MX[B](B)
   [15] -1   0   0xff5f0000 - 0xff5fffff (0x10000) MX[B](B)
   [16] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [17] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [18] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [19] -1   0   0x0000e800 - 0x0000e8ff (0x100) IX[B]
   [20] -1   0   0x0000eff0 - 0x0000eff7 (0x8) IX[B]
   [21] -1   0   0x0000ef00 - 0x0000ef3f (0x40) IX[B]
   [22] -1   0   0x0000ef90 - 0x0000ef9f (0x10) IX[B]
   [23] -1   0   0x0000efa8 - 0x0000efab (0x4) IX[B]
   [24] -1   0   0x0000efa0 - 0x0000efa7 (0x8) IX[B]
   [25] -1   0   0x0000efac - 0x0000efaf (0x4) IX[B]
   [26] -1   0   0x0000efe0 - 0x0000efe7 (0x8) IX[B]
   [27] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [28] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [29] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [30] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [31] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [32] -1   0   0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x81f6db8
(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   0xff6fa400 - 0xff6fa4ff (0x100) MX[B]
   [5] -1   0   0xff6f4000 - 0xff6f7fff (0x4000) MX[B]
   [6] -1   0   0xff6fa800 - 0xff6fafff (0x800) MX[B]
   [7] -1   0   0xff6ff000 - 0xff6fffff (0x1000) MX[B]
   [8] -1   0   0xff6fe000 - 0xff6fefff (0x1000) MX[B]
   [9] -1   0   0xff6fd000 - 0xff6fdfff (0x1000) MX[B]
   [10] -1   0   0xff6fc000 - 0xff6fcfff (0x1000) MX[B]
   [11] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [12] -1   0   0xff5e0000 - 0xff5effff (0x10000) MX[B](B)
   [13] -1   0   0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
   [14] -1   0   0xff5c0000 - 0xff5dffff (0x20000) MX[B](B)
   [15] -1   0   0xff5f0000 - 0xff5fffff (0x10000) MX[B](B)
   [16] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [17] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [18] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [19] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [20] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [21] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [22] -1   0   0x0000e800 - 0x0000e8ff (0x100) IX[B]
   [23] -1   0   0x0000eff0 - 0x0000eff7 (0x8) IX[B]
   [24] -1   0   0x0000ef00 - 0x0000ef3f (0x40) IX[B]
   [25] -1   0   0x0000ef90 - 0x0000ef9f (0x10) IX[B]
   [26] -1   0   0x0000efa8 - 0x0000efab (0x4) IX[B]
   [27] -1   0   0x0000efa0 - 0x0000efa7 (0x8) IX[B]
   [28] -1   0   0x0000efac - 0x0000efaf (0x4) IX[B]
   [29] -1   0   0x0000efe0 - 0x0000efe7 (0x8) IX[B]
   [30] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [31] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [32] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [33] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [34] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [35] -1   0   0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
   [36] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [37] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) fglrx(0): === [atiddxPreInit] === begin
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 0.1.0
   ABI class: X.Org Video Driver, version 1.2
(II) fglrx(0): PCI bus 1 card 0 func 0
(II) fglrx(0): Creating default Display subsection in Screen section
   "Screen0" for depth/fbbpp 8/8
(EE) fglrx(0): Given depth (8) is not supported by fglrx driver
(EE) fglrx(0): PreInitVisual failed
SetVBEMode failed
(EE) fglrx(0): PreInit failed
(II) fglrx(0): === [atiddxPreInit] === end
(II) UnloadModule: "fglrx"
(II) UnloadModule: "vgahw"
(II) Unloading /usr/lib/xorg/modules//libvgahw.so
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found


and a modified xorg.conf Stripped the comments from it. There the same as one above.
Code:

Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/share/X11/rgb"
   ModulePath   "/usr/lib/xorg/modules"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/OTF"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/100dpi/"
   FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
   Load  "dri"
   Load  "dbe"
   Load  "record"
   Load  "glx"
   Load  "GLcore"
   Load  "extmod"
   Load  "xtrap"
   Load  "freetype"
   Load  "type1"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/input/mice"
   Option       "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

Section "Device"
        Option       "UseInternalAGPGART"   "False"
   Identifier  "Card0"
   Driver      "fglrx"
   VendorName  "ATI Technologies Inc"
   BoardName   "R420 JI [Radeon X800PRO]"
   BusID       "PCI:1:0:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Viewport   0 0
      Depth     1
      Modes     "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
      Modes     "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
      Modes     "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
      Modes     "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes     "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
EndSection

One thing that really puzzles me is the fact that it dosnt seem to leave the terminal and yet the screen goes black and then all output to the monitor kills.
Back to top
View user's profile Send private message
Pysen
n00b
n00b


Joined: 23 Jun 2008
Posts: 11

PostPosted: Tue Jul 15, 2008 10:34 am    Post subject: Reply with quote

as a first step add
Code:
DefaultDepth     24

to Section "Screen"
Back to top
View user's profile Send private message
Evincar
Apprentice
Apprentice


Joined: 13 Feb 2007
Posts: 217
Location: Madrid

PostPosted: Tue Jul 15, 2008 1:35 pm    Post subject: Reply with quote

Comment out the PCI BusID line, also. It is wrong, and unless you have multiple GPUs, not needed at all.
_________________
<@Chin^> My sister caught me jacking off the other week and calls me a pervert
<@Chin^> just the other day i walked into my room and caught my sister masturbating
<@Chin^> So she calls me a pervert again?!?
<@Chin^> there is no justice in the world...
Back to top
View user's profile Send private message
Nrot
n00b
n00b


Joined: 03 Jun 2008
Posts: 8

PostPosted: Tue Jul 15, 2008 5:05 pm    Post subject: Reply with quote

Ah! Thanks Pysen! Setting the default depth fixed it! I figured comenting out the other depth's would make it default to the only one left but...
As far as the PCI BusID I think it has something to do with the multiple outputs on the X800.
Cant beleave that that caused it to even disable the output from the terminal as well...
Thanks for the help! Defently not what I expected but I'm glad it's not =D.
Back to top
View user's profile Send private message
Pysen
n00b
n00b


Joined: 23 Jun 2008
Posts: 11

PostPosted: Wed Jul 16, 2008 9:19 am    Post subject: Reply with quote

Glad it got sorted.


Quote:
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
Entry deleted from font path.

You might want to comment out those paths from your xorg.conf (for cleaner logs if nothing else) :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
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