(Answer) (Category) FAQ-O-Matic : (Category) Linux- and Solaris-specific :
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
29158: old priority 0, new priority -12

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.)
2001-May-03 11:19am gyles19@visi.com

[Append to This Answer]
2001-May-03 11:19am
Previous: (Answer) The fonts provided with Sun's JVM for Linux SUCK. How can I replace them?
Next: (Answer) JBuilder references a font I don't have: "Nimbus Mono B" Where can I find it?
This document is: http://www.visi.com/~gyles19/cgi-bin/fom.cgi?file=145
[Search] [Appearance]
This is a Faq-O-Matic 2.709.
This FAQ administered by gyles19@visi.com.

Other JBuilder Links

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
Netring Home - About - Privacy
The
JBuilder Netring Logo
The Borland JBuilder Netring by JBuilder FAQ-O-Matic
[ Join Now | List Sites | Random | << Prev | Next >> ]
[ Previous 5 Sites | Skip Previous | Skip Next | Next 5 Sites ]