Results 1 to 6 of 6

Thread: Reconfigure graphics - new monitor

  1. #1
    Join Date
    Oct 2006
    Location
    Dawlish, Devon, UK
    Beans
    672
    Distro
    Kubuntu 22.04 Jammy Jellyfish

    Reconfigure graphics - new monitor

    I installed Ubuntu 14.04 64bit on a friends old Dell desktop computer. I had it attached to an old 4:3 monitor. Now I have it attached to his widescreen 16:9 monitor, I can't seem to change the resolution. How do I reconfigure the graphics under 14.04? The old methods don't seem to work anymore.
    $> cd /pub
    $> more beer

  2. #2
    Join Date
    Apr 2011
    Location
    3rd Rock from the Sun
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Reconfigure graphics - new monitor

    What kind of graphics does that dell have?

    Have you tried:
    Code:
    rm ~/.config/monitors.xml
    and restarting ubuntu if need be?
    "Evolution is Nature's way of issuing upgrades."


  3. #3
    Join Date
    Oct 2006
    Location
    Dawlish, Devon, UK
    Beans
    672
    Distro
    Kubuntu 22.04 Jammy Jellyfish

    Re: Reconfigure graphics - new monitor

    Yes, but no file called monitors.xml in .config
    $> cd /pub
    $> more beer

  4. #4
    Join Date
    Feb 2009
    Location
    Dallas, TX
    Beans
    7,790
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Reconfigure graphics - new monitor

    Hi timgood.

    Could you open a terminal, run these commands and post back the results (you can copy/paste the text)?
    Code:
    lspci -nnk | grep -iA2 vga
    
    ls /etc/X11/xorg.conf
    
    xrandr -q
    
    xrandr -q --q1
    Regards.

  5. #5
    Join Date
    Oct 2006
    Location
    Dawlish, Devon, UK
    Beans
    672
    Distro
    Kubuntu 22.04 Jammy Jellyfish

    Re: Reconfigure graphics - new monitor

    I will do this today. Thanks. There is no /etc/X11/xorg.conf but I will post the output of the other commands.
    $> cd /pub
    $> more beer

  6. #6
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Reconfigure graphics - new monitor

    There is a Displays utility that we can use to detect displays and if we are using a proprietary video driver it will have its own management utility that might allow displays to be detected.

    Is this a digital monitor? Modern monitors contain information in their electronics about the capabilities of the device. It is called the Extended Display Identification Data (EDID). Ubuntu reads that data every time it boots. That is why ubuntu does not use an xorg.conf any more.

    What cable are you using to connect to that monitor. I recently purchased a digital TV to use as a monitor. The only cable I had available was a VGA cable. VGA is standard on monitors and graphic cards. But I could not get the full range of resolutions that the handbook said the TV was capable of. I brought a HDMI cable and used that and now Ubuntu runs the monitor at the full 1920 x 1080 @ 60 Hz instead of the 1350 x 768 @ 60 Hz that the VGA cable was giving me.

    Regards.
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


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
  •