[SOLVED] X11/KDE: 640x480 is the only one listed

So I've got X11 and KDE up and running, but the only screen res size is 640x480, which is way too cramped.
In order of events here is what I've done:
Initally, I generated an X11 conf using Xorg -configure. I was able to start KDE without any troubles, other than the hideous 640x480 resolution. I found the settings to change it in KDE, but only 640x480 is listed.
I joined #archlinux/freenode and was told to use hwd -xa (http://wiki.archlinux.org/index.php/Xor … uring_xorg), but that didn't work either. The only option is still 640x480.
Any ideas on how to fix this?
Last edited by Phase (2007-10-14 18:44:18)

Sure:
Section "ServerLayout"
    Identifier     "Xorg Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
# PS/2 Mouse not detected
# Serial Mouse not detected
        InputDevice    "USB Mouse" "CorePointer"
EndSection
Section "ServerFlags"
    Option "AllowMouseOpenFail"  "true"
EndSection
Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc:unscaled"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/100dpi"
    FontPath     "/usr/share/fonts/PEX"
# Additional fonts: Locale, Gimp, TTF...
    FontPath     "/usr/share/fonts/cyrillic"
#    FontPath     "/usr/share/lib/X11/fonts/latin2/75dpi"
#    FontPath     "/usr/share/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    FontPath     "/usr/share/fonts/Type1"
    FontPath     "/usr/share/fonts/ttf/western"
    FontPath     "/usr/share/fonts/ttf/decoratives"
    FontPath     "/usr/share/fonts/truetype"
    FontPath     "/usr/share/fonts/truetype/openoffice"
    FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath     "/usr/share/fonts/latex-ttf-fonts"
    FontPath     "/usr/share/fonts/defoma/CID"
    FontPath     "/usr/share/fonts/defoma/TrueType"
EndSection
Section "Module"
        Load  "ddc"  # ddc probing of monitor
    Load  "dbe"
    Load  "dri"
    Load  "extmod"
    Load  "glx"
        Load  "bitmap" # bitmap-fonts
    Load  "type1"
    Load  "freetype"
    Load  "record"
EndSection
Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
        Option      "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" ""
    Option "XkbVariant" ""
EndSection
Section "InputDevice"
    Identifier  "Serial Mouse"
    Driver      "mouse"
    Option      "Protocol" "Microsoft"
    Option      "Device" "/dev/ttyS0"
    Option      "Emulate3Buttons" "true"
    Option      "Emulate3Timeout" "70"
    Option        "SendCoreEvents"  "true"
EndSection
Section "InputDevice"
    Identifier  "PS/2 Mouse"
    Driver      "mouse"
    Option      "Protocol" "auto"
    Option          "ZAxisMapping"          "4 5"
    Option      "Device" "/dev/psaux"
    Option      "Emulate3Buttons" "true"
    Option      "Emulate3Timeout" "70"
    Option        "SendCoreEvents"  "true"
EndSection
Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
    Option        "SendCoreEvents"    "true"
        Option          "Protocol"              "IMPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"               "5"
EndSection
# Auto-generated by Archie mkxcfg
Section "Monitor"
    Identifier "Monitor0"
        Option "DPMS" "true"
#    HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
    HorizSync    28.0 - 96.0 # Warning: This may fry old Monitors
    VertRefresh  50.0 - 75.0 # Very conservative. May flicker.
#    VertRefresh  50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
    #  Default modes distilled from
    #      "VESA and Industry Standards and Guide for Computer Display Monitor
    #       Timing", version 1.0, revision 0.8, adopted September 17, 1998.
    #  $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
    # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x350"    31.5  640  672  736  832    350  382  385  445 +hsync -vsync
    # 640x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x400"    31.5  640  672  736  832    400  401  404  445 -hsync +vsync
    # 720x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "720x400"    35.5  720  756  828  936    400  401  404  446 -hsync +vsync
    # 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz
    ModeLine "640x480"    25.2  640  656  752  800    480  490  492  525 -hsync -vsync
    # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
    ModeLine "640x480"    31.5  640  664  704  832    480  489  491  520 -hsync -vsync
    # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
    ModeLine "640x480"    31.5  640  656  720  840    480  481  484  500 -hsync -vsync
    # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
    ModeLine "640x480"    36.0  640  696  752  832    480  481  484  509 -hsync -vsync
    # 800x600 @ 56Hz (VESA) hsync: 35.2kHz
    ModeLine "800x600"    36.0  800  824  896 1024    600  601  603  625 +hsync +vsync
    # 800x600 @ 60Hz (VESA) hsync: 37.9kHz
    ModeLine "800x600"    40.0  800  840  968 1056    600  601  605  628 +hsync +vsync
    # 800x600 @ 72Hz (VESA) hsync: 48.1kHz
    ModeLine "800x600"    50.0  800  856  976 1040    600  637  643  666 +hsync +vsync
    # 800x600 @ 75Hz (VESA) hsync: 46.9kHz
    ModeLine "800x600"    49.5  800  816  896 1056    600  601  604  625 +hsync +vsync
    # 800x600 @ 85Hz (VESA) hsync: 53.7kHz
    ModeLine "800x600"    56.3  800  832  896 1048    600  601  604  631 +hsync +vsync
    # 1024x768i @ 43Hz (industry standard) hsync: 35.5kHz
    ModeLine "1024x768"   44.9 1024 1032 1208 1264    768  768  776  817 +hsync +vsync Interlace
    # 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
    ModeLine "1024x768"   65.0 1024 1048 1184 1344    768  771  777  806 -hsync -vsync
    # 1024x768 @ 70Hz (VESA) hsync: 56.5kHz
    ModeLine "1024x768"   75.0 1024 1048 1184 1328    768  771  777  806 -hsync -vsync
    # 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
    ModeLine "1024x768"   78.8 1024 1040 1136 1312    768  769  772  800 +hsync +vsync
    # 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
    ModeLine "1024x768"   94.5 1024 1072 1168 1376    768  769  772  808 +hsync +vsync
    # 1152x864 @ 75Hz (VESA) hsync: 67.5kHz
    ModeLine "1152x864"  108.0 1152 1216 1344 1600    864  865  868  900 +hsync +vsync
    # 1280x960 @ 60Hz (VESA) hsync: 60.0kHz
    ModeLine "1280x960"  108.0 1280 1376 1488 1800    960  961  964 1000 +hsync +vsync
    # 1280x960 @ 85Hz (VESA) hsync: 85.9kHz
    ModeLine "1280x960"  148.5 1280 1344 1504 1728    960  961  964 1011 +hsync +vsync
    # 1280x1024 @ 60Hz (VESA) hsync: 64.0kHz
    ModeLine "1280x1024" 108.0 1280 1328 1440 1688   1024 1025 1028 1066 +hsync +vsync
    # 1280x1024 @ 75Hz (VESA) hsync: 80.0kHz
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688   1024 1025 1028 1066 +hsync +vsync
    # 1280x1024 @ 85Hz (VESA) hsync: 91.1kHz
    ModeLine "1280x1024" 157.5 1280 1344 1504 1728   1024 1025 1028 1072 +hsync +vsync
    # 1600x1200 @ 60Hz (VESA) hsync: 75.0kHz
    ModeLine "1600x1200" 162.0 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 65Hz (VESA) hsync: 81.3kHz
    ModeLine "1600x1200" 175.5 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 70Hz (VESA) hsync: 87.5kHz
    ModeLine "1600x1200" 189.0 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 75Hz (VESA) hsync: 93.8kHz
    ModeLine "1600x1200" 202.5 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 85Hz (VESA) hsync: 106.3kHz
    ModeLine "1600x1200" 229.5 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
    # 1792x1344 @ 60Hz (VESA) hsync: 83.6kHz
    ModeLine "1792x1344" 204.8 1792 1920 2120 2448   1344 1345 1348 1394 -hsync +vsync
    # 1792x1344 @ 75Hz (VESA) hsync: 106.3kHz
    ModeLine "1792x1344" 261.0 1792 1888 2104 2456   1344 1345 1348 1417 -hsync +vsync
    # 1856x1392 @ 60Hz (VESA) hsync: 86.3kHz
    ModeLine "1856x1392" 218.3 1856 1952 2176 2528   1392 1393 1396 1439 -hsync +vsync
    # 1856x1392 @ 75Hz (VESA) hsync: 112.5kHz
    ModeLine "1856x1392" 288.0 1856 1984 2208 2560   1392 1393 1396 1500 -hsync +vsync
    # 1920x1440 @ 60Hz (VESA) hsync: 90.0kHz
    ModeLine "1920x1440" 234.0 1920 2048 2256 2600   1440 1441 1444 1500 -hsync +vsync
    # 1920x1440 @ 75Hz (VESA) hsync: 112.5kHz
    ModeLine "1920x1440" 297.0 1920 2064 2288 2640   1440 1441 1444 1500 -hsync +vsync
    # Additional modelines
    ModeLine "1800x1440"  230    1800 1896 2088 2392  1440 1441 1444 1490 +HSync +VSync
    ModeLine "1800x1440"  250    1800 1896 2088 2392  1440 1441 1444 1490 +HSync +VSync
    # Extended modelines with GTF timings
    # 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
    ModeLine "640x480"  43.16  640 680 744 848  480 481 484 509  -HSync +Vsync
    # 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz
    ModeLine "768x576"  34.96  768 792 872 976  576 577 580 597  -HSync +Vsync
    # 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz
    ModeLine "768x576"  42.93  768 800 880 992  576 577 580 601  -HSync +Vsync
    # 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz
    ModeLine "768x576"  45.51  768 808 888 1008  576 577 580 602  -HSync +Vsync
    # 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz
    ModeLine "768x576"  51.84  768 808 888 1008  576 577 580 605  -HSync +Vsync
    # 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz
    ModeLine "768x576"  62.57  768 816 896 1024  576 577 580 611  -HSync +Vsync
    # 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
    ModeLine "800x600"  68.18  800 848 936 1072  600 601 604 636  -HSync +Vsync
    # 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
    ModeLine "1024x768"  113.31  1024 1096 1208 1392  768 769 772 814  -HSync +Vsync
    # 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz
    ModeLine "1152x864"  81.62  1152 1216 1336 1520  864 865 868 895  -HSync +Vsync
    # 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz
    ModeLine "1152x864"  119.65  1152 1224 1352 1552  864 865 868 907  -HSync +Vsync
    # 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz
    ModeLine "1152x864"  143.47  1152 1232 1360 1568  864 865 868 915  -HSync +Vsync
    # 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz
    ModeLine "1280x960"  124.54  1280 1368 1504 1728  960 961 964 1001  -HSync +Vsync
    # 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
    ModeLine "1280x960"  129.86  1280 1368 1504 1728  960 961 964 1002  -HSync +Vsync
    # 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz
    ModeLine "1280x960"  178.99  1280 1376 1520 1760  960 961 964 1017  -HSync +Vsync
    # 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz
    ModeLine "1280x1024"  190.96  1280 1376 1520 1760  1024 1025 1028 1085  -HSync +Vsync
    # 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz
    ModeLine "1400x1050"  122.61  1400 1488 1640 1880  1050 1051 1054 1087  -HSync +Vsync
    # 1400x1050 @ 72.00 Hz (GTF) hsync: 78.77 kHz; pclk: 149.34 MHz
    ModeLine "1400x1050"  149.34  1400 1496 1648 1896  1050 1051 1054 1094  -HSync +Vsync
    # 1400x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 155.85 MHz
    ModeLine "1400x1050"  155.85  1400 1496 1648 1896  1050 1051 1054 1096  -HSync +Vsync
    # 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz
    ModeLine "1400x1050"  179.26  1400 1504 1656 1912  1050 1051 1054 1103  -HSync +Vsync
    # 1400x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 214.39 MHz
    ModeLine "1400x1050"  214.39  1400 1512 1664 1928  1050 1051 1054 1112  -HSync +Vsync
    # 1600x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 280.64 MHz
    ModeLine "1600x1200"  280.64  1600 1728 1904 2208  1200 1201 1204 1271  -HSync +Vsync
EndSection
# Auto-generated by Archie mkxcfg
Section "Device"
    Identifier  "Card0"
    Driver      "vesa"
    VendorName  "All"
    BoardName   "All"
EndSection
Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultColorDepth 16
    SubSection "Display"
        Depth     1
        Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     4
        Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     8
        Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     15
        Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     16
        Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     32
        Modes "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
Section "DRI"
    Mode 0666
EndSection

Similar Messages

  • When my husband and I first bought our iPhones, I was the only one with an Apple ID (since he never used iTunes). He used my apple id to get apps. Now he has his own ID, but my account keeps popping up on his phone. How can we change the ID on his phone?

    When my husband and I first bought our iPhones, I was the only one with an Apple ID (since he never used iTunes). He used my apple id to get apps. Now he has his own ID, but my apple ID email address keeps popping up on his phone when he tries to download an app. We do not want to have all of the same apps on our phones. How can we change the ID on his phone? I already tried going to Settings>iTunes &App Store> and changing the Apple ID to his account email and that did not solve the problem. To make things worse, I recently changed my Apple ID email address (without getting a new ID) and I do not remember my old password (and this is the address that is popping up on his phone). He does not have any music on his phone and all of the Apps that he has are free.  Any help you could offer would be great (-:

    All apps are forever tied to the Apple ID that bought them. To stop your id from popping up, you need to delete the apps on his phone, and then repurchase them under his account.

  • Am I the Only One Feeling Let Down by Creati

    I personally believe that I'm not the only one let down by Creative's recent products and support. I was the guy who'd always go around telling other people "Why get an iPod? Everyone has one, they use proprietary connectors for everything, the battery life sucks, and you get to twiddle your thumbs clockwise and counterclockwise as you go up and down."
    But not anymore.
    And no I'm not talking about boycotting apple here, I'm talking about Creative.
    I'll start off by providing a little background information about myself. I've always been heavily into music and movies. My computer consists of a Soundblaster Audigy 2 soundcard, and 600gb of RAID 0 hard dri've space. All used for games, music, and movies.
    I always loved my Soundblaster cards, even my Soundblaster li've. Then someone showed me something amazing, a 30Gb Creative MP3 player. I think it was the Zen Ztra, I'm not sure, it was a long time ago. Soon as I saw that baby I fell in love with it. It had just 0Gb less than the harddri've of the computer I owned at the time, the sound quality was amazing, and it was very easy to use.
    A good time after that, I decided to finally buy an MP3 player of my own after using a Sony ATRAC3 plus CD player for so long for my music. I went to the store and the only thing I could think of was that it had to be a Creative MP3 player. That day I ended up shelling out about 400 bucks for a 20gb Creative Zen Touch. I was wishing I found the 40gb version after that but for the amount of music I had at the time it worked very well.
    I think I owned that MP3 player for at leas 2 years or so without any problems or freezes before someone finally stole it from me. I guess that's what I get for lending it to my girlfriend but thats a different story. She agreed to buy me a new one right away. I Think she knew how much I loved creative products at the time (and how much I hated iPods) that she decided to get me a Creative MP3 player of course. She ended up getting one that I was looking at online for quite a while. The Creative Zen Vision: M, the 60gb model.
    I was a little disappointed that the battery life was nowhere near as impressi've as my old MP3 player, but with 60Gb, a gorgeous color screen, video playback, a better touchpad than the iPod (In my own opinion), and better battery life than an iPod (actual fact), I couldn't find much else not to like.
    Of course, in less than a week I started getting nothing but problems.
    While I was away on a trip the MP3 player froze twice. I had to stop at a nearby store to borrow a paperclip to reset it. The second time it froze was when the battery was getting low. After I reset it again the next screen showed "Low Battery" so I shut it off. I guess Creative thinks that everyone likes to carry a desktop computer with them when they go on trips, or that they've added enough problems to the player that they wont use up all the power till they get back. The only way you can charge it without a computer is by buying a battery charger separately, something which was included in a lot of earlier products.
    Not being able to find a "Creative" charger, I bought one designed to charge any USB device. I plugged it in, and all I got was a flashing blue light for 24 hours, which was when I finally decided to call it quits. No matter what I did it wouldn't turn on, the reset button did nothing, and all I got was a flashing blue light.
    I get home a few days later (without any good music to listen to on the way home) and plug it into my PC and get the same problem. All of this after the recommended firmware update mind you.
    I decided to do some reading on the creative forums to try and solve a problem the majority of Zen Vision and other product owners are experiencing. All I found in the forums was a large group of disappointed individuals. The only posts made by Creative staff were regarding refraining from dropping F bombs. Apparently you even have to pay for tech support?! Is this some kind of sick joke?
    The message I'm getting from this is that creative is purposely making defecti've products, not only to save money, but also make money from all the people needing tech support.
    It wouldn't surprise me if this post was deleted simply because Creative doesn't like having to face facts. Anyways, sorry for the long post, but I felt it necessary to help vent out my frustration with a company I always looked up to.
    After this experience, I will be refraining from buying any more Creative products until they clean up their problems. I'd like to hear from other people as well. I'll be boycotting this company, who's with me?

    I've never had any problems with mine ever. The only freeze I've had was from a file I recorded on tivo, cut commericals out in movie maker and then re-encoded to the lowest possible bit rate that that zens nati've resolution supports. Try turning your sensitivity in the touch pad down. Sometimes if you have it up to high you may have a chance of doing that (although I have only had slow response, instead of a freeze by doing that).
    You also have to compare to all of the other products out there: Ipod and Zune are a lot worse with pathetic little problems (annoyances). I didn't pay for tech support?

  • IMAP every 15 minutes not reliable - Am I the only one?

    I had the problem since 1.1.2 (on an unhacked T-Mobile Germany iPhone) and it seems to get worse with 1.1.3.
    Pulling mails using IMAP from my .mac account works for an hour or some hours then it stops to pull mails every 15 minutes. When I manually start the mail program it loads all mails. So my settings are correct. When I reboot my iPhone the problem is gone for a while but then comes back. Am I the only one because I read no other post with this specific problem.
    Deleting and recreating the mailbox on the phone did not help (and I found out that deleting a mailbox from the phone does NOT delete all information from the phone, a cache of the IMAP messages is still kept). Even a full recovery (including restore from backup) on the phone did not help.

    I solved the problem now this way:
    - Did a complete reset of the iPhone and
    - I did NOT restore from a previous backup.
    Instead I entered all my settings manual again, like IMAP Servers, all phone settings etc.
    For now the problem is gone. Works reliable for a week or so. Knocking on wood...

  • Want my JFrame to be the *only* one that can end the program when closed

    Hi all,
    I have an application that is essentially a launcher for other applications -- it's a holder to allow us to demo our work and other Java examples (not necessarily our work). The launcher will either run methods to launch an application or will find a class's main method and invoke that.
    In all cases, the other applications open up their own JFrames, separate from my launcher (this is a good thing). The problem is that, in general, the other JFrames are set to EXIT_ON_CLOSE. This means that if the user closes the second window, everything will close.
    Is there anyway to prevent this from happening? I'd like either a way to say that my JFrame is the only one that can exit the program when closed, or to say globally that JFrames can't exit on close, and then re-work my initial frame so that it is still able to exit.
    Note that changing all the other applications so that they do not include the EXIT_ON_CLOSE line is not an option (several of the applications we have the right to use, but not the right to modify, for instance).
    Any thoughts?
    Thanks,
    Sam

    Darryl.Burke wrote:
    I have a similar launcher application and this is how I tackled the issue....
    Window[] windows = Window.getWindows();
    This seems like a great work-around. The only problem is that Window.getWindows() is only 6.0, and unfortunately I can only assume 5.0. I can't see another method in the Window class that will return unowned windows -- is there another method that you know of?
    Edit: I found I can use Frame.getFrames() instead, but unfortunately I've discovered this doesn't solve my problem. One of the applications is listening to window closing and is calling System.exit(0) itself, and is not using EXIT_ON_CLOSE as I previously thought. So I think that launching a new JVM may be the only option.... Any advice on how to do this? I'm a little stuck with the ProcessBuilder stuff above.
    >
    edit In future (not this time), Swing related questions should be posted in the [Swing forum|http://forums.sun.com/forum.jspa?forumID=57]
    I guess I was thinking this as a process-oriented question (I had already been thinking of the "different JVM" tactic), but the other option was to think of it as a pure-swing problem, like your solution above. Guess I should have just cross-posted -- everyone loves that! ;-)
    Edited by: Asbestos on Dec 18, 2008 12:32 PM

  • I downloaded Yosemite last night but when I tried to update iPhoto, I got an error message stating that that app and several others couldn't be updated because they weren't paid for by the user id entered. I'm the only one who uses this computer.

    I downloaded Yosemite last night and tried to look at my photos in iPhoto and noticed that needed updating. When I tried to update as requested, I got an error message stating that the app (and several others including Pages and Numbers) couldn't be updated because they weren't purchased by the user ID I had entered. I'm the only user of the computer and now I can't find my photos anywhere! Any help would be appreciated.
    Thanks

    Some folks have solved this issue by dragging the apps to an external disk, then disconnecting it, and then are able to download. Apparently it can arise if you upgraded from an OS the than Mavericks.
    Failing that: Contact App Store support. There's a link on the right hand side of the App Store Window. They're the only ones who can sort out account issues.

  • Poor GPS reception in IPhone 3GS, am I the only one having this problem ?

    Since I have many problems with GPS drop outs and poor signal strength errors when using navigation software for Iphone 3GS firmware 4.0.2.
    First I reset my Iphone completely and installed all apps from scratch, but this has not solved my problem.
    I now tried several tests to compare with both an Android phone HTC Desire and a very old Symbian phone Nokia E65. Neither the Nokia E65 or HTC Desire have any drop outs in the GPS reception while my Iphone has several dropouts, making navigation horrible.
    Am I the only one having this problem ?

    Unfortunately, you are not the only one (I personally use TomTom with car kit). This is one of the numerous bugs introduced by iOS4 and this one has been reported by many in this forum. Be careful not to use your iPhone based navigation system in a foreign country, due to high roaming costs ! I had to use it and nearly had an heart attack when reading the invoice.
    Apple doesn't care. Unfortunately, I have to care for my budget.

  • HT4993 i been having sim card problems with my iphone 5. am i the only one?

    i been having sim card problems with my iphone 5. am i the only one?

    Hello,
    I'm also had problems with Iphone 5 , it read no sim card, i solved problem by removing sim card and cleaning with alcohol and q-tip and installing back.
    Shut down phone.
    On the side of phone , you will see a small pin hole, insert paper clip and sim card will come out, be careful to do it over a clean towel as not to let drop on floor, make sure your hands clean while doing this.
    Insert sims card back and turn on, it should work again.
    Good Luck.

  • Problems compiling avidemux-2.6 -- am I the only one?

    https://aur.archlinux.org/packages/avidemux-2.6/
    Building either in my standard environment or in a clean chroot results in the same error; am I the only one?
    % % sudo makechrootpkg -c -u -r /scratch/chroot64
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /build/avidemux-2.6/src/avidemux_2.6.5/buildCore
    ** Failed at make, result in /tmp/logbuildCore**
    ==> ERROR: A failure occurred in build().
    Aborting...
    ==> ERROR: Build failed, check /scratch/chroot64/graysky/build
    Link to entire /tmp/logbuildCore: https://gist.github.com/graysky2/6477849
    Here is where the errors start:
    make[3]: Leaving directory `/build/avidemux-2.6/src/avidemux_2.6.5/buildCore/ffmpeg/build'
    make[3]: *** INTERNAL: readdir: Bad file descriptor
    . Stop.
    make[3]: /build/avidemux-2.6/src/avidemux_2.6.5/buildCore/ffmpeg/source/version.sh: Field 'stem' not cached: version.sh
    make[2]: *** [ffmpeg/build/libavcodec/libADM6avcodec.so.54] Error 2
    make[2]: Leaving directory `/build/avidemux-2.6/src/avidemux_2.6.5/buildCore'
    make[2]: *** [ffmpeg/build/libavcodec/libADM6avcodec.so.54] Error 2
    make[2]: Leaving directory `/build/avidemux-2.6/src/avidemux_2.6.5/buildCore'
    make[1]: *** [CMakeFiles/libavcodec.dir/all] Error 2
    make[1]: *** Waiting for unfinished jobs....
    make[1]: *** [CMakeFiles/libavformat.dir/all] Error 2
    /usr/bin/cmake -E cmake_progress_report /build/avidemux-2.6/src/avidemux_2.6.5/buildCore/CMakeFiles
    /usr/bin/cmake -E cmake_progress_report /build/avidemux-2.6/src/avidemux_2.6.5/buildCore/CMakeFiles 89
    make[3]: Leaving directory `/build/avidemux-2.6/src/avidemux_2.6.5/buildCore/ffmpeg/build'
    make[2]: *** [ffmpeg/build/libavcodec/libADM6avcodec.so.54] Error 2
    make[2]: Leaving directory `/build/avidemux-2.6/src/avidemux_2.6.5/buildCore'
    make[1]: *** [CMakeFiles/libswscale.dir/all] Error 2
    Last edited by graysky (2013-09-07 18:22:58)

    @snowman - Here is the error I get (the package builds fine):
    % avidemux3_gtk
    Directory /home/graysky/.avidemux6/ exists.Good.
    Using /home/graysky/.avidemux6/ as base directory for prefs, jobs, etc.
    Avidemux v
    http://www.avidemux.org
    Code : Mean, JSC, Grant Pedersen
    GFX : Nestor Di, [email protected]
    Design : Jakub Misak
    FreeBSD : Anish Mistry, [email protected]
    Audio : Mihail Zenkov
    Mac OS X : Kuisathaverat, Harry van der Wolf
    Win32 : Grant Pedersen
    Compiler: GCC 4.8.1 20130725 (prerelease)
    Build Target: Linux (x86-64)
    User Interface: GTK+ (3.8.4)
    Large file available: 1 offset
    Time: Sun Sep 8 02:21:37 2013
    0: avidemux3_gtk
    Initialising prefs
    [load] Loading prefs from /home/graysky/.avidemux6/config2
    [load] can't read /home/graysky/.avidemux6/config2
    [cpuCaps]Checking CPU capabilities
    MMX detected
    MMXEXT detected
    SSE detected
    SSE2 detected
    SSE3 detected
    SSSE3 detected
    [cpuCaps]End of CPU capabilities check (cpuMask :ffffffff, cpuCaps :1e6)
    [SDL] Version: 1.2.15
    [SDL] Initialisation succeeded
    [SDL] Video Driver: x11
    [Locale] setlocale en_US.UTF-8
    [Locale] Textdomain was messages
    [Locale] Textdomain is now avidemux
    [Locale] Test: _File
    [Gtk] Entering gtk_init
    Initializing Dithering tables
    [COREUI] Compiled with 01.00.00
    [COREUI] Linked with 01.00.00
    [CoreUI] Compiled with patch version 0, using 0
    [UI Toolkit] Running version 01:03
    [Script] Scanning directory /usr/lib/ADM_plugins6/scriptEngines/
    [Script] QtScript INFO - Initialised
    [Script] SpiderMonkey INFO - Registered Debug functions
    [Script] SpiderMonkey INFO - Registered Test functions
    [Script] SpiderMonkey INFO - Registered DialogFactory classes
    [Script] SpiderMonkey INFO - Spidermonkey initialised
    [Script] Tinypy INFO - Registering group addons
    [Script] Tinypy INFO - Registering: help
    [Script] Tinypy INFO - Registering: get_folder_content
    [Script] Tinypy INFO - Registering: get_file_size
    [Script] Tinypy INFO - Registering: basename
    [Script] Tinypy INFO - Registering: dirname
    [Script] Tinypy INFO - Registering class: Avidemux
    [Script] Tinypy INFO - Registering class: Editor
    [Script] Tinypy INFO - Registering class: Gui
    [Script] Tinypy INFO - Registering class: DFToggle
    [Script] Tinypy INFO - Registering class: DFInteger
    [Script] Tinypy INFO - Registering class: DFMenu
    [Script] Tinypy INFO - Registering class: DFTimeStamp
    [Script] Tinypy INFO - Registering class: DialogFactory
    [Script] Tinypy INFO - Registering group test
    [Script] Tinypy INFO - Registering: testAssert
    [Script] Tinypy INFO - Registering: testCrash
    [Script] Tinypy INFO - Python initialised
    Trying :</usr/lib/ADM_glade//main/gtk2_build.gtkBuilder>
    (avidemux3_gtk:25243): Gtk-WARNING **: Unknown property: GtkGrid.n-columns
    (avidemux3_gtk:25243): Gtk-WARNING **: Unknown property: GtkGrid.n-rows
    (avidemux3_gtk:25243): Gtk-WARNING **: Unknown property: GtkGrid.n-columns
    [admGlade] Cannot locate widget jogg
    (avidemux3_gtk:25243): GLib-GObject-WARNING **: invalid (NULL) pointer instance
    (avidemux3_gtk:25243): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
    [wrapGetCurrent] Out of range for widget comboboxVideo
    [HandleAction] ************ VIDEO_CODEC_CHANGED **************
    [wrapGetCurrent] Out of range for widget comboboxVideo
    [wrapGetCurrent] Out of range for widget comboboxAudio
    [HandleAction] ************ AUDIO_CODEC_CHANGED **************
    [wrapGetCurrent] Out of range for widget comboboxAudio
    *********** BACKTRACK **************
    /usr/lib/libADM_core6.so(ADM_backTrack+0x4d) [0x7f4707e80d7d]:0:<ADM_backTrack>:-2
    avidemux3_gtk(_Z20audioCodecSetByIndexii+0xa4) [0x42dc64]:1:<audioCodecSetByIndex(int, int)>:0
    avidemux3_gtk(_Z12HandleAction6Action+0x1ce) [0x42606e]:2:<HandleAction(Action)>:0
    avidemux3_gtk(_Z7initGUIRKSt6vectorIP13IScriptEngineSaIS1_EE+0xb2c) [0x45d88c]:3:<initGUI(std::vector<IScriptEngine*, std::allocator<IScriptEngine*> > const&)>:0
    avidemux3_gtk(_Z13startAvidemuxiPPc+0x2c1) [0x42b221]:4:<startAvidemux(int, char**)>:0
    /usr/lib/libc.so.6(__libc_start_main+0xf5) [0x7f4703d6dbc5]:5:<__libc_start_main>:-2
    avidemux3_gtk() [0x423441]:6:<avidemux3_gtk() [0x423441]>:-2
    *********** BACKTRACK **************
    Cleaning up
    [deleteAll] [Editor] Deleting all videos
    [deleteAll] [Editor] Deleting all videos
    [deleteAll] [Editor] Deleting all videos
    [Script] QtScript INFO - Closing QtScript
    [Script] Tinypy INFO - Closing Python
    [Script] SpiderMonkey INFO - Closing Spidermonkey
    [SDL] Quitting...
    [destroyGUI] Destroying Gtk GUI
    [renderDestroy] Cleaning up Render
    [destroy] Destroying preview
    [ADM_ad_cleanup] Purging audio decoder
    [ADM_vf_clearFilters] clear filters
    [ADM_vf_cleanup] Destroying video filter list
    --End of cleanup--
    Images stat:
    Max memory consumed (MB) : 0
    Current memory consumed (MB) : 0
    Max image used : 0
    Cur image used : 0
    [onexit]
    Goodbye...

  • Am i the only one who when trying to enter the code for creative cloud activation ?

    I give up,i have been trying to activate a 3 month subscription for CS6 from Staples and every time i try the code it will not work.  I have used the chat live and spent about 3 hours already going nowhere.  I do not like talking on the phone to some help desk overseas and the only thing i think left to do is to return the junk.

    I tried all that and even took a picture of the numbers and blew them up so a blind person could read them and had 3 others read them off.  A simple way to fix the problem is get someone on Adobes staff to find a font that most people can read from whatever product the stick it to.
    John McDonough
    Date: Wed, 1 Aug 2012 18:33:58 -0600
    From: [email protected]
    To: [email protected]
    Subject: Am i the only one who when trying to enter the code for creative cloud activation ?
        Re: Am i the only one who when trying to enter the code for creative cloud activation ?
        created by David__B in Adobe Creative Cloud - View the full discussion
    Hey John,
    Not sure if it helps or not, but I know sometimes with codes like that its really hard to tell certain characters apart, O - like in Oscar versus 0 - number and number 1 versus lowercase L like in Lima.
    Might test entering it both ways if you have any suspect characters?
    -Dave
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4592955#4592955
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4592955#4592955. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Creative Cloud by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • My computer was stolen so I deauthorized all computers that had iTunes on them on 10/28/2011.  I have a new computer and it was authorized for iTunes.  When I checked my account it says I have 2 authorized computers, but this one should be the only one.

    My computer was stolen so I deauthorized all computers that had iTunes on them on 10/28/2011.  I have a new computer and it was authorized for iTunes.  When I checked my account it says I have 2 authorized computers, but this new computer should be the only one. How can I deauthorize whatever the other computer is?  I don't want whoever stole my old computer to be able to use my iTunes account.

    Get all that music back in itunes and sync again.

  • HT2506 After updating my system to Mountain Lion 10.8.2 I can no longer view videos on Facebook or other sites. The only one I can view videos on is youtube. I have downloaded Adobe Flash player and still no luck. I cannot even open Preview on my computer

    After updating my system to Mountain Lion 10.8.2 I can no longer view videos on Facebook or other sites. The only one I can view videos on is youtube. I have downloaded Adobe Flash player and still no luck. I cannot even open Preview on my computer anymore. Any ideas would be helpful thanks

    Merely clicking the Preview icon in the Dock doesn't cause it to open anything, unless you had one or more windows open the last time it quit.
    If you're sure you've installed the latest version of Flash, take each of the following steps that you haven't already tried. After each step, relaunch Safari and test.
    1. If you're getting a "blocked plug-in" error, triple-click the line below to select it:
    /Library/Internet Plug-Ins Right-click or control-click the highlighted text and select
    Services ▹ Open
    from the contextual menu. A folder should open. If there is more than one item in the folder with the words "Flash Player" (not "flashplayer") in the name, open the respective Info windows, check the version numbers, and delete all except the latest. You may be prompted for your login password. If you get the same error after doing that, re-download and reinstall Flash. Download it from this page:
    Adobe - Install Adobe Flash Player
    Never download a Flash update from anywhere else.
    2. If you get a "missing plug-in" error, select
    Safari ▹ Preferences... ▹ Security
    from the Safari menu bar and check the box marked Enable plug-ins.
    3. Select
    Safari ▹ Preferences... ▹ Extensions
    from the Safari menu bar. If any extensions are installed, disable them.
    4. In the Safari preference window, select
    Privacy ▹ Remove All Website Data
    Close the window. Then select
     ▹ System Preferences… ▹ Flash Player ▹ Advanced
    and click Delete All. Close the preference pane.

  • HT4314 someone is using my account on clash of clans, can you remove all the device that are cnnected to my apple id? so i will be the one who can use it because iam the only one who knows my password. please help me guys i need my clash of clans

    Hi im allen. My problem is someone is using my account on Clash of Clans. Can you remove all device that at connected to my apple id? Will I be the only one who can access my game center and apple id thanks a lot apple team!
    <Email Edited By Host>

    Apple is not here.
    There are only users here like yourself.
    We can do nothing at all about any devices on you AppleID.

  • I have the ipad 1, ios 5.1 is its max, and garage band requires ios 7.0, how do i buy garage band version 1.3, its the only one that will work, apple is so hard to get a hold of on these kind of things.

    I have the ipad 1, Ios 5.1 is its max, and garage band requires ios 7.0, how do i buy garage band version 1.3, its the only one that will work, apple is so hard to get a hold of on these kind of things.

    Unfortunately the answer is still no.

  • Leopard printing problems on several printers (Am I the only one?)

    Since installing Leopard shortly after it was released, I've had flakiness with printing:
    - With Tiger, when I printed, I could open the printer's window, and see the print job queued. The job would finish, disappear from the window, and everything would be fine.
    - When the job was printing, the printer icon would appear in the Dock. When the job was done, the icon would disappear from the Dock. Simple.
    With Leopard, printing has worked, but I have never seen a print job appear in a PrinterProxy window. I print, the printer outputs the job, and PrinterProxy is always blank. The printer icon appears in the Dock, and stays there forever. I found that I could ctrl-click on the icon and select the Auto Quit option (Hooray!), but that only worked for a while. Then the icons started staying in the Dock again. When I click on the Dock, there is no more Auto Quit option... just the "Application Not Responding" message. I have to force quit Printer Proxy after every time I print.
    What's stranger is how long it takes for the PrinterProxy app to start up. The icon in the Dock bounces for well over a minute. Sometimes, the job finishes printing before the app is launched. If I switch between apps using Cmd-Tab, I can select the PrinterProxy app, but it never actually displays; instead, I just revert to the current window.
    This is true for every printer I use, and as a traveling consultant, I use several. It is true whether I am printing via Airport, or over a direct Internet or USB connection.
    The printers that are permanently in my Printer List are:
    Canon i9100
    Brother MFC-8840
    Epson Stylus Photo 220
    HP LaserJet 1320N
    HP LaserJet 8800
    HP LaserJet 6570
    HP Color LaserJet 5550
    Adobe PDF 8.0
    All of these have the same problems. What's worse is, when I have a printing problem, there is no way to diagnose it, since the print jobs never show up in the PrinterProxy.
    I have reset my printing system many times. I have deleted and re-added my printers many times. I have downloaded drivers from the manufacturer's sites, and reinstalled Leopard's default drivers. Nothing makes a difference. Strangely, after updating to 10.5.2, the Auto Quit problem went away for awhile, then returned spontaneously.
    At the thread below, I show some of my system and crash logs from a prior discussion. Someone was helping me with the problem, but after asking me to post my logs, he seems to have dropped off the thread.
    http://discussions.apple.com/message.jspa?messageID=7013209#7013209
    I can't believe this problem is endemic to Leopard. I know many people who seem to use Leopard without any problems at all. (They even print once in a while!) And yet, as a fairly advanced user, I can't believe I'm the only one having this problem! My system is pretty plain vanilla, with no weird mods, hacks or apps. Pretty much just straightforward creative and productivity apps. I use it daily for business, so I try to keep all wacky stuff off of it.
    There must be a solution, short of doing a clean install. Can anyone help? Are there PrinterProxy-related files I can delete when I reset the Printer System that might help resolve this? Prefs?
    Thanks,
    David

    I'm having exactly the same problem with a Lexmark C760.
    When I inspect the Activity Monitor while opening the Printer Icon from the Dock (or press the Button "Open Print Queue" in the "Print & Fax" System Preferences), I can see the Printer Icon as "Printer Proxy (Not Responding)" marked in red in the processes list. The Dock icon bounces for quite a while, and after about 2 minutes, a Printer List actually appears under the PrinterProxy application and the process in Activity Monitor changes its name to "(null)" and its color to black.
    Though there is no entry in the PrinterProxy list when I print something from another application while keeping the window open, I can select "Supply Levels" and the correct information appears, so it seems to be functional.
    It also seems that there are several copies of the drivers remaining, as the application in the Dock is named "Lexmark C760 (4)", probably from my attempts to remove and reinstall the driver. Is there some interference with old installations of the drivers that still lurk somewhere, hidden in the depth of the many libraries? How can I get rid of the previously installed drivers for good?

Maybe you are looking for

  • How to generate multiple output pdf's from one oracle reports

    how to generate multiple output pdf's from one oracle reports. I have a report where I have to generate more than one output files from the same report based on a parameter. Each output file is for each parameter. Is this possible in oracle reports,

  • How to setup a trackpad to write chinese charcters ?

    How to setup a trackpad to write Chinese characters?

  • New server in my network list replacing my server

    Recently a new unprotected server appeared in my home server list which I noted my iPad was trying to use instead of my regular home one it always uses. On the ipad I went to Settings and selected this server, pressed blue arrow on right to get more

  • "Display Unavailable" red canvas screen-forum solutions not working. URGENT

    I a few days ago I started getting, in the midst of editing, my canvas going red with the message "Display Unavalible" in it. After this, the sequence would not play. If I close the sequence and try to reopen it, I get an error window which just says

  • Catalogue error message

    After moving all photographs from my first catalogue, which was a mess, to a new catalogue, it all worked fine. Until that is I tried to open the new catalogue, which had worked OK all day. I now get a window that says "Unexpected error, select anoth