- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- wrong resolution
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2006 02:58 AM
03-03-2006 02:58 AM
I had a monitor which support up to a 1280x1024 rsolution.
In system-config-display I saw major resolution (1600x1400) and I selected.
When I restarted the machine, monitor cannot whow image because the wrong configuration of the resolution display.
I have booted to init 3 and run the system-config-display again to tray to reconfigure the resolution (to 1280x1024) but it cannot show image because the same problem (wrong resolution configuration).
Any idea about how to resolve this problem?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2006 03:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2006 03:24 AM
03-03-2006 03:24 AM
Re: wrong resolution
Answer: View Sonic LCD
>check for correct/updated display modules
Answer: What are the display modules? could you be more specific?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2006 04:50 AM
03-03-2006 04:50 AM
Re: wrong resolution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2006 05:02 AM
03-03-2006 05:02 AM
Re: wrong resolution
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2006 05:09 AM
03-03-2006 05:09 AM
Re: wrong resolution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2006 05:43 AM
03-03-2006 05:43 AM
Re: wrong resolution
I have attached an xorg.conf file (not the one from the machine with the problem), because I do not know where to change the resolution currently configured.
could you help me with the line or value that represents the current resolution configured?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2006 10:46 PM
03-03-2006 10:46 PM
Re: wrong resolution
There will be a section called Monitor,
It should be in 75th line, in that section you have to change the resolution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2006 06:26 AM
03-04-2006 06:26 AM
Re: wrong resolution
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
The original line showed resolutions not supported by my monitor. I just deleted all resolutions nos supported.
This line is in Section "screen"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 01:34 AM
03-09-2006 01:34 AM
Re: wrong resolution
In the xorg.conf (or corresponding file in RH releases or other distros), the first resolution listed in the string will be the default for your system on boot.
For example, let us just say that your monitor is able to do resolutions all the way up to 1280x1024. As long as you want to use the 1280x1024 each time you boot the system, then you will want a line just like the one that Tonatiuh has listed above.
However, if you would like to use, for example, 1024x768 as your default resolution but you still want to be able to change to the higher resolutions if needed, then you simply change the line to read:
Modes "1024x768" "1280x1024" "1280x960" "1152x864" "800x600" "640x480"
One word of caution.
If your monitor and display are not set for the monitor correctly at load and you add higher resolutions as your default later on, this can cause some inconsistencies and basic headaches for you later on.
For example, my system didn't recognize my particular monitor on load and gave me a default highest possible resolution of 1024x768. My monitor will easily go well beyond this. At the time of install, I did not worry about it too much simply because I knew I could add the lines to xorg.conf later and I proceeded to do just that after the install was complete.
While I was finally able to get this to work for me, it has messed up my GDM logon screen. Every time I need to reboot for any reason, where I should have a nice, pretty logon screen, I now see nothing more than an error message telling me that the frequency is out of range! I can still logon with username/password and the user desktops are functioning beautifully (if anybody out there knows how to fix this, I will GLADLY start another thread for it so that I may assign points and not hijack Tonatiuh's thread).
Hope this is helpful to someone.