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 20th February 2007, 05:45 AM
evilevan Offline
Registered User
 
Join Date: Apr 2006
Posts: 8
Help with 1440x900 resolution

Hey all,

After trying out Vista via MSDN, I grew tired of it quickly, and have fallen back to Fedora. I'm using it on a file server, administrating it through cli only. But I just installed FC6 on my desktop, which was running XP. So far, its running great. Only have 512mb at the moment, but its fairly fast.

Anyway here's my problem. I am using a Radeom x300 card, and installed ATI's drivers. However, using a wide screen, I cannot get 1440x900. Right now, its at 1280x960, and the screen is stretched to hell. When I set the resolution to 1440x900, the screen gets all messed up, moving over to about a third of the screen, and looking more like 1024x768. Here is my xorg, which is kinda foreign to me:

Code:
# XFree86 4 configuration created by pyxf86config

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

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
	FontPath     "unix/:7100"
EndSection

Section "Module"
	Load  "dbe"
	Load  "extmod"
	Load  "fbdevhw"
	Load  "glx"
	Load  "record"
	Load  "freetype"
	Load  "type1"
	Load  "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#	Option	"Xleds"		"1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#	Option	"XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#	Option	"XkbModel"	"pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#	Option	"XkbModel"	"microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#	Option	"XkbLayout"	"de"
# or:
#	Option	"XkbLayout"	"de"
#	Option	"XkbVariant"	"nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#	Option	"XkbOptions"	"ctrl:swapcaps"
# Or if you just want both to be control, use:
#	Option	"XkbOptions"	"ctrl:nocaps"
#
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

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

Section "Monitor"

 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "H193Wk"
	DisplaySize  400	250
 ### Comment all HorizSync and VertSync values to use DDC:
	HorizSync    30.0 - 83.0
	VertRefresh  55.0 - 75.0
	Option	    "dpms"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "ati"
	VendorName  "Videocard vendor"
	BoardName   "ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]"
EndSection

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

Section "DRI"
	Group        0
	Mode         0666
EndSection
Tried google, but I couldn't find anything. Thanks.
Reply With Quote
  #2  
Old 20th February 2007, 06:08 AM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,376
Hello:
I don't have an ati card, however, if you look in your /var/lob/Xorg.0.log
you should be able to see if there are any warnings or errors that may provide a clue.
You wan to have a look nearer to the ended and see what the validated modes are and if you desired settings are working?

$ cat /var/log/Xorg.0.log | grep -F EE

it should display any errors

$ cat /var/log/Xorg.0.log | grep -F WW

to display any warnings

Seve
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Reply With Quote
  #3  
Old 20th February 2007, 06:28 AM
evilevan Offline
Registered User
 
Join Date: Apr 2006
Posts: 8
Code:
[root@localhost ~]# cat /var/log/Xorg.0.log | grep -F WW
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) RADEON: No matching Device section for instance (BusID PCI:5:0:1) found
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
driver error perhaps?
Reply With Quote
  #4  
Old 21st February 2007, 01:54 AM
evilevan Offline
Registered User
 
Join Date: Apr 2006
Posts: 8
bump.......
Reply With Quote
  #5  
Old 21st February 2007, 02:55 AM
nick.stumpos's Avatar
nick.stumpos Offline
Registered User
 
Join Date: Feb 2005
Location: Lansing, Mi
Age: 28
Posts: 2,222
what was the output of the EE search, anything?
__________________
As always
Love, Life, Loyalty, Wisdom, Knowledge, And Understanding
FC6: Common Questions answered
Reply With Quote
  #6  
Old 21st February 2007, 04:09 AM
evilevan Offline
Registered User
 
Join Date: Apr 2006
Posts: 8
Quote:
Originally Posted by Nickisgod1
what was the output of the EE search, anything?
Code:
[root@localhost ~]# cat /var/log/Xorg.0.log | grep -F EE
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
Reply With Quote
  #7  
Old 21st February 2007, 04:14 AM
nick.stumpos's Avatar
nick.stumpos Offline
Registered User
 
Join Date: Feb 2005
Location: Lansing, Mi
Age: 28
Posts: 2,222
odd what happens when you put 1440x900 as your only mode
__________________
As always
Love, Life, Loyalty, Wisdom, Knowledge, And Understanding
FC6: Common Questions answered
Reply With Quote
  #8  
Old 21st February 2007, 04:36 AM
evilevan Offline
Registered User
 
Join Date: Apr 2006
Posts: 8
This is what happens:

http://www.theeville.com/fedora.jpg

Pardon the crappy quality. The screen is is moved over slight to the right, and then all mashed together. It's like it doesn't recognize it as a widescreen.
Reply With Quote
  #9  
Old 21st February 2007, 04:44 AM
nick.stumpos's Avatar
nick.stumpos Offline
Registered User
 
Join Date: Feb 2005
Location: Lansing, Mi
Age: 28
Posts: 2,222
were there any errors or warnings with this new xorg?
__________________
As always
Love, Life, Loyalty, Wisdom, Knowledge, And Understanding
FC6: Common Questions answered
Reply With Quote
  #10  
Old 21st February 2007, 04:58 AM
evilevan Offline
Registered User
 
Join Date: Apr 2006
Posts: 8
I'm sorry, when I set xorg.conf for 1440x900 as the only mode, I restarted gnome and had a login prompt, but then after logging the screen went black and the monitor said Input not supported. As far as checking Xorg.0.log, nothing new.
Reply With Quote
  #11  
Old 26th February 2007, 11:17 PM
sturmvogel Offline
Registered User
 
Join Date: May 2006
Location: Rio, West Virginia
Age: 58
Posts: 65
I need help with this, too. I have a Viewsonic Optiquest Q19wb, which there is no option to choose this monitor, so I had to go with the generic LCD choices. Everytime I restart after choosing the 1440x900 resolution, it comes back up with the 1024x768 resolution in hardware, and settings 1152x768. I tried choosing a 1280x800 resolution, but it restarted with the 1024x768. The picture is not sharp and I can't seem to get anywhere. I used both computers, one with an ATI 9600 card and the other with an nVidia MX 4000.

I am not a tekkie, so my knowledge of searching through the files is limited. Please keep explanations geared for the "Dummies" group. Thanks----

Last edited by sturmvogel; 26th February 2007 at 11:20 PM.
Reply With Quote
  #12  
Old 27th February 2007, 03:39 AM
yetigrey0864 Offline
Registered User
 
Join Date: Feb 2007
Location: maui
Age: 33
Posts: 26
heres a few things that might help..

When you change the settings using the gui settings manager, your xorg.conf that was originally generated is then saved to xorg.conf~ (now the backup file.) In my experience, trying to change the monitor or settings more than once after install didn't write any new data to the xorg file (your results may vary), because the backup was already created. So if the windowed system runs after a reboot, try removing, as root, sudo, su, however ya like it, the xorg.conf~ file. Then go into the text editor under apps>accessories>text editor as root and save xorg.conf as xorg.conf.backup (this will give you a failsafe backup, knowing that the display worked after a reboot). Now you should only have two files in /etc/X11/, xorg.conf and xorg.conf.backup. This should let the graphical display settings manager to make changes that will be applied.

I just got my 19" monitor working in a weird way--under settings>screen resolution, I changed the default 1440x900 to 1280x768, and kept the settings. Then went right back and changed to 1440x900 and voila, full screen (I was experiencing the same output as you were.)

hope this helps
Reply With Quote
Reply

Tags
resolution

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
REsolution u to 1440x900 kaisersoze Hardware & Laptops 5 11th April 2008 01:19 AM
How to add 1440x900 resolution? Monyet Using Fedora 10 30th November 2007 07:11 AM
Cannot Get 1440x900 Resolution on Lenovo A55 NorwayFun Using Fedora 0 4th April 2007 08:19 AM
Unable to get 1440x900 resolution zapata Hardware & Laptops 2 26th January 2005 12:52 PM


Current GMT-time: 03:19 (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