Re: [XFree86] Radeon 9200: can't get DVI working

2003-08-05 Thread hy0
- Original Message -
From: Burkhard Leun [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, August 04, 2003 5:20 AM
Subject: Re: [XFree86] Radeon 9200: can't get DVI working


 XFree86 4.3.x detects the card (chip id 0x5961, see log)
 and even the DFP on the primary port, but a signal is only
 produced on the (not connected) secondary VGA port.

  This is something new. It's supposed to work the same as 9000 cards, but
  apparently it isn't.
  I haven't seen a 9200 with a DVI port so far. What's the brand name of
 your
  card? I'll try to get one for the test.

 The card is from club-3d (www.club-3d.com).


  For now you can try to comment off following two lines in
  RADEONRestoreFPRegisters (radeon_driver.c), see if this makes any
  difference.
  -OUTREG(RADEON_TMDS_PLL_CNTL,restore-tmds_pll_cntl);
  -
OUTREG(RADEON_TMDS_TRANSMITTER_CNTL,restore-tmds_transmitter_cntl);

 It makes a big difference - it seems to work now.

 A quick test shows only a minor (possibly acceleration related) problem:
 the picture is flickering if a window (menu) is opened at a screen
 border. I had the same effect with the windows driver, disabling cursor
 and bitmap optimization (the highest of 5 levels) cured it there.

 Thank you very much for your help. Of course I'm willing to do other
 tests with the card if it would be useful for driver development.

Can you try to comment off one line at a time of above two lines and let me
know which line causes the problem. Thanks,

Hui


 Burkhard

  Hui

 --
 COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
 --
 1. GMX TopMail - Platz 1 und Testsieger!
 2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
 3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8.
e-Post

 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86


___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Radeon 9200: can't get DVI working

2003-08-04 Thread Burkhard Leun
XFree86 4.3.x detects the card (chip id 0x5961, see log)
and even the DFP on the primary port, but a signal is only
produced on the (not connected) secondary VGA port.

 This is something new. It's supposed to work the same as 9000 cards, but
 apparently it isn't.
 I haven't seen a 9200 with a DVI port so far. What's the brand name of
your
 card? I'll try to get one for the test.

The card is from club-3d (www.club-3d.com).


 For now you can try to comment off following two lines in
 RADEONRestoreFPRegisters (radeon_driver.c), see if this makes any
 difference.
 -OUTREG(RADEON_TMDS_PLL_CNTL,restore-tmds_pll_cntl);
 -OUTREG(RADEON_TMDS_TRANSMITTER_CNTL,restore-tmds_transmitter_cntl);

It makes a big difference - it seems to work now.

A quick test shows only a minor (possibly acceleration related) problem:
the picture is flickering if a window (menu) is opened at a screen
border. I had the same effect with the windows driver, disabling cursor
and bitmap optimization (the highest of 5 levels) cured it there.

Thank you very much for your help. Of course I'm willing to do other
tests with the card if it would be useful for driver development.


Burkhard

 Hui

-- 
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Radeon 9200: can't get DVI working

2003-08-04 Thread hy0
- Original Message -
From: rda [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, August 03, 2003 8:40 PM
Subject: Re: [XFree86] Radeon 9200: can't get DVI working


 I am having exactly this problem with a Radeon 7500 card (OEM =
 PowerColor) -- as an added complication it appears to be vary with the
 digital monitor attached.

 I can get output from XFree to the DVI port when a (borrowed) Sony XDM-72
 monitor is attached, but not when my Apple Studio Display 17 LCD is
 attached.

 The Apple monitor works with the same hardware in Windows and with RH9 in
 text mode.

 I am also using the CVS ati and radeon drivers downloaded today. I have
 spent much time trying various config files without success.

 Unfortunately, I am too much a newbie to find the radeon_driver.c file to
 make the suggested edit.

 Where is it?

 Any other suggestions?

 Could the MonitorLayout option be relevant here if there is only a
single
 monitor attached and it is detected by DDC?

This looks like a TMDS transmitter's problem rather than CRTC timing or
monitor detection problem. Posting your log file will help to identify the
problem.

Regards,
Hui

 TIA

 bob


___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


RE: [XFree86] Radeon 9200: can't get DVI working

2003-08-03 Thread hy0
XFree86 4.3.x detects the card (chip id 0x5961, see log)
and even the DFP on the primary port, but a signal is only
produced on the (not connected) secondary VGA port.

The hardware is working (tested with windows).

I'm using a newer driver version (4.3.99) with explicit
support for the card (I've also tried 4.3.0 with binary
driver from Schneider-Digital and got no signal at all).

Has anybody this card working with DVI? Any hints?

This is something new. It's supposed to work the same as 9000 cards, but
apparently it isn't.
I haven't seen a 9200 with a DVI port so far. What's the brand name of your
card? I'll try to get one for the test.

For now you can try to comment off following two lines in
RADEONRestoreFPRegisters (radeon_driver.c), see if this makes any
difference.
-OUTREG(RADEON_TMDS_PLL_CNTL,restore-tmds_pll_cntl);
-OUTREG(RADEON_TMDS_TRANSMITTER_CNTL,restore-tmds_transmitter_cntl);

Hui

TIA,
  Burkhard

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Radeon 9200: can't get DVI working

2003-08-03 Thread rda
I am having exactly this problem with a Radeon 7500 card (OEM =
PowerColor) -- as an added complication it appears to be vary with the
digital monitor attached.

I can get output from XFree to the DVI port when a (borrowed) Sony XDM-72
monitor is attached, but not when my Apple Studio Display 17 LCD is
attached.

The Apple monitor works with the same hardware in Windows and with RH9 in
text mode.

I am also using the CVS ati and radeon drivers downloaded today. I have
spent much time trying various config files without success.

Unfortunately, I am too much a newbie to find the radeon_driver.c file to
make the suggested edit.

Where is it?

Any other suggestions?

Could the MonitorLayout option be relevant here if there is only a single
monitor attached and it is detected by DDC?

TIA

bob
- Original Message -
From: hy0 [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, August 03, 2003 7:05 PM
Subject: RE: [XFree86] Radeon 9200: can't get DVI working


 XFree86 4.3.x detects the card (chip id 0x5961, see log)
 and even the DFP on the primary port, but a signal is only
 produced on the (not connected) secondary VGA port.

 The hardware is working (tested with windows).

 I'm using a newer driver version (4.3.99) with explicit
 support for the card (I've also tried 4.3.0 with binary
 driver from Schneider-Digital and got no signal at all).

 Has anybody this card working with DVI? Any hints?

 This is something new. It's supposed to work the same as 9000 cards, but
 apparently it isn't.
 I haven't seen a 9200 with a DVI port so far. What's the brand name of
your
 card? I'll try to get one for the test.

 For now you can try to comment off following two lines in
 RADEONRestoreFPRegisters (radeon_driver.c), see if this makes any
 difference.
 -OUTREG(RADEON_TMDS_PLL_CNTL,restore-tmds_pll_cntl);
 -OUTREG(RADEON_TMDS_TRANSMITTER_CNTL,restore-tmds_transmitter_cntl);

 Hui

 TIA,
   Burkhard

 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86


___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Radeon 9200: can't get DVI working

2003-08-03 Thread A31Chris
Hey, I am new here and I don't know where to put this question. I have an older computer with an ATI Mach(264vt2) graphics card, and the system is running Windows 95. Will these drivers work with this card and operating system? Or are these drivers only for Linux systems? Thank you for any help you can give.