[gentoo-user] Re: Wine and h.264

2009-11-05 Thread James
Alan McKinnon alan.mckinnon at gmail.com writes:


 Don't even bother with stable wine. keyword it in package.keywords, merge
1.1.32 and try again.Wine changes rapidly - 1.1.12 is 3 months behind


Udating bout 27 packages with -uD..

thx,


James






Re: [gentoo-user] cdda2wav/cdrecord - 1 CD refuses to copy...

2009-11-05 Thread Joerg Schilling
Mark Knecht markkne...@gmail.com wrote:

 Hi,
I am attempting to copy a CD I got. I have had a standard way of
 doing this for the last few months that uses these commands:

 cdda2wav dev=1000,1,0 -vall -B -Owav -paranoia -speed=6
 cdrecord dev=1000,1,0 -eject
 cdrecord dev=1000,1,0 -v -speed=6 -dao -useinfo -text -eject *.wav
 rm audio*

This has worked very well with all the CD's I've copied - maybe 50
 or so - but on this CD it's failing. I've tried rebooting the machine
 as I don't know how to clear a Check Condition, if that's real,
 without doing a reboot. The machine is up-to-date as per emerge -pvDuN
 @world from maybe a week or two ago.

Does anyone see any problems with the commands I'm using or in the
 data returned by cdda2wav or cdrecord?

Do you know what you changed since then?
There may be a problem caused by hald. Did you try to write in -raw96r mode
as mentioned by cdrecord? Hald does not interrupt the write process if 
this is done in RAW mode.

You did not mention the cue sheet or *.inf content and it is well known that
some drives do not like all CUE sheets. 

I've just copied 6 other CDs using these commands and all were
 fine. I've tried three blank media on this data and they all failed.
 I've tried re-ripping the original CD but get the same results.

Then it may be that the master CD is not Red-Book compliant or the 
firmware is dumb or the CD-Text is not accepted.

In any case, writing in RAW mode will also prevent the firmware from being able 
to understand what's going on. In RAW mode, the whole data on the CD is created
and computed by cdrecord, try it.

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



Re: [gentoo-user] Re: Wine and h.264

2009-11-05 Thread Alan McKinnon
A previous poster mentioned MFC42.DLL

Install that using winetricks by Dan Kegel (Google will find it for you)



On Thu, Nov 5, 2009 at 8:47 PM, James wirel...@tampabay.rr.com wrote:

 Alan McKinnon alan.mckinnon at gmail.com writes:


  Don't even bother with stable wine. keyword it in package.keywords, merge
 1.1.32 and try again.Wine changes rapidly - 1.1.12 is 3 months behind


 Udating bout 27 packages with -uD..

 thx,


 James







-- 
Alan McKinnon
alan dot mckinnon at gmail dot com


Re: [gentoo-user] Re: Wine and h.264

2009-11-05 Thread Kyle Adams
 If memory serves, MFC42.DLL is something that doesn't come with wine due to
the fact that it is a Microsoft-only DLL.
That seems to be breaking everything else. :/

Cheers

Kad

On Thu, Nov 5, 2009 at 10:18 AM, James wirel...@tampabay.rr.com wrote:

 Kyle Adams kaddeh at gmail.com writes:


  James,try doing wine name.exe


 OK, so I cd to this dir:


 ~/.wine/drive_c/Program Files/NVR Server

 then entered wine NVR\ Server.exe

 and it cannot find files that are in the exact
 same dir. So I guess it is a path problem?



 During the running of the install-shield I just
 used the default dir setting for choices.

 How to fix or delete and start over?


 err:module:import_dll Library MFC42.DLL (which is needed by LC:\\Program
 Files\\NVR Server\\HikDiskTape.dll) not found
 err:module:import_dll Library HikDiskTape.dll (which is needed by
 LC:\\Program
 Files\\NVR Server\\NVR Server.exe) not found
 err:module:import_dll Library MFC42.DLL (which is needed by LC:\\Program
 Files\\NVR Server\\PlayerLayer.dll) not found
 err:module:import_dll Library PlayerLayer.dll (which is needed by
 LC:\\Program
 Files\\NVR Server\\DVRClientLayer.dll) not found


 snip
 James





Re: [gentoo-user] Gentoo falling apart for me after either abandoning trying to install Kolab as overlay - or after upgrading to default/linux/x86/10.0

2009-11-05 Thread Steve

Volker Armin Hemmann wrote:
yes, don't use locate. Also check the symlinks. Reset them with eselect gcc if 
you have to.


Then try all your emerges with --tree you get a lot more helpfull output. 
Also, when a dependency is missing revdep-rebuilt loves to fail. You can hunt 
that down with --tree or just re--emerging the stuff.
  
Thanks very much, it looks as if eselect gcc was where I needed to 
start.  I've had to re-build gcc and then revdep-rebuild worked, and I'm 
working through emerge -uDNav world - which seems to be running more 
smoothly.


I was surprised that I managed to get into such a mess so easily... but 
I seem to be back on track now.


Thanks.




Re: [gentoo-user] Re: Sound card drivers must be modules?

2009-11-05 Thread Canek Peláez Valdés
On Thu, Nov 5, 2009 at 10:06 AM, Helmut Jarausch
jarau...@igpm.rwth-aachen.de wrote:
 On  5 Nov, Canek Peláez Valdés wrote:
 ...
 Also, in my laptop (amd64 with Intel Core2 Duo) I don't have any
 emul-linux-* package; both Firefox and the Flash plugin (I use
 www-plugins/adobe-flash) are the 64bit versions.

 Then you have built firefox from source?  Or is there a 64 bit version
 of mozilla-firefox-bin around?

I compile firefox. And OpenOffice ;)

Regards.
-- 
Canek Peláez Valdés
Instituto de Matemáticas
Universidad Nacional Autónoma de México



Re: [gentoo-user] Gentoo falling apart for me after either abandoning trying to install Kolab as overlay - or after upgrading to default/linux/x86/10.0

2009-11-05 Thread Volker Armin Hemmann
On Donnerstag 05 November 2009, Steve wrote:
 Volker Armin Hemmann wrote:
  yes, don't use locate. Also check the symlinks. Reset them with eselect
  gcc if you have to.
 
  Then try all your emerges with --tree you get a lot more helpfull output.
  Also, when a dependency is missing revdep-rebuilt loves to fail. You can
  hunt that down with --tree or just re--emerging the stuff.
 
 Thanks very much, it looks as if eselect gcc was where I needed to
 start.  I've had to re-build gcc and then revdep-rebuild worked, and I'm
 working through emerge -uDNav world - which seems to be running more
 smoothly.
 
 I was surprised that I managed to get into such a mess so easily... but
 I seem to be back on track now.
 
 Thanks.
 

depclean can mess up your system. That is one of many good reasons to use the 
buildpkg option. No matter how hosed your system is, with buildpkg you get it 
back into a working state without much trouble.



Re: [gentoo-user] need sound to listen to a adobe flash video

2009-11-05 Thread Valmor de Almeida
Dale wrote:
...[snip]...
 
 At least you are past the kernel part and know the hardware should be
 working.  I had to install alsamixergui to unmute mine.  Since I have a
 somewhat bloated install, I'm not sure how you would unmute yours.  You
 may have to install some kind of alsa to do that.  I'm not really sure
 in this situation.
 
 Here is a link about alsa:
 
 http://www.alsa-project.org/main/index.php/Matrix:Module-intel8x0
 
 I read in there that cards are muted by default.  It says it this way: 
 Now adjust your soundcard's volume levels. All mixer channels are muted
 by default. You must use a native mixer program to unmute appropriate
 channels, for example alsamixer from the alsa-utils package.   I would
 do a emerge -p alsa-utils and just see if it is going to try to install
 the kitchen sink or just it and perhaps a couple others that you can
 live with.
 
 That help?
 
 Dale
 
 :-)  :-) 
 
 

I think I am getting close. My video player is vlc and I reemerged with
alsa support; that pulled only the relevant alsa packages. Then
downloaded a flv video and played; no sound. But got some clue.

[0x9e5e950] main demux error: no meta reader module matched any
mdb:382, lastbuf:0 skipping granule 0
mdb:382, lastbuf:0 skipping granule 0
mdb:382, lastbuf:0 skipping granule 1
mdb:382, lastbuf:0 skipping granule 1
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:3513:(_snd_config_evaluate) function
snd_func_card_driver returned
 error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_concat
returned erro
r: No such file or directory
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_refer
returned error
: No such file or directory
ALSA lib conf.c:3985:(snd_config_expand) Evaluate error: No such file or
directory
ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default
mdb:511, lastbuf:382 skipping granule 0
mdb:511, lastbuf:382 skipping granule 0
mdb:511, lastbuf:382 skipping granule 1
mdb:511, lastbuf:382 skipping granule 1
QPainter::begin: Paint device returned engine == 0, type: 1
QPainter::begin: Paint device returned engine == 0, type: 1

Will follow the gentoo online doc on alsa to troubleshoot. Seems I will
have to revisit my hal configuration?

Thanks,

--
Valmor




Re: [gentoo-user] New KDE4 option: night of the week for strip club attendance WTF?

2009-11-05 Thread Stroller


On 4 Nov 2009, at 18:14, Erik wrote:


Stroller skrev:

On 4 Nov 2009, at 13:22, Neil Bothwick wrote:

...
There are four options here, first day of week, first working day of
week, last working day of week and day of the week for religious
observance. It would appear your locale uses a different  
translation!


I am torn as whether to find this funny or improper.

Only when I know what it's supposed to say I really like the joke  
that

both are equally important. Why indeed give religious observance a
higher priority?!?!


...
My point is of course that in my desktop environment, I do not want an
option for either strip club attendance, religious observance, or
anything else that someone else might want to do once a week.

I would prefer to keep the desktop environment neutral (secular) by
default. If there is indeed a need for such an option to make sundays
red in the calendar, it would be more proper to call it sometning more
neutral, like Weekly holiday, Ceremonial weekday or Special
weekday. The user can then let that mean lap dance, prayer, family
dinner, hiking, hacking or whatever he may be interested in.



The thing is that day of the week for religious observance is  
intuitive - it should default to Sunday in the west, Saturday in  
certain regions, and Pastafarians can select the day appropriate to  
their observance.


The meaning of day for religious observance is quite obvious - that  
it applies to the common case of a recurring weekly all-day event.  
Consequently the strip club joke is unhelpful because one doesn't  
usually take the whole day off for this reason.


I don't use KDE myself, so I'm left to wonder if it's possible to have  
multiple dayS of the week for religious observance - I believe Jews  
observe from Friday evening through the weekend. Can this be marked by  
the same mechanism?


How about the secular? In the west we usually have both Saturday and  
Sunday off from our office jobs. Are these clearly marked in a similar  
manner? If I agreed with my boss to work weekend technical support and  
have Mondays and Tuesdays off, could I change it so these are  
displayed as my weekend?


Stroller.




Re: [gentoo-user] cdda2wav/cdrecord - 1 CD refuses to copy...

2009-11-05 Thread Mark Knecht
Hello Joerg

On Thu, Nov 5, 2009 at 11:02 AM, Joerg Schilling
joerg.schill...@fokus.fraunhofer.de wrote:
 Mark Knecht markkne...@gmail.com wrote:

 Hi,
    I am attempting to copy a CD I got. I have had a standard way of
 doing this for the last few months that uses these commands:

 cdda2wav dev=1000,1,0 -vall -B -Owav -paranoia -speed=6
 cdrecord dev=1000,1,0 -eject
 cdrecord dev=1000,1,0 -v -speed=6 -dao -useinfo -text -eject *.wav
 rm audio*

    This has worked very well with all the CD's I've copied - maybe 50
 or so - but on this CD it's failing. I've tried rebooting the machine
 as I don't know how to clear a Check Condition, if that's real,
 without doing a reboot. The machine is up-to-date as per emerge -pvDuN
 @world from maybe a week or two ago.

    Does anyone see any problems with the commands I'm using or in the
 data returned by cdda2wav or cdrecord?

 Do you know what you changed since then?

That will take awhile to determine. It's an up-to-date Gentoo machine
so things change over time and I don't pay too much attention. The
only things marked as testing are mythtv, portage, mesa and sandbox. I
know the sandbox entry was temporary and isn't required on my other
systems now so maybe I can get rid of that, but I thought that was
just for doing the builds, not normal day-to-day use.

Anyway, I'll take a pass at finding changes but it only effects this
CD so I'm thinking it's CD specific. The other 6 I wrote last night
all play fine in my car.

 There may be a problem caused by hald. Did you try to write in -raw96r mode
 as mentioned by cdrecord? Hald does not interrupt the write process if
 this is done in RAW mode.

OK, I tried quickly to do this and didn't have any luck. I'm not sure
if the drive supports it?

Instead of:

cdrecord dev=1000,1,0 -v -speed=6 -dao -useinfo -text -eject *.wav

I tried

cdrecord dev=1000,1,0 -v -speed=6 -dao -raw96r -useinfo -text -eject *.wav
cdrecord dev=1000,1,0 -v -speed=6 -raw96r -useinfo -text -eject *.wav
cdrecord dev=1000,1,0 -v -speed=6 -sao -raw96r -useinfo -text -eject *.wav

All failed with messages like

cdrecord: Drive does not support RAW recording.


 You did not mention the cue sheet or *.inf content and it is well known that
 some drives do not like all CUE sheets.

OK, let's explore that. I provided the contents of audio.cddb and
audio.cdindex because those were the only two files created by my
cdda2wav command:

cdda2wav dev=1000,1,0 -vall -B -Owav -paranoia -speed=6

I don't see a way to read a cue sheet from the existing drive. (There
isn't one, is there?)

Is there maybe a way to run cdda2wav or cdrecord to create a cue sheet
as a file so we can look at it?

The *.inf files look fairly consistent from song to song:

MacMini test2 # cat *.inf
#created by cdda2wav
2.01.01a57_linux_2.6.28-gentoo-r5_ppc_7447a,-altivec-supported
11/05/09 07:38:54
#
CDINDEX_DISCID= 'x7kWW2ke0dtT4IO_V6RVoLlw5mc-'
CDDB_DISCID=0x650b2d07
MCN=
ISRC=
#
Albumperformer= 'Indukti'
Performer=  'Indukti'
Albumtitle= 'S.U.S.A.R.'
Tracktitle= 'freder'
Tracknumber=1
Trackstart= 0
# track length in sectors (1/75 seconds each), rest samples
Tracklength=33819, 0
Pre-emphasis=   no
Channels=   2
Copy_permitted= once (copyright protected)
Endianess=  little
# index list
Index=  0
Index0= -1
# md5 sum
MD5-offset= 44
#created by cdda2wav
2.01.01a57_linux_2.6.28-gentoo-r5_ppc_7447a,-altivec-supported
11/05/09 07:38:55
#
CDINDEX_DISCID= 'x7kWW2ke0dtT4IO_V6RVoLlw5mc-'
CDDB_DISCID=0x650b2d07
MCN=
ISRC=
#
Albumperformer= 'Indukti'
Performer=  'Indukti'
Albumtitle= 'S.U.S.A.R.'
Tracktitle= 'cold inside... I'
Tracknumber=2
Trackstart= 33819
# track length in sectors (1/75 seconds each), rest samples
Tracklength=18425, 0
Pre-emphasis=   no
Channels=   2
Copy_permitted= once (copyright protected)
Endianess=  little
# index list
Index=  0
Index0= -1
# md5 sum
MD5-offset= 44
#created by cdda2wav
2.01.01a57_linux_2.6.28-gentoo-r5_ppc_7447a,-altivec-supported
11/05/09 07:38:55
#
CDINDEX_DISCID= 'x7kWW2ke0dtT4IO_V6RVoLlw5mc-'
CDDB_DISCID=0x650b2d07
MCN=
ISRC=
#
Albumperformer= 'Indukti'
Performer=  'Indukti'
Albumtitle= 'S.U.S.A.R.'
Tracktitle= 'no. 11812'
Tracknumber=3
Trackstart= 52244
# track length in sectors (1/75 seconds each), rest samples
Tracklength=35957, 0
Pre-emphasis=   no
Channels=   2
Copy_permitted= once (copyright protected)
Endianess=  little
# index list
Index=  0
Index0= -1
# md5 sum
MD5-offset= 44
#created by cdda2wav
2.01.01a57_linux_2.6.28-gentoo-r5_ppc_7447a,-altivec-supported
11/05/09 07:38:55
#
CDINDEX_DISCID= 'x7kWW2ke0dtT4IO_V6RVoLlw5mc-'
CDDB_DISCID=0x650b2d07
MCN=
ISRC=
#
Albumperformer= 'Indukti'
Performer=  'Indukti'
Albumtitle= 'S.U.S.A.R.'
Tracktitle= 'shade'
Tracknumber=4
Trackstart= 88201
# track length in sectors (1/75 seconds each), rest samples
Tracklength=

Re: [gentoo-user] need sound to listen to a adobe flash video

2009-11-05 Thread Stroller


On 4 Nov 2009, at 23:28, Valmor de Almeida wrote:

...
I would appreciate some guidance in getting sound working such that I
can listen to an adobe flash video. I am using firefox (have the adobe
flash plugin installed which plays video but no sound) and a pretty
updated gentoo laptop.


You haven't made it clear - in any of your subsequent posts, either -  
if sound is working for other applications.


If you get a new email, does your laptop go bing!? Can you play an  
MP3 by double clicking on it or at the command line? What if you run  
mplayer at the command line on an AVI video?


If you have only previously used your laptop for email, surfing the  
web or writing code, it's not clear that sound may *ever* have been  
working on it. IMO you need to get sound working for a basic program  
that uses audio before worrying about Flash, which seems more  
problematic.


Stroller.



Re: [gentoo-user] cdda2wav/cdrecord - 1 CD refuses to copy...

2009-11-05 Thread Mark Knecht
On Thu, Nov 5, 2009 at 12:55 PM, Mark Knecht markkne...@gmail.com wrote:
SNIP

 The *.inf files look fairly consistent from song to song:


Actually, Track 6 looks strange:


 Tracknumber=    1

 Index=          0
 Index0=         -1

 Tracknumber=    2

 Index=          0
 Index0=         -1

 Tracknumber=    3

 Index=          0
 Index0=         -1

 Tracknumber=    4

 Index=          0
 Index0=         -1

 Tracknumber=    5

 Index=          0
 Index0=         -1

 Tracknumber=    6

 Index=          0 -1 -1 -1 -1 -1 29076
 Index0=         33231

 Tracknumber=    7

 Index=          0
 Index0=         -1

- Mark


[gentoo-user] [OT] Homebuilt Mobo bundles

2009-11-05 Thread Harry Putnam
I guess that could be seen as a kind of spam.  I hope not.

Further, so far as googling this kind of help or info.  There is so
damn much out there.. its too hard to tell what is good or even real.

So here it is:

I have a recently dead Intel P4 winxp box, I've got it completely
stipped dowm, mobo out etc.  Its a mid tower antex box.. nice size and
fairly easy to work inside of.  For me that is really important
because I spent my life working with big heavy stuff for 35 yrs.

With it all in pieces already, I thought I might try building it
backup up with some more recent components..

I thought maybe a mobo bundle would be a good starting place.

Anyway, I need some help digging through all the balony on line about
the newer mobos.

  Here is an example of one possibility:
  http://www.directron.com/fall-motherboard-combo-4.html

I'm wondering if that really is a deal or just a fake come-on and the
price is like that all over.

Is there anyone here who is willing to correspond with me privately
about this project?  Maybe someone who can vouch for some of the more
recent equipment out there.

Since gmane obfuscates the email address on From line here it is:

  Harry Putnam rea...@newsguy.com

I'd like to hear from someone who may know a bit about homebuilding a
computer.




Re: [gentoo-user] PS3-slim

2009-11-05 Thread Stroller


On 5 Nov 2009, at 17:48, Michael Holmes wrote:


2009/11/5 GerhardosG gerhard.goe...@allgaeu.org:

Can i install Gentoo on the new PS3 ??


I've heard from several sources that running Linux is not possible on
the new slim PS3s.


What he said.

Stroller.




Re: [gentoo-user] cdda2wav/cdrecord - 1 CD refuses to copy...

2009-11-05 Thread Joerg Schilling
Mark Knecht markkne...@gmail.com wrote:

 I tried

 cdrecord dev=1000,1,0 -v -speed=6 -dao -raw96r -useinfo -text -eject *.wav
 cdrecord dev=1000,1,0 -v -speed=6 -raw96r -useinfo -text -eject *.wav
 cdrecord dev=1000,1,0 -v -speed=6 -sao -raw96r -useinfo -text -eject *.wav

You do not like to combine -sao and -raw96 unless you know exactly what you are 
doing. This combination would not help you.

 All failed with messages like

 cdrecord: Drive does not support RAW recording.

Then you have a problem.

 I don't see a way to read a cue sheet from the existing drive. (There
 isn't one, is there?)

 Is there maybe a way to run cdda2wav or cdrecord to create a cue sheet
 as a file so we can look at it?

 The *.inf files look fairly consistent from song to song:

 MacMini test2 # cat *.inf
 #created by cdda2wav
 2.01.01a57_linux_2.6.28-gentoo-r5_ppc_7447a,-altivec-supported
 11/05/09 07:38:54
 #
 CDINDEX_DISCID= 'x7kWW2ke0dtT4IO_V6RVoLlw5mc-'
 CDDB_DISCID=0x650b2d07
 MCN=
 ISRC=
 #
 Albumperformer= 'Indukti'
 Performer=  'Indukti'
 Albumtitle= 'S.U.S.A.R.'
 Tracktitle= 'freder'
 Tracknumber=1
 Trackstart= 0
 # track length in sectors (1/75 seconds each), rest samples
 Tracklength=33819, 0
 Pre-emphasis=   no
 Channels=   2
 Copy_permitted= once (copyright protected)
 Endianess=  little
 # index list
 Index=  0
 Index0= -1
 # md5 sum
 MD5-offset= 44

Some drives do not like pregap size 0 and it seems that your drive is 
extremely picky and does not like pregap size 1 either.
You need a better drive firmware to write this CD, or you need to try to edit
Index0 to be at least 150.

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



Re: [gentoo-user] ati-drivers' expert sought

2009-11-05 Thread James Ausmus
On Thu, Nov 5, 2009 at 7:36 AM, Helmut Jarausch 
jarau...@igpm.rwth-aachen.de wrote:

 Hi,

 I have 4 nearly identical machines (same brand and model of motherbaord)
 with AMD 790GX + SB750 Chipsets containing an (onbaord) Radeon HD 3300
 graphics chip.

 All of these run identical systems
 kernel 2.6.31-r4, xorg-server-1.6.5 and ati-drivers-9.10

 On one of these machines freezes after some hours with the
 following message in /var/log/messages

 Nov  5 11:35:48 numa-iii kernel: [fglrx] ASIC hang happened


I'm no ATI expert (at all - haven't used an ATI card since the 9700 days),
but the above dmesg line would indicate that the GPU itself hung - maybe a
BIOS/FW update (since this GPU is integrated on the MB) would be a good idea
to try? It still, of course, could be a driver issue - if the driver is
sending bad commands and getting the GPU into an invalid state, this could
happen, but my first thought would be that it is a FW or HW issue...

HTH-

James


Re: [gentoo-user] Re: X crashes with nvidia-173 driver

2009-11-05 Thread Maxim Wexler
 nvidia   0x10de 0x 0x 0x 0x0003
 0x 0x0
 nvidia   0x10de 0x 0x 0x 0x00030200
 0x 0x0


The lines in my modules.pcimap are identical.

FWIW, I mentioned previously that startx precipitated a total crash;
not so, having installed the sound drivers it is clear that only X
crashes and SysRq works to get me backto a console. Also, been reading
the recent hal + nvidia thread. Definite similarities to my situation.
I emerged xorg with hal support but I tried with the hal daemon off
and it didn't help. I also tried the very brief, five line, xorg.conf
file suggested no help, no change.

I also note something eerily similar in my netbook which has only a
builtin intel vid chip. In this case X starts fine but then, after a
period of time, could be as short as 15 mins or as long as 8 hours the
desktop goes blank, ususally black but once grey. I can migrate to the
first console and turn off theX server but I have to reboot to get
back to the desktop. Running startx again just leads back to a blank
screen. Every thing else, sound card, wireless seems to work OK.

mw



Re: [gentoo-user] need sound to listen to a adobe flash video

2009-11-05 Thread James Ausmus
On Thu, Nov 5, 2009 at 1:43 PM, Valmor de Almeida val.gen...@gmail.comwrote:
snip

I think I am getting close. My video player is vlc and I reemerged with
 alsa support; that pulled only the relevant alsa packages. Then
 downloaded a flv video and played; no sound. But got some clue.


First off - do you have PulseAudio running? If so, for HW/ALSA testing
purposes, shut it down. Second, check your mixer settings to determine if
your volume levels are appropriate. A great quick CLI app for this is
alsamixer (media-sound/alsa-utils) - first start the alsasound service (sudo
/etc/init.d/alsasound start), then run alsamixer - set your volumes to about
80%, and unmute all channels (use the 'm' key to toggle mute), then restart
the alsasound service to save your volume levels (sudo /etc/init.d/alsasound
restart), then add the alsasound service to your boot runlevel (sudo
rc-update add alsasound boot). This will set it up to restore these volume
levels on every startup (it will also save your *current* volume levels on
every shutdown, so don't mute, shutdown, and expect to be unmuted after
starting back up).

Now, double-check that PulseAudio is not running (ps -elf | grep -i pulse),
and kill it if it is.

Then run:

aplay /usr/share/sounds/alsa/Front_Center.wav

If you hear sound - great, ALSA and your sound HW are working, and Flash
audio will almost certainly start magically working. If not, please post the
output of:

aplay -l
aplay -L

(both of those are L, first one lower case, second upper)

HTH-

James


Re: [gentoo-user] cdda2wav/cdrecord - 1 CD refuses to copy...

2009-11-05 Thread Joerg Schilling
Mark Knecht markkne...@gmail.com wrote:

 On Thu, Nov 5, 2009 at 12:55 PM, Mark Knecht markkne...@gmail.com wrote:
 SNIP
 
  The *.inf files look fairly consistent from song to song:
 

 Actually, Track 6 looks strange:

  Tracknumber=    6

  Index=          0 -1 -1 -1 -1 -1 29076
  Index0=         33231

this cannot work!

cdda2wav uses a binary interval search algorithm that usually works correctly.

It seems that the drive used for reading has reead and/or seek problems.
remove the list of -1's and make sure that 

A song tape starts with 2m red tape folowed by magnetic tape followed by 2 
seconds of white tape.

If you mount a disk, you cut off the red tape and glue the magnetic tape 
behind the 2s white tape of the previous track.

A song starts with Index1, Index0 is somewhere to the end of the tack and is
a logical part of the current track although it carries the next rack number.
A RedBook and Reichsrundfunggesellschaft ;-) compliant track uses Index0 that
is equal to tracksize -150 (2 seconds).

Opera disks contain further indices as index into the libretto. In this case, 
you have index numbers  1.

Cdda2wav is the only DAE program that is compliant to the standard and therefore
it is the only known program where you may rearrange the order of tracks 
without the need to edit the audio channel data.

In case you do not have an opera disk from Deutsche Grammophon, it is most 
unlikely that you have a index list.

Cdda2wav should never write negative numbers to the index list. As you did not 
send the cdda2wav output, I cannot comment the reason.

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



[gentoo-user] Re: need sound to listen to a adobe flash video

2009-11-05 Thread Nikos Chantziaras

On 11/05/2009 11:43 PM, Valmor de Almeida wrote:

[...]
I think I am getting close. My video player is vlc and I reemerged with
alsa support; that pulled only the relevant alsa packages. Then
downloaded a flv video and played; no sound.[...]


Try to enable the alsasound service (as root):

  rc-config add alsasound default

To start it without having to reboot:

  /etc/init.d/alsasound start

Restart X and try again.




[gentoo-user] KDE-4.3.37 with USE=semantic-desktop

2009-11-05 Thread Alan McKinnon
Has anyone successfully built kde-4.3.73 from kde-testing overlays with
USE=semantic-desktop? If so, how did you manage?

I get about 8 build failures with the flag set, due to this failure in
nepomuk:

 $ grep -i error kde-base\:nepomuk-4.3.73\:
20091105-205415.log
/var/tmp/portage/kde-base/nepomuk-4.3.73/work/nepomuk-4.3.73/nepomuk/services/queryservice/queryservice.cpp:52:
error: 'class Soprano::NRLModel' has no member named
'setEnableQueryPrefixExpansion'
make[2]: ***
[nepomuk/services/queryservice/CMakeFiles/nepomukqueryservice.dir/queryservice.o]
Erro 1
make[1]: ***
[nepomuk/services/queryservice/CMakeFiles/nepomukqueryservice.dir/all] Error
2
make: *** [all] Error 2
 * ERROR: kde-base/nepomuk-4.3.73 failed:



-- 
Alan McKinnon
alan dot mckinnon at gmail dot com


Re: [gentoo-user] New KDE4 option: night of the week for strip club attendance WTF?

2009-11-05 Thread Erik
Stroller skrev:

 The thing is that day of the week for religious observance is intuitive

Probably for those who are into that kind of stuff. For others it can be
disturbing. Same for strip club night.


 - it should default to Sunday in the west, Saturday in certain
 regions, and Pastafarians can select the day appropriate to their
 observance.

The thing with secular societies/desktop environments is that they do
not make assumptions about people's beliefs or religious habits.
Especially not based on which region they live in. They do not treat
religious activities as special compared to other social or recreational
activities.


 The meaning of day for religious observance is quite obvious - that
 it applies to the common case of a recurring weekly all-day event.
 Consequently the strip club joke is unhelpful because one doesn't
 usually take the whole day off for this reason.

I have read that many common religious activities also only last one or
maybe up to a few hours. The reason that western people get whole Sunday
off is not that they are supposed to go to church all day. (Obviously,
since we also get Saturdays off.) It is simply that demanding work
requires rest and recreation.


 I don't use KDE myself, so I'm left to wonder if it's possible to have
 multiple dayS of the week for religious observance

No.


 In the west we usually have both Saturday and Sunday off from our
 office jobs. Are these clearly marked in a similar manner?

Yes (actually it is Monday-Friday that are marked).


 If I agreed with my boss to work weekend technical support and have
 Mondays and Tuesdays off, could I change it so these are displayed as
 my weekend?

It appears so. You could set First work day to Wednesday and Last work
day to Sunday. If you literally want the 2 free days to be the
weekend, you set First day of week to Wednesday. If you want to mark
your special activity day, you could set Night of the week for strip
club attendance to Tuesday.

But if you agree with your boss to work Tuesday-Thurday and
Saturaday-Sunday, you are out of luck. KDE is not designed to handle it.

To allow that, there should be 2 checkboxes for each weekday; Work and
Special activity. That would even work for the jews that you mentioned.



[gentoo-user] Re: Gtk+ update results in slow Firefox

2009-11-05 Thread 7v5w7go9ub0o
Peter Humphrey wrote:
 On Wednesday 04 November 2009 02:55:55 7v5w7go9ub0o wrote:
 
 NVidia updated their drivers at about the time you started having
 problems. Their latest driver update changed the permissions on
 /dev/nvidia0  nvidiactl ; resulting in VERY slow scrolling response on
 my box (amd64) using googleearth. Changing the permissions to crwxrw-rw-
 resulted in instant speed up; you may get by with r--r-- (?).
 
 I don't have that device on either of my systems using a GeForce 7300 GS. Nor 
 can I find an nvidiactl.
 

That device appears when you use the NV proprietary driver.

There are basically three options with an NV card:

- use the generic built-in driver
additionally,
- use the additional, open-source NV drivers.
or
- alternatively use the proprietary NV driver.

This may be useful: http://en.gentoo-wiki.com/wiki/Nvidia

FWIW, the NV drivers are blocked in portage for my hardened AMD64, so I
get the drivers here:
http://www.nvidia.com/object/unix.html

HTH





Re: [gentoo-user] Lenovo USB Keyboard

2009-11-05 Thread Mick
On Wednesday 04 November 2009 22:38:40 Willie Wong wrote:
 As you can see, keycodes 174 annd 176 are volumes up and down, 
 160 is the mute button, 164, 162 are stop and play/pause, 144 
 and 153 are REW and FF, which I doubled up with meta keys to 
 get other features. 223 is the screen saver key. And 236 is 
 the e-mail key. 
 
 I've quite forgotten how I found these keycodes. But some of them 
 are quasi standard (I've seen the codes for volume and music player
 work on other keyboards, including Dell laptops). 

You could try xbindkeys -k or even use xev and look for the keycode amidst the 
data that comes up on the terminal (but avoid moving the mouse at the same 
time).
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] PS3-slim

2009-11-05 Thread Ric de France
And wikipedia confirms it:
http://en.wikipedia.org/wiki/PlayStation_3#Model_comparison

2009/11/6 Stroller strol...@stellar.eclipse.co.uk


 On 5 Nov 2009, at 17:48, Michael Holmes wrote:

  2009/11/5 GerhardosG gerhard.goe...@allgaeu.org:

 Can i install Gentoo on the new PS3 ??


 I've heard from several sources that running Linux is not possible on
 the new slim PS3s.


 What he said.




-- 
Ric de France
Ph: +61412945554 (international) or 0412945554 (Australia)
== Do you, uh... Gentoo? Gent-hooo!! ==
== http://www.gentoo.org/main/en/about.xml ==


Re: [gentoo-user] What's the latest install-from-USB-key procedure?

2009-11-05 Thread Walter Dnes
On Wed, Nov 04, 2009 at 11:06:58AM -0200, Cr??stian Viana wrote

 no. you can download the file install-arch-minimal-date.iso
 from one of Gentoo mirrors. it's a little more than 100 MiB.
 
 use unetbootin to copy the ISO to your USB key and boot your
 computer with it. and follow the handbook as if you were installing
 Gentoo from the CD.

  Thanks.  Unfortunately, neither netbootin's default Gentoo 2008.0 nor
the latest weekly minimal install boot image could see the hard drive.
fdisk -l only shows the USB key (/dev/sda).  No /dev/sdb or /hd?.  The
latest weekly works with the Realtek ethernet chip, unlike the 2008.0
version.

 On Wed, Nov 4, 2009 at 10:15 AM, Walter Dnes waltd...@waltdnes.org wrote:

  2) Is it *REALLY* necessary to download a 700 meg (*COMPRESSED*)
full-blown system with pointy-clicky-touchie-feelie-oowee-GUI to
do a commandline install that could normally be done by a minimal
install image a fraction of that size?

  Unfortunately, the answer is YES.  Knoppix Live sees the hard drive
just fine.  I'll boot it, and do the install.  Hopefully, I can get the
hard drive working.

-- 
Walter Dnes waltd...@waltdnes.org



Re: [gentoo-user] What's the latest install-from-USB-key procedure?

2009-11-05 Thread Walter Dnes
On Wed, Nov 04, 2009 at 07:10:48AM -0500, Philip Webb wrote

 I'm in the midst of doing it on an ASUS 1005HA without an I/net connection;
 I've got as far as booting with a defective kernel from Lilo
  should have it working tomorrow (the SCSI configuration is wrong).
 'unetbootin' is the best way to write what you need on the USB stick;
 System Rescue is good, but lacks ADSL support;
 the Gentoo Minimal Install ISO has worked well for me.

  Unfortunately, it can't find the hard drive on my machine.  But
Knoppix can.  So I'll follow the install-under-Knoppix instructions at 
http://www.gentoo.org/doc/en/altinstall.xml and hope to figure out the
hard drive.

-- 
Walter Dnes waltd...@waltdnes.org



Re: [gentoo-user] Re: Another angle on hal/xorg thread

2009-11-05 Thread Maxim Wexler
In plenty of time for 2012 ;)

On 11/5/09, Neil Bothwick n...@digimed.co.uk wrote:
 On Thu, 05 Nov 2009 06:24:44 -0600, Dale wrote:

 Didn't they kill hal 2001 before that movie was over?

 Just put it to sleep, so they could wake it up in 2010.


 --
 Neil Bothwick

 Of course it's not your day,




Re: [gentoo-user] KDE-4.3.37 with USE=semantic-desktop

2009-11-05 Thread Crístian Viana
Nepomuk also didn't build for me, while I was emerging kde-meta-4.3.3 (no
overlay). I'll still check if I can solve it by myself.

On Thu, Nov 5, 2009 at 7:40 PM, Alan McKinnon alan.mckin...@gmail.comwrote:

 Has anyone successfully built kde-4.3.73 from kde-testing overlays with
 USE=semantic-desktop? If so, how did you manage?

 I get about 8 build failures with the flag set, due to this failure in
 nepomuk:

  $ grep -i error kde-base\:nepomuk-4.3.73\:
 20091105-205415.log
 /var/tmp/portage/kde-base/nepomuk-4.3.73/work/nepomuk-4.3.73/nepomuk/services/queryservice/queryservice.cpp:52:
 error: 'class Soprano::NRLModel' has no member named
 'setEnableQueryPrefixExpansion'
 make[2]: ***
 [nepomuk/services/queryservice/CMakeFiles/nepomukqueryservice.dir/queryservice.o]
 Erro 1
 make[1]: ***
 [nepomuk/services/queryservice/CMakeFiles/nepomukqueryservice.dir/all] Error
 2
 make: *** [all] Error 2
  * ERROR: kde-base/nepomuk-4.3.73 failed:



 --
 Alan McKinnon
 alan dot mckinnon at gmail dot com




-- 
Crístian Deives dos Santos Viana [aka CD1]
Sent from Campinas, São Paulo, Brazil


Re: [gentoo-user] cdda2wav/cdrecord - 1 CD refuses to copy...

2009-11-05 Thread Mark Knecht
On Thu, Nov 5, 2009 at 1:32 PM, Joerg Schilling
joerg.schill...@fokus.fraunhofer.de wrote:
 Mark Knecht markkne...@gmail.com wrote:

 On Thu, Nov 5, 2009 at 12:55 PM, Mark Knecht markkne...@gmail.com wrote:
 SNIP
 
  The *.inf files look fairly consistent from song to song:
 

 Actually, Track 6 looks strange:

  Tracknumber=    6

  Index=          0 -1 -1 -1 -1 -1 29076
  Index0=         33231

 this cannot work!

 cdda2wav uses a binary interval search algorithm that usually works correctly.

 It seems that the drive used for reading has reead and/or seek problems.
 remove the list of -1's and make sure that

 A song tape starts with 2m red tape folowed by magnetic tape followed by 2
 seconds of white tape.

 If you mount a disk, you cut off the red tape and glue the magnetic tape
 behind the 2s white tape of the previous track.

 A song starts with Index1, Index0 is somewhere to the end of the tack and is
 a logical part of the current track although it carries the next rack number.
 A RedBook and Reichsrundfunggesellschaft ;-) compliant track uses Index0 that
 is equal to tracksize -150 (2 seconds).

 Opera disks contain further indices as index into the libretto. In this case,
 you have index numbers  1.

 Cdda2wav is the only DAE program that is compliant to the standard and 
 therefore
 it is the only known program where you may rearrange the order of tracks
 without the need to edit the audio channel data.

 In case you do not have an opera disk from Deutsche Grammophon, it is most
 unlikely that you have a index list.

 Cdda2wav should never write negative numbers to the index list. As you did not
 send the cdda2wav output, I cannot comment the reason.

 Jörg


In this case I will investigate doing the cdda2wav portion on a
different machine and then writing it on the machine I have been using
as that drive seems to be the only one that will still generate CDs
playable in my car.

I'm not completely convinced this is a drive problem but it won't hurt
to be careful about where each step is done and do some comparisons of
the files.

Thanks a lot for your help. I'm traveling for the next few days and
won't look at this again until Monday orTuesday. Have a great weekend.

cheers,
Mark



[gentoo-user] Re: X crashes with nvidia-173 driver

2009-11-05 Thread walt
On 11/05/2009 01:17 PM, Maxim Wexler wrote:
 ...
 I also note something eerily similar in my netbook which has only a
 builtin intel vid chip. In this case X starts fine but then, after a
 period of time, could be as short as 15 mins or as long as 8 hours the
 desktop goes blank, ususally black but once grey. I can migrate to the
 first console and turn off theX server but I have to reboot to get
 back to the desktop. Running startx again just leads back to a blank
 screen...

There are definitely bugs in the intel video driver, as posted to the
freedesktop.xorg mailing list:

Release 2.9.1 (2009-10-26)
==
We are pleased to announce a maintenance release (2.9.1) of the
xf86-video-intel driver. This release comes one month after 2.9.0 and
consists only of a few, hand-picked bug fixes since that release.

Thanks to everyone for your help in putting together a fine release.

-Carl

PS. If you want to nominate fixes for future 2.9.x releases, please do
so at: http://wiki.x.org/wiki/Intel29Branch

Where to get xf86-video-intel 2.9.1
---
git tag: 2.9.1

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-2.9.1.tar.bz2
MD5: 8951d0366c16991badb7f9050556f4f3  xf86-video-intel-2.9.1.tar.bz2
SHA1: ca5887df67ec46f27eeeaf8158048d6500333ccf  xf86-video-intel-2.9.1.tar.bz2

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-2.9.1.tar.gz
MD5: b1926dc68cc10209fc2200729fb6162b  xf86-video-intel-2.9.1.tar.gz
SHA1: a1810874c6bff487232cbea26ec02a45bbe6e9a2  xf86-video-intel-2.9.1.tar.gz

Complete list of fixes in 2.9.1 compared to 2.9.0
-
 * Fix corruption and artifacts due to wrong colors in the colormap
   with X server 1.7

 * Fix incorrect rendering, such as missing scrollbar arrows in some
   themes (http://bugs.freedesktop.org/show_bug.cgi?id=24459)

 * Fix black screen when X server is reset
   (https://bugs.freedesktop.org/show_bug.cgi?id=24383)

 * Fix regressions detecting DVI monitors

   http://bugs.freedesktop.org/show_bug.cgi?id=24255
   http://bugs.freedesktop.org/show_bug.cgi?id=24282
   http://bugs.freedesktop.org/show_bug.cgi?id=24458






[gentoo-user] Re: [OT] Homebuilt Mobo bundles

2009-11-05 Thread walt
On 11/05/2009 12:59 PM, Harry Putnam wrote:
 I guess that could be seen as a kind of spam.  I hope not.
 
 Further, so far as googling this kind of help or info.  There is so
 damn much out there.. its too hard to tell what is good or even real.
 
 So here it is:
 
 I have a recently dead Intel P4 winxp box, I've got it completely
 stipped dowm, mobo out etc.  Its a mid tower antex box.. nice size and
 fairly easy to work inside of.

One caution there -- newer computer hardware demands a great deal of
power, and older power supplies may not be up to the task. Don't try
to squeak by with a wimpy power supply.

 
 I thought maybe a mobo bundle would be a good starting place...

I've been building my own for years. and the choice of motherboard
has always been easy:  I buy the mobo and CPU on sale that day at
Fry's ;o)  (Do you know Fry's?)  But I buy the best RAM available
because it's worth the few extra bucks.

The latest and greatest new hardware may not be supported by any
open source OS, so you may not want the latest hot mobo. I'd say
avoid any mobo less that a year or so old.  (The ones on sale at
Fry's meet than criterion perfectly, as you'd expect.)

I'm sure more advice will be forthcoming :o)




Re: [gentoo-user] [OT] Homebuilt Mobo bundles

2009-11-05 Thread Volker Armin Hemmann
On Donnerstag 05 November 2009, Harry Putnam wrote:
 I guess that could be seen as a kind of spam.  I hope not.
 
 Further, so far as googling this kind of help or info.  There is so
 damn much out there.. its too hard to tell what is good or even real.
 
 So here it is:
 
 I have a recently dead Intel P4 winxp box, I've got it completely
 stipped dowm, mobo out etc.  Its a mid tower antex box.. nice size and
 fairly easy to work inside of.  For me that is really important
 because I spent my life working with big heavy stuff for 35 yrs.
 
 With it all in pieces already, I thought I might try building it
 backup up with some more recent components..
 
 I thought maybe a mobo bundle would be a good starting place.
 
 Anyway, I need some help digging through all the balony on line about
 the newer mobos.
 
   Here is an example of one possibility:
   http://www.directron.com/fall-motherboard-combo-4.html
 
 I'm wondering if that really is a deal or just a fake come-on and the
 price is like that all over.
 
 Is there anyone here who is willing to correspond with me privately
 about this project?  Maybe someone who can vouch for some of the more
 recent equipment out there.
 
 Since gmane obfuscates the email address on From line here it is:
 
   Harry Putnam rea...@newsguy.com
 
 I'd like to hear from someone who may know a bit about homebuilding a
 computer.
 

that bundle looks ok, but you will need a new psu.
And with ok I mean the hardware, not the price.

You might get away a lot cheaper buying the same parts seperately.

Oh and as a cooler - a Scythe Shuriken 
fan2:421 RPM  (min =0 RPM, div = 32
temp2:   +51.5°C

is not a bad choice. Especially since the temp never hits 60°C.



Re: [gentoo-user] KDE-4.3.37 with USE=semantic-desktop

2009-11-05 Thread Hung Dang
I got the same problem with kde-4.3.3 last night, however, I can solve
it by reemerge soprano first then emerge kde.

Hung

Crístian Viana wrote:
 Nepomuk also didn't build for me, while I was emerging kde-meta-4.3.3
 (no overlay). I'll still check if I can solve it by myself.

 On Thu, Nov 5, 2009 at 7:40 PM, Alan McKinnon alan.mckin...@gmail.com
 mailto:alan.mckin...@gmail.com wrote:

 Has anyone successfully built kde-4.3.73 from kde-testing overlays
 with USE=semantic-desktop? If so, how did you manage?

 I get about 8 build failures with the flag set, due to this
 failure in nepomuk:

  $ grep -i error kde-base\:nepomuk-4.3.73\:
 20091105-205415.log
 
 /var/tmp/portage/kde-base/nepomuk-4.3.73/work/nepomuk-4.3.73/nepomuk/services/queryservice/queryservice.cpp:52:
 error: 'class Soprano::NRLModel' has no member named
 'setEnableQueryPrefixExpansion'
 make[2]: ***
 
 [nepomuk/services/queryservice/CMakeFiles/nepomukqueryservice.dir/queryservice.o]
 Erro 1
 make[1]: ***
 [nepomuk/services/queryservice/CMakeFiles/nepomukqueryservice.dir/all]
 Error 2
 make: *** [all] Error 2
  * ERROR: kde-base/nepomuk-4.3.73 failed:



 -- 
 Alan McKinnon
 alan dot mckinnon at gmail dot com




 -- 
 Crístian Deives dos Santos Viana [aka CD1]
 Sent from Campinas, São Paulo, Brazil 




Re: [gentoo-user] [OT] Homebuilt Mobo bundles

2009-11-05 Thread Dale
Volker Armin Hemmann wrote:
 On Donnerstag 05 November 2009, Harry Putnam wrote:
   
 I guess that could be seen as a kind of spam.  I hope not.

 Further, so far as googling this kind of help or info.  There is so
 damn much out there.. its too hard to tell what is good or even real.

 So here it is:

 I have a recently dead Intel P4 winxp box, I've got it completely
 stipped dowm, mobo out etc.  Its a mid tower antex box.. nice size and
 fairly easy to work inside of.  For me that is really important
 because I spent my life working with big heavy stuff for 35 yrs.

 With it all in pieces already, I thought I might try building it
 backup up with some more recent components..

 I thought maybe a mobo bundle would be a good starting place.

 Anyway, I need some help digging through all the balony on line about
 the newer mobos.

   Here is an example of one possibility:
   http://www.directron.com/fall-motherboard-combo-4.html

 I'm wondering if that really is a deal or just a fake come-on and the
 price is like that all over.

 Is there anyone here who is willing to correspond with me privately
 about this project?  Maybe someone who can vouch for some of the more
 recent equipment out there.

 Since gmane obfuscates the email address on From line here it is:

   Harry Putnam rea...@newsguy.com

 I'd like to hear from someone who may know a bit about homebuilding a
 computer.

 

 that bundle looks ok, but you will need a new psu.
 And with ok I mean the hardware, not the price.

 You might get away a lot cheaper buying the same parts seperately.

 Oh and as a cooler - a Scythe Shuriken 
 fan2:421 RPM  (min =0 RPM, div = 32
 temp2:   +51.5°C

 is not a bad choice. Especially since the temp never hits 60°C.


   
[OT]
Why does everyone else have a CPU that is so much hotter than mine. 
Mine has never been over 40C or about 100F and I run folding with my rig
in my bedroom.  Even back when this rig was new and people had rigs
close to mine, I still ran cooler.  I'm even air cooled.  Water and
puters make me nervous.
[/OT]

I would use froogle.com to search for deals.  Some combo deals can save
you money, some don't.  You just have to add them up and compare.  I
would check into newegg.com too.  They have some good deals.

I do agree with the comments about power supplies tho.  I would also not
buy some cheapo power supply either.  Get a good name brand one that can
stand up or you will be looking for another combo.  A weak power supply
can cause all kinds of issues.

I built my own to so best of luck. 

Dale

:-)  :-)



Re: [gentoo-user] Re: X crashes with nvidia-173 driver

2009-11-05 Thread Maxim Wexler
 There are definitely bugs in the intel video driver, as posted to the
 freedesktop.xorg mailing list:

 Release 2.9.1 (2009-10-26)

Thanks. Just did an eix-sync followed by  ACCEPT_KEYWORDS=~x86
emerge -v xf86-video-intel and the package cae down.

Will see how it works.

BTW how come package.mask doesn't like xf86-video-intel-2.9.1? I want
to mask everything earlier than 2.9.1, no?

mw



[gentoo-user] Re: [OT] Homebuilt Mobo bundles

2009-11-05 Thread Harry Putnam
walt w41...@gmail.com writes:

 One caution there -- newer computer hardware demands a great deal of
 power, and older power supplies may not be up to the task. Don't try
 to squeak by with a wimpy power supply.

 
 I thought maybe a mobo bundle would be a good starting place...

 I've been building my own for years. and the choice of motherboard
 has always been easy:  I buy the mobo and CPU on sale that day at
 Fry's ;o)  (Do you know Fry's?)  But I buy the best RAM available
 because it's worth the few extra bucks.

Volker Armin Hemmann volkerar...@googlemail.com writes:

[...]

 that bundle looks ok, but you will need a new psu.
 And with ok I mean the hardware, not the price.

I kind of overpowered the original setup back when I bought it,
somewhere like 200[12].  It's an antec 430 w.  But that is probably
wimpy by now.  Back then it was well above the standard stuff, which
were more like 230 w. 





Re: [gentoo-user] was Re: X crashes with nvidia-173 driver now X crash on eee w/intel driver

2009-11-05 Thread Maxim Wexler

 Will see how it works.

Not very well. About an hour after emerging the 2.9.1 drivers the
screen went black and I had to reboot to get back to the desktop. I
notice it only seems to happen while scrolling a window in firefox.
I've left the unit on overnight with no problem. When I get back to
ctrl-alt-f1. there is this  msg repeated down the console.

Gdk - Warning*** XID collision trouble ahead.

FWIW, there is this tidbit in the boot console:
[...]
 * Checking battery state...
error: libhal_ctx_set_dbus_connection: org.freedesktop.DBus.Error.FileNotFound:
Failed to connect to socket /var/run/dbus/system_bus_socket: No such
file or directory
[...]

we seem to be getting off-topic so I amended thesubject line

mw



Re: [gentoo-user] KDE-4.3.37 with USE=semantic-desktop

2009-11-05 Thread Nagatoro
On Thursday 05 November 2009 22.40.47 Alan McKinnon wrote:
 Has anyone successfully built kde-4.3.73 from kde-testing overlays with
 USE=semantic-desktop? If so, how did you manage?
 
 I get about 8 build failures with the flag set, due to this failure in
 nepomuk:
 
  $ grep -i error kde-base\:nepomuk-4.3.73\:
 20091105-205415.log
 /var/tmp/portage/kde-base/nepomuk-4.3.73/work/nepomuk-4.3.73/nepomuk/servic
 es/queryservice/queryservice.cpp:52: error: 'class Soprano::NRLModel' has
  no member named
 'setEnableQueryPrefixExpansion'

Looks like you have the wrong version of soprano installed.

/Naga