<br><br>
<div class="gmail_quote">On Nov 21, 2007 11:56 AM, Dan Munckton <<a href="mailto:lists@munckfish.net">lists@munckfish.net</a>> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi<br><br>I'm trying to find a workaround for the following Java problem:<br><br>#154613: Xinerama prevents Java fullscreen exclusive mode in Gutsy
<br>[<a href="https://bugs.launchpad.net/ubuntu/+source/sun-java6/+bug/154613" target="_blank">https://bugs.launchpad.net/ubuntu/+source/sun-java6/+bug/154613</a>]<br><br>Java uses Xrandr to achieve its Fullscreen Exclusive Mode, but rightly
<br>avoids using it if Xinerama is in use. So Java Fullscreen Mode is only<br>possible when Xinerama is not reported present in the running Xorg.<br><br>In both Feisty and Gutsy Xinerama appears to be built-in. In Feisty<br>
Xinerama isn't reported as present/active (using XQueryExtension() etc),<br>in Gutsy it is.<br><br>So as a workaround I need to find a way to completely deactivate and<br>disable Xinerama in Gutsy.<br><br>In the xorg.conf
 manpage it indicates that adding the following option<br>in the "ServerFlags" section should disable it, but it's not.<br><br>Section "ServerFlags"<br> Option "Xinerama" "off"<br>
EndSection<br><br>After restarting X I check in /var/log/Xorg.0.log and find the option is<br>recognised/parsed but still when I test Java and also query Xorg<br>directly using the Xlib API it still shows as present.<br><br>
So I have the following questions:<br><br>1) What is the major difference between the way Xinerama is included in<br>Gutsy in comparison with Feisty?<br></blockquote>
<div> </div>
<div>I had strange mouse behaviour in gusty with the same config file that I had used fine in feisty.</div>
<div> </div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><span id=""></span><br>2) Is it going to be possible to disable Xinerama from within xorg.conf?<br></blockquote>

<div> </div>
<div>Yeah. The way I got it to work was with an aticonfing command, specifically:</div>
<div> </div>
<div>  sudo aticonfig --dtop=horizontal,reverse</div>
<div> </div>
<div>This command sets up what is called a big desktop, not xinerama, which basically uses both displays as one big one.</div>
<div> </div>
<div>If you are using an nvidia card, try configure with the nvidia-settings and those tools.</div>
<div> </div>
<div> </div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><span id=""></span><br>3) If I disable Xinerama what am I likely to break (e.g.<br>DisplayConfigGTK)?<br><br>
4) Is there another way to achieve this?<br><br>I am quite happy plugging away at this on my own but if anyone with more<br>Ubuntu/Xorg knowledge can give me some insight at this stage it would be<br>much appreciated.<br>
</blockquote>
<div> </div>
<div>There are some good tutorials on this stuff:</div>
<div><a href="http://ubuntuforums.org/showthread.php?t=221174">http://ubuntuforums.org/showthread.php?t=221174</a></div>
<div> </div>
<div> </div>
<div>If you run into specific problems, you shoud post bugs on them. Be sure to include your config files, monitor specs, and graphic card information and other relevant inforation</div>
<div> </div>
<div>Best Regards,</div>
<div>Todd</div>
<div> </div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><span id=""></span><br>Cheers<br><br>Dan<br><font color="#888888"><br><br>--<br>Ubuntu-devel-discuss mailing list
<br><a href="mailto:Ubuntu-devel-discuss@lists.ubuntu.com">Ubuntu-devel-discuss@lists.ubuntu.com</a><br>Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss" target="_blank">
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss</a><br></font></blockquote></div><br>