Find the answer to your Linux question:
Results 1 to 5 of 5
OS: Linux Mint 7 latest update System: AMD Phenom II,955 3.2Ghz 4Gb Gskill DDR3 1333mhz Foxconn ADA7-S GPU ATI 3300 integrated no over clock Drivers: ATi GPU driver up to ...
  1. #1
    Just Joined!
    Join Date
    Jan 2010
    Posts
    3

    Need help with Screen Reslution and brightness issues.

    OS: Linux Mint 7 latest update
    System:
    AMD Phenom II,955 3.2Ghz
    4Gb Gskill DDR3 1333mhz
    Foxconn ADA7-S
    GPU ATI 3300 integrated no over clock
    Drivers:
    ATi GPU driver up to date
    Other notes: setup with ps2 keyboard,laser mouse,and an VGA to Projector to 1024x768 monitor display setup.
    Problem: Upon boot I get the upper left portion of the desktop,without the taskbar,everything is dark on both the monitor and projector,it seems that the resolution is 1600x1200,the projector is setup to display at 1024x768,as is the monitor,I can easily fix this using display settings,but it does this on boot and is to be used by more than just me in an Church. So I need an fix for this to be permanent.
    Thanks in Advance.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Post the contents of /etc/X11/xorg.conf file here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Jan 2010
    Posts
    3
    Quote Originally Posted by devils casper View Post
    Hi and Welcome !

    Post the contents of /etc/X11/xorg.conf file here.
    well....thats the problem,I don't currently have it with me...
    I am just hoping that someone may have an fix.

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    You have to set default resolution to 1024x768 in xorg.conf file and if that doesn't work, set console resolution to 1024x768 too.

    Add Display subsection in Screen Section
    Code:
    SubSection "Display"
    		Depth		24
    		Modes		"1024x768" 
    	EndSubSection
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Jan 2010
    Posts
    3
    Quote Originally Posted by devils casper View Post
    You have to set default resolution to 1024x768 in xorg.conf file and if that doesn't work, set console resolution to 1024x768 too.

    Add Display subsection in Screen Section
    Code:
    SubSection "Display"
    		Depth		24
    		Modes		"1024x768" 
    	EndSubSection
    I believe that you may be my hero.
    Thanks I will tell you if it works Wednesday.

Posting Permissions

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