Reiser4 is supposed to sync slower than most file systems, and that might be what your text editor does to prevent data loss.sobers_2002 wrote:PS:- i haven;t been able to rectify my age old problem with text files on reiser4.....whenever i edit/create a file in pico/vim it waits for a while b4 retirning to console, saying writing.... in pico..........i have tried all available kernels so i don;t think it could be a kernel problem but then plz help if nyone knows
Code: Select all
root=/dev/hda3 video=vesafb:ywrap,1280x1024@85 splash=silent
Code: Select all
root=/dev/hdc8 video=vesafb:ywrap,mtrr,noedid,nocrtc,1024x768-16@75 splash=verbose,theme:emergence
I just compiled 2.6.9-rc1-mm2 and is running no problems, no more audio skipping or mouse lagging, it feels smoother and more responsive than 2.6.8.1-nitro6 or 2.6.8.1-love1.elocal wrote:I am having sound skipping problems too. When playing Doom 3 the sound problems make it unplayable. Also, if I am extracting a big file, the mouse skips and apps become somewhat unresponsible. is this the normal behavior in ck patchset?
Thanks
Code: Select all
Mem: 905584k total, 426896k used, 478688k free, 36724k buffers
Swap: 498004k total, 0k used, 498004k free, 178228k cached
Extremely well said Mr Onion. The only reason why I use Win4Lin is because I need Photoshop. Some might say Gimp works just fine but to me, GIMP is literally gimped! I haven't bought Win4lin yet but I will asap as I use it on a daily basis, without Netraverse's hard work, I wouldn't be able to pay off my bills.PickledOnion wrote:Dpends what you mean by 'willing to pay the price tag'? If you mean simply the money to buy it, then yes, it is substantially cheaper than vmware and is 10$ more than cross-over office.Vlad wrote:*shrug* One mans trash is another mans treasure.
I repatched it myself. I apologize if you took offense. I'm surprised so many people are willing to pay the price tag for win4lin. Is it *really* worth it?
If you mean because it's not open source, then I say I use win4lin, ati-drivers, nvidia-drivers and anything else that I cannot substitute with oss without a second thought. If I have something to do, I want to do it and not sacrifice my time due to misguided (IMO) principles.
So why buy it? Well, in my case, I have (had) to use some progs that simply do not run in code weavers. So that leaves me with a choice - create a new partition, install windows and reboot everytime I wanted to use a neural network prog, or install win4lin.
On my machine, it boots in 3 seconds, has no noticable cpu or RAM use and progs run faster than when I did dual boot, etc, but now that I don't need it, I don't select the option in the kernel.
So, in many peoples opinion (and I was genuinly surprised how many downloads of the win4lin patch I got) it is still very much worth it.
It is difficult to remember, especially when immersed in great work such as Gentoo, that 96% of the planet use windows. That means, like it or not, that occasionally one must use Microsoft OS based progs. What would you do, for example, if you have a prog from university that only ran in windows? Not use it and fail university? Reboot every time you needed it and miss linux time? Drive to university every time you needed it to use one of their computers?
Meh, the important thing is you got your 1g patch and I got to rant, lol
This is actually what the mapped_watermark patches are *supposed* to be doing. This behaviour can be adjusted using the following command (from Con's site):Merlin-TC wrote:I also think there there is still something wrong with the RAM usage.
I have one gig as well and the harddrive loads like crazy even though my swap seems untouched now.
Seems like not much is kept in the memory though so it has to be reloaded all the time.
Code: Select all
Mapped watermark??
This readjusts the way memory is evicted by lightly removing cached ram once the ram is more than 2/3 full, if less than the "mapped watermark" percent of ram is mapped ram (ie applications). The normal system is to aggresively start scanning ram once it is completely full. The benefits of this are:
1. Allocating memory while ram is being lightly scanned is faster and cheaper than when it is being heavily scanned.
2. There is usually some free ram which tends to speed up application startup times.
3. Swapping is an unusual event instead of a common one if you have enough ram for your workload.
4. It is rare for your applications to be swapped out by file cache pressure.
Disadvantage: Less file cache.
The mapped watermark is configurable so a server for example might be happy to have a lower mapped percentage. The default is 66 and a server might like 33
echo 33 > /proc/sys/vm/mapped
This removes the swappiness knob entirely and deprecates all my previous vm hacks (autoregulated swappiness, hard swappiness, kiflush). 
banned from #gentoo since sept 2017Neddyseagoon wrote:The problem with leaving is that you can only do it once and it reduces your influence.
Basically all the different kernels have patches applied to them, with the exception of vanilla sources. The different gentoo-sources all have various patches applied the gentoo devs feel will help improve the kernel.beugh wrote:Hello,
Noob question here... whats with all these different kernel sources? I've only used gentoo-sources and gentoo-dev-sources before. Whats so different between dev-sources, nitro and love-sources for example?
--beugh