Results 1 to 4 of 4

Thread: Karmic - Intel 82945G/GZ video chip - Low resolution / no monitor detection

  1. #1
    Join Date
    Feb 2009
    Location
    Asheville, NC
    Beans
    70
    Distro
    Ubuntu

    Question Karmic - Intel 82945G/GZ video chip - Low resolution / no monitor detection

    Hi-
    Just posting my own thread on the subject in hopes of catching an answer.

    Problem:
    Upgrade to Karmic from 9.04, with Intel 82945G/GZ video chip, produces low resolution settings, which cannot be changed under "Display".

    Attempted solutions:
    • Editing /etc/X11/xorg.conf:
      Attempting to add higher resolution manually.

    No results, as I don't know much what I'm doing here.

    Anyone can guide me to a solution?
    e.m.fields
    Asheville, nc

  2. #2
    Join Date
    Mar 2009
    Location
    California
    Beans
    41

    Re: Karmic - Intel 82945G/GZ video chip - Low resolution / no monitor detection

    I have the same problem with an Intel 965G video. Still searching for a solution.

  3. #3
    Join Date
    Jul 2009
    Beans
    571
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Karmic - Intel 82945G/GZ video chip - Low resolution / no monitor detection

    Anyone find a solution? I'm a newbie and am so frustrated I'm just using 800x600 resolution. But I have a 1280x1024 screen and 82945G/GZ Integrated Intel VGA card. Where do I begin? Pls. help.
    It's OK, everything we know will become obsolete at some time.

  4. #4
    Join Date
    Jul 2009
    Beans
    571
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Karmic - Intel 82945G/GZ video chip - Low resolution / no monitor detection

    I found the solution, use this:

    Section "Monitor"
    Identifier "Monitor0"
    ModelName "LG L1753S"
    HorizSync 30 - 64.0
    VertRefresh 56.0 - 65.0
    Option "DPMS"
    EndSection

    Section "Device"
    Identifier "Videocard0"
    Driver "intel"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Videocard0"
    Monitor "Monitor0"
    DefaultDepth 24

    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    It's OK, everything we know will become obsolete at some time.

Tags for this Thread

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
  •