Results 1 to 9 of 9

Thread: Can't adjust my monitor

  1. #1
    Join Date
    Oct 2013
    Beans
    13

    Can't adjust my monitor

    Bs'd

    I have U 12.10 LTS, just bought a new monitor, and I can't adjust the thing. Before this I had an old one, square, worked fine.

    Now I have a wide one, brand "Innova", and the whole picture is wide, can't compress it . How do I change that?

  2. #2
    Join Date
    Apr 2005
    Location
    My dreams
    Beans
    3,558
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Can't adjust my monitor

    That's an unusual request, I have to say, but can't you just select an 4:3 resolution in your Display settings?

  3. #3
    Join Date
    Oct 2013
    Beans
    13

    Re: Can't adjust my monitor

    Bs'd

    I have in display settings two options, that is 1024 x 768 (4:3) and 800 x 600 (4:3). He is now on 1024 x 768, and when I switch over to 800 x 600 everything becomes way too big.

  4. #4
    Join Date
    Dec 2013
    Beans
    10

    Re: Can't adjust my monitor

    Maybe you should install the proprietary drivers for your video card?

  5. #5
    Join Date
    Oct 2013
    Beans
    13

    Re: Can't adjust my monitor

    Quote Originally Posted by yoreei.grigorov View Post
    Maybe you should install the proprietary drivers for your video card?
    Bs'd

    How can I see what video card I have?

  6. #6
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Can't adjust my monitor

    Open a terminal:

    Code:
    lspci | grep VGA
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

  7. #7
    Join Date
    Oct 2013
    Beans
    13

    Re: Can't adjust my monitor

    Quote Originally Posted by tgalati4 View Post
    Open a terminal:

    Code:
    lspci | grep VGA
    Bs'd

    I get this answer:

    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)


    Is that it?

  8. #8
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Can't adjust my monitor

    Yep, and the drivers should already be there. Most intel graphics is supported by the kernel.

    Try:
    Code:
    sudo lshw -C video
    And post the output back here. That should show what driver you have installed.

  9. #9
    Join Date
    Oct 2013
    Beans
    13

    Re: Can't adjust my monitor

    Quote Originally Posted by Bucky Ball View Post
    Yep, and the drivers should already be there. Most intel graphics is supported by the kernel.

    Try:
    Code:
    sudo lshw -C video
    And post the output back here. That should show what driver you have installed.
    Bs'd

    description: VGA compatible controller
    product: 2nd Generation Core Processor Family Integrated Graphics Controller
    vendor: Intel Corporation
    physical id: 2
    bus info: pci@0000:00:02.0
    version: 09
    width: 64 bits
    clock: 33MHz
    capabilities: msi pm vga_controller bus_master cap_list rom
    configuration: driver=i915 latency=0
    resources: irq:42 memory:f7800000-f7bfffff memory:e0000000-efffffff ioport:f000(size=64)

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
  •