Find the answer to your Linux question:
Results 1 to 3 of 3
I was having some problems with my last install of Xubuntu so I did a clean install of Ubuntu 8.10. All has gone well except I can't increase the screen ...
  1. #1
    Just Joined!
    Join Date
    Jul 2005
    Location
    Wiltshire, UK
    Posts
    32

    Stuck on 800x600 resolution Dell 1100

    I was having some problems with my last install of Xubuntu so I did a clean install of Ubuntu 8.10.

    All has gone well except I can't increase the screen resolution beyond 800x600. This means only about 2/3 of my screen area is used.

    My comp has integrated intel graphics.

  2. #2
    Just Joined!
    Join Date
    Jul 2005
    Location
    Wiltshire, UK
    Posts
    32
    Bump!

    Here is my xorg.conf file if this is any use:
    Code:
    # xorg.conf (X.Org X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the xorg.conf manual page.
    # (Type "man xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # Note that some configuration settings that could be done previously
    # in this file, now are automatically configured by the server and settings
    # here are ignored.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    #   sudo dpkg-reconfigure -phigh xserver-xorg
    
    Section "Device"
    	Identifier	"Configured Video Device"
    	Driver		"vesa"
    	Option		"UseFBDev"		"true"
    EndSection
    
    Section "Monitor"
    	Identifier	"Configured Monitor"
    EndSection
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Monitor		"Configured Monitor"
    	Device		"Configured Video Device"
    SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    It seems that it doesn't know my monitor or video device. My video device is definitely Intel Extreme integrated graphics, I thought ubuntu installed it fine!

  3. #3
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    Xwindows has the ability to change the video mode on the fly with hotkeys. What happens if you press [CTRL + ALT + +] ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...