JMenuBar display quirks with some window managers on Linux with Java 6

When I run this code on Windows with Java 5 or Java 6, it works fine.
When on Linux with Java 5, it works fine.
When on Linux with Java 6 in KDE, it works fine.
When on Linux with Java 6 with twm or e17, the JMenu shows when I click on the JMenuBar, but goes away as soon as I release the mouse button. If I manually move or resize the window, it then works fine.
If I remove setLocationByPlatform(true), the menu bar works, but it does not position the window by platform, which is the desired behavior.
Am I doing something wrong, is there something wrong with both twm and e17, or is this a bug?
import java.awt.Dimension;
import java.awt.Label;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JFrame;
import javax.swing.JMenuBar;
import javax.swing.JMenu;
import javax.swing.JMenuItem;
import javax.swing.WindowConstants;
public class Test extends JFrame {
    public Test() {
        super();
        setDefaultCloseOperation( WindowConstants.EXIT_ON_CLOSE );
        getContentPane().add( new Label( "Hello World" ) );
        JMenuBar mainMenu = new JMenuBar();
        setJMenuBar( mainMenu );
        JMenu helpMenu = new JMenu();
        mainMenu.add( helpMenu );
        helpMenu.setMnemonic( 'H' );
        helpMenu.setText( "Help" );
        JMenuItem help_about = new JMenuItem();
        helpMenu.add( help_about );
        help_about.setMnemonic( 'A' );
        help_about.setText( "About" );
        help_about.addActionListener(
            new ActionListener() {
                public void actionPerformed( ActionEvent evt ) {
                    System.out.println( "HELP!" );
        pack();
        setLocationByPlatform( true );
        setVisible( true );
    public static void main( String[] args )
        throws Exception {
        java.awt.EventQueue.invokeLater(
            new Runnable() {
                public void run() {
                    Test test = new Test();
}

In 10.1.3, there's an option to disable the splash screen on the Environment Page in preferences (although, of course, it's not much use if you never get to the main window because of the dialog popping up behind the splash screen... :) )
The bug with the dialog appearing behind the splashscreen is fixed in the upcoming 11g release. FWIW, it's a problem that appears to be unique to X-based systems, where for some reason the splashscreen window ends up with some super-ueber topmost property that forces all other windows to go behind it.
There's also a command line flag to suppress the splashscreen in 11g.
Thanks,
Brian

Similar Messages

  • Multi Lingual String not getting displayed properly with Java 1.5.4

    Hi,
    I have a strange problem and i think the problem is due to java 1.5.4.
    Problem is:
    My application was previously deployed on weblogic6.1 server and jdk used was 1.3.1
    After i migrated my application to weblogic 9.2 and started using jdk 1.5.4, i am not able to correctly view the data which is stored in different languages on browser.
    Some more details:
    OS - Linux.
    Database - Informix 9.2
    Intresting part is :
    If i enter a new multi lingual string from my application (deployed on WLS 9.2 with JDK 1.5.4) and store it in database, and then try to retreive it, it is displayed correctly.
    Issue arises only when the multi lingual string created and stored in database from my old application (deployed on WLS 6.1 with JDK 1.3.1) is retrieved and displayed in the new application (WLS 9.2 with JDK 1.5.4).
    Hope my issue is clear and if any one has any clue as to how to solve this issue. Kindly help

    One thread is enough.
    http://forum.java.sun.com/thread.jspa?messageID=9651015

  • Display progressbar with java script

    Hi
    Iam generating one excel report in my application.if the report result is very high i mean if database is having no.of records its taking more time.mean time i want to diaplay one progress popup so that user can know its in progress.once action class execution is finished that popup should be close automatically.
    I hope you understand the query.f anybody know the solution plz replay me.
    Thanks in advance.

    Java != javascript, find a javascript forum.

  • 2 problems in one with Window Managers

    Hi there...
    I a newbie to the Unix world so.. forgive me if i ask silly questions
    From what I understood, Quartz-wm is the "default" apple window manager (along with twm).
    In an ideal world (for me), I would like to run some unix applications alongside apple ones. I seem to have managed to do so with Octave. (i.e. i can launch octave from "terminal" and the graphs plot in an "Apple"like window in Aquaterm (i had to install gnuplot to have it working properly)). I was hoping I could do the same with other applications such as gimp, gperiodic and so.. but it doesn't seem to work (even if i delete my .xinitrc as mentioned in previous posts).
    usually, I get the following message:
    (gperiodic:3576): Gtk-WARNING **: cannot open display:
    of course when I enter "startx", then I can run either application fine in the terminal of my window manager (fluxbox or enlightnment usually).. but that would be really nice if i could do without additional WM (like i do for Octave) or alternatively with other WM (than quartz-wm) but in rootless mode.
    Also, because I haven't managed to get quartz-wm to work properly it seems, I have decided to explore further with Fluxbox and Enlightnment ... both work ok (just installed the packages through Fink and added the appropriate command line to the .xinitrc file), however the cursor (mouse pointer icon) looks like a left handed mouse (tip of the arrow tilted to the right) but it behaves like a right handed one (the tip of the arrow is off by a couple of mm to the right so, when I locate my mouse exactly over the cross and click (to close the window), i usually end up enlarging it!). How can I configure my mouse (or its icon?), i was unable to find the correct application / config file to do so! (It doesn't seem to be a wm problem as i have the same with both Fluxbox and Enlihtenment).
    So to sumarize... is there a way i could run all my unix application without leaving the "apple environment" just by typing commands in the terminal and having windows opening up through quartz-wm / or other wm in rootless mode if possible at all.
    and because I am curious (even if you can advise me on the above), i would be grateful if you could tell me how to configure my mouse cursor so that it behaves ok in my window managers (both fluxbox / enlightenment)
    Thank you very much for your help.
    Jerome

    Aquaterm is a red herring because it actually isn't X11.
    There was a major change in X11 between 10.4 and 10.5. It looks like you are using 10.4.11, in which case your problem is simply that you need to (a) start X11.app and (b) set the DISPLAY variable in Terminal in a way that is appropriate for your shell. You may have been getting 10.5-specific advice, since that is what many people are posting about these days.
    Anyway, to get back to Quartz-wm, just remove your .xinitrc file and it will go back to using the defaults. It should by default run in rootless mode which means you can use X11 and aqua applications side by side. I've been doing this since at least 2001.
    I've put more info here.
    Here's an example:

  • Having problems connecting iMac(late 2006) running 10.7.5 to a Samsung Flat Screen TV using separate audio/speaker cable and HDMI standard cable, mini-DVI to HDMI video converter.  TV displays generic Apple galaxy background and "some" windows (e.g. scree

    Not sure that I have selected the correct forum.  Hope my questions are clearly stated.
    Having problems connecting iMac(late 2006) running 10.7.5 to a Samsung Flat Screen TV using separate audio/speaker cable and HDMI standard cable, mini-DVI to HDMI video converter.  TV displays generic Apple galaxy background and "some" windows (e.g. screen resolution choices).   It does not show Mail or Safari menus.  System preferences'  display "gathered" the Samsung and chose its resolution.  I did not find a way to select the Samsung as my display.
    In addition to having old hardware, we have Verizon FIOS providing internet and TV access.  Is there any way to make this work for us?  We would like to stream video (Netflix) and view shows from the Web.  Do we need Apple TV to do this?  Or is it not possible with our old iMac?  My husband thinks that our Airport could be a factor. 
    Thank you

    Lately, I have been seeing a lot of posts with users trying to use their Macs/iMacs to mirror their streaming video from their Macs to an HDTV.
    There are, actually, many alternatives to choose from than just from a Mac.
    You need to have or invest in a WiFi capable router for all of these examples.
    Apple TV only integrates with WiFi and newer Mac hardware. So, if you want to have total integrated experience, if you have a 2011 Mac or newer, you might as well pay the $100 for the AppleTV box.
    If you have a older Mac, like I have noticed many users do, then you have other options.
    If you want to elimate long cable clutter and having your Mac at the mercy of your TV all of the time,  you can still use the AppleTV box independently or purchase cheaper alternative media streaming boxes from Roku, Sony, Boxee or any number of electronics manufacturers that now have media streaming boxes and media streaming capability built into DVD/Blu-ray players.
    These eliminate long cable clutter by being close to the HDTV where shorter, less expensive cables can be used.
    Another alternative for iPad users is to use an iPad with the USB/HDMI video adapter and use your iPad as the streaming box. This ties up your iPad in much the same way as it does with your Mac, but again the iPad can be close to the TV and use minimal cables to the TV.
    Another alternative to is to use a combination of an iPad and your Mac to stream content that is only available to stream online from a computer. In this case, you can use a desktop remote app on your iPad and Mac. A good and cheap Desktop Remote app is Splashtop Remote. This allows you to completely connect your iPad remotely, over Wifi, to your iMac desktop. The app streams both video and sound to the iPad which is still connected to your HDTV. The resultant stream video picture will be smaller than the size of your HDTV, but it will still be plenty large enough to watch. Again, if you own a iPad and an Intel Mac, this method also allows minimal cabling to the TV.

  • Display Questions with Retina and VMware Fusion (Windows 7/8)

    Looking to buy my first MacBook Pro and looking to make sure I get the specs I need and have a couple of questions.
    I would like to be able to run (simultaenously)
    During the day for work:
    Windows 7 x64 - 30GB HD - 1 Core - 1GB Ram - Purpose: Has a VPN client that allows me to VPN and RDP only
    Windows 8.1 x64 - 60GB HD - 2 Cores - 4GB+ Ram - Purpose: Office 2013 installed on this VM and all my other work applicatons (light weight)
    OSX 10.10 - Whatever it can take - Light Web Browsing etc while at work.
    After work:
    Guess it doesn't matter really - i'd like to play games (bootcamp fine) if possible too. Nothing crazy so barely worth mentioning.
    My main questions:
    Display: Iris Pro or nVidia - Can the base 15 inch GPU/CPU handle the two VMs at the same time plus the host OS (OSX) without hiccups?
    Display: How does VMware Fusion recognize the discrete GPU - will the system be smooth/quiet without activating it?
    Battery life: Virtualization is pretty heavy battery wise. Does anyone know what happens to the battery when you're running a couple VMs?
    Display: How is running Windows 7/8 on a MacBook with a specifically retina display? Do the Windows PCs look really ugly/blurry due to such a high resolution?
    What is the minimum hardware required for these VMs to run fast and responsive? (CPU/GPU/RAM only)
    Thanks!!

    Sorry - we're users here, just like you, and some questions just get lost sometimes.
    The fastest hardware you can buy, the easier you'll be able to run Windows. If you use Boot Camp to run Windows (7, 8 or 8.1) the machine will run at it's best. If you want to run Windows alongside the Mac OS, you'll need to use a VM application (I use Parallels - I've tried VMwareFusion but like Parallels better and it just works best for me).
    So, to your questions:
    The Retina machine with the NVIDIA GPU will be the fastest - it's a faster processor and has more VRAM.
    Any VM is going to use resources - how much RAM, for example, is up to you. I have 16 GB of RAM and 8GB dedicated to Parallels/Windows 7 Pro.
    I wouldn't (and you really can't) run a VM for very long on battery. If you're using VM's, that's the time to plug into mains. Running a 'couple' of VM would put further heavy use on your GPU, CPU and shorten your battery life.
    I would make sure to get a good, fast quad-core i7 processor, the 2GB of VRAM NVIDIA GPU and the maximum amount of RAM (16GB).
    Good luck,
    Clinton

  • [solved] mutt with tiling window managers = bad = how to improve?

    Hi guys
    I want to use mutt as my mail client. I've tested several others, but none fits me better. It has to be a cli application, because that's just the way I want it to be.
    The only thing I don't like about mutt is its inability to handle resizing terminals. This is something which happens all the time with tiling window managers. Let me demonstrate with screenshots.
    mutt as it's supposed to look http://www.unstucc.de/myspace/mutt-normal.png
    mutt how it looks after the screen got resized. http://www.unstucc.de/myspace/mutt-resized.png
    Hitting Ctrl+l rerenders mutt's interface, but this is really going on my nerves.
    I run mutt in urxvt, but I also tested it with xterm, comparable result (it's a little bit better in xterm, but still not perfect)
    I've been searching for this for quite a while now and I can't find ideas how to solve this.
    Any help is very appreciated.
    Last edited by Army (2011-03-31 23:55:27)

    May I see your .Xdefaults file? Maybe you have some urxvt settings I don't have. Here's mine
    URxvt.foreground:white
    URxvt.background:black
    URxvt.inheritPixmap:true
    URxvt.scrollBar:false
    URxvt.shading:40
    URxvt.fading:20
    URxvt.font:xft:Terminus:pixelsize=12:antialias=false
    URxvt.boldFont:xft:Terminus:bold:pixelsize=12:antialias=false
    URxvt.internalBorder:0
    URxvt.externalBorder:0
    URxvt.perl-ext-common:default,selection,url-select,keyboard-select,clipboard
    URxvt.colorUL:blue
    URxvt.keysym.M-u:perl:url-select:select_next
    URxvt.keysym.M-Escape: perl:keyboard-select:activate
    URxvt.keysym.Mod4-s: perl:keyboard-select:search
    URxvt.keysym.Mod4-c: perl:clipboard:copy
    URxvt.keysym.Mod4-v: perl:clipboard:paste
    URxvt.keysym.Mod4-C-v: perl:clipboard:paste_escaped
    URxvt.urlLauncher:web-open
    URxvt.underlineURLs:true
    URxvt.urgentOnBell:true
    I wanted to try sup, but this app never ran here, always because of some compatibility issues with Arch's ruby afair. But I could give it another try some day.
    edit: Just tried it again, the dependencies don't build ... I don't like ruby stuff!!!
    But since it seems like the problem I have might be solvable, I'd recommend to stick with mutt and solve this.
    By the way, here are the settings in my muttrc
    source /etc/Muttrc.gpg.dist
    set header_cache = "~/.mutt/cache/headers"
    set message_cachedir = "~/.mutt/cache/bodies"
    set certificate_file = "~/.mutt/certificates"
    set delete
    set sort = "threads"
    set sort_aux = "last-date-received"
    set imap_check_subscribed
    set imap_keepalive = 60
    set imap_idle
    set imap_passive="yes"
    set mail_check=5
    set mailcap_path = "~/.mutt/mailcap"
    unset copy
    unset autoedit
    set include
    set attribution = "* %n <%a> [%(%d.%m.%Y %H:%M)]:"
    set reply_regexp = "^((re([\[^-][0-9]+\]?)*|aw|antwort|antw|wg):[ \t]*)+"
    set edit_hdrs
    set beep_new = yes
    set net_inc=5
    set move
    alternative_order text/plain text/html
    set editor = 'vim -c "syntax on" -c "/^$" -c "set tw=0"'
    #set alias_file = ~/.mutt/mail_aliases
    set query_command="goobook query '%s'"
    bind editor <Tab> complete-query
    macro index,pager a |'goobook add'\n
    # bindings -- very vim-like
    bind pager q exit
    bind pager t toggle-quoted
    bind pager / search
    bind pager <up> previous-line
    bind pager <down> next-line
    bind pager k previous-line
    bind pager j next-line
    bind pager gg top
    bind pager G bottom
    bind index gg first-entry
    bind index G last-entry
    bind pager K previous-undeleted
    bind pager J next-undeleted
    bind index K previous-unread
    bind index J next-unread
    bind index,pager R group-reply
    #Attachments lila
    color attachment magenta default
    #Fehler rot
    color error red default
    #Der Header Gelb, Subject (Betreff) leuchtend, das To in weiß
    color header brightyellow default "^Subject: "
    color header white default "^To:"
    color hdrdefault yellow default
    #Der "Leuchtbalken"
    color indicator black white
    color markers brightblue default
    #Die Nachricht selbst auch bunt machen; dabei je Quotingebene eine andere Farbe --> bringt Übersicht
    color message white default
    color normal white default
    color quoted yellow default
    color quoted1 green default
    color quoted2 cyan default
    color quoted3 red default
    #die Signatur nicht so hell anzeigen
    color signature brightblack default
    #Statuszeile in blau-gelb
    color status brightyellow blue
    auto_view text/html
    set charset=utf-8
    Last edited by Army (2011-03-31 23:05:13)

  • To Display Output in Grid ALV with change of some field display total with

    Hi Masters,
    I m working on ALV in which  i have to display output with the following format.
    Header
    "Some String"                                                             date/time                                                                               
    User:XYZ01       page 1 
    Line
    1st field    2nd    3rd     4th       5th   6th    7th   8th   9th  10th field
    x               y       z        A        B     C       D     E      F       G
    BLANK..............................................................................                            
                          "total 3rd+4TH"           P        Q     R      S        T       
    same thing for every change of 4th field .
    So the problem is with inserting the line with string "Total of 3rd+4th" in the output .
    Can Anyone help me out?
    Thanks ,
    Varlani Amit

    Hi,
    Use control-break statement ON-CHANGE for the 4th field, and do the changes.
    regards,
    sri

  • I need to use my iMac to run some Windows software and was thinking of using Parallels Desktop 9 to help with this. Do you still have to partition your drive with Parallels and does this leave you open to viruses?

    I need to use my iMac to run some Windows software not available for Mac and was thinking of obtaining Parrallels Desktop 9 to help with this. If I use Parrallels do you still have to partitian your drive and does this leave you open to viruses?

    You do not have to partition your drive - Parallels creates a disk image which contains your Windows installation. You do have to exercise anti-virus measures in the Windows partition, although such malware cannot affect the Mac filesystem.
    Matt

  • Trouble with 3d window on ArchiCAD 16 when using Led Cinema Display 27" with GT 330M 256MB connected to my MacBook Pro 15" mid 2010, but runs fine on the attached display.

    Trouble with 3d window on ArchiCAD 16 when using Led Cinema Display 27" with GT 330M 256MB connected to my MacBook Pro 15" mid 2010, but runs fine on the attached display.

    Trouble with 3d window on ArchiCAD 16 when using Led Cinema Display 27" with GT 330M 256MB connected to my MacBook Pro 15" mid 2010, but runs fine on the attached display.

  • Some windows won't display?

    For some reason, some of my windows in dreamweaver will not display correctly, or much at all. For instance, when you first open dreamweaver and select "new dreamweaver site" all I get is a window that displays a few text fields and then whatever is behind that window (almost like the entire window is transparent, except when I move the window, it doesn't change to match what is behind it) My system exceeds the dreamweaver minimum requirements.
    I operate on windows xp
    I am running the trial version.

    I have, Thank you. I kinda sorta fixed the problem, I discovered that when I move the window off of the screen, it appears correctly, annoying but I dont know what else to do.
    Thanks alot for replying
    -Justin
    Date: Sat, 9 Oct 2010 06:18:32 -0600
    From: [email protected]
    To: [email protected]
    Subject: Some windows won't display?
    Have you tried reinstalling it?
    >

  • Display quirks

    I've noticed a couple of display quirks that may or may not be related...
    When I open an image or use the menu a fine line is drawn across the top of the program window. It goes completely across the window through the PS logo, menu, and window controls. Oddly, this only happens when the program is maximized. Mousing over the buttons removes the line, minimizing then maximizing Photoshop removes the line.
    When moving images around they stick at first, start moving but then are occasionally jerky. Moving image windows around was always smooth in previous versions. Also, the initial click causes the background to flash through. Continuing to drag the image around the background will randomly flicker through. Releasing the mouse button at the end of the move also flashes the background.
    Any ideas what is causing these?
    Some system specs..
    3.0GHz Pentium D
    2GB RAM
    NVIDIA GeForce 7800GT 256MB (w/ latest driver installed)
    XP Pro SP3

    The graphics card raw power/feature wise is good enough however the real problem with it is that it's old which means that nvidia aren't going to spend a lot of resources on fixing problems with it. If you have third party plug-ins try disabling them, otherwise the only solution would be to disable OpenGL

  • Arch Linux 32x64 bits, Developers and Window Managers Support

    Greetings!
    After having some time issues due to college that prevented me from this, I wish to have again a rolling-release distro in my computer.
    I was in the past a big fan of Gentoo, but now it seems too much work to compile everything from scratch. Also they seemed to have some issues with the developers - the original developer if I understood correctly has quit the project, others were forced to quit due to misbehavior, etc. - and maybe due to some other facts their popularity on distrowatch dropped drastically.
    Then this year I've tried Debian Testing... My goodness, that was messy. Tons and tons of bugs on XFCE, like thunar hanging on load and displaying error messages, gedit not removing the ~lock files properly on close, so I had the myfile and ~myfile, and many others. Really, I gave up.
    I wish to give Arch Linux I try then. Of course that would be quite stupid to ask if arch linux is the best choice in an arch linux forum, but there are some key points that if you could answer would help me a lot to give it a try:
    1. 32x64
    "Should I use 32-bit or 64-bit?" is NOT the intended question. Many still prefer 32-bit-pae on a 64-bit capable machine, others prefer 64-bit. I wish to use 64-bit. Made my mind. But I would like to know if the support of 64-bit on Arch Linux is as good as 32-bit and if it comes by default with cross-libs which makes me able to run 32-bit applications natively right out of the box,
    2. Developers
    About how many and what's their relation with the users? When I've googled for Arch Linux, I've had found a review video on youtube where some guy said in the comments that developer's mind changed a lot in the past 2 years and they introduced many buggy packages that required manual workaround. At the end of his comments, he said "Sympathy? Apologies for the ****? Nope. blame the user for trusting 'pacman -Syu'" Surely I don't know which are these options because I haven't read about pacman yet (just know it's the default package manager) but you get the idea.
    Another key question: Is Arch Linux hiring new developers over the time? Replacing the ones that leaves for the many reasons?
    3. Window Managers Support
    With Gnome3's overall rejection (including mine), we have only two options: Switch to KDE or try other Window Managers. I still wish to have faith on gtk, so the first option is still not considered by me. I don't wish to know "which one is the best", because that's another large discussion just as the 32-bit x 64-bit. Just how good is Arch's support (updated constantly? bug-fixes?) on:
    - XFCE
    - MATE
    - Cinnamon
    (Of course there are others like LXDE, Enlightenment, etc. but I've decided to narrow down to XFCE even having quite bad experiences on Debian Testing.)
    4. Package Manager
    Last, being a rolling-release dist, can I add an option for a specific package to install a specific older version and/or not upgrade when you tell the dist. to upgrade everything? I remember that back on Gentoo I could edit a text file and just type the version of the package I wished to keep and the "update everything" option wouldn't touch the package (worked also to try new versions that were still not stable enough).
    Any replies will be very appreciated. Sorry for the long post.
    Best regards.

    I'll start at the end with #4.  Of course on the arch forums you will get people who are biased towards liking arch - but I think if you ask in other communities you will regularly hear that arch's package management system is its greatest strength.  Pacman is the primary tool for this, but we also have makepkg for things in the Arch User Repository (AUR), and the Arch Build System (ABS) to recompile anything from the main repos with additional/alternate compilation options.
    But for your direct question, there is an option to only upgrade to a particular version of a given package.  There is an option in pacman's configuration file for just this purpose.  However depending on what the package is, this could lead to problems.  Users are discouraged from updating most of their system while keeping some older packages - This can lead to issues with shared dependencies.  Of course if you build the package from source (AUR or ABS) yourself, such issues would be easy to resolve.  Is there a certain package you know you'd want to keep at an older version?  If you tell us what it is, we can give more specific information on how easy/hard it would be to accomplish.
    #3: Arch is a DIY distro.  You choose whatever window manager / DE you want.  I can vouche for XFCE working wonderfully in arch.  There are also numerous archers who use mate and cinnamon.  I have heard of some problems, but (AFAIK) these have nothing to do with compatibility with arch, rather these are due to upstream issues.  In other words, cinnamon, mate, xfce, or any other WM should work just as well on arch as on any other distro.  I'd bet our wiki for installing and configuring those WMs are better than those of the distros that bundle the WM with the core install.  (In addition to package management, you will find the arch wiki is second to none).
    #2: I can't answer with any specifics - other than to say they continue to do an excellent job.  I am not surprised by the youtube video - not because I'd agree with it, quite the opposite.  But as arch is a DIY distro it puts some responsibility on the user to maintain their own system.  If one is not prepared for nor willing to do this, they often become frustrated and end up blaming someone else.  Often this is the developers, sometimes it is the forum moderators, other times it is the whole arch community.  In every case these accusations are absurd.  Your questions on replacement of developers is a good question though - there is a history page on the wiki which might give some insight on this, but I suspect others will have better input on this.
    #1: I use i686 (32bit) on two of my computers and it works perfectly.  It sounds, however, that a majority of the community uses 64bit (which I just updated to on one of my computers).  My 64bit system works perfectly as well, but I don't have any 32bit-only apps.  Occasionally there are forum threads about some issue or another with "multilib" applications which are 32bit programs run in a 64bit system.  Generally these threads seem to be resolved without much hassle.  You can search for some of them yourself: Skype seems to be a common topic of such issues.
    All in all, I'd reiterate arch's strengths in it's package management and wiki/documentation.  Potential weaknesses could be found by users who are unwilling or unable to take responsibility for their own system.  I word this is a bit biased manner - there are many people who have no interest in being responsible for maintaining their own system, a majority of all computer users would fall into this category; most of them would be quite unhappy with arch linux.  If you were happy with gentoo in the past and only want to avoid constant recompiling then you probably would be one who could be very happy with arch.
    Or an even shorter summary: try it out.  If you don't like it, switch.

  • Display Issues with mini (Mid 2010) and LG L246WP

    I recently purchased a new mini (Mid 2010 base model) and planned to use it with my 24" LG L246WP monitor, which is about 3 years old. The monitor has VGA, component, and HDMI inputs.
    I used an HDMI-to-HDMI cable to connect the mini directly to the monitor, and the output is completely messed up. The mini recognized the monitor (titling the System Preferences > Display dialog with 'L246WP') and set it to the monitor's native resolution of 1920x1200, but on the monitor the image is cropped to what looks like a 4:3 aspect ratio and with part of the image shifted up and left so I cannot view the top menu bar or the left hand side of the desktop. The monitor's on-screen display shows 1080p in this mode.
    The Display dialog also gives me an option for 1080p. I can select this and use the Underscan slider to resize the desktop output to fit on the screen, but it is still shifted left and must be resized smaller than the available display space (plus the total image is only 1080 pixels, not using the monitor's full native screen). In this mode, 1080p also shows on the monitor's on-screen display.
    I tried 1024x768 to see if I could get a properly-positioned image, but the desktop was shifted just like in the 1920x1200 case and the monitor's on-screen display status still reported 1080p.
    The monitor has a menu setting under an HDMI heading with "Video" and "PC" options, but changing this selection does not make a difference.
    Since the monitor came out before HDMI was as widespread as it is today, it came with a DVI-to-HDMI cable, so I also tried using that cable with the HDMI-to-DVI adapter that came with the mini, but this did not make a difference either.
    To prove it wasn't the HDMI cable, I connected the mini to my Samsung 6300 series 40" LED HDTV and with some tweaking of the Underscan slider the displayed image filled the screen perfectly.
    I've searched the Internet and various forum threads (i.e. http://hardforum.com/showthread.php?t=1167222&page=63) seem to indicate this monitor can send a corrupted EDID that causes issues, especially with nVidia graphics drivers. On Windows you can use registry or driver hacks to override the EDID with the correct values, but on OS X this doesn't seem possible (I was hoping for a Terminal one-liner but it seems this doesn't exist). I have seen some mentions of the shareware SwitchResX (http://www.madrau.com), which looks like it gives you the option to override resolution settings, but I haven't tried this yet.
    It also appears to me that the monitor is always interpreting the signal (or the mini is always sending the signal) as 1080p, even if I've set 1920x1200 in the Display dialog. I don't know if this is a defect in the monitor where it always assumes the HDMI input is a 1080p source (previous I used it with an Xbox 360 with no issues but that was 1080p HDMI), or if is a bug in the graphics drivers (or at least a lack of flexibility / miscommunication to the user trying to handle a corrupt EDID).
    I asked my local Genius Bar for advice today (without bringing any hardware in) but was not told anything I didn't already know.
    I'm trying to determine the best way to work through this issue. *My questions are:*
    Would it make any difference if I used a Mini DisplayPort-to-DVI adapter (and then my DVI-to-HDMI cable to the monitor's HDMI input)?
    What about a Mini DisplayPort-to-VGA adapter? In the past I used a 12" Powerbook (via a mini-DVI-to-VGA adapter) with this monitor and had no display issues like this, but I'd prefer to stick with a digital connection on my brand new mini.
    Is SwitchResX the only practical way in OS X to override a corrupt EDID and force the mini to output a certain resolution?
    Besides the various adapters and SwitchResX, is there anything else I should try before buying a new monitor?

    Hello EPWilson4984.
    I have been experiencing the same issues you described. Connecting my brand new Mac Mini to my Westinghouse 24”monitor (L2410NM,  1920x1200 pixel resolution) produces a very fuzzy and washed out image quality. The Mac recognizes the monitor and applies the right resolution (1920x1200), but it looks just awful. The EDID info is definitely not right.
    Now, I tried your suggestion (DVI-to-HDMI), and similar suggestions from other threads, but nothing works. Nothing seems to work at all.
    The main input for the monitor is HDMI, so whatever cable I use, in the end always has to connect to the monitor via HDMI. I tried all these combinations with zero success:
    Mac mini -> HDMI cable -> monitor (result: fuzzy and blurry image)
    Mac mini -> displayport –HDMI adapter-> HDMI cable -> monitor (result: fuzzy and blurry image)
    Mac mini  -> displayport –DVI adapter-> DVI-to-HDMI cable -> monitor (result: it gives me a blank screen, no image at all)
    I’m running out of options. Don’t know what to do. The 24” monitor produces beautiful, crisp images when hooked to my Windows 7 PC. It looks horrible when connected to my brand new Mac Mini.
    Any alternatives you may have come across? Please let me know, thank you.

  • Urgent - HTML help merged projects - displaying in the same window

    Hi All,
    Following some recent windows updates I'm experiencing all sorts of problems. My most urgent problems is as follows:
    First off this is all in RH8 and yes I have upgraded to 8.0.2 and project is set to re-build cpd each time.
    So I have a merges project as follows:
    Parent project
         child project 1
         chils project 2 etc
    when I compile an html help project with TOC, and single source window settings on default if I click on a child project it is diaplyued in a separate window. If I then select a different project in the parent project TOC this is also displayed in a different window but the window still has the caption of the previously opened file.
    What I need as  the end result is for my HTML help project output to al display in the same window whether I click on a parent project item, or a child project item.
    Please can somebody advise mne how to do this as I am VERY close to a deadline and as usual it seems RH8 has let me down again.....
    Thanks
    Author Care

    Hi there
    Methinks Colum needs more coffee, because the options he cited have nothing to do with other windows. They have to do with whether the displayed topic synchronizes with the TOC and whether the TOC entry is highlighted.
    I'm thinking it has to do with creating a "Global" window. You change the names of the windows so they include Global.
    The link below has more:
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

Maybe you are looking for

  • TS1702 None of these worked! And I don't know what to do. Help?

    I have tried every thing to help my apps open because they won't. For $580, this is a waist of money and time. I am very annoyed.

  • Problem in Printing the PO form?

    Hi all, I have developed a PO smartform and to display the terms and conditions back side of the page. I used CAN22 laser printer while developing the form. The form is completed and is transported to PRD successfully. It is printing fine the printer

  • Need help sorting 2 arrays linked by their indexes

    I have 2 arrays that have been linked by the index of both arrays. The first array has to be sorted alphabetically, so I need a way to sort the 2nd array so that the indices match up again with the first array. Now, I cannot change my ArrayList (i.e.

  • Num rows  inserted by DML query

    This is an embarrasingly simple question, but I've spent half an hour searching and can't find the answer! I have some procs which insert records based on a query. [insert into fred (MYVA) (select (STUFF from JOE where SomeInfo = 'FRED')] I want to k

  • Figure numbers

    I'm a little puzzled at the functionality of figure numbers. At present I am working on a sample chapter for a major textbook publisher to show how products of IBA can compare to 'dead tree & ink' books. The chapter I'm working on is NOT chapter 1, y