Re: ATI RAGE Mobility [9700]

2005-04-03 Thread Roland Smith
On Sun, Apr 03, 2005 at 04:08:34AM +0100, - wrote:
 Any way to get an ATI Mobility Radeon 9700 working with 3D acceleration ?

No. Ati only supplies windows and Linux drivers. The open source drivers
in xorg only support up to the Radeon 9250.

But see
http://lists.freebsd.org/pipermail/freebsd-current/2004-January/017723.html

Roland
-- 
R.F. Smith   /\ASCII Ribbon Campaign
r s m i t h @ x s 4 a l l . n l  \ /No HTML/RTF in e-mail
http://www.xs4all.nl/~rsmith/ X No Word docs in e-mail
public key: http://www.keyserver.net / \Respect for open standards


pgpQ7qhyMBkDG.pgp
Description: PGP signature


Re: ATI RAGE Mobility [9700]

2005-04-02 Thread -
Any way to get an ATI Mobility Radeon 9700 working with 3D acceleration ?
Andrew Heyn wrote:
I would like to state that at one point, I did get this to work.
This was also a long time ago, when the patches mentioned
in some of the proceeding links had to be done.. (which were and probably
still are XFree86 specific)
http://people.freebsd.org/~anholt/dri/news.html
http://am-productions.biz/docs/fujitsu-p2110.php leads to
http://dri.freedesktop.org/wiki/Building
I noticed that I had to make sure I rebuilt mach64.ko and some of the X
libraries regarding dri
if I was to upgrade the kernel.
Note this from the Wiki:
The DRM is shipped with the kernel, so you shouldn't need to build it. If
you choose to, simply run make  make install from the drm/bsd directory.

This is contrary to the suggestion to install ports/graphics/drm.  The
building referred
to above is within the X tree.
The history to the mach64 dri support may be of interest:
http://people.freebsd.org/~anholt/dri/news.html (already gave this link)
You can always (if you are patient) contact anholt who is rather busy on
freenode.net in
#dri.  Beware, I asked a question there, and fixed it myself before I got an
answer.
Hope this helps more than my other post.
It still sucked pretty bad once I got DRI working with my mach64, but...
It was better...
Thanks!
Andrew
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Mark Busby
Sent: Tuesday, March 29, 2005 11:23 AM
To: freebsd-questions@freebsd.org
Subject: re: ATI RAGE Mobility
On Monday 28 March 2005 20:25, Edwin Mons wrote:
 

On Mon, 28 Mar 2005 20:20:50 +0200, Edwin Mons wrote:
   

I'm trying to enable DRI on my IBM ThinkPad A20m, which has an ATI
Rage Mobility P/M AGP 2x rev 100 GPU onboard.  I succesfully
installed the mach64 DRM module, which shows the following lines in 
 

my dmesg:
 

drm0: Rage Mobility P/M AGP 2X port 0x2000-0x20ff mem
0xf420-0xf4200fff,0xf500-0xf5ff irq 11 at device 0.0 on
pci1
info: [drm] AGP at 0xf800 64MB
info: [drm] Initialized mach64 1.0.0 20020904 on minor 0
However, when I start X.org 6.8.2, it doesn't show anything about
DRM in the logfiles (attached).  glxinfo reports it doesn't use
Direct Rendering as well.
Attached is my xorg.conf, as well.
My questions: 1) does anybody know if it is possible to have DRI on
this configuration at all, and 2) how does one get it to work?
 



from kernel LINT file
# DRM options:
# mgadrm:AGP Matrox G200, G400, G450, G550
# tdfxdrm:   3dfx Voodoo 3/4/5 and Banshee
# r128drm:   ATI Rage 128
# radeondrm: ATI Radeon up to 9000/9100
# DRM_DEBUG: include debug printfs, very slow
#
# mga requires AGP in the kernel, and it is recommended
# for AGP r128 and radeon cards.
device  mgadrm
device  r128drm
device  radeondrm
device  tdfxdrm
options DRM_DEBUG
You may need to add the
device mgadrm
Hope it helps.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ATI Rage Mobility

2005-03-29 Thread Tijl Coosemans
On Monday 28 March 2005 20:25, Edwin Mons wrote:
 On Mon, 28 Mar 2005 20:20:50 +0200, Edwin Mons wrote:
  I'm trying to enable DRI on my IBM ThinkPad A20m, which has an ATI
  Rage Mobility P/M AGP 2x rev 100 GPU onboard.  I succesfully
  installed the mach64 DRM module, which shows the following lines in
  my dmesg:
 
  drm0: Rage Mobility P/M AGP 2X port 0x2000-0x20ff mem
  0xf420-0xf4200fff,0xf500-0xf5ff irq 11 at device 0.0 on
  pci1
  info: [drm] AGP at 0xf800 64MB
  info: [drm] Initialized mach64 1.0.0 20020904 on minor 0
 
  However, when I start X.org 6.8.2, it doesn't show anything about
  DRM in the logfiles (attached).  glxinfo reports it doesn't use
  Direct Rendering as well.
 
  Attached is my xorg.conf, as well.
 
  My questions: 1) does anybody know if it is possible to have DRI on
  this configuration at all, and 2) how does one get it to work?

A frequent mistake is that people forget to install the DRI drivers. So, 
did you install /usr/ports/graphics/dri?

 Damn, forgot the attachments (common problem of mine, I'm afraid...)

xorg's log would be nice too.

tijl
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Fwd: ATI Rage Mobility

2005-03-29 Thread Edwin Mons
On Tue, 29 Mar 2005 14:27:15 +0200, Tijl Coosemans [EMAIL PROTECTED] wrote:
 xorg's log would be nice too.

It got scrubbed off, somehow...  Anyways, try #2.

--
Cheers,
Edwin Mons
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ATI Rage Mobility

2005-03-29 Thread Edwin Mons
On Tue, 29 Mar 2005 14:27:15 +0200, Tijl Coosemans [EMAIL PROTECTED] wrote:
 xorg's log would be nice too.

Try #3, this time as an URL to the logs:  http://edwinm.ik.nu/Xorg.0.log

Cheers,
Edwin Mons
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


re: ATI RAGE Mobility

2005-03-29 Thread Mark Busby
On Monday 28 March 2005 20:25, Edwin Mons wrote:
 On Mon, 28 Mar 2005 20:20:50 +0200, Edwin Mons wrote:
  I'm trying to enable DRI on my IBM ThinkPad A20m, which has an ATI
  Rage Mobility P/M AGP 2x rev 100 GPU onboard.  I succesfully
  installed the mach64 DRM module, which shows the following lines in  my 
  dmesg:
 
  drm0: Rage Mobility P/M AGP 2X port 0x2000-0x20ff mem
  0xf420-0xf4200fff,0xf500-0xf5ff irq 11 at device 0.0 on
  pci1
  info: [drm] AGP at 0xf800 64MB
  info: [drm] Initialized mach64 1.0.0 20020904 on minor 0
 
  However, when I start X.org 6.8.2, it doesn't show anything about
  DRM in the logfiles (attached).  glxinfo reports it doesn't use
  Direct Rendering as well.
 
  Attached is my xorg.conf, as well.
 
  My questions: 1) does anybody know if it is possible to have DRI on
  this configuration at all, and 2) how does one get it to work?


 
 
from kernel LINT file
# DRM options:
# mgadrm:AGP Matrox G200, G400, G450, G550
# tdfxdrm:   3dfx Voodoo 3/4/5 and Banshee
# r128drm:   ATI Rage 128
# radeondrm: ATI Radeon up to 9000/9100
# DRM_DEBUG: include debug printfs, very slow
#
# mga requires AGP in the kernel, and it is recommended
# for AGP r128 and radeon cards.
device  mgadrm
device  r128drm
device  radeondrm
device  tdfxdrm
options DRM_DEBUG

You may need to add the 
device mgadrm
Hope it helps. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: ATI RAGE Mobility

2005-03-29 Thread Andrew Heyn
Sorry,

Rage mobility is mach64... you're trying to use a rage128/radeon driver.
That won't work.  There is some preliminary mach64 support but you have
to build it yourself.  It really sucks, it's not so worth it.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Mark Busby
Sent: Tuesday, March 29, 2005 11:23 AM
To: freebsd-questions@freebsd.org
Subject: re: ATI RAGE Mobility


On Monday 28 March 2005 20:25, Edwin Mons wrote:
 On Mon, 28 Mar 2005 20:20:50 +0200, Edwin Mons wrote:
  I'm trying to enable DRI on my IBM ThinkPad A20m, which has an ATI
  Rage Mobility P/M AGP 2x rev 100 GPU onboard.  I succesfully
  installed the mach64 DRM module, which shows the following lines in 
my dmesg:
 
  drm0: Rage Mobility P/M AGP 2X port 0x2000-0x20ff mem
  0xf420-0xf4200fff,0xf500-0xf5ff irq 11 at device 0.0 on
  pci1
  info: [drm] AGP at 0xf800 64MB
  info: [drm] Initialized mach64 1.0.0 20020904 on minor 0
 
  However, when I start X.org 6.8.2, it doesn't show anything about
  DRM in the logfiles (attached).  glxinfo reports it doesn't use
  Direct Rendering as well.
 
  Attached is my xorg.conf, as well.
 
  My questions: 1) does anybody know if it is possible to have DRI on
  this configuration at all, and 2) how does one get it to work?




from kernel LINT file
# DRM options:
# mgadrm:AGP Matrox G200, G400, G450, G550
# tdfxdrm:   3dfx Voodoo 3/4/5 and Banshee
# r128drm:   ATI Rage 128
# radeondrm: ATI Radeon up to 9000/9100
# DRM_DEBUG: include debug printfs, very slow
#
# mga requires AGP in the kernel, and it is recommended
# for AGP r128 and radeon cards.
device  mgadrm
device  r128drm
device  radeondrm
device  tdfxdrm
options DRM_DEBUG

You may need to add the
device mgadrm
Hope it helps.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ATI RAGE Mobility

2005-03-29 Thread Edwin Mons
On Tue, 29 Mar 2005 14:28:19 -0800, Andrew Heyn [EMAIL PROTECTED] wrote:
 Sorry,
 
 Rage mobility is mach64... you're trying to use a rage128/radeon driver.
 That won't work.  There is some preliminary mach64 support but you have
 to build it yourself.  It really sucks, it's not so worth it.

I built it myself, but it ain't working...

Edwinm
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: ATI RAGE Mobility

2005-03-29 Thread Andrew Heyn
I would like to state that at one point, I did get this to work.
This was also a long time ago, when the patches mentioned
in some of the proceeding links had to be done.. (which were and probably
still are XFree86 specific)

http://people.freebsd.org/~anholt/dri/news.html
http://am-productions.biz/docs/fujitsu-p2110.php leads to
http://dri.freedesktop.org/wiki/Building

I noticed that I had to make sure I rebuilt mach64.ko and some of the X
libraries regarding dri
if I was to upgrade the kernel.

Note this from the Wiki:
The DRM is shipped with the kernel, so you shouldn't need to build it. If
you choose to, simply run make  make install from the drm/bsd directory.

This is contrary to the suggestion to install ports/graphics/drm.  The
building referred
to above is within the X tree.

The history to the mach64 dri support may be of interest:
http://people.freebsd.org/~anholt/dri/news.html (already gave this link)

You can always (if you are patient) contact anholt who is rather busy on
freenode.net in
#dri.  Beware, I asked a question there, and fixed it myself before I got an
answer.

Hope this helps more than my other post.
It still sucked pretty bad once I got DRI working with my mach64, but...
It was better...

Thanks!
Andrew


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Mark Busby
Sent: Tuesday, March 29, 2005 11:23 AM
To: freebsd-questions@freebsd.org
Subject: re: ATI RAGE Mobility


On Monday 28 March 2005 20:25, Edwin Mons wrote:
 On Mon, 28 Mar 2005 20:20:50 +0200, Edwin Mons wrote:
  I'm trying to enable DRI on my IBM ThinkPad A20m, which has an ATI
  Rage Mobility P/M AGP 2x rev 100 GPU onboard.  I succesfully
  installed the mach64 DRM module, which shows the following lines in 
my dmesg:
 
  drm0: Rage Mobility P/M AGP 2X port 0x2000-0x20ff mem
  0xf420-0xf4200fff,0xf500-0xf5ff irq 11 at device 0.0 on
  pci1
  info: [drm] AGP at 0xf800 64MB
  info: [drm] Initialized mach64 1.0.0 20020904 on minor 0
 
  However, when I start X.org 6.8.2, it doesn't show anything about
  DRM in the logfiles (attached).  glxinfo reports it doesn't use
  Direct Rendering as well.
 
  Attached is my xorg.conf, as well.
 
  My questions: 1) does anybody know if it is possible to have DRI on
  this configuration at all, and 2) how does one get it to work?




from kernel LINT file
# DRM options:
# mgadrm:AGP Matrox G200, G400, G450, G550
# tdfxdrm:   3dfx Voodoo 3/4/5 and Banshee
# r128drm:   ATI Rage 128
# radeondrm: ATI Radeon up to 9000/9100
# DRM_DEBUG: include debug printfs, very slow
#
# mga requires AGP in the kernel, and it is recommended
# for AGP r128 and radeon cards.
device  mgadrm
device  r128drm
device  radeondrm
device  tdfxdrm
options DRM_DEBUG

You may need to add the
device mgadrm
Hope it helps.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ATI Rage Mobility

2005-03-28 Thread Edwin Mons
On Mon, 28 Mar 2005 20:20:50 +0200, Edwin Mons [EMAIL PROTECTED] wrote:
 Hi.
 
 I'm trying to enable DRI on my IBM ThinkPad A20m, which has an ATI
 Rage Mobility P/M AGP 2x rev 100 GPU onboard.  I succesfully installed
 the mach64 DRM module, which shows the following lines in my dmesg:
 
 drm0: Rage Mobility P/M AGP 2X port 0x2000-0x20ff mem
 0xf420-0xf4200fff,0xf500-0xf5ff irq 11 at device 0.0 on
 pci1
 info: [drm] AGP at 0xf800 64MB
 info: [drm] Initialized mach64 1.0.0 20020904 on minor 0
 
 However, when I start X.org 6.8.2, it doesn't show anything about DRM
 in the logfiles (attached).  glxinfo reports it doesn't use Direct
 Rendering as well.
 
 Attached is my xorg.conf, as well.
 
 My questions: 1) does anybody know if it is possible to have DRI on
 this configuration at all, and 2) how does one get it to work?

Damn, forgot the attachments (common problem of mine, I'm afraid...)

Cheers,
Edwin Mons


xorg.conf
Description: Binary data
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ATI Rage Mobility

2005-03-28 Thread Edwin Mons
Hi.

I'm trying to enable DRI on my IBM ThinkPad A20m, which has an ATI
Rage Mobility P/M AGP 2x rev 100 GPU onboard.  I succesfully installed
the mach64 DRM module, which shows the following lines in my dmesg:

drm0: Rage Mobility P/M AGP 2X port 0x2000-0x20ff mem
0xf420-0xf4200fff,0xf500-0xf5ff irq 11 at device 0.0 on
pci1
info: [drm] AGP at 0xf800 64MB
info: [drm] Initialized mach64 1.0.0 20020904 on minor 0

However, when I start X.org 6.8.2, it doesn't show anything about DRM
in the logfiles (attached).  glxinfo reports it doesn't use Direct
Rendering as well.

Attached is my xorg.conf, as well.

My questions: 1) does anybody know if it is possible to have DRI on
this configuration at all, and 2) how does one get it to work?

Regards,
Edwin Mons
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Xorg ATI Rage-Mobility Bug (work around)

2004-11-19 Thread doug
FYI - there is a work around for this. The vesa driver works okay. I just ran
xorgconfig and added Mode and DefaultDepth statements. The driver seems kind of
funky in that the screen is scrambled for a second or so and then seems to work
okay.

Is there a user oriented mailing list for Xorg? I am happy to test a fix for the
ati driver. Is there a end-user mailing list for Xorg? I also have some
questions about the driver option and modeline calculation. Any ideas where
these questions can be asked would be greatly appreciated.

I did not in the end try the development snapshot in XFree86 since using XFree86
seems to then require that all X applications be installed as ports. I figure I
might have KDE done by Christmas :)


On Mon, 18 Oct 2004, Eric Anholt wrote:

 On Mon, 2004-10-18 at 12:30, [EMAIL PROTECTED] wrote:
  Both Xorg and XFree86 4.4 have this problem. The card works in XFree86 4.3.
 
  The problem is reported in Xorg as Bug#: 1109, report 2004-08-17. It has 
  been
  fixed in XFree86 4.4.99.7, CHANGELOG #133.


_
Douglas Denault
http://www.safeport.com
[EMAIL PROTECTED]
Voice: 301-469-8766
  Fax: 301-469-0601
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Xorg and ATI Rage-Mobility (resolved)

2004-10-14 Thread doug
A fix is in the works for this problem, look for CHANGELOG #133. Hopefully Xorg
will also pick this up.


-- Forwarded message --
Date: Thu, 14 Oct 2004 08:40:47 -0600 (MDT)
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [XFree86] ATI Rage Mobility AGP 2x with XFree86 4.4

On Wed, 13 Oct 2004 [EMAIL PROTECTED] wrote:

 The XF86Config is attached for reference. I am using FreeBSD 5.3 and trying to
 install XFree86 4.4. I currently am running XFree86 4.3 (so I can write this
 email :)

 The attached file works and has worked with 4.0 - 4.3 of XFree86. On 4.4
 starting xdm yields a black screen with no errors logged to
 /var/log/XFree86.0.log. xdm starts and can be canceled.

 The hardware is a Dell Inspiron 7500 circa 10/99. The problem seems to track the
 ATI Rage Mobility card as another FreeBSD user with the same card on an IBM
 ThinkPad is having the same symptoms.

[cut]

 Is this a know problem? I could not find it in the active bug list. Any work
 around-s?

This should be fixed as of 4.4.99.7, specifically CHANGELOG #133.  There are no
workarounds.

[cut]

_
Douglas Denault
http://www.safeport.com
[EMAIL PROTECTED]
Voice: 301-469-8766
  Fax: 301-469-0601

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Xorg and ATI Rage-Mobility

2004-09-29 Thread doug
I finally got around to trying XFree86 4.3 (from the 5.2 CD). It works fine.

I could find nothing on the Xorg or XFree86 (4.4) sites. but neither works with
my system (and perhaps) this chip. I am going to post this on those sites.

I tested Free86 with the 5.x binary. Installing that does not update the package
database. Where might I find how to do that manually? I am sure the need will
arise again :)


On Fri, 24 Sep 2004, Joe Altman wrote:

 On Thu, Sep 23, 2004 at 02:22:53PM -0400, [EMAIL PROTECTED] wrote:
 
  I have tried the default xorg.conf (from Xorg -configure), one that I
  edited, snip All do the same thing - give a black screen,

 Me, too.

  Xorg.0.log has no error messages.

 Me, too.

  vendor   = 'ATI Technologies'
  device   = '01541014 Rage P/M Mobility AGP 2x'

 The P/M Mobility AGP 2x matches what the laptop I have uses: an IBM
 A20m.

 What I see from ps ux is that both my X session and window manager
 start, but (as you point out) the screen goes black.

 It's almost as if xset comes on and blanks the screen, immediately
 pursuant to the invocation of X, for this particular chip.

  Thanks for any ideas

 I've no ideas. I've pondered and used google and the search function
 for the lists; no joy. I do note that there is a recommendation to use
 the gatos bits (gatos.sourceforge.net) if one wishes to use the
 multimedia capabilities of this chip; this occurs during the compile
 of Xorg and/or in the Xorg log. It doesn't seem to me that the
 multimedia capabilities of the card are relevant to the basic use of X
 for a windowing system.

 --
 One million points of light shining on the new world-order model for
 fascism and tyranny. Get in line.
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]



_
Douglas Denault
http://www.safeport.com
[EMAIL PROTECTED]
Voice: 301-469-8766
  Fax: 301-469-0601
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Xorg and ATI Rage-Mobility

2004-09-24 Thread Joe Altman
On Thu, Sep 23, 2004 at 02:22:53PM -0400, [EMAIL PROTECTED] wrote:

 I have tried the default xorg.conf (from Xorg -configure), one that I edited,
 snip All do the same thing - give a black screen,

Me, too.

 Xorg.0.log has no error messages.

Me, too.

 vendor   = 'ATI Technologies'
 device   = '01541014 Rage P/M Mobility AGP 2x'

The P/M Mobility AGP 2x matches what the laptop I have uses: an IBM
A20m.

What I see from ps ux is that both my X session and window manager
start, but (as you point out) the screen goes black.

It's almost as if xset comes on and blanks the screen, immediately
pursuant to the invocation of X, for this particular chip.

 Thanks for any ideas

I've no ideas. I've pondered and used google and the search function
for the lists; no joy. I do note that there is a recommendation to use
the gatos bits (gatos.sourceforge.net) if one wishes to use the
multimedia capabilities of this chip; this occurs during the compile
of Xorg and/or in the Xorg log. It doesn't seem to me that the
multimedia capabilities of the card are relevant to the basic use of X
for a windowing system.

-- 
One million points of light shining on the new world-order model for
fascism and tyranny. Get in line.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Xorg and ATI Rage-Mobility

2004-09-23 Thread doug
I installed 5.3 and thought I would try Xorg. I installed it from packages
with no problems except I ended up with pkgconfig-0.15.0 rather than
pkgconfig-0.15.0_1. I removed 15.0 and replaced it with 15.0_1 after the
installation.

I have tried the default xorg.conf (from Xorg -configure), one that I edited,
and the XF86Config from 4.3. All do the same thing - give a black screen, none
of the ugly flashing when hsync/vsync are in error.

Xorg.0.log has no error messages. At a similar stage XFree86 would display the
hashed screen. I added a .xsession but have done nothing else.

I am not sure what information would be helpful to include, mostly I wanted to
know if there is some debugging options or any other place where errors are
logged.

As an aside i need to do 'killall dhclient' and restart it to get network
operations going. This may be an ep issue and if so is of little concern (to
me).

From pciconf -lv:

[EMAIL PROTECTED]:0:0:  class=0x06 card=0x chip=0x71908086 rev=0x03 
hdr=0x00
vendor   = 'Intel Corporation'
device   = '82443BX/ZX 440BX/ZX CPU to PCI Bridge (AGP Implemented)'
class= bridge
subclass = HOST-PCI
   :

[EMAIL PROTECTED]:0:0: class=0x03 card=0x009e1028 chip=0x4c4d1002 rev=0x64 hdr=0x00
vendor   = 'ATI Technologies'
device   = '01541014 Rage P/M Mobility AGP 2x'
class= display
subclass = VGA

xorg.conf:

Section Monitor
Identifier   Monitor0
VendorName   Monitor Vendor
ModelNameMonitor Model
ModeLine 1400x1050   107.86   1400 1440 1552 1688   1050 1050 1053
 1066 +hsync +vsync
EndSection

Section Device
Identifier  Card0
Driver  ati
VendorName  ATI
BoardName   Rage Mobility P/M AGP 2x
ChipSet ati
ChipId  0x4c4d
ChipRev 0x64
BusID   PCI:1:0:0
EndSection

Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
DefaultDepth24
SubSection Display
Viewport   0 0
Depth 1
EndSubSection
   :
SubSection Display
Viewport   0 0
Depth 24
Modes 1400x1050 1280x1024  1024x768 800x600
EndSubSection
EndSection


Thanks for any ideas


_
Douglas Denault
http://www.safeport.com
[EMAIL PROTECTED]
Voice: 301-469-8766
  Fax: 301-469-0601
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]