http://bugs.winehq.org/show_bug.cgi?id=12302
--- Comment #11 from Athrun samurai_no_densetsu@yahoo.es 2008-04-11 07:17:37 --- Hmm... let me think...
I remember a setup wich LOTRO was unplayable due 'lag', but it ended being related to poor filesystem performance (I think that also NCQ had some impact performance in that case).
And was solved modifiying /etc/fstab in this way:
/dev/sda1 /boot defaults,notail 0 0 /dev/sda3 / ext3 defaults 0 0 /dev/sda5 /mnt/sda5 xfs defaults 0 2 /dev/sda6 /mnt/sda6 ext2 defaults 0 2
to
/dev/sda1 /boot defaults,notail 0 0 /dev/sda3 / ext3 rw,noatime,nodiratime 0 0 /dev/sda5 /mnt/sda5 xfs rw,noatime,nodiratime 0 2 /dev/sda6 /mnt/sda6 ext2 rw,noatime,nodiratime 0 2