Page 4 of 6 FirstFirst ... 23456 LastLast
Results 31 to 40 of 60

Thread: "Unknown Monitor" and cant increase resolution beyoud 800x600

  1. #31
    Join Date
    Dec 2007
    Location
    Castle Rock, CO (Denver)
    Beans
    81
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: "Unknown Monitor" and cant increase resolution beyoud 800x600

    By coincidence!... This very problem happened to my daughter's PC yesterday afternoon when she did the upgrade from 9.04/JJ to 9.10/KK -- Doesn't appear that she "did anything wrong" during the upgrade; Karmic just failed to recognize her monitor, even though Jaunty (and Hardy before that) handled it just fine. Who broke that code?

    Anyway, the above recipe fixed things up fine. Many thanks to the community for recognizing the problem quickly and providing a very clear and usable fix! Thank you, Sharaq!

    -- Lorin

  2. #32
    Join Date
    Dec 2007
    Location
    Castle Rock, CO (Denver)
    Beans
    81
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: "Unknown Monitor" and cant increase resolution beyoud 800x600

    Hmm, mmarton. We rebooted my daughter's PC immediately after editing the /etc/gdm/Init/Default file, and the fix is persistent for us. I just rebooted it again after reading your problem, and the fix indeed stays in place after a second reboot. There's nothing that I know of that would somehow "sneakily revert" your edits to the file... More likely, they're not being saved correctly in the first place.

    However, you say that you're using "sudo gedit <file>" rather than "gksudo gedit <file>". Various Ubuntu "tips and tricks" books that I've read have emphasized using gksudo for any application which is a graphical user interface (like gedit), rather than just sudo (which is for com-line commands only).

    Do a "$ sudo cat /etc/gdm/Init/Default" both before and after you edit the file (using gksudo) to confirm the contents/state at each point. Once you edit the file correctly, the fix (lines) should persist!

    -- Lorin

  3. #33
    Join Date
    Dec 2007
    Location
    Castle Rock, CO (Denver)
    Beans
    81
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: "Unknown Monitor" and cant increase resolution beyoud 800x600

    Note that when you use the unadorned "$ xrandr" command to show/report your monitor's current configuration, it might actually say something other than "VGA1" (although that's probably what most folks see). Don't just blindly use "VGA1" in your subsequent xrandr commands... use whatever display name your original command gives you! -- L

  4. #34
    Join Date
    Aug 2008
    Location
    Spokane, WA
    Beans
    20
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: "Unknown Monitor" and cant increase resolution beyoud 800x600

    Quote Originally Posted by Lorin Ricker View Post
    Note that when you use the unadorned "$ xrandr" command to show/report your monitor's current configuration, it might actually say something other than "VGA1" (although that's probably what most folks see). Don't just blindly use "VGA1" in your subsequent xrandr commands... use whatever display name your original command gives you! -- L
    A good example of it not being "VGA1" or such in my case, it showed up as
    default connected 1024x768+0+0 0mm x 0mm
    so I used
    default
    in place of "VGA1".

    I hope this helps others with the elusive VGA1.

    FYI: My machine is a Dell Inspiron 1501.


    Thanks and you're welcome.

    CR

  5. #35
    Join Date
    Feb 2008
    Beans
    2

    Re: "Unknown Monitor" and cant increase resolution beyoud 800x600

    Yay Thank you so much! this is an awesome fix for an annoying problem!

  6. #36
    Join Date
    Dec 2009
    Location
    Illinois USA
    Beans
    136
    Distro
    Ubuntu 10.04 Lucid Lynx

    Question Re: "Unknown Monitor" and cant increase resolution beyoud 800x600

    Tried this method but it doesn't work. Could it be the Karmic 64 bit issue or is it the "gdm" problem? Or something else?

    I have read of the "script" method but this seems more elegant.........

    Any thoughts?

    TIA!
    Tourdog:
    HP 1630 Pavilion desktop, AMD64, 2 gigs, 250 gig hd, Nvidia Gforce 6150Le, Tried Knoppix, Netbook Remix and 9.10 Karmic Koala. Now it is Lucid Lynx 10.04 LTS as solo OS.

  7. #37
    Join Date
    May 2009
    Location
    Sri Lanka
    Beans
    31
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: "Unknown Monitor" and cant increase resolution beyoud 800x600

    It can't be a 64 bit issue, I'm running in 64 bit. May be the gdm issue.
    anyways the script works, right ???. Yeah ! true that's not a good fix for the problem. the screen does crazy thing on start up

    Try that gdm fix.

    How did you install your Nvidia drivers. Using envyng or ....another method?

  8. #38
    Join Date
    Dec 2009
    Location
    Illinois USA
    Beans
    136
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: "Unknown Monitor" and cant increase resolution beyoud 800x600

    Sharag,
    I used "system- preferences- Hardware Drivers. I tried "Owenisred" method too but am stopped with:

    W: GPG error: http://packages.medibuntu.org karmic Release: The following signatures couldn't be verified because the public key is not available: NO PUBKEY ..........................................

    I have about 4 issues yet to solve on my 64 bit Karmic 9.10 and all seem to hinge on security code in the distro.

    I have seen and have been stopped by that GPG error many times before! Huge frustration. The "script" method also stops me with...... "Access Denied"! I have all the passwords too.

    Anybody know of an easy way (anyway) to solve the GPG error ie NO PUBKEY?
    Tourdog:
    HP 1630 Pavilion desktop, AMD64, 2 gigs, 250 gig hd, Nvidia Gforce 6150Le, Tried Knoppix, Netbook Remix and 9.10 Karmic Koala. Now it is Lucid Lynx 10.04 LTS as solo OS.

  9. #39
    Join Date
    May 2009
    Location
    Sri Lanka
    Beans
    31
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: "Unknown Monitor" and cant increase resolution beyoud 800x600

    ok try installing your Nvidia drivers using envyng.
    1)
    open a terminal

    Code:
    $ sudo apt-get install envyng


    then after that
    2)
    Code:
    $ sudo envyng -t


    and uninstall Nvidia drivers. then reboot the computer and then again run the command in step 2
    and now install Nvidia drivers.

    3)
    after that go to

    system >> Administration >> Nvidia X server settings
    then go to x server display configuration and change to the resolution you want, and click save to X configuration then click show preview and copy the content to /etc/X11/xorg.conf (remember to back up the current xorg.conf file first)

    To do that use

    Code:
    $ gksudo gedit /etc/X11/xorg.conf


    delete the content and replace it with the copied one from Nvidia X server settings and save the file

  10. #40
    Join Date
    Mar 2007
    Location
    Outer Milky Way
    Beans
    Hidden!
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: "Unknown Monitor" and cant increase resolution beyoud 800x600

    The original post was about an Intel graphics card.

    I had the same problems in Jaunty and Karmic. I had to rollback the Intel graphics to 2.4 (the version used in Intrepid) following the instructions found here:

    https://wiki.ubuntu.com/ReinhardTart...telDriverTo2.4

    I have not had recent problems with ATI or NVidia drivers (although I did with NVidia way back in Intrepid).

    UbuntuGuide/KubuntuGuide

    Right now the killer is being surrounded by a web of deduction, forensic science,
    and the latest in technology such as two-way radios and e-mail.

Page 4 of 6 FirstFirst ... 23456 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •