|
|
JBuilder's IDE is much more sluggish on Linux than it is on Windows. How can I make it snappier? |
If you're talking about mouse/keyboard/paint responsiveness, here's a trick
that enhances the visible behavior of most X11 applications.
$ su root -c "snice -12 -c X" This will give your X11 server a serious priority boost and make the mouse and painting behavior much snappier. This command was tested on Red Hat 6.2. Your mileage may vary. The snice command is an intelligent renice. If you don't have snice, you can do this: $ su root $ ps -ef | grep X | more Figure out the process id of your X process. On my machine it looks like this: 100 S root 29158 29157 0 60 0 - 19675 do_sel Apr06 ? 03:37:27 X :0 -auth /home/joi/.Xauthority The pid is the second number, in this example it's 29158. Now renice it: $ renice -12 29158 You have to be logged in as root to do this because only root can give a
process a negative priority number. (The smaller the number, the higher the
priority the process has.)
| |
| [Append to This Answer] | |
| 2001-May-03 11:19am |
| Previous: |
|
| Next: |
|
| ||||||||
|
Java Community
Java Tools |
Code Central JB OpenTools |
Community Recent Threads |
Borland Chat Chat FAQ |
||||||||||||||
|
Feature Matrices 3.0 | 3.5 | 4.0 5.0 | 6.0 | 7.0 |
Shop for JBuilder |
JBuilder Downloads and reg keys |
Report Piracy | ||||||||||||||
|
Online Manuals 4.0 | 5.0 | 6.0 7.0 |
Borland DevSupport's Bug/RFE Form Quality Central Client |
JB Patches & Updates |
JBuilder FAQs TIs | ||||||||||||||
|
JBuilder Newsgroups |
Tamaracka's News Archive |
Mr. Haki's JBuilder Machine |
JGuru's JBuilder FAQ |
||||||||||||||
|
Sun's Bug Parade |
|||||||||||||||||
|
|||||||||||||||||