Re: [XFree86] XFree86-4.6.0 for Radeon R250 M9

2007-06-11 Thread Marc Aurele La France

On Mon, 11 Jun 2007, Bharat Kumar Reddy wrote:

On 6/11/07, Marc Aurele La France [EMAIL PROTECTED] wrote:

On Sat, 9 Jun 2007, Bharat Kumar Reddy wrote:
 On 6/8/07, Marc Aurele La France [EMAIL PROTECTED] wrote:
 On Fri, 8 Jun 2007, Bharat Kumar Reddy wrote:
  I am tring to configure XFree86-4.6.0 for  Radeon R250 M9 . However
  I am seeing V_BIOS not found error. With option NoInt10 I am able 
  to overcome this error. However I am not able to overcome the 
  following errors:

  (WW) RADEON(1): Mode pool is empty
  (EE) RADEON(1): No valid modes found



  I even tried adding the horizantal and vertical refresh rate and also
  Modeline parameters in monitor section and no hope getting rid of 
  this error.



  Can anyone help me.



  Attached the XFree86.log and XF86Config file.
  I am running FC6 on a Pentium III processor.



 Please forward a log without the NoInt10 option.



 I have removed NoInt10 option as specified. I have attached
 XFree86.log and XF86Config file.



 Earlier I have started with the attached configuration. When I ran
 XFree86 -xf86config /root/XF86config.new I have seen the X display
 coming up for Card0 (82815 CGC) only. I didn't see any display for my
 card1 (Radeon R250 Moblity 9000).



 I couldn't figure out the reason for failure in card1 inspite of
 success in BIOS detection.  I have even tried adding the Modeline
 paramteres and horizantal and vertical refresh rate in Monitor
 Section. My monitor connected to Card1 is Acer 77c.



The adapter will not function without being initialised by its BIOS, and
there's not much the driver (by itself) can do about it.  So the next step
is to figure out why that BIOS can't be retrieved.  Towards that end, 
please send me the output from `scanpci -v` on this system, after a

powerdown-reboot, but before any attempt to start an X server.


Secondly, you appear to have an incomplete installation of XFree86 4.6.0, 
as /usr/X11R6/lib/modules/linux/libint10.a is missing.  Although I 
don't think this is relevant to the problem.



I have disabled the X by changing the runlevel to init 3 followed by
reboot. After reboot I have  issued the command scanpci -v and
output is attached in scanpci.txt.


Thanks.  Next, let's try retrieving that BIOS ourselves.  Again, before 
attempting to start any X server, please do, as root, ...


pcitweak -r 2:4:0 0x30

You should see ...

0x8012

If so, continue with ...

pcitweak -w 2:4:0 0x30 0x80120001
mmapr /dev/mem 0x8012 0x2 | gzip -9  BIOS.gz
pcitweak -w 2:4:0 0x30 0x8012

... and send me (privately, not to the list) BIOS.gz.

Please be mindful of typos in the above commands.

Yes you are right, int10 is missing under /usr/X11R6/lib/modules/linux. 
I will check it out the reason for this behaviour.


OK.

Thanks.

Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  [EMAIL PROTECTED] |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] XFree86-4.6.0 for Radeon R250 M9

2007-06-11 Thread Marc Aurele La France

On Mon, 11 Jun 2007, Bharat Kumar Reddy wrote:

On 6/11/07, Marc Aurele La France [EMAIL PROTECTED] wrote:

On Mon, 11 Jun 2007, Bharat Kumar Reddy wrote:
 I have disabled the X by changing the runlevel to init 3 followed by
 reboot. After reboot I have  issued the command scanpci -v and
 output is attached in scanpci.txt.



Thanks.  Next, let's try retrieving that BIOS ourselves.  Again, before
attempting to start any X server, please do, as root, ...



pcitweak -r 2:4:0 0x30



You should see ...



0x8012



If so, continue with ...



pcitweak -w 2:4:0 0x30 0x80120001
mmapr /dev/mem 0x8012 0x2 | gzip -9  BIOS.gz
pcitweak -w 2:4:0 0x30 0x8012



... and send me (privately, not to the list) BIOS.gz.



Please be mindful of typos in the above commands.



I booted the machine in init 3 runlevel, login as a superuser (root)
and executed the the following commands.



# pcitweak -r 2:4:0 0x30
0x8012
# pcitweak -w 2:4:0 0x30 0x80120001
# mmapr /dev/mem 0x8012 0x2 | gzip -9  BIOS.gz
# pcitweak -w 2:4:0 0x30 0x8012



Please find the attached BIOS.gz file.


Interesting.  That adapter says it has no BIOS, which makes me think it 
wouldn't even work in Windows, unless a driver, very very specific to it, 
was provided with it.  I've never seen this before.


You should probably try to convince, if possible, your system BIOS to use 
it as it's primary display, instead of the Intel adapter, and see what 
happens.


In any case, I doubt very much you will ever be able to make it work with 
X in the foreseeable future.  Unless it is part of the motherboard, I'd be 
very interested in buying it from you.


Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  [EMAIL PROTECTED] |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] XFree86-4.6.0 for Radeon R250 M9

2007-06-10 Thread Marc Aurele La France

On Sat, 9 Jun 2007, Bharat Kumar Reddy wrote:

On 6/8/07, Marc Aurele La France [EMAIL PROTECTED] wrote:

On Fri, 8 Jun 2007, Bharat Kumar Reddy wrote:
 I am tring to configure XFree86-4.6.0 for  Radeon R250 M9 . However
 I am seeing V_BIOS not found error. With option NoInt10 I am able to
 overcome this error. However I am not able to overcome the following
 errors:
 (WW) RADEON(1): Mode pool is empty
 (EE) RADEON(1): No valid modes found



 I even tried adding the horizantal and vertical refresh rate and also
 Modeline parameters in monitor section and no hope getting rid of this
 error.



 Can anyone help me.



 Attached the XFree86.log and XF86Config file.
 I am running FC6 on a Pentium III processor.



Please forward a log without the NoInt10 option.



I have removed NoInt10 option as specified. I have attached
XFree86.log and XF86Config file.



Earlier I have started with the attached configuration. When I ran
XFree86 -xf86config /root/XF86config.new I have seen the X display
coming up for Card0 (82815 CGC) only. I didn't see any display for my
card1 (Radeon R250 Moblity 9000).



I couldn't figure out the reason for failure in card1 inspite of
success in BIOS detection.  I have even tried adding the Modeline
paramteres and horizantal and vertical refresh rate in Monitor
Section. My monitor connected to Card1 is Acer 77c.


The adapter will not function without being initialised by its BIOS, and 
there's not much the driver (by itself) can do about it.  So the next step is 
to figure out why that BIOS can't be retrieved.  Towards that end, please 
send me the output from `scanpci -v` on this system, after a 
powerdown-reboot, but before any attempt to start an X server.


Secondly, you appear to have an incomplete installation of XFree86 4.6.0, as 
/usr/X11R6/lib/modules/linux/libint10.a is missing.  Although I don't think 
this is relevant to the problem.


Thanks.

Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  [EMAIL PROTECTED] |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] XFree86-4.6.0 for Radeon R250 M9

2007-06-10 Thread Bharat Kumar Reddy

Hi Marc,

I have disabled the X by changing the runlevel to init 3 followed by
reboot. After reboot I have  issued the command scanpci -v and
output is attached in scanpci.txt.

Yes you are right, int10 is missing under
/usr/X11R6/lib/modules/linux.  I will check it out the reason for this
behaviour.

Regards,
-Bharat.

On 6/11/07, Marc Aurele La France [EMAIL PROTECTED] wrote:

On Sat, 9 Jun 2007, Bharat Kumar Reddy wrote:
 On 6/8/07, Marc Aurele La France [EMAIL PROTECTED] wrote:
 On Fri, 8 Jun 2007, Bharat Kumar Reddy wrote:
  I am tring to configure XFree86-4.6.0 for  Radeon R250 M9 . However
  I am seeing V_BIOS not found error. With option NoInt10 I am able to
  overcome this error. However I am not able to overcome the following
  errors:
  (WW) RADEON(1): Mode pool is empty
  (EE) RADEON(1): No valid modes found

  I even tried adding the horizantal and vertical refresh rate and also
  Modeline parameters in monitor section and no hope getting rid of this
  error.

  Can anyone help me.

  Attached the XFree86.log and XF86Config file.
  I am running FC6 on a Pentium III processor.

 Please forward a log without the NoInt10 option.

 I have removed NoInt10 option as specified. I have attached
 XFree86.log and XF86Config file.

 Earlier I have started with the attached configuration. When I ran
 XFree86 -xf86config /root/XF86config.new I have seen the X display
 coming up for Card0 (82815 CGC) only. I didn't see any display for my
 card1 (Radeon R250 Moblity 9000).

 I couldn't figure out the reason for failure in card1 inspite of
 success in BIOS detection.  I have even tried adding the Modeline
 paramteres and horizantal and vertical refresh rate in Monitor
 Section. My monitor connected to Card1 is Acer 77c.

The adapter will not function without being initialised by its BIOS, and
there's not much the driver (by itself) can do about it.  So the next step
is
to figure out why that BIOS can't be retrieved.  Towards that end, please
send me the output from `scanpci -v` on this system, after a
powerdown-reboot, but before any attempt to start an X server.

Secondly, you appear to have an incomplete installation of XFree86 4.6.0, as
/usr/X11R6/lib/modules/linux/libint10.a is missing.  Although I don't think
this is relevant to the problem.

Thanks.

Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  [EMAIL PROTECTED] |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.


pci bus 0x cardnum 0x00 function 0x00: vendor 0x8086 device 0x1130
 Intel Corporation 82815 815 Chipset Host Bridge and Memory Controller Hub
  STATUS0x2090  COMMAND 0x0006
  CLASS 0x06 0x00 0x00  REVISION 0x02
  BIST  0x00  HEADER 0x00  LATENCY 0x00  CACHE 0x00

pci bus 0x cardnum 0x02 function 0x00: vendor 0x8086 device 0x1132
 Intel Corporation 82815 CGC [Chipset Graphics Controller]
 CardVendor 0x8086 card 0x0200 (Intel Corporation, Card unknown)
  STATUS0x02b0  COMMAND 0x0007
  CLASS 0x03 0x00 0x00  REVISION 0x02
  BIST  0x00  HEADER 0x00  LATENCY 0x00  CACHE 0x00
  BASE0 0x9408  addr 0x9400  MEM PREFETCHABLE
  BASE1 0x9030  addr 0x9030  MEM
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x01  INT_LINE 0x09

pci bus 0x cardnum 0x1e function 0x00: vendor 0x8086 device 0x244e
 Intel Corporation 82801 PCI Bridge
  STATUS0x0080  COMMAND 0x0007
  CLASS 0x06 0x04 0x00  REVISION 0x01
  HEADER0x01  LATENCY 0x00
  PRIBUS0x00  SECBUS 0x01  SUBBUS 0x02
  SECLT 0x20  SECSTATUS 0x2280
  IOBASE0x7000  IOLIM 0x8fff
  NOPREFETCH_MEMBASE 0x8010  MEMLIM 0x802f
  PREFETCH_MEMBASE   0x8040  MEMLIM 0x901f
  NO_FAST_B2B NO_SEC_BUS_RST NO_M_ABRT NO_VGA_EN ISA_EN NO_SERR_EN NO_PERR_EN

pci bus 0x cardnum 0x1f function 0x00: vendor 0x8086 device 0x2440
 Intel Corporation 82801BA ISA Bridge (LPC)
  STATUS0x0280  COMMAND 0x000f
  CLASS 0x06 0x01 0x00  REVISION 0x01
  BIST  0x00  HEADER 0x80  LATENCY 0x00  CACHE 0x00
  BYTE_00x01  BYTE_1  0x04  BYTE_2  0x00  BYTE_3  0x00

pci bus 0x cardnum 0x1f function 0x01: vendor 0x8086 device 0x244b
 Intel Corporation 82801BA IDE U100
  STATUS0x0280  COMMAND 0x0005
  CLASS 0x01 0x01 0x80  REVISION 0x01
  BIST  0x00  HEADER 0x00  LATENCY 0x00  CACHE 0x00
  BASE4 0x9c01  addr 0x9c00  I/O
  BYTE_00x07  BYTE_1  0xa3  BYTE_2 

Re: [XFree86] XFree86-4.6.0 for Radeon R250 M9

2007-06-08 Thread Marc Aurele La France
On Fri, 8 Jun 2007, Bharat Kumar Reddy wrote:

 I am tring to configure XFree86-4.6.0 for  Radeon R250 M9 . However
 I am seeing V_BIOS not found error. With option NoInt10 I am able to
 overcome this error. However I am not able to overcome the following
 errors:
 (WW) RADEON(1): Mode pool is empty
 (EE) RADEON(1): No valid modes found

 I even tried adding the horizantal and vertical refresh rate and also
 Modeline parameters in monitor section and no hope getting rid of this
 error.

 Can anyone help me.

 Attached the XFree86.log and XF86Config file.
 I am running FC6 on a Pentium III processor.

Please forward a log without the NoInt10 option.

Thanks.

Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  [EMAIL PROTECTED] |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86