Results 1 to 4 of 4

Thread: resolution issue

  1. #1
    Join Date
    Aug 2007
    Beans
    142

    resolution issue

    on my office desktop (kubuntu 8.10).. the resolution has been reset to 800x600

    and xrandr gives :

    Code:
    Screen 0: minimum 320 x 240, current 800 x 600, maximum 800 x 600
    default connected 800x600+0+0 0mm x 0mm
       800x600        60.0*    56.0
       640x480        60.0
       400x300        60.0     56.0
       320x240        60.0
    how do i get it back to 1024x768 or higher ?

    thanks

  2. #2
    Join Date
    Jul 2008
    Beans
    32

    Re: resolution issue

    wrong thread sorry

  3. #3
    Join Date
    Aug 2007
    Beans
    142

    Re: resolution issue

    this is my xorg.conf

    Code:
    ....
    # 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"
    EndSection
    
    Section "Monitor"
    	Identifier	"Configured Monitor"
    EndSection
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Monitor		"Configured Monitor"
    	Device		"Configured Video Device"
    EndSection
    this is the card on the system :
    Code:
    01:00.0 VGA compatible controller: nVidia Corporation NV18GL [Quadro NVS 280 SD] (rev c1)
    please help..
    Last edited by terrordrone; April 29th, 2009 at 03:44 AM.

  4. #4
    Join Date
    Aug 2007
    Beans
    142

    Re: resolution issue

    bump

    someone please help

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
  •