Results 1 to 6 of 6

Thread: Video Resolution on Live Disk

  1. #1
    Join Date
    Mar 2013
    Beans
    44

    Question Video Resolution on Live Disk

    I'm testing various flavors on Linux this way before I commit and install.

    Today is my first ever try at Ubuntu/Xubuntu, and the standard video is 1024x768. My VGA CRT monitor is capable of higher resolution, and on this 17 inch monitor, only about half or less of a page shows before I have to start scrolling. I went to the Display section in the settings manager and 1024 x 768 is the highest resolution shown. 60 hz is the only refresh rate shown, and this monitor will go up to 85.

    How do I adjust the resolution? Am I stuck?

    Will this be a problem when Linux is installed? The monitor never had its own drivers, but always used the Windows generic ones and/or the Intel ones that came with integrated chipset. Once Ubuntu is actually installed, the icon for my Intel graphic control will show up, won't it?

    I have ordered a new graphic card, Nvidia 620, but the monitor will remain the same
    Last edited by vineyridge; March 9th, 2013 at 03:05 AM.

  2. #2
    Join Date
    Mar 2013
    Beans
    44

    Re: Video Resolution on Live Disk

    Apparently video resolution is a very common Ubuntu problem. I've read a bunch of old threads and it seems that the xorg.conf file was deleted in Ubuntu 9.04. This is a "legacy" CRT monitor, and it seems that Ubuntu just doesn't like my set up. Found a thread where a fellow had my exact motherboard with integrated graphics chipset. The solution seems to be creating an xorg.conf file and then manually adding all the parameters which is a PITA.

    I tried Puppy linux a while back and hated the interface. But the Live CD did include an xorg utility that allowed the user to set the screen resolution. Why doesn't Ubuntu have something similar?

  3. #3
    Join Date
    Mar 2013
    Beans
    44

    Re: Video Resolution on Live Disk--HELP!

    Bump.

    I cannot live with 1024 x 768 resolution on this monitor. If that's all Ubuntu will let me have, I'll have to start looking at other Linux versions. I really like the Xubuntu interface though, and before giving it up, I'm going to experiment with some of the other flavors that I have Live Disk ready.

  4. #4
    Join Date
    May 2008
    Location
    SoCal
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Video Resolution on Live Disk--HELP!

    Quote Originally Posted by vineyridge View Post
    Bump.

    I cannot live with 1024 x 768 resolution on this monitor. If that's all Ubuntu will let me have, I'll have to start looking at other Linux versions. I really like the Xubuntu interface though, and before giving it up, I'm going to experiment with some of the other flavors that I have Live Disk ready.
    All modern digital monitors provide the specs when the OS is booted up (via ESID). This is true for all Linux distros I believe. Your problem is that you are using an analog monitor that provides no setup info (no ESID). This means you have to configure it by hand. No magic bullet here. You need to know the working specs and create your own Xorg.conf file.

    I found this out after fighting an old video card that had only VGA output. The monitor has both VGA and DVI. When I got a new video card with DVI and used that port, my monitor was detected and the correct settings were automatically applied. If you can afford it I would dump the CRT and get a digital monitor with a video card that has a digital (DVI) output.

    This is not an Ubuntu specific problem. This is a Linux kernel and Xorg (x-server) situation.
    -BAB1

  5. #5
    Join Date
    Mar 2013
    Beans
    44

    Re: Video Resolution on Live Disk--HELP!

    Quote Originally Posted by bab1 View Post
    All modern digital monitors provide the specs when the OS is booted up (via ESID). This is true for all Linux distros I believe. Your problem is that you are using an analog monitor that provides no setup info (no ESID). This means you have to configure it by hand. No magic bullet here. You need to know the working specs and create your own Xorg.conf file.

    I found this out after fighting an old video card that had only VGA output. The monitor has both VGA and DVI. When I got a new video card with DVI and used that port, my monitor was detected and the correct settings were automatically applied. If you can afford it I would dump the CRT and get a digital monitor with a video card that has a digital (DVI) output.

    This is not an Ubuntu specific problem. This is a Linux kernel and Xorg (x-server) situation.
    I have the original manual that came with this 19" CRT monitor. It shows 11 different resolutions and the Horizontal and vertical HZ (maximum I suppose) for each one. There is another page with electrical specifications. This is a very capable monitor with a maximum resolution of 1600x1200 (non-interlaced) at 75 hz and 1280 x 1024 at 85 hz.

    So how do I set up an xorg.conf file? If I'm going to use ubuntu, I need better resolution. And, quite honestly, I cannot afford a new monitor. I also happen to think that CRTs render color better than the flat screens, much as I think that vinyl records render sound better than digital media.

  6. #6
    Join Date
    May 2008
    Location
    SoCal
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Video Resolution on Live Disk--HELP!

    Quote Originally Posted by vineyridge View Post
    I have the original manual that came with this 19" CRT monitor. It shows 11 different resolutions and the Horizontal and vertical HZ (maximum I suppose) for each one. There is another page with electrical specifications. This is a very capable monitor with a maximum resolution of 1600x1200 (non-interlaced) at 75 hz and 1280 x 1024 at 85 hz.

    So how do I set up an xorg.conf file? If I'm going to use ubuntu, I need better resolution. And, quite honestly, I cannot afford a new monitor. I also happen to think that CRTs render color better than the flat screens, much as I think that vinyl records render sound better than digital media.
    I can't say you won't be able do this to your satisfaction, but I will say that it's a royal PITA.

    I would start with the man pages. From the terminal you can get the manual page for xorg.conf like this
    Code:
    man xorg.conf
    Then you can move on to this info: https://wiki.ubuntu.com/X/Config/ and maybe
    here: http://samuelmartin.wordpress.com/2012/05/29/enabling-resolutions-in-ubuntu-12-04-lubuntu-12-04/.

    Later you can check out these 2 Google searches here and here.

    Beware of blogs or posts with information for older Ubuntu versions (earlier than 10.04) ; things change.

    Good luck!
    Last edited by bab1; March 9th, 2013 at 09:08 AM.
    -BAB1

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
  •