Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 20th June 2012, 04:25 PM
fedoreo Offline
Registered User
 
Join Date: Dec 2005
Posts: 33
windows_7ie
Re: How to set screen resolution

Thanks for the suggestions but none of them worked.
Fedora/KDE always gets the resolution wrong on start-up and always gets it right on reboot.
This tells me it is the OS and not the hardware.
If I leave the wrong resolution and log in, I just get black screen.
Furthermore, the hardware is brand new:
- ASUS S0202HL LED monitor
- GeForce 210 SYNERGY 512MB DDR3
- ASUS M5A97 AMD 970 Socket AM3+ Motherboard
This is too frustrating. I will have to go with Ubuntu and then try Fedora again in a few years since I do prefer Fedora/KDE

Last edited by fedoreo; 20th June 2012 at 04:28 PM.
Reply With Quote
  #17  
Old 20th June 2012, 07:46 PM
RupertPupkin's Avatar
RupertPupkin Offline
Registered User
 
Join Date: Nov 2006
Location: Detroit
Posts: 4,617
linuxfedorafirefox
Re: How to set screen resolution

Edit the /etc/X11/xorg.conf.d/00-myfile.conf file you created earlier so that these are the only contents:
Code:
Section "Monitor"
    Identifier  "Monitor0"
EndSection

Section "Device"
    Identifier          "Device0"
    Driver              "nouveau"
EndSection

Section "Screen"
    Identifier          "Screen0"
    Device              "Device0"
    Monitor             "Monitor0"
    DefaultDepth        24
    SubSection          "Display"
        Depth           24
        Modes           "1600x900"
    EndSubSection
EndSection
You shouldn't need to specify any modelines; your monitor should automatically pick the right one for the given resolution. Reboot for it to take effect.
__________________
OS: Fedora 18 x86_64 | CPU: AMD64 3700+ 2.2GHz | RAM: 2GB PC3200 DDR | Disk: 160GB PATA | Video: ATI Radeon 7500 AGP 64MB | Sound: Turtle Beach Santa Cruz CS4630 | Ethernet: Realtek 8110SC
Reply With Quote
  #18  
Old 21st June 2012, 02:39 PM
fedoreo Offline
Registered User
 
Join Date: Dec 2005
Posts: 33
windows_7ie
Re: How to set screen resolution

Quote:
Originally Posted by RupertPupkin View Post
Edit the /etc/X11/xorg.conf.d/00-myfile.conf file you created earlier so that these are the only contents:
Code:
Section "Monitor"
    Identifier  "Monitor0"
EndSection

Section "Device"
    Identifier          "Device0"
    Driver              "nouveau"
EndSection

Section "Screen"
    Identifier          "Screen0"
    Device              "Device0"
    Monitor             "Monitor0"
    DefaultDepth        24
    SubSection          "Display"
        Depth           24
        Modes           "1600x900"
    EndSubSection
EndSection
You shouldn't need to specify any modelines; your monitor should automatically pick the right one for the given resolution. Reboot for it to take effect.
Looks like that worked Thanks
Reply With Quote
  #19  
Old 22nd June 2012, 09:19 PM
synic Offline
Registered User
 
Join Date: Mar 2005
Location: Brisbane, Australia
Age: 41
Posts: 254
linuxopera
Re: How to set screen resolution

@ fedoreo

Hi fedoreo,

Is this what worked?

Quote:
Originally Posted by RupertPupkin View Post
Edit the /etc/X11/xorg.conf.d/00-myfile.conf file you created earlier so that these are the only contents:
Code:
Section "Monitor"
    Identifier  "Monitor0"
EndSection

Section "Device"
    Identifier          "Device0"
    Driver              "nouveau"
EndSection

Section "Screen"
    Identifier          "Screen0"
    Device              "Device0"
    Monitor             "Monitor0"
    DefaultDepth        24
    SubSection          "Display"
        Depth           24
        Modes           "1600x900"
    EndSubSection
EndSection
You shouldn't need to specify any modelines; your monitor should automatically pick the right one for the given resolution. Reboot for it to take effect.
Quote:
Originally Posted by fedoreo View Post
Looks like that worked Thanks
Can you please post your complete working xorg.conf.

Thanks.
__________________
Discourse and Diatribe

Last edited by synic; 23rd June 2012 at 06:56 AM.
Reply With Quote
  #20  
Old 25th June 2012, 02:37 PM
fedoreo Offline
Registered User
 
Join Date: Dec 2005
Posts: 33
windows_7ie
Re: How to set screen resolution

Yes. that is what worked.
Reply With Quote
  #21  
Old 25th June 2012, 07:24 PM
droidhacker Offline
Registered User
 
Join Date: Oct 2009
Posts: 824
linuxfirefox
Re: How to set screen resolution

There might be an easier way!

Use the kernel parameter video=

http://en.gentoo-wiki.com/wiki/Kerne...g_a_Resolution
Reply With Quote
  #22  
Old 25th June 2012, 08:41 PM
RupertPupkin's Avatar
RupertPupkin Offline
Registered User
 
Join Date: Nov 2006
Location: Detroit
Posts: 4,617
linuxfedorafirefox
Re: How to set screen resolution

Quote:
Originally Posted by droidhacker View Post
There might be an easier way!

Use the kernel parameter video=

http://en.gentoo-wiki.com/wiki/Kerne...g_a_Resolution
That video parameter is for the console resolution, not the resolution in X.
__________________
OS: Fedora 18 x86_64 | CPU: AMD64 3700+ 2.2GHz | RAM: 2GB PC3200 DDR | Disk: 160GB PATA | Video: ATI Radeon 7500 AGP 64MB | Sound: Turtle Beach Santa Cruz CS4630 | Ethernet: Realtek 8110SC
Reply With Quote
  #23  
Old 26th June 2012, 06:49 AM
synic Offline
Registered User
 
Join Date: Mar 2005
Location: Brisbane, Australia
Age: 41
Posts: 254
linuxopera
Re: How to set screen resolution

Quote:
Originally Posted by RupertPupkin View Post
That video parameter is for the console resolution, not the resolution in X.
It's funny, but I get perfect res in console (bash when I boot into rescue mode from grub).

How come I get perfect res on console but not with Nvidia... (bloo*y nvidia.. if it wasn't for wanting to watch videos I wouldn't eve bother with it).
__________________
Discourse and Diatribe
Reply With Quote
  #24  
Old 26th June 2012, 02:42 PM
fedoreo Offline
Registered User
 
Join Date: Dec 2005
Posts: 33
windows_7ie
Re: How to set screen resolution

Alas, the last fix did not hold. Today I booted up to the wrong resolution again in spite of all previous fix actions. As usual, a reboot fixed. Heavy sigh.

Last edited by fedoreo; 26th June 2012 at 02:45 PM.
Reply With Quote
  #25  
Old 26th June 2012, 04:57 PM
RupertPupkin's Avatar
RupertPupkin Offline
Registered User
 
Join Date: Nov 2006
Location: Detroit
Posts: 4,617
linuxfedorafirefox
Re: How to set screen resolution

Hmm, so it worked for 5 days then stopped? That's weird. I noticed that there was an update of the xorg-x11-server* packages today, maybe that broke it (though I don't see how it would). Anyway, one thing you could try is to make your xorg conf file load later by renaming it from /etc/X11/xorg.conf.d/00-myfile.conf to /etc/X11/xorg.conf.d/20-myfile.conf, and also copying it to /usr/share/X11/xorg.conf.d/20-myfile.conf just to make sure.
__________________
OS: Fedora 18 x86_64 | CPU: AMD64 3700+ 2.2GHz | RAM: 2GB PC3200 DDR | Disk: 160GB PATA | Video: ATI Radeon 7500 AGP 64MB | Sound: Turtle Beach Santa Cruz CS4630 | Ethernet: Realtek 8110SC
Reply With Quote
  #26  
Old 26th June 2012, 07:06 PM
fedoreo Offline
Registered User
 
Join Date: Dec 2005
Posts: 33
windows_7ie
Re: How to set screen resolution

Quote:
Originally Posted by RupertPupkin View Post
Hmm, so it worked for 5 days then stopped? That's weird. I noticed that there was an update of the xorg-x11-server* packages today, maybe that broke it (though I don't see how it would). Anyway, one thing you could try is to make your xorg conf file load later by renaming it from /etc/X11/xorg.conf.d/00-myfile.conf to /etc/X11/xorg.conf.d/20-myfile.conf, and also copying it to /usr/share/X11/xorg.conf.d/20-myfile.conf just to make sure.
I don't think this system is auto-updating. I think I have to initiate that, and I haven't done so.

I went to /etc/X11 and the xorg.conf.d directory is missing. How could this happen? I remember there were two files in there. The one I created, and another file having to do with the keyboard.
Reply With Quote
  #27  
Old 26th June 2012, 09:25 PM
RupertPupkin's Avatar
RupertPupkin Offline
Registered User
 
Join Date: Nov 2006
Location: Detroit
Posts: 4,617
linuxfedorafirefox
Re: How to set screen resolution

Quote:
Originally Posted by fedoreo View Post
I went to /etc/X11 and the xorg.conf.d directory is missing. How could this happen?
That is weird, but at least you now know what caused the problem. Restoring that directory and its contents should fix it.

By the way, the /etc/X11/xorg.conf.d directory is provided by the xorg-x11-server-Xorg package. I don't know how that got deleted on your system. The /etc/X11/xorg.conf.d/00-system-setup-keyboard.conf file is provided by the system-setup-keyboard package. So you might have to re-install that package to get that file restored.
__________________
OS: Fedora 18 x86_64 | CPU: AMD64 3700+ 2.2GHz | RAM: 2GB PC3200 DDR | Disk: 160GB PATA | Video: ATI Radeon 7500 AGP 64MB | Sound: Turtle Beach Santa Cruz CS4630 | Ethernet: Realtek 8110SC
Reply With Quote
  #28  
Old 26th June 2012, 09:55 PM
fedoreo Offline
Registered User
 
Join Date: Dec 2005
Posts: 33
windows_7ie
Re: How to set screen resolution

ok well thanks for the suggestion but I don't know what caused the directory to disappear. So I'm hesitant to put it back because it will only disappear again. My guess is something is broken in the boot-up process relating to setting up the monitor.
Reply With Quote
  #29  
Old 27th June 2012, 12:32 AM
RupertPupkin's Avatar
RupertPupkin Offline
Registered User
 
Join Date: Nov 2006
Location: Detroit
Posts: 4,617
linuxfedorafirefox
Re: How to set screen resolution

Well I don't see any harm in restoring a directory that's supposed to be there -- especially when it will fix your problem -- and you don't know for sure that it will be deleted again. And as I said before you could put the conf file in /usr/share/X11/xorg.conf.d/. But it's your choice.
__________________
OS: Fedora 18 x86_64 | CPU: AMD64 3700+ 2.2GHz | RAM: 2GB PC3200 DDR | Disk: 160GB PATA | Video: ATI Radeon 7500 AGP 64MB | Sound: Turtle Beach Santa Cruz CS4630 | Ethernet: Realtek 8110SC
Reply With Quote
  #30  
Old 27th June 2012, 05:49 AM
fedoreo Offline
Registered User
 
Join Date: Dec 2005
Posts: 33
windows_7ie
Re: How to set screen resolution

Do you know of any process which would reinitialize the graphical subsystem upon boot up? I think that is what has been happening. It is trying to start from scratch every time.
Reply With Quote
Reply

Tags
resolution, screen, set

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Window resolution enlarged but screen resolution OK Cyclist Using Fedora 2 11th March 2010 09:05 PM
Screen resolution and font sizes in FC6 on a SXGA screen mdcozma03 EOL (End Of Life) Versions 2 24th September 2007 09:51 AM
Login screen resolution different from desktop resolution pobbz Using Fedora 5 5th June 2007 08:59 PM
Set my screen resolution to a higher resolution yinglcs Using Fedora 18 21st February 2007 02:57 AM
Screen resolution. Small screen. Dell inspiron 1100 bedehaan Hardware & Laptops 3 19th December 2005 02:22 PM


Current GMT-time: 07:55 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat