LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-22-2008, 09:49 PM   #1
chromei386
Member
 
Registered: Dec 2008
Distribution: Fedora 13
Posts: 30

Rep: Reputation: 15
Boots up in low screen resolution, have done extensive troubleshooting, detailed


Hi, I'm running Fedora 10, 2.6.27.7-134.fc10.i686

I've done extensive troubleshooting, anything I've missed or any pointers would be much appreciated. Thanks!

Defining the problem
Started: 2008-12-23 11:46:47 AM Last Active: 2008-12-23 11:48:52 AM


Every day or so it boots up and starts in a low resolution mode, and I'm unable to change it once I'm in. Don't know why exactly it does sometimes and not other times. Shutting down and restarting now. Will report what happens. No physical changes other than shutting down.

No change, booted up in low resolution again
Started: 2008-12-23 11:52:04 AM Last Active: 2008-12-23 11:53:03 AM


Now going to try shutdown computer, then switch off monitor. Then startup computer, then switch back on the monitor. Will report results

That worked!
Started: 2008-12-23 11:56:01 AM Last Active: 2008-12-23 11:57:47 AM


That worked. However when it was booting up the monitor went into a kind of squeel until it switched the X then it was quiet again. Now I'm going to shutdown and turn back on without touching the monitor. Will report back.


Now back into low resolution

Started: 2008-12-23 12:00:31 PM Last Active: 2008-12-23 12:01:35 PM


It booted back into the low resolution (800x600). So I'm thinking the problem is with the boot recognition with maybe the BIOS. Let's have a look at the BIOS settings. Will report back.

BIOS settings
Started: 2008-12-23 12:14:08 PM Last Active: 2008-12-23 12:16:31 PM


May have had a hit. It had Primary Graphics Adapter set at PCI -- however I have an ATI Radeon 9600+ which is AGP, so I changed that to AGP. No change when I booted up. But I will shut down and boot up again. See what happens. Side note: Noticed the CPU temp was high at 52 degrees celcius and M/B temp at 32 degrees celcius. And CPU Fan speed at 6071 RPM - may take out the resistor which makes it spin slower.

Didn't work
Started: 2008-12-23 12:22:47 PM Last Active: 2008-12-23 12:29:12 PM


Although it seemed to be a good explanation, it didn't work Making me think it is with the Boot loader OR the new boot screen program. As looked around BIOS not much else that could have done. Going to take a look around the options with GRUB (bootloader in System). The one in Fedora System bar is pretty simple and only lets me choose the kernel version, not much else. Googling to see how I can adjust start up resolution. Going to boot into the real mode now to see what resolution I want it to be in.

The resolution I want is 1280x1024 @60Hz
Started: 2008-12-23 12:36:21 PM Last Active: 2008-12-23 12:45:39 PM


And it was interesting to note that it wouldn't boot into that mode if I waited too long to switch the monitor on after switching the tower on. I needed to do it while the BIOS was loading up in order for it to work. Which is strange. Maybe it is something in the BIOS. OR just use the software to force it to go into 1280x1024.

Went to /boot/grub/grub.conf and no sign of screen resolution startup
Started: 2008-12-23 12:45:39 PM Last Active: 2008-12-23 12:46:24 PM


Going to see if I can see anything on the internet

Could be the Xorg server, try edit those configs
Started: 2008-12-23 01:15:39 PM Last Active: 2008-12-23 01:27:52 PM

Moved all the xorg config files into backup folder. see if that makes any difference. Rebooting.
Started: 2008-12-23 01:33:13 PM Last Active: 2008-12-23 01:36:11 PM


Didn't make any difference. Trying to see how fedora 10 boots up thinking it could be an xorg config file that I may have overwritten or if it needs one.

Try put an xorg.conf there - install system-display-config
Started: 2008-12-23 01:36:11 PM Last Active: 2008-12-23 01:39:57 PM


With "sudo yum install system-config-display" Also as a side note in /etc/X11/ there a few config files that I could play around with to make things more custom. Maybe change the login background and stuff

Installed.
Started: 2008-12-23 01:39:57 PM Last Active: 2008-12-23 01:42:28 PM


It sees the graphics card. But autoconfigures monitor. So now I'm going to try force that to 1280x1024. Will report back. (In System-> Administration -> Display)

That stuffed up my xorg
Started: 2008-12-23 02:34:51 PM Last Active: 2008-12-23 02:34:52 PM


That just gave me a blank screen as soon as it went to the login screen. I needed to use to rescue by removing the xorg.conf in the rescue mode. Time to put it to the forums.

Ideas? Suggestions? Cheers
 
Old 12-23-2008, 12:41 AM   #2
mk27
Member
 
Registered: Sep 2008
Distribution: fedora, gentoo, ubuntu
Posts: 148

Rep: Reputation: 23
Post your xorg.conf

Be aware that you can destroy a monitor with inappropriate settings.
 
Old 12-23-2008, 02:19 AM   #3
chromei386
Member
 
Registered: Dec 2008
Distribution: Fedora 13
Posts: 30

Original Poster
Rep: Reputation: 15
mk27, OK I went back and removed the xorg.conf and I did a "sudo Xorg -configure :1" instead so it'll take my currently working settings. OK cool thanks for the head's up with the inappropriate settings

This is my file..

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "catalogue:/etc/X11/fontpath.d"
FontPath "built-ins"
EndSection

Section "Module"
Load "extmod"
Load "dri"
Load "dbe"
Load "glx"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "Dac6Bit" # [<bool>]
#Option "Dac8Bit" # [<bool>]
#Option "BusType" # [<str>]
#Option "CPPIOMode" # [<bool>]
#Option "CPusecTimeout" # <i>
#Option "AGPMode" # <i>
#Option "AGPFastWrite" # [<bool>]
#Option "AGPSize" # <i>
#Option "GARTSize" # <i>
#Option "RingSize" # <i>
#Option "BufferSize" # <i>
#Option "EnableDepthMoves" # [<bool>]
#Option "EnablePageFlip" # [<bool>]
#Option "NoBackBuffer" # [<bool>]
#Option "DMAForXv" # [<bool>]
#Option "FBTexPercent" # <i>
#Option "DepthBits" # <i>
#Option "PCIAPERSize" # <i>
#Option "AccelDFS" # [<bool>]
#Option "DDCMode" # [<bool>]
#Option "IgnoreEDID" # [<bool>]
#Option "DisplayPriority" # [<str>]
#Option "PanelSize" # [<str>]
#Option "ForceMinDotClock" # <freq>
#Option "ColorTiling" # [<bool>]
#Option "VideoKey" # <i>
#Option "RageTheatreCrystal" # <i>
#Option "RageTheatreTunerPort" # <i>
#Option "RageTheatreCompositePort" # <i>
#Option "RageTheatreSVideoPort" # <i>
#Option "TunerType" # <i>
#Option "RageTheatreMicrocPath" # <str>
#Option "RageTheatreMicrocType" # <str>
#Option "ScalerWidth" # <i>
#Option "RenderAccel" # [<bool>]
#Option "SubPixelOrder" # [<str>]
#Option "ShowCache" # [<bool>]
#Option "DynamicClocks" # [<bool>]
#Option "VGAAccess" # [<bool>]
#Option "ReverseDDC" # [<bool>]
#Option "LVDSProbePLL" # [<bool>]
#Option "AccelMethod" # <str>
#Option "DRI" # [<bool>]
#Option "ConnectorTable" # <str>
#Option "DefaultConnectorTable" # [<bool>]
#Option "DefaultTMDSPLL" # [<bool>]
#Option "TVDACLoadDetect" # [<bool>]
#Option "ForceTVOut" # [<bool>]
#Option "TVStandard" # <str>
#Option "IgnoreLidStatus" # [<bool>]
#Option "DefaultTVDACAdj" # [<bool>]
#Option "Int10" # [<bool>]
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "RV350 AR [Radeon 9600]"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Last edited by chromei386; 12-23-2008 at 02:22 AM.
 
Old 12-23-2008, 04:18 AM   #4
chromei386
Member
 
Registered: Dec 2008
Distribution: Fedora 13
Posts: 30

Original Poster
Rep: Reputation: 15
Alright before I get any flak for this..

I edited the xorg.conf screen to this:

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
Subsection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection

But still nothing... I'll look a little deeper into editing xorg.conf files. Also the bootsplash is loading up in lower than usual resolution so not sure!
 
Old 12-24-2008, 05:42 PM   #5
chromei386
Member
 
Registered: Dec 2008
Distribution: Fedora 13
Posts: 30

Original Poster
Rep: Reputation: 15
Alright, I fixed it

I had to do a full re-install of fedora 10 anyway for different issues, and after I did that everything cleared up and no more problems - works every time
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Low screen resolution ubuntu feisty Brynn Linux - Software 27 09-23-2007 09:48 PM
low screen resolution on external LCD mustali Linux - Software 0 08-15-2007 08:09 AM
Low Screen Resolution w/Feisty & Nvidia Drivers dcarrco Ubuntu 3 06-13-2007 11:19 AM
Debian 3.1 Low Screen Resolution. excidy Linux - Hardware 1 09-04-2005 10:05 PM
screen resolution too low on externen monitor switch007 Linux - General 15 02-20-2005 01:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 06:48 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration