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
  #1  
Old 16th November 2006, 11:38 PM
Seehund's Avatar
Seehund Offline
Registered User
 
Join Date: May 2004
Location: Shvedskaya SSR
Age: 38
Posts: 89
Weird rhgb+GDM resolutions with fglrx 8.31.5

Hi all,

I'm using Fedora Core 6. With the latest fglrx version, I get some strange, flickering and disproportionate screen resolution with rhgb (the graphical boot) and GDM (login screen).

Once I have logged into GNOME, I get my chosen resolution (1280x1024) back.

AFAIK, the only thing that changed on my system since this problem appeared are the updated fglrx drivers.

Can I get my chosen resolution back for rhgb+GDM? How?

xorg.conf:
Code:
# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "touchpad" "AlwaysCore"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Module"

	Load  "fbdevhw"
	Load  "dbe"
	Load  "extmod"
	SubSection "extmod"
		Option	    "omit xfree86-dga"   # don't initialise the DGA extension
	EndSubSection
	Load  "glx"
	Load  "freetype"
	Load  "type1"
	Load  "dri"
EndSection

Section "InputDevice"

	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "se"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "no"
EndSection

Section "InputDevice"
	Identifier  "touchpad"
	Driver      "mouse"
	Option	    "Protocol" "GlidePoint"
	Option	    "Device" "/dev/ttyS0"
	Option	    "Emulate3Buttons" "yes"
EndSection

Section "Monitor"

 ### Comment all HorizSync and VertSync values to use DDC:
	Identifier   "Monitor0"
	VendorName   "Samsung"
	ModelName    "Samsung SyncMaster 17GLsi"
	DisplaySize  310	230
 ### Comment all HorizSync and VertSync values to use DDC:
	HorizSync    30.0 - 85.0
	VertRefresh  50.0 - 120.0
	Option	    "dpms"
EndSection

Section "Device"

	Identifier  "Videocard0"
	Driver      "fglrx"
	VendorName  "ATI"
	BoardName   "ATI Radeon 9600"
	Option	    "no_accel" "no"
	Option	    "no_dri" "no"
	Option	    "mtrr" "off"
	Option	    "DesktopSetup" "0x00000000"
	Option	    "MonitorLayout" "AUTO, AUTO"
	Option	    "IgnoreEDID" "off"
	Option	    "HSync2" "unspecified"
	Option	    "VRefresh2" "unspecified"
	Option	    "ScreenOverlap" "0"
	Option	    "NoTV" "no"
	Option	    "TVStandard" "PAL-D"
	Option	    "TVHSizeAdj" "0"
	Option	    "TVVSizeAdj" "0"
	Option	    "TVHPosAdj" "0"
	Option	    "TVVPosAdj" "0"
	Option	    "TVHStartAdj" "0"
	Option	    "TVColorAdj" "0"
	Option	    "GammaCorrectionI" "0x06419064"
	Option	    "GammaCorrectionII" "0x06419064"
	Option	    "Capabilities" "0x00000000"
	Option	    "VideoOverlay" "on"
	Option	    "OpenGLOverlay" "off"
	Option	    "CenterMode" "off"
	Option	    "PseudoColorVisuals" "off"
	Option	    "Stereo" "off"
	Option	    "StereoSyncEnable" "1"
	Option	    "FSAAEnable" "no"
	Option	    "FSAAScale" "2"
	Option	    "FSAADisableGamma" "no"
	Option	    "FSAACustomizeMSPos" "no"
	Option	    "FSAAMSPosX0" "0.000000"
	Option	    "FSAAMSPosY0" "0.000000"
	Option	    "FSAAMSPosX1" "0.000000"
	Option	    "FSAAMSPosY1" "0.000000"
	Option	    "FSAAMSPosX2" "0.000000"
	Option	    "FSAAMSPosY2" "0.000000"
	Option	    "FSAAMSPosX3" "0.000000"
	Option	    "FSAAMSPosY3" "0.000000"
	Option	    "FSAAMSPosX4" "0.000000"
	Option	    "FSAAMSPosY4" "0.000000"
	Option	    "FSAAMSPosX5" "0.000000"
	Option	    "FSAAMSPosY5" "0.000000"
	Option	    "UseFastTLS" "0"
	Option	    "BlockSignalsOnLock" "no"
	Option	    "UseInternalAGPGART" "yes"
	Option	    "ForceGenericCPU" "no"
	BusID       "PCI:1:5:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes    "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Group        0
	Mode         0666
EndSection

Section "Extensions"
	Option	    "Composite" "0"
EndSection
Xorg.0.log
__________________
Have you helped saving AmigaOS and a free PPC hardware market today?

Last edited by Seehund; 17th November 2006 at 12:29 AM.
Reply With Quote
  #2  
Old 20th November 2006, 07:07 PM
Seehund's Avatar
Seehund Offline
Registered User
 
Join Date: May 2004
Location: Shvedskaya SSR
Age: 38
Posts: 89
Now I have tried reverting to fglrx 3.30.3, plus the original XOrg and rhgb versions from the Core DVD (there were a couple of updates applied from updates-testing). That didn't help.

What now? :P
__________________
Have you helped saving AmigaOS and a free PPC hardware market today?
Reply With Quote
Reply

Tags
default, fglrx, gdm, resolutions, rhgb, weird

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
rhgb default et109 Using Fedora 23 7th July 2010 03:22 AM
dual head screen resolutions being forced the same on FC8 /w fglrx and ati radeon HawkBoy Hardware & Laptops 2 18th January 2008 08:28 AM
FGLRX driver missing higher resolutions mcrbids Hardware & Laptops 20 8th January 2008 01:56 PM
RHGB incompatible with latest FGLRX drivers? Hamsterkill Hardware & Laptops 14 7th July 2006 08:37 AM


Current GMT-time: 18:12 (Tuesday, 21-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