Mailinglist Archive: radeonhd (529 mails)
| < Previous | Next > |
Re: [radeonhd] Radeon Xpress 1250M on a Samsung R20 Laptop
- From: Coleman Kane <cokane@xxxxxxxxxx>
- Date: Mon, 03 Dec 2007 08:04:43 -0500
- Message-id: <4753FEEB.4080201@xxxxxxxxxx>
Ryan Young wrote:
driver. I looked at the -radeonhd and the -ati driver sources, and both
of them don't seem to recognize the RS600 (which is the Xpress 1200 Series).
Does your Samsung laptop have an Intel chip in it perchance?
Try the attached patch (cheap hack) to the radeonhd driver, as some
website that I read (wikipedia article, mainly) expresses that the
RS600M might be very very similar to the RS690M, but just for Intel
chips (the 690 is for AMD chips only).
--
Coleman
--- src/rhd_id.c.orig 2007-12-03 07:58:46.000000000 -0500
+++ src/rhd_id.c 2007-12-03 07:58:09.000000000 -0500
@@ -191,6 +191,9 @@
RHD_DEVICE_MATCH( 0x7297, RHD_RV560 ), /* RV560 */
RHD_DEVICE_MATCH( 0x791E, RHD_RS690 ), /* Radeon X1200 */
RHD_DEVICE_MATCH( 0x791F, RHD_RS690 ), /* Radeon X1200 */
+ RHD_DEVICE_MATCH( 0x793F, RHD_RS690 ), /* Radeon X1200 */
+ RHD_DEVICE_MATCH( 0x7941, RHD_RS690 ), /* Radeon X1200 */
+ RHD_DEVICE_MATCH( 0x7942, RHD_RS690 ), /* Radeon X1200 */
RHD_DEVICE_MATCH( 0x796C, RHD_RS740 ), /* RS740 */
RHD_DEVICE_MATCH( 0x796D, RHD_RS740 ), /* RS740M */
RHD_DEVICE_MATCH( 0x796E, RHD_RS740 ), /* RS740 */
HiWhy don't you post the whole log? You may also want to try the -avivo
I'm not sure, but i think that this could be an RS600 instead of an
RS690, and that therefor you will need to use the -ati driver. Will
verify with ATI.
Thanks.
However, the -ati driver does not seem to work for me at the moment
either. It does not detect my graphics card either. I still get the
following error in the log.
(EE) No devices detected.
Cheers,
Ryan Young
driver. I looked at the -radeonhd and the -ati driver sources, and both
of them don't seem to recognize the RS600 (which is the Xpress 1200 Series).
Does your Samsung laptop have an Intel chip in it perchance?
Try the attached patch (cheap hack) to the radeonhd driver, as some
website that I read (wikipedia article, mainly) expresses that the
RS600M might be very very similar to the RS690M, but just for Intel
chips (the 690 is for AMD chips only).
--
Coleman
--- src/rhd_id.c.orig 2007-12-03 07:58:46.000000000 -0500
+++ src/rhd_id.c 2007-12-03 07:58:09.000000000 -0500
@@ -191,6 +191,9 @@
RHD_DEVICE_MATCH( 0x7297, RHD_RV560 ), /* RV560 */
RHD_DEVICE_MATCH( 0x791E, RHD_RS690 ), /* Radeon X1200 */
RHD_DEVICE_MATCH( 0x791F, RHD_RS690 ), /* Radeon X1200 */
+ RHD_DEVICE_MATCH( 0x793F, RHD_RS690 ), /* Radeon X1200 */
+ RHD_DEVICE_MATCH( 0x7941, RHD_RS690 ), /* Radeon X1200 */
+ RHD_DEVICE_MATCH( 0x7942, RHD_RS690 ), /* Radeon X1200 */
RHD_DEVICE_MATCH( 0x796C, RHD_RS740 ), /* RS740 */
RHD_DEVICE_MATCH( 0x796D, RHD_RS740 ), /* RS740M */
RHD_DEVICE_MATCH( 0x796E, RHD_RS740 ), /* RS740 */
| < Previous | Next > |