Re: [Nouveau] 2.6.33 vs. NVIDIA GForce GT 220

2010-01-28 Thread Pekka Paalanen
On Wed, 27 Jan 2010 18:28:06 -0800
Stephane Marchesin stephane.marche...@gmail.com wrote:

 On Tue, Jan 26, 2010 at 01:47, Pavel Machek pa...@ucw.cz wrote:
  Hi!
 
I tried enabling staging nvidia driver on GT220, but
apparently driver does not know about it. Unfortunately, I
have one of those cards here.
   
(I wonder... is there better mailing list? MAINTAINERS
only lists linux-fbdev)
 
  The list is nouv...@lists.freedesktop.org. And driver knows
  about GT220 just fine, I've been using it for a month or two
  on GT220 already. Don't bother
 
  Perhaps nouveau@lists.freedesktop.org should be added to
  MAINTAINERS?
 
  about the supported cards lists in xf86-video-nouveau or
  wherever else, the driver will happily bind to any nvidia
  video card with known generation, even if nobody has seen that
  precise model before.
 
  Unfortunately, the driver does not seem happy:
 
  Jan 18 12:56:38 pma kernel: [    0.491073] nvidiafb
  :01:00.0: PCI INT A - GSI 16 (level, low) - IRQ 16
  Jan 18 12:56:38 pma kernel: [    0.491507] nvidiafb: Device ID:
  10de0a20
  Jan 18 12:56:38 pma kernel: [    0.491546] Chipset is 10de0a20
  Jan 18 12:56:38 pma kernel: [    0.491584] nvidiafb: unknown
  NV_ARCH Jan 18 12:56:38 pma kernel: [    0.492119] vga16fb:
  initializing
 
 
 Hmm, but this is not nouveau, this is nvidiafb...

And both nvidiafb and vga16fb are known make Nouveau misbehave:
nvidiafb because it messes up the card state, and vga16fb because it
does not do the fb driver hand-over, AFAIK.

Relevant or not, I'd like to advertise our new troubleshooting page:
http://nouveau.freedesktop.org/wiki/TroubleShooting

I'm also adding the CCs that were dropped earlier.

Was the original question in this thread about nvidiafb or Nouveau?


Thanks.

-- 
Pekka Paalanen
http://www.iki.fi/pq/
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


Re: [Nouveau] 2.6.33 vs. NVIDIA GForce GT 220

2010-01-27 Thread Pavel Machek
Hi!

   I tried enabling staging nvidia driver on GT220, but apparently driver
   does not know about it. Unfortunately, I have one of those cards here.
  
   (I wonder... is there better mailing list? MAINTAINERS only lists
   linux-fbdev)
 
 The list is nouv...@lists.freedesktop.org. And driver knows about GT220 just 
 fine, I've been using it for a month or two on GT220 already. Don't
 bother 

Perhaps nouveau@lists.freedesktop.org should be added to MAINTAINERS?

 about the supported cards lists in xf86-video-nouveau or wherever else, the 
 driver will happily bind to any nvidia video card with known generation, even 
 if nobody has seen that precise model before.

Unfortunately, the driver does not seem happy:

Jan 18 12:56:38 pma kernel: [0.491073] nvidiafb :01:00.0: PCI
INT A - GSI 16 (level, low) - IRQ 16
Jan 18 12:56:38 pma kernel: [0.491507] nvidiafb: Device ID:
10de0a20 
Jan 18 12:56:38 pma kernel: [0.491546] Chipset is 10de0a20
Jan 18 12:56:38 pma kernel: [0.491584] nvidiafb: unknown NV_ARCH
Jan 18 12:56:38 pma kernel: [0.492119] vga16fb: initializing


 One thing that could happen, however, is missing ctxprog for your chipset. In 
 this case, you'll be stuck with non-accelerated nouveau until somebody 
 extracts the ctxprog from blob mmiotrace on your card -- come to freenode.net 
 IRC channel #nouveau if you need help with that. However, that shouldn't 
 happen, since the GT220 chipset is already supported.

I don't really need 3D acceleration, I'd just like to use whole size
of screen... (and found out how to do that even now, after X update
with vesa driver).
Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) 
http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


Re: [Nouveau] 2.6.33 vs. NVIDIA GForce GT 220

2010-01-27 Thread Stephane Marchesin
On Tue, Jan 26, 2010 at 01:47, Pavel Machek pa...@ucw.cz wrote:
 Hi!

   I tried enabling staging nvidia driver on GT220, but apparently driver
   does not know about it. Unfortunately, I have one of those cards here.
  
   (I wonder... is there better mailing list? MAINTAINERS only lists
   linux-fbdev)

 The list is nouv...@lists.freedesktop.org. And driver knows about GT220 just
 fine, I've been using it for a month or two on GT220 already. Don't
 bother

 Perhaps nouveau@lists.freedesktop.org should be added to MAINTAINERS?

 about the supported cards lists in xf86-video-nouveau or wherever else, the
 driver will happily bind to any nvidia video card with known generation, even
 if nobody has seen that precise model before.

 Unfortunately, the driver does not seem happy:

 Jan 18 12:56:38 pma kernel: [    0.491073] nvidiafb :01:00.0: PCI
 INT A - GSI 16 (level, low) - IRQ 16
 Jan 18 12:56:38 pma kernel: [    0.491507] nvidiafb: Device ID:
 10de0a20
 Jan 18 12:56:38 pma kernel: [    0.491546] Chipset is 10de0a20
 Jan 18 12:56:38 pma kernel: [    0.491584] nvidiafb: unknown NV_ARCH
 Jan 18 12:56:38 pma kernel: [    0.492119] vga16fb: initializing


Hmm, but this is not nouveau, this is nvidiafb...

Stephane
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


Re: [Nouveau] 2.6.33 vs. NVIDIA GForce GT 220

2010-01-23 Thread Marcin Slusarz
On Tue, Jan 12, 2010 at 02:43:35PM +0100, Pavel Machek wrote:
 Hi!
 
 I tried enabling staging nvidia driver on GT220, but apparently driver
 does not know about it. Unfortunately, I have one of those cards here.
 
 (I wonder... is there better mailing list? MAINTAINERS only lists
 linux-fbdev)

CC'ing proper mailing list
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


Re: [Nouveau] 2.6.33 vs. NVIDIA GForce GT 220

2010-01-23 Thread Marcin Kościelnicki
 On Tue, Jan 12, 2010 at 02:43:35PM +0100, Pavel Machek wrote:
  Hi!
 
  I tried enabling staging nvidia driver on GT220, but apparently driver
  does not know about it. Unfortunately, I have one of those cards here.
 
  (I wonder... is there better mailing list? MAINTAINERS only lists
  linux-fbdev)

The list is nouv...@lists.freedesktop.org. And driver knows about GT220 just 
fine, I've been using it for a month or two on GT220 already. Don't bother 
about the supported cards lists in xf86-video-nouveau or wherever else, the 
driver will happily bind to any nvidia video card with known generation, even 
if nobody has seen that precise model before.

One thing that could happen, however, is missing ctxprog for your chipset. In 
this case, you'll be stuck with non-accelerated nouveau until somebody 
extracts the ctxprog from blob mmiotrace on your card -- come to freenode.net 
IRC channel #nouveau if you need help with that. However, that shouldn't 
happen, since the GT220 chipset is already supported.

Marcin Kościelnicki
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau