Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 12-26-2007, 12:45 PM   #1 (permalink)
 
True Techie

Join Date: Oct 2007

Posts: 178

blue4paper is on a distinguished road

Default Screen Resolution wont stay put

Yeah simply when i put my screen resolution to 1280x1024 (is that right?) after a reboot it reverts back to
800x600 its pretty annoying too. The login screen however is 1280x1024 but as soon as i login 1 second after the screen goes black and back to 800x600. Also my monitor doesn't seem to be in the "screen and graphics " section. My monitor is "BenQ FP71G" and the closes thing in there is "BenQ FP71E" do i need to download drivers for my monitor?

I've tried running the xorg.conf manually in the terminal didn't work. I tried taking out the resolutions and leaving but the one i wanted still didn't work. I'm thinking i need my monitor brand to appear in the screen and graphics then the rest will work fine.

Any ideas?
blue4paper is offline  
Old 12-26-2007, 12:53 PM   #2 (permalink)
 
True Techie

Join Date: Oct 2007

Posts: 178

blue4paper is on a distinguished road

Default Re: Screen Resolution wont stay put

lol...ok i dont know why, but now my screen resolution stayed at 1280x1024 and i'm dead serious when i say i dont know how. But i would still like to know how to make my monitor brand appear in the screen and graphics section.


Edit: now it went back to 800x600, i have no clue why.

Last edited by blue4paper; 12-26-2007 at 01:06 PM.
blue4paper is offline  
Old 12-26-2007, 06:37 PM   #3 (permalink)
Mak213's Avatar
 

Join Date: Sep 2004

Location: C:\Windows\System32

Posts: 25,676

Mak213 is a name known to allMak213 is a name known to allMak213 is a name known to allMak213 is a name known to allMak213 is a name known to allMak213 is a name known to all

Default Re: Screen Resolution wont stay put

Have you saved your xconf.org (I think that is the name of the file)? That is what saves your settings. You can change your resolution all you want but if you dont save the file with hte new resolution it will always go back to what it has saved as default.

Are you using the nVidia drivers?
__________________
R.I.P. Danny L. Trotter
14 Nov 1945 - 4 Sept 2009
Images created by CarnageX | Decaptured...Listen! | Visit Baezware!! | You've been Mak'd! | 儿做好
I do not accept support questions via EMail, PM, IM or my Spaces page! .:|:. This is what happens when an unstoppable force meets an immovable object.
Thanks to all the guys on the staff for your support in my time of need. Hefe you are my personal Hero for your contribution.



<<<< If I help you, or you just like what I said, rep me
Mak213 is offline  
Old 12-26-2007, 10:22 PM   #4 (permalink)
 
True Techie

Join Date: Oct 2007

Posts: 178

blue4paper is on a distinguished road

Default Re: Screen Resolution wont stay put

Yeah i'm using nvidia 6600. But the real problem at the moment is, on another forum they told me to add a resolution in 1280x1024 but i added 1280x1024@60 (like 60 for refresh rate) now my screen is distorted and it looks like trips. Everything is cloned x4 and i can hardly see my mouse. I might have put in a typo or something, not sure. Anyway to revert back?
blue4paper is offline  
Old 12-26-2007, 11:33 PM   #5 (permalink)
 
Ultra Techie

Join Date: May 2005

Location: Townsville, QLD

Posts: 641

jakec is on a distinguished road

Default Re: Screen Resolution wont stay put

I am guessing you didn't save your original Xorg.conf file before you made the changes to your resolution?

The best way in this case is to boot the Ubuntu Live CD
enter the Xorg.conf on the Live CD
copy the Xorg.conf file from the live CD
then copy and paste it into your systems Xorg.conf file

Please remember to backup any orginals of files before you make changes so you can revert back if need be.

Jake
jakec is offline  
Old 12-27-2007, 12:19 AM   #6 (permalink)
 
Monster Techie

Join Date: Nov 2006

Location: Illinois, USA

Posts: 1,765

CalcProgrammer1 will become famous soon enough

Default Re: Screen Resolution wont stay put

You can reconfigure Xorg (sudo dpkg-reconfigure xserver-xorg? I'm not sure of the specific command), or you can try reinstalling your video drivers (sudo apt-get remove nvidia-glx/sudo apt-get install nvidia-glx).
__________________

CalcProgrammer1 is offline  
Old 12-27-2007, 09:03 AM   #7 (permalink)
mBernhardt's Avatar
 
Super Techie

Join Date: Jul 2006

Location: Ohio

Posts: 279

mBernhardt

Default Re: Screen Resolution wont stay put

Quote:
Originally Posted by jakec View Post
I am guessing you didn't save your original Xorg.conf file before you made the changes to your resolution?

The best way in this case is to boot the Ubuntu Live CD
enter the Xorg.conf on the Live CD
copy the Xorg.conf file from the live CD
then copy and paste it into your systems Xorg.conf file

Please remember to backup any orginals of files before you make changes so you can revert back if need be.
For some reason I have to laugh, but this worked for me on a few occasions before I finally stopped monkeying with my machine.
__________________
"i would never use a firewall, even without a router protecting me. Firewalls are just wastes of memory."
name omitted to protect the innocent

the cake is a lie
mBernhardt is offline  
Old 12-27-2007, 11:36 AM   #8 (permalink)
void's Avatar
 
True Techie

Join Date: Oct 2005

Posts: 198

void

Default Re: Screen Resolution wont stay put

Try setting the HorizSync and VertRefresh in the Monitor sections for both monitors in /etc/X11/xorg.conf, then restart X (Ctrl+Alt+Backspace). Replace the #'s with the values for your monitor.

Code:
Section "Monitor"
        Identifier      "Generic Monitor"
        HorizSync       ##-##
        VertRefresh     ##-##
        Option          "DPMS"
EndSection

Section "Monitor"
        Identifier      "Extra Monitor"
        HorizSync       ##-##
        VertRefresh     ##-##
        Option          "DPMS"
EndSection
Remember to always make a backup before making any changes. Any errors will leave you with only a command line.
void is offline  
Old 12-27-2007, 11:53 AM   #9 (permalink)
Mak213's Avatar
 

Join Date: Sep 2004

Location: C:\Windows\System32

Posts: 25,676

Mak213 is a name known to allMak213 is a name known to allMak213 is a name known to allMak213 is a name known to allMak213 is a name known to allMak213 is a name known to all

Default Re: Screen Resolution wont stay put

Since they are nvidia drivers why not use the nvidia control panel??

In the terminal type in nvidia-settings and adjust them there. Jsut make sure to save your settigns before you restart.
__________________
R.I.P. Danny L. Trotter
14 Nov 1945 - 4 Sept 2009
Images created by CarnageX | Decaptured...Listen! | Visit Baezware!! | You've been Mak'd! | 儿做好
I do not accept support questions via EMail, PM, IM or my Spaces page! .:|:. This is what happens when an unstoppable force meets an immovable object.
Thanks to all the guys on the staff for your support in my time of need. Hefe you are my personal Hero for your contribution.



<<<< If I help you, or you just like what I said, rep me
Mak213 is offline  
Old 12-27-2007, 02:27 PM   #10 (permalink)
 
True Techie

Join Date: Oct 2007

Posts: 178

blue4paper is on a distinguished road

Default Re: Screen Resolution wont stay put

well i managed to get my screen back to normal by replacing the xorg.conf with one of the livecd but now I'm back to square one. My screen still doesn't stay with 1280x1024.

I'm just gonna try the nvidia controls, and change resolution from there, but last time that didn't work either, but its always worth another try. If anyone has any other ideas why my screen wont stay at 1280x1024.

Regards
blue4paper is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dimmed screen -- dead inverter? Durftard Everything Laptops 5 12-16-2007 09:25 PM
screen resolution problem? TimBlanchard Hardware Troubleshooting 6 09-29-2007 12:44 PM
Blue Screen before login Chrono Hardware Troubleshooting 2 07-28-2007 03:36 AM
set screen resolution in BIOS changintimes Windows Operating Systems and Software 2 03-30-2007 06:38 AM