RE: ATI Radeon IGP 340M

2003-12-09 Thread Minnesota Slinky
Ian,

I have the same graphics card, and XFree86 seemed to detect it
automagically.  I even have working GL drivers.  Performance isn't the
best, and the GL is a little choppy, but I'm not looking at gaming on
this machine.

Eric F Crist
President
AdTech Integrated Systems, Inc
(612) 998-3588
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ian N Cole
Sent: Monday, December 08, 2003 3:50 AM
To: [EMAIL PROTECTED]
Subject: ATI Radeon IGP 340M

Juan...I need helpful info on how to install the xfree...I have no clue
as how to do this...

I have a laptop with the 340m and need drivers to improve its
performance..what isthe xfree and how  exactly does it work??

thank you...hope u can help

Ian Cole
dallas tx

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


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


Re: I try to change atapi_dma to "1" but it doesn't work (It was "Re: ATI Radeon IGP 340M")

2003-10-07 Thread jason
Use hw.ata.atapi.dma="x"  for atapi devices(cdroms and dvdroms).  Drop 
that atapi for hard drives.  Here x = 0-6 at speeds of 16.7, 25, 33.3, 
44.4, 66.7, 100, 133.  Mode 6 only works on select drives, like mators, 
with a board that supports, like an nforce.  Most cdroms should not be 
more than a mode 2.  Thats for a 52x where 52x150kb/s=7800kb/s=7.6mb/s 
max transfer.  My liteon supports 33.3mb/s tranfers, and I use that mode 
but it is no real avantage over mode 0 or 1.  Dvds use 1250kb/s as their 
x value, so a 8x dvd would need 8x1250kb/s=1kb/s=9.8mb/s.  So just 
cut and paste this in the loader.conf file.



Juan Rodriguez Hervella wrote:

On Monday 06 October 2003 19:49, Mike Silbersack wrote:
 

On Mon, 6 Oct 2003, Juan Rodriguez Hervella wrote:
   

Thank you very much.

It's working. I've tried to play a DVD using "ogle", but
it doesn't work very well, the movement isn't steadyI've got
a friend with the same laptop using Linux and he tells me it works
nice.so I guess it's a FreeBSD performance problem*sigh*
Thank you anyway.

--
JFRH
 

FreeBSD doesn't enable DMA access to CD/DVD drives by default, that may be
part of the problem; try enabling atapi_dma (see the ata manpage), that
might help.
Mike "Silby" Silbersack
   

I've tried both atapi_dma="1" in "loader.conf" and "atacontrol mode 1 udma100 
XXX" but when I attempt to access the device, it hangs up.

I copy a "dmesg" if this can help. Look at the end there are some error 
messages related to ATA
 



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


Re: I try to change atapi_dma to "1" but it doesn't work (It was "Re: ATI Radeon IGP 340M")

2003-10-07 Thread Juan Rodriguez Hervella
On Tuesday 07 October 2003 09:11, Mike Silbersack wrote:
> On Tue, 7 Oct 2003, Juan Rodriguez Hervella wrote:
> > I've tried both atapi_dma="1" in "loader.conf" and "atacontrol mode 1
> > udma100 XXX" but when I attempt to access the device, it hangs up.
>
> The same thing happens to me, unfortunately...
>
> Actually, that shouldn't be surprising; I compared dmesgs, and it looks
> like we have the same IDE controller and DVD/CD-RW drive; is this a
> Compaq/HP laptop?
>
> Soren (the ata driver guy) might be able to debug the problem, but I
> haven't taken the time to bother him about it.
>
> Unless you can get him to look at it, you're stuck for now. :)
>
> Mike "Silby" Silbersack

Yeah my laptop is HP (at least on the screen it shows HP) and
on the keyboard it shows "compaq nx9010". I'm not sure if this is
an HP or Compaq :D

I think I will remain happily stuck. This doesn't seem to be an important
issue as long as I can watch DVDs on windows*sigh*.

Thank you Mike ! :)

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


Re: I try to change atapi_dma to "1" but it doesn't work (It was "Re: ATI Radeon IGP 340M")

2003-10-07 Thread Mike Silbersack

On Tue, 7 Oct 2003, Juan Rodriguez Hervella wrote:

> I've tried both atapi_dma="1" in "loader.conf" and "atacontrol mode 1 udma100
> XXX" but when I attempt to access the device, it hangs up.

The same thing happens to me, unfortunately...

Actually, that shouldn't be surprising; I compared dmesgs, and it looks
like we have the same IDE controller and DVD/CD-RW drive; is this a
Compaq/HP laptop?

Soren (the ata driver guy) might be able to debug the problem, but I
haven't taken the time to bother him about it.

Unless you can get him to look at it, you're stuck for now. :)

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


I try to change atapi_dma to "1" but it doesn't work (It was "Re: ATI Radeon IGP 340M")

2003-10-07 Thread Juan Rodriguez Hervella
On Monday 06 October 2003 19:49, Mike Silbersack wrote:
> On Mon, 6 Oct 2003, Juan Rodriguez Hervella wrote:
> > Thank you very much.
> >
> > It's working. I've tried to play a DVD using "ogle", but
> > it doesn't work very well, the movement isn't steadyI've got
> > a friend with the same laptop using Linux and he tells me it works
> > nice.so I guess it's a FreeBSD performance problem*sigh*
> >
> > Thank you anyway.
> >
> > --
> > JFRH
>
> FreeBSD doesn't enable DMA access to CD/DVD drives by default, that may be
> part of the problem; try enabling atapi_dma (see the ata manpage), that
> might help.
>
> Mike "Silby" Silbersack

I've tried both atapi_dma="1" in "loader.conf" and "atacontrol mode 1 udma100 
XXX" but when I attempt to access the device, it hangs up.

I copy a "dmesg" if this can help. Look at the end there are some error 
messages related to ATA

Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 4.8-RELEASE #3: Sun Oct  5 02:07:28 CEST 2003
[EMAIL PROTECTED]:/usr/src/sys/compile/JUANILLO
Timecounter "i8254"  frequency 1193182 Hz
CPU: Intel(R) Pentium(R) 4 CPU 2.66GHz (2658.30-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0xf27  Stepping = 7
  
Features=0xbfebf9ff
real memory  = 200736768 (196032K bytes)
avail memory = 189956096 (185504K bytes)
Preloaded elf kernel "kernel" at 0xc051c000.
Pentium Pro MTRR support enabled
md0: Malloc disk
Using $PIR table, 9 entries at 0xc00fdf30
npx0:  on motherboard
npx0: INT 16 interface
pcib0:  on motherboard
pci0:  on pcib0
pcib1:  at device 1.0 on pci0
pci1:  on pcib1
pci1:  at 5.0
pci0:  (vendor=0x10b9, dev=0x5451) at 6.0 irq 5
isab0:  at device 7.0 on pci0
isa0:  on isab0
pci0:  (vendor=0x10b9, dev=0x5457) at 8.0
pci_cfgintr_virgin: using routable interrupt 7
pci_cfgintr: 0:10 INTA routed to irq 7
pcic0:  irq 7 at device 10.0 on pci0
pcic0: Could not map register memory 0xd0002000
device_probe_and_attach: pcic0 attach returned 12
uhci0:  port 0x2000-0x201f irq 10 at device 11.0 on 
pci0
usb0:  on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhub1: NEC Corporation USB2.0 Hub Controller, class 9/0, rev 2.00/1.00, addr 2
uhub1: 3 ports with 3 removable, self powered
uhci1:  port 0x2020-0x203f irq 10 at device 11.1 on 
pci0
usb1:  on uhci1
usb1: USB revision 1.0
uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
pci0:  at 11.2
pci0:  (vendor=0x104c, dev=0x8026) at 12.0
atapci0:  port 0x2040-0x204f irq 0 at 
device 16.0 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
chip1:  at device 17.0 on pci0
sis0:  port 0x2400-0x24ff mem 
0xd0008000-0xd0008fff irq 10 at device 18.0 on pci
0
sis0: Ethernet address: 00:0d:9d:46:f2:c9
miibus0:  on sis0
ukphy0:  on miibus0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
orm0:  at iomem 
0xc-0xcefff,0xcf000-0xcf7ff,0xdf000-0xd,0xe-0xe3fff on isa0
fdc0:  at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
atkbdc0:  at port 0x60,0x64 on isa0
atkbd0:  flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0:  irq 12 on atkbdc0
psm0: model MouseMan+, device ID 0
vga0:  at port 0x3c0-0x3df iomem 0xa-0xb on isa0
sc0:  at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
pcic0:  at port 0x3e0 iomem 0xd on isa0
pcic0: Polling mode
pccard0:  on pcic0
pccard1:  on pcic0
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
ppc0:  at port 0x378-0x37f irq 7 on isa0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/1 bytes threshold
plip0:  on ppbus0
lpt0:  on ppbus0
lpt0: Interrupt-driven port
ppi0:  on ppbus0
ad0: 38154MB  [77520/16/63] at ata0-master UDMA100
acd0: CD-RW  at ata1-master PIO4
Mounting root from ufs:/dev/ad0s2a
cd0 at ata1 bus 0 target 0 lun 0
cd0:  Removable CD-ROM SCSI-0 device
cd0: 16.000MB/s transfers
cd0: Attempt to query device size failed: NOT READY, Medium not present
pcic2:  irq 7 at device 10.0 on pci0
pcic2: Could not map register memory 0xd0002000
device_probe_and_attach: pcic2 attach returned 12
pcic2:  irq 7 at device 10.0 on pci0
pcic2: Could not map register memory 0xd0002000
device_probe_and_attach: pcic2 attach returned 12
pcic2:  irq 7 at device 10.0 on pci0
pcic2: Could not map register memory 0xd0002000
device_probe_and_attach: pcic2 attach returned 12
pcic2:  irq 7 at device 10.0 on pci0
pcic2: Could not map register memory 0xd0002000
device_probe_and_attach: pcic2 attach returned 12
pcic2:  irq 7 at device 10.0 on pci0
pcic2: Could not map register memory 0xd0002000
device_probe_and_attach: pcic2 attach returned 12
pcic2:  irq 7 at device 1

Re: ATI Radeon IGP 340M

2003-10-06 Thread Mike Silbersack

On Mon, 6 Oct 2003, Juan Rodriguez Hervella wrote:

> Thank you very much.
>
> It's working. I've tried to play a DVD using "ogle", but
> it doesn't work very well, the movement isn't steadyI've got
> a friend with the same laptop using Linux and he tells me it works
> nice.so I guess it's a FreeBSD performance problem*sigh*
>
> Thank you anyway.
>
> --
> JFRH

FreeBSD doesn't enable DMA access to CD/DVD drives by default, that may be
part of the problem; try enabling atapi_dma (see the ata manpage), that
might help.

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


Re: ATI Radeon IGP 340M

2003-10-06 Thread Juan Rodriguez Hervella
On Saturday 04 October 2003 07:10, Mike Silbersack wrote:
> Juan, it recently became possible to use the 340M in its native mode;
> simply cvsup to the latest ports tree, and install the
> XFree86-4-Server-snap port; the "ati" driver in it supports the 340M in my
> laptop just fine.  (I have not tested any 3d or tv out functions,
> however.)
>
> Mike "Silby" Silbersack

Thank you very much.

It's working. I've tried to play a DVD using "ogle", but
it doesn't work very well, the movement isn't steadyI've got
a friend with the same laptop using Linux and he tells me it works
nice.so I guess it's a FreeBSD performance problem*sigh*

Thank you anyway.

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


re: ATI Radeon IGP 340M

2003-10-03 Thread Mike Silbersack

Juan, it recently became possible to use the 340M in its native mode;
simply cvsup to the latest ports tree, and install the
XFree86-4-Server-snap port; the "ati" driver in it supports the 340M in my
laptop just fine.  (I have not tested any 3d or tv out functions,
however.)

Mike "Silby" Silbersack

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