Re: More Problems with ATI Radeon 7200 - (EE) No devices detected.

From: Andreas Rippl (a.rippl_at_gmx.net)
Date: 02/05/05

  • Next message: utanja: "Re: gnome-cups-icon (print notfication icon)"
    Date: Sat, 5 Feb 2005 21:38:17 +0100
    To: Sweet NJGuy <sweetnjguy29@yahoo.com>
    
    

    On Fri, Feb 04, 2005 at 03:52:03PM -0800, Sweet NJGuy wrote:
    > Hello-
    >
    > I tried upgrading to Sarge in a vain attempt to solve
    > my video driver problem. Interestingly, the 2.6
    > kernal installer stalled on me while trying to detect
    > my CD-ROM device; however, I was able to install 2.4
    > on the computer. Everything was doing great until the
    > following error message (cut and pasted below)
    > happened. Is the fix for this to download alien and
    > install the .rpm drivers from ati still? (which
    > drivers would I use for Sarge and 2.4?)
    >
    <snip> X log </snip>

    Without looking in too much detail at your log, I wouldn't go for
    installing the drivers via alien. I also have a Radeon 7200 with the
    following (from lspci -v):

    0000:01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R100
    QD [Radeon 7200] (prog-if 00 [VGA])
            Subsystem: ATI Technologies Inc Radeon 7000/Radeon
            Flags: bus master, VGA palette snoop, stepping, 66MHz, medium
    devsel, latency 64, IRQ 16
            Memory at d8000000 (32-bit, prefetchable) [size=128M]
            I/O ports at c000 [size=256]
            Memory at e5000000 (32-bit, non-prefetchable) [size=512K]
            Capabilities: [58] AGP version 2.0
            Capabilities: [50] Power Management version 2

    Do you make sure that the radeon module is loaded, 'lsmod|grep radeon'?
    Below I paste my /etc/X11/XF86Config-4:

    --- 8< -------------------------------------------------
    Section "ServerLayout"
            Identifier "Layout0"
            Screen 0 "Screen0" 0 0
            InputDevice "Mouse0" "CorePointer"
            InputDevice "Keyboard0" "CoreKeyboard"
    EndSection

    Section "Files"
            RgbPath "/usr/X11R6/lib/X11/rgb"
            FontPath "unix/:7101"
            FontPath "/usr/X11R6/lib/X11/fonts/misc"
            FontPath "/usr/X11R6/lib/X11/fonts/TrueType"
            FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
            FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
            FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
            FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
            FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
            FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
            FontPath "/usr/share/fonts/truetype"
            FontPath "/usr/share/fonts/truetype/xfree86-nonfree"
            FontPath "/usr/share/fonts/type1"
            FontPath "/usr/share/fonts/Type1"
            FontPath "/usr/share/fonts/type1/xfree86-nonfree"
            FontPath "/usr/share/fonts/truetype/xfree86-nonfree"
    EndSection

    Section "Module"
            Load "dbe"
            Load "extmod"
            Load "glx"
            Load "dri"
            Load "freetype"
            Load "type1"
    EndSection

    Section "InputDevice"
            Identifier "Keyboard0"
            Driver "keyboard"
            Option "XkbRules" "xfree86"
            Option "XkbModel" "pc105"
            Option "XkbLayout" "gb"
            #Option "XkbVariant" ""
    EndSection

    Section "InputDevice"
            Identifier "Mouse0"
            Driver "mouse"
            Option "Protocol" "IMPS/2"
            Option "Device" "/dev/psaux"
            Option "ZAxisMapping" "4 5"
            Option "Emulate3Buttons" "no"
    EndSection
    Section "InputDevice"
            Identifier "Mouse1"
            Driver "mouse"
            Option "Device" "/dev/psaux"
            Option "Protocol" "PS/2"
            Option "Emulate3Buttons" "no"
            Option "ZAxisMapping" "4 5"
    EndSection

    Section "Monitor"
            Identifier "Monitor0"
            VendorName "Monitor Vendor"
            ModelName "Monitor Model"
            HorizSync 30.0 - 80.0
            VertRefresh 56.0 - 76.0
            Option "dpms"
    EndSection

    Section "Device"
            Identifier "Device0"
            Driver "radeon"
            Option "BusType" "AGP"
            Option "AGPMode" "2"
            Option "AGPFastWrite" "yes"
            Option "EnablePageFlip" "yes"

    EndSection

    Section "Screen"
            Identifier "Screen0"
            Device "Device0"
            Monitor "Monitor0"
            DefaultDepth 16
            SubSection "Display"
                    Depth 24
                    Modes "1024x768" "320x240" "640x480" "800x600"
            EndSubSection
            SubSection "Display"
                    Depth 16
                    Modes "1024x768" "320x240" "640x480" "800x600"
            EndSubSection
            SubSection "Display"
                    Depth 8
                    Modes "1024x768" "320x240" "640x480" "800x600"
            EndSubSection
    EndSection

    Section "DRI"
            Mode 0666
    EndSection
    --- 8< -------------------------------------------------

    This layout works for me, compare it to yours, I am quite certain that
    there should only be a configuration error.
    Btw:

    XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-8 20040928112350 fabbione@fabbione.
    net)
    Release Date: 15 August 2003
    X Protocol Version 11, Revision 0, Release 6.6

    If that doesn't solve your problem, I can also post the output of
    /var/log/XFree86.0.log.

    Good luck,

    Andreas

    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: utanja: "Re: gnome-cups-icon (print notfication icon)"