* Two problems
@ 2007-06-14 14:52 Jan Buecken
[not found] ` <4671564A.8010702-Mmb7MZpHnFY@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Jan Buecken @ 2007-06-14 14:52 UTC (permalink / raw)
To: Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
Hello, I have two problems:
1) Identify my card
2) Error message at dumping
1) It seems to me that I have a special version of the GeForce4 420 Go
32M because my card is a GeForce4 440 Go 64M but both have the same PCI
device id. Is this important for the development of the renouveau driver
or is this already noted?
Outputs:
lspci
[...]
01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 440
Go 64M] (rev a3)
lspci -n
[...]
01:00.0 0300: 10de:0179 (rev a3)
System:
Operating System: Gentoo
uname -a
Linux workstation 2.6.20-gentoo-r8 #1 PREEMPT Fri May 11 19:52:29 CEST
2007 i686 Intel(R) Pentium(R) 4 CPU 2.53GHz GenuineIntel GNU/Linux
Nvidia Driver: 1.0.8776-r1
2) I want to report following error message. I want to dump my card with
KoalaBR's script. The complete output (after answering yes):
????????????????????????????????????????????????????????????
? Compilation successful. Now starting renouveau. Please ?
? make sure that ?
? - You have compiz or beryl disabled ?
? - That you don't move the renouveau window ?
? - That you don't hide the renouveau window behind ?
? other windows or menus ?
? In case of questions look here: ?
? http://nouveau.freedesktop.org/wiki/FAQ. ?
? Choosing 'NO' will abort this script in case you need ?
? to deactivate beryl / compiz ?
????????????????????????????????????????????????????????????
? < Yes > < No > ?
????????????????????????????????????????????????????????????
mkdir: kann Verzeichnis "cards" nicht anlegen: Die Datei existiert bereits
detect_devices: Creating probe window failed.
Device detection failed.
Please report the above error. Press return to continue
Is there already a solution?
regards
Jan Bücken
^ permalink raw reply [flat|nested] 5+ messages in thread[parent not found: <4671564A.8010702-Mmb7MZpHnFY@public.gmane.org>]
* Re: Two problems [not found] ` <4671564A.8010702-Mmb7MZpHnFY@public.gmane.org> @ 2007-06-14 16:08 ` Pekka Paalanen [not found] ` <20070614190808.7232a6ef-cxYvVS3buNOdIgDiPM52R8c4bpwCjbIv@public.gmane.org> 2007-06-15 12:02 ` Jan Buecken 1 sibling, 1 reply; 5+ messages in thread From: Pekka Paalanen @ 2007-06-14 16:08 UTC (permalink / raw) To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW On Thu, 14 Jun 2007 16:52:58 +0200 Jan Buecken <jb.faq-Mmb7MZpHnFY@public.gmane.org> wrote: > mkdir: kann Verzeichnis "cards" nicht anlegen: Die Datei existiert Please use English or C locale for reporting error messages. > bereits detect_devices: Creating probe window failed. > Device detection failed. Are you using 16-bit color depth? If so, please try 24-bit. Thanks. -- Pekka "PQ" Paalanen http://www.iki.fi/pq/ ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <20070614190808.7232a6ef-cxYvVS3buNOdIgDiPM52R8c4bpwCjbIv@public.gmane.org>]
* Re: Two problems [not found] ` <20070614190808.7232a6ef-cxYvVS3buNOdIgDiPM52R8c4bpwCjbIv@public.gmane.org> @ 2007-06-15 11:42 ` Jan Buecken 0 siblings, 0 replies; 5+ messages in thread From: Jan Buecken @ 2007-06-15 11:42 UTC (permalink / raw) Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW Pekka Paalanen schrieb: > On Thu, 14 Jun 2007 16:52:58 +0200 > Jan Buecken <jb.faq-Mmb7MZpHnFY@public.gmane.org> wrote: > >> mkdir: kann Verzeichnis "cards" nicht anlegen: Die Datei existiert > Sorry, it was a only copy and paste of the whole error. But this is solved myself (the reason for this error is that I run the script a second time without deleting the directory cards or rmtmp. The translation of this error is: "mkdir: cannot make directory "cards": The directory already exists" > Please use English or C locale for reporting error messages. > >> bereits detect_devices: Creating probe window failed. >> Device detection failed. > > Are you using 16-bit color depth? If so, please try 24-bit. Yes. This helps. Thanks. A irritating error message... > > Thanks. > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Two problems [not found] ` <4671564A.8010702-Mmb7MZpHnFY@public.gmane.org> 2007-06-14 16:08 ` Pekka Paalanen @ 2007-06-15 12:02 ` Jan Buecken 1 sibling, 0 replies; 5+ messages in thread From: Jan Buecken @ 2007-06-15 12:02 UTC (permalink / raw) To: Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW I'm sorry, all my problems are solved for now. forget problem 1) in my mail. (I had the message that my card is a GeForce4 420 Go 32M by lspci one time, but now the nessage is correct, I don't know why. But the GeForce4 420 Go 32M has the pci device id 0176 and my card 0179. As soon as I know why I get different messages I mail again.) Jan Buecken schrieb: > Hello, I have two problems: > > 1) Identify my card > 2) Error message at dumping > > 1) It seems to me that I have a special version of the GeForce4 420 Go > 32M because my card is a GeForce4 440 Go 64M but both have the same PCI > device id. Is this important for the development of the renouveau driver > or is this already noted? > > Outputs: > > lspci > [...] > 01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 440 > Go 64M] (rev a3) > > lspci -n > [...] > 01:00.0 0300: 10de:0179 (rev a3) > > > System: > > Operating System: Gentoo > > uname -a > Linux workstation 2.6.20-gentoo-r8 #1 PREEMPT Fri May 11 19:52:29 CEST > 2007 i686 Intel(R) Pentium(R) 4 CPU 2.53GHz GenuineIntel GNU/Linux > > Nvidia Driver: 1.0.8776-r1 > > 2) I want to report following error message. I want to dump my card with > KoalaBR's script. The complete output (after answering yes): > > > > > > > ???????????????????????????????????????????????????????????? > ? Compilation successful. Now starting renouveau. Please ? > ? make sure that ? > ? - You have compiz or beryl disabled ? > ? - That you don't move the renouveau window ? > ? - That you don't hide the renouveau window behind ? > ? other windows or menus ? > ? In case of questions look here: ? > ? http://nouveau.freedesktop.org/wiki/FAQ. ? > ? Choosing 'NO' will abort this script in case you need ? > ? to deactivate beryl / compiz ? > ???????????????????????????????????????????????????????????? > ? < Yes > < No > ? > ???????????????????????????????????????????????????????????? > > > > > > mkdir: kann Verzeichnis "cards" nicht anlegen: Die Datei existiert bereits > detect_devices: Creating probe window failed. > Device detection failed. > Please report the above error. Press return to continue > > Is there already a solution? > > regards > Jan Bücken > _______________________________________________ > Nouveau mailing list > Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org > http://lists.freedesktop.org/mailman/listinfo/nouveau > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Two problems @ 2001-05-06 14:00 Lorenzo De Vito 0 siblings, 0 replies; 5+ messages in thread From: Lorenzo De Vito @ 2001-05-06 14:00 UTC (permalink / raw) To: Michel Dänzer; +Cc: debian-powerpc, linuxppc-dev Xterm don't recognize some types but these work fine with any text editor, when I type don't print anything on the screen, Wvdial don't recpgnize my password and it close the connection, pppd connect but I cannot see with "ifconfig" the ppp connection. What I can use for internet connection ? > ----- Original Message ----- > From: Michel Dänzer <michdaen@iiic.ethz.ch> > To: Lorenzo De Vito <lorenzodevito@tin.it> > Cc: <debian-powerpc@lists.debian.org> > Sent: Sunday, May 06, 2001 3:25 PM > Subject: Re: Two problems > > > > Lorenzo De Vito wrote: > > > > > my connection on internet (ppp) don't work with wvdial and also with pon > or > > > pppd. > > > > Does it fail to establish a connection, or what's the problem? > > > > A problem with wvdial is that it doesn't handle DNS servers. Have you > tried > > pppconfig? It has an option for that. > > > > > > -- > > Earthling Michel Dänzer (MrCooper) \ Debian GNU/Linux (powerpc) > developer > > CS student, Free Software enthusiast \ XFree86 and DRI project > member > > > > > > > ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-06-15 12:02 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-14 14:52 Two problems Jan Buecken
[not found] ` <4671564A.8010702-Mmb7MZpHnFY@public.gmane.org>
2007-06-14 16:08 ` Pekka Paalanen
[not found] ` <20070614190808.7232a6ef-cxYvVS3buNOdIgDiPM52R8c4bpwCjbIv@public.gmane.org>
2007-06-15 11:42 ` Jan Buecken
2007-06-15 12:02 ` Jan Buecken
-- strict thread matches above, loose matches on Subject: below --
2001-05-06 14:00 Lorenzo De Vito
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.