Minecraft runs very well under Precise, but for my hardware a slight change in parameters and settings was necessary.
My settings in the Menu item command line are
The previous command syntax was
Using the "-cp" or LauncherFram parameters aborts the program.
In Minecraft's video settings I set maximum FPS and Advanced GL. Otherwise, Minecraft starts out fast but quickly slows down and gets choppy. You can kill a spider and it will continue to bite you 2 or 3 times after it has turned over, turned red and disappeared, leaving behind an eye and some green balls.
My settings in the Menu item command line are
Code:
java -jar -Xmx1024M -Xms512M minecraft.jar
Code:
java -Xmx1024M -Xms512M -cp Minecraft.jar net.minecraft.LauncherFrame
In Minecraft's video settings I set maximum FPS and Advanced GL. Otherwise, Minecraft starts out fast but quickly slows down and gets choppy. You can kill a spider and it will continue to bite you 2 or 3 times after it has turned over, turned red and disappeared, leaving behind an eye and some green balls.
Comment