Re: OT: latest (nov 4) xft mozilla builds
It is from the Crossover plugin, put out by codeweavers. The install kept hanging in the middle but as they suggest I just started it over until it ran all of the way through. Demo version available with popup messages or purchase for $24.95. It's the thing I missed most from windows. http://www.codeweavers.com/products/crossover On Thu, 2002-11-14 at 12:09, Alejandro González Hernández - Imoq wrote: > I noticed that you have Quicktime installed (because the icon in your > desktop). Where did you get it? In apple's site doesn't seem to be a > link to download it, just the win or MacOS versions. > > -- > ¡Sé libre, usa software libre! > Be free, use free software! > http://www.imoqland.com/ -- Matt Whiteley <[EMAIL PROTECTED]> -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
really exasperating cd burner issues
I have posted this before, and I have struggled with it and still cannot figure out a solution. I have also posted to hardware newgroups and forums to no avail. Basically if I burn an audio cd or rip from an audio cd my computer becomes unresponsive until that task is finished. Other tasks such as burning a data cd from an iso file or reading from a cd cause no problem. If I am playing an ogg file at the time it grinds to a halt and stutters out a note or two every 10-15 seconds. The dma is turned on for both the burner and the harddrive. I have seen posts on usenet with people with the same mobo with similar problems and no resolution. RedHat 7.3 worked fine and Windows 2000/XP work fine on the same hardware. Is there a way to fix whats broken or do I need to buy a new motherboard? HW List: KT7A-RAID v1.1 BIOS a9 with hpt 2.34 bios Athlon 800 768 MB RAM Seagate 80gb hd WD 18gb hd Maxtor 40gb hd Plextor 40x burner Diamond mx400 sound card netgear fa310tx nic linksys lne100tx nic Ati radeon 32mb ddr thanks, -- Matt Whiteley <[EMAIL PROTECTED]> -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: really exasperating cd burner issues
My disks are set up as hda-burner hdb-hard drive hdc-hard drive hde-hard drive [os resides here] I can listen to a music cd with no performance problems it is only on burning audio cds or ripping using something like GRIP. Cpu usage goes to 100% and if I run top the usage number goes above 6.00 usually. On Fri, 2002-12-06 at 16:15, Gordon Messmer wrote: > Audio disk can not (currently) use DMA. That could be your problem, but > it sounds awful severe for that. Is your CD drive on the same channel > as the fs you're reading/writing to? > > My hard disks are hda, and hdb, CD drive is hdc and I don't have similar > issues when reading an audio CD. > -- Matt Whiteley <[EMAIL PROTECTED]> -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
compiling mplayer from cvs
I am trying to compile the new mplayer source to try out the quicktime playback as I am really tired of seeing the little messages in the crossover player. I ran ldconfig before trying to compile and I have the freshrpms version of mplayer installed and working. Configure runs and I am a little surprised at some of the things it seems to not find (libdv, which was installed and seems to work fine) and then make exits with an error: libmpcodecs/libmpcodecs.a(ad_qtaudio.o)(.text+0x618): more undefined references to `GetProcAddress' follow libmpcodecs/libmpcodecs.a(vd_qtvideo.o): In function `init': vd_qtvideo.o(.text+0x17): undefined reference to `LoadLibraryA' vd_qtvideo.o(.text+0x2f): undefined reference to `GetProcAddress' vd_qtvideo.o(.text+0x4c): undefined reference to `GetProcAddress' vd_qtvideo.o(.text+0x69): undefined reference to `GetProcAddress' vd_qtvideo.o(.text+0x86): undefined reference to `GetProcAddress' vd_qtvideo.o(.text+0xa3): undefined reference to `GetProcAddress' libmpcodecs/libmpcodecs.a(vd_qtvideo.o)(.text+0xc0): more undefined references to `GetProcAddress' follow collect2: ld returned 1 exit status make: *** [mplayer] Error 1 If anyone has compliled this and has an idea let me know. Thanks a lot, -- Matt Whiteley <[EMAIL PROTECTED]> -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
pc unresponsive while using cd drive
I have been using psyche for a few days now and when I rip or burn with my cdrom (a plextor 40/12/40A IDE burner) my comp[uter becomes almost entirely unresponsive. The mouse will not even move the cursor in a smooth line. The burner was configured with the hda=ide-scsi by the installer. I have tried setting the DMA mode to on with 'hdparm -d1 /dev/hda' and I still have the same problems. This problem has never been so bad with previous versions of redhat on the same machine. It also is non-existent in windows. I assume I have something configured wrong and would appreciate a nudge in the right direction. thanks, Matt Whiteley
Re: pc unresponsive while using cd drive
This did not change the responsiveness at all for me. After reading more in the usenet archives I think it may be related to the VIA 686B southbridge problem as this is on a Abit KT7A-Raid board. Is this still a problem even with the newer kernels? Matt Whiteley On Mon, 2002-10-07 at 19:26, Dax Kelson wrote: > On Mon, 2002-10-07 at 20:10, Matt Whiteley wrote: > > I assume I have something configured wrong and > > would appreciate a nudge in the right direction. > > Add the line: > > options ide-cd dma=1 > > To your /etc/modules.conf file. > > Dax Kelson > Guru Labs > > >