LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-27-2005, 09:00 PM   #1
Pho
LQ Newbie
 
Registered: Sep 2004
Distribution: Fedora Core 3
Posts: 6

Rep: Reputation: 0
Gnome stuck in 800x600 but other Window Managers work


Hi all,

Having a weird problem with Gnome. Basically it's stuck in 800x600 all the time: even though using system-config-display shows any of the resolutions my monitor can achieve (well, LCD, it's on my laptop) and I can select the different modes, then restart Xorg as prompted, though it makes no difference.

However I think this is a Gnome problem more so than anything else: if I use setup from a terminal, then choose the X configuator (which seems to 'quit' out of Gnome and into another display system temporarly) then the resolution will work fine (i.e. 1024x768 which I want to use), as will xfce. However when using Gnome it refuses to do anything other than 800x600- as mentiond before.

Does Gnome use any sepperate config files to store its resolution in?

Here is my Xorg log incase it's any help:

Code:
# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "Synaptics" "AlwaysCore"
EndSection

Section "Files"

# RgbPath is the location of the RGB database.  Note, this is the name of the 
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	FontPath     "unix/:7100"
EndSection

Section "Module"
	Load  "dbe"
	Load  "extmod"
	Load  "fbdevhw"
	Load  "glx"
	Load  "record"
	Load  "freetype"
	Load  "type1"
	Load  "synaptics"
	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" "gb"
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 "InputDevice"
	Identifier  "Synaptics"
	Driver      "synaptics"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "auto-dev"
	Option	    "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Generic Laptop Display Panel 1400x1050"
	HorizSync    31.5 - 90.0
	VertRefresh  59.0 - 75.0
	Option	    "dpms"
	Option	    "MonitorLayout" "TDMS"
	Option	    "DDCMode" "on"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "radeon"
	VendorName  "Videocard vendor"
	BoardName   "ATI Radeon IGP330M/340M/350M"
	Option	    "IgnoreEDID" "1"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	Option	    "IgnoreEDID" "true"
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes    "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "DRI"
	Group        0
	Mode         0666
EndSection
I'm using Fedora Core 3, with the latest version of Xorg and Gnome (from apt, anyway). My laptop is a HP NX9010 - the resolution works fine on Windows.

Also, the xorg log file reports no error that I can see.

Thanks.
 
Old 07-05-2005, 08:37 AM   #2
motub
Senior Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Gentoo (main); SuSE 9.3 (fallback)
Posts: 1,607

Rep: Reputation: 46
Have you checked the GNOME Control Center? In GNOME <2.10, I never used this setting, so I don't know which version implemented it, but in 2.10 there is a "Screen Resolution" Control Panel applet, which not only allows you to change the current setting, but also allows you to set a particular config as the default setting for GNOME, for your PC.

Perhaps you have this setting, and it is set to use 800x600 as the default?

Hope this helps.
 
Old 07-10-2005, 09:37 PM   #3
Pho
LQ Newbie
 
Registered: Sep 2004
Distribution: Fedora Core 3
Posts: 6

Original Poster
Rep: Reputation: 0
I'm pretty sure I checked that (spent a while looking into it). I've decided to switch to XFCE fully now anyway, I actually prefer it, though it took a few hours to get used to and configure nicely. Thanks anyway
 
Old 01-06-2006, 06:50 AM   #4
alexwinolj
LQ Newbie
 
Registered: Jan 2006
Location: Adelaide, Australia
Distribution: Fedora Core 4
Posts: 3

Rep: Reputation: 0
I had fun fixing this one... For me, the answer was to tell GNOME the new resolution three times! Specifically:

first using system-config-display (also accessible from "Desktop->System settings" menu)

second using gnome-display-properties (also accessible from "Desktop-Preferences" menu)

third, when logging out, check the "save current setup" box.

I would have thought the first step would be enough...
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ALT doesn't work in some window managers ivanatora Linux - Software 1 10-27-2004 08:42 AM
Window managers in KDE and Gnome gordingin Linux - Newbie 1 09-29-2004 03:51 PM
Changing window managers in KDE or gnome under RH9 massey Linux - Newbie 4 01-21-2004 08:26 AM
window managers vs kde/gnome externalgreenfu Linux - Software 3 07-14-2003 12:35 AM
GNOME, Ximian, and Window Managers RedHatMN Linux - Newbie 2 12-06-2001 09:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:32 PM.

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