Your message dated Tue, 26 Nov 2002 15:32:46 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#141201: upgrade to xfree86 4.1.0-15 breaks display on Radeon + DVI
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 4 Apr 2002 20:00:11 +0000
>From [EMAIL PROTECTED] Thu Apr 04 14:00:11 2002
Return-path: <[EMAIL PROTECTED]>
Received: from twinlark.arctic.org [204.107.140.52] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 16tDP1-0005n1-00; Thu, 04 Apr 2002 14:00:11 -0600
Received: (qmail 12089 invoked from network); 4 Apr 2002 20:00:09 -0000
Received: from unknown (HELO localhost.localdomain) (63.197.31.211)
  by twinlark.arctic.org with SMTP; 4 Apr 2002 20:00:09 -0000
Subject: upgrade to xfree86 4.1.0-15 breaks display on Radeon + DVI
From: "Jeffrey W. Baker" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.3 
Date: 04 Apr 2002 12:00:09 -0800
Message-Id: <1017950409.11623.8.camel@noodles>
Mime-Version: 1.0
Delivered-To: [EMAIL PROTECTED]

Package: xserver-xfree86
Version 4.1.0-15
Severity: grave

I upgraded to 4.1.0-15 via apt-get on Debian unstable x86 using kernel
2.4.17.  Before doing so, I had a working X setup.  Afterwards, the
display did not work.

The exact sequence of events was: apt-get upgrade, log out of GNOME,
restart GDM.  At this point the monitor reported scan out of range.

The hardware is Radeon All-in-Wonder AGP 32MB with a Samsung SyncMaster
210 LCD display using a DVI connection.  The monitor runs at 1600x1200,
and uses this exact modeline:

ModeLine "1600x1200" 129.4 1600 1630 1680 1760 1200 1201 1204 1225

When I start the 4.1.0-15, the server and GDM both start without
reporting trouble.  The server claims to use the modeline shown above. 
However, the monitor reports scan out of range with ridiculous
horizontal freq of 551kHz.

Here is my config file:

### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
#   dpkg-reconfigure xserver-xfree86
# as root.
# Also see "How do I add custom sections to a dexconf-generated XF86Config or
# XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.

Section "Files"
#       FontPath        "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/TrueType"
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
#       FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/Speedo"
#       FontPath        "/usr/lib/X11/fonts/100dpi"
#       FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

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

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/ttyS0"
        Option          "Protocol"              "Microsoft"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "Device"
        Identifier      "ATI Radeon All-in-Wonder"
        Driver          "radeon"
EndSection

Section "Monitor"
        Identifier      "Samsung SyncMaster 210T"
        HorizSync       30-81
        VertRefresh     60
        DisplaySize     432 324
        Option          "DPMS"
        ModeLine        "1600x1200"     129.4   1600 1630 1680 1760 1200 1201 1204 
1225 +hsync +vsync
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Radeon All-in-Wonder"
        Monitor         "Samsung SyncMaster 210T"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1600x1200"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1600x1200"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1600x1200"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1600x1200"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1600x1200"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1600x1200"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Generic Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection

### END DEBCONF SECTION

Again, this configuration worked fine with 4.1.0-14.  I installed the
binaries of XFree86 4.2.0 from upstream FTP, and they work again.

All other packages are up-to-date with the unstable distribution.


---------------------------------------
Received: (at 141201-done) by bugs.debian.org; 26 Nov 2002 20:33:18 +0000
>From [EMAIL PROTECTED] Tue Nov 26 14:33:17 2002
Return-path: <[EMAIL PROTECTED]>
Received: from pcp942041pcs.cstltn01.in.comcast.net (apocalypse.deadbeast.net) 
[68.57.244.226] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 18GmOT-00074y-00; Tue, 26 Nov 2002 14:33:17 -0600
Received: by apocalypse.deadbeast.net (Postfix, from userid 1000)
        id 517823D6D; Tue, 26 Nov 2002 15:32:46 -0500 (EST)
Date: Tue, 26 Nov 2002 15:32:46 -0500
From: Branden Robinson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Bug#141201: upgrade to xfree86 4.1.0-15 breaks display on Radeon + DVI
Message-ID: <[EMAIL PROTECTED]>
References: <20021126173633.GA1148@noodles>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="tvtG/WQWmfqkB9kQ"
Content-Disposition: inline
In-Reply-To: <20021126173633.GA1148@noodles>
User-Agent: Mutt/1.4i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-15.2 required=5.0
        tests=IN_REP_TO,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT,REFERENCES,
              SPAM_PHRASE_00_01,USER_AGENT,USER_AGENT_MUTT
        version=2.41
X-Spam-Level: 


--tvtG/WQWmfqkB9kQ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Nov 26, 2002 at 09:36:33AM -0800, Jeffrey Baker wrote:
> This is no longer a bug in the 4.2.x packages.  I believe you should
> close it.

Thanks for the feedback.

Closing this bug as fixed.

--=20
G. Branden Robinson                |    The basic test of freedom is
Debian GNU/Linux                   |    perhaps less in what we are free to
[EMAIL PROTECTED]                 |    do than in what we are free not to
http://people.debian.org/~branden/ |    do.                  -- Eric Hoffer

--tvtG/WQWmfqkB9kQ
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iEYEARECAAYFAj3j2m4ACgkQ6kxmHytGonyAmACfRU9RDSkLao8WvJpMT6xvRTR1
BG0AnjdYhlqfQVmswRuNm7T3YTgA88rJ
=Bz1Y
-----END PGP SIGNATURE-----

--tvtG/WQWmfqkB9kQ--


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to