I'm having trouble getting the client to run under Linux (Ubuntu 6.06 for x86_64). I am using the Java webstart file from the download page. Here's what I captured in my logfile:
I installed Sun Java and Blackdown Java from Ubuntu packages (blackdown to get javaws). I'm using the nVidia driver, and I've got a resolution of 2048x768 (across two screens). I'm wondering if my dual-head setup is causing this problem? Here's the relevant snippet from my xorg config:Java Web Start 1.4.2-02 Console, started Tue Jul 04 12:17:10 EDT 2006
Java 2 Runtime Environment: Version 1.5.0_02 by Sun Microsystems Inc.
Logging to file: /home/[redact'd!]/java.log
Fatal error: Unable to find requested screen display mode.
Terminating client!
I searched these forums and found someone suggesting that I enable Xinera. I added the line they posted to the correct section of my config and restarted X, but I had the same problem.Section "Screen"
Identifier "Screen 0"
Device "NVIDIA Corporation NV43 [GeForce 6600?]"
Monitor "719B"
DefaultDepth 24
Option "TwinView" "on"
Option "TwinViewOrientation" "RightOf"
Option "MetaModes" "1024x768,1024x768"
Option "SecondMonitorHorizSync" "28-50"
Option "SecondMonitorVertRefresh" "43-75"
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
I'm pretty much out of ideas. Anyone have any suggestions on what to try next?