1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Linux Would very much like to run 1920x1080 VGA 9.04 but stumbling around.

Discussion in 'Software' started by Red Eye, 21 Jul 2009.

  1. Red Eye

    Red Eye Minimodder

    Joined:
    16 Apr 2008
    Posts:
    235
    Likes Received:
    14
    Hello guys,

    Just got myself an Medion Akoya Mini (MSI Wind Clone), and also a 24" monitor from Dell. I really want to give Ubuntu a bash but I've stumbled across a hurdle, I can't seem to configure Ubuntu to output to the external monitor at 1920x1080 via VGA correctly (Right now I'm running 800x600 which is not alot of fun). I know from research (Google) I should be looking at the xorg.conf file so I've posted its contents below. Any pointers will be very much appreciated. I really want to give Ubuntu a proper chance so this isn't doing well.

    Code:
    Section "Monitor"
    	Identifier	"Configured Monitor"
    EndSection
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Monitor		"Configured Monitor"
    	Device		"Configured Video Device"
    	SubSection "Display"
    		Virtual	1920 1080
    	EndSubSection
    EndSection
    
    Section "Device"
    	Identifier	"Configured Video Device"
    EndSection
    
    Thanks again.

    - Jay
     
  2. Faunus

    Faunus What's a Dremel?

    Joined:
    19 Oct 2006
    Posts:
    87
    Likes Received:
    2
    Well hallo thar.

    This may well be very helpful for you squire:

    xorg.conf explained for hardy onwards

    The reason you can't appear to get this to work very well, is because Xorg is trying to be too clever, auto-detect your Intel graphics chipset, and getting it slightly wrong. Looks like you might be wise to try forcing a different driver, see if that helps.

    I'm not an Ubuntu user (I use Fedora) so sadly I can't give you detailed instructions. But, so long as you aren't a complete protozoa, you should be able to find relevant documentation for it.
     
  3. awrotech

    awrotech What's a Dremel?

    Joined:
    3 Mar 2009
    Posts:
    6
    Likes Received:
    0
    Could you paste the output of xrandr -q, please?
     

Share This Page