LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 07-13-2008, 08:20 AM   #1
microcriminal
LQ Newbie
 
Registered: Jul 2008
Distribution: Ubuntu 8.04, Fedora 9, RHEL 5.1
Posts: 12

Rep: Reputation: 0
problem changing resolution


installed RHEL 5 on HP DC7700. the motherboard is Intel and video driver is automatically recognized as "i810". i have a wide screen monitor, HP L1908w, and no matter how many times i tried changing the xorg.conf, to change my resolution to 1440x900, it doesn't seem to work.

the interesting thing is, if i make changes changes with system-config-display, then the setting stays. but unfortunately, in there i don't have the option to change it to a wide screen resolution, just the default 4:3 ones.

any idea on what i might do?

Last edited by microcriminal; 07-13-2008 at 08:23 AM.
 
Old 07-13-2008, 09:54 AM   #2
Mega Man X
Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 63
Can you post your /etc/X11/xorg.conf here? It would be easier for us to see what could be problem (if any) with that file.

Welcome to the forums by the way =)
 
Old 07-14-2008, 02:48 AM   #3
microcriminal
LQ Newbie
 
Registered: Jul 2008
Distribution: Ubuntu 8.04, Fedora 9, RHEL 5.1
Posts: 12

Original Poster
Rep: Reputation: 0
thanks Mega Man X! this is one of the biggest Linux forums afaik? hopefully will stick around.
and the latest /etc/X11/xorg.conf is in my next post...

Last edited by microcriminal; 07-14-2008 at 07:17 AM. Reason: updated xorg.conf
 
Old 07-14-2008, 03:03 AM   #4
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,362

Rep: Reputation: 169Reputation: 169
Quote:
Modeline "1440x900@60" 108.84 1440 1472 1880 1912 900 918 927 946
Quote:
Modes "1440x900" "1280x800"
Your modes and modeline have to match. You either need to make them both "1440x900" or both "1440x900@60". Actually I THINK you could call them both "Herby is Happy" and it would not care, as long as they matched.
 
Old 07-14-2008, 05:37 AM   #5
microcriminal
LQ Newbie
 
Registered: Jul 2008
Distribution: Ubuntu 8.04, Fedora 9, RHEL 5.1
Posts: 12

Original Poster
Rep: Reputation: 0
i changed them but still no luck. here is the updated xorg.conf:
Code:
Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "i810"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	ModelName    "HP L1908w"
	HorizSync    24.0 - 83.0
        VertRefresh  50.0 - 76.0
	DisplaySize  412 260
	Option  "DPMS"
	Modeline "1440x900" 106.5 1440 1520 1672 1904 900 903 909 934 -hsync +vsync
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1440x900"
	EndSubSection
EndSection
the mode is not being listed in:
1. System -> Administration -> Display (system-config-display)
2. System -> Preferences -> Screen Resolution (gnome-display-properties)

all i see are the four default resolutions i.e. 1280x1024, 1024x768, 800x600 and 640x480

Last edited by microcriminal; 07-14-2008 at 07:10 AM.
 
Old 07-14-2008, 01:55 PM   #6
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,362

Rep: Reputation: 169Reputation: 169
You did log out after you made the changes?
 
Old 07-14-2008, 03:32 PM   #7
microcriminal
LQ Newbie
 
Registered: Jul 2008
Distribution: Ubuntu 8.04, Fedora 9, RHEL 5.1
Posts: 12

Original Poster
Rep: Reputation: 0
yes. i did. in fact i also restarted the Xorg server. like you do by hitting Ctrl+Alt+Backspace. i mean the configuration seems to load without any error messages or whatsoever but there is no visible effect however.

Last edited by microcriminal; 07-14-2008 at 03:35 PM.
 
Old 07-14-2008, 03:51 PM   #8
forrestt
Senior Member
 
Registered: Mar 2004
Location: Cary, NC, USA
Distribution: Fedora, Kubuntu, RedHat, CentOS, SuSe
Posts: 1,288

Rep: Reputation: 98
Have you seen an tried this?

HTH

Forrest
 
Old 07-17-2008, 06:03 AM   #9
microcriminal
LQ Newbie
 
Registered: Jul 2008
Distribution: Ubuntu 8.04, Fedora 9, RHEL 5.1
Posts: 12

Original Poster
Rep: Reputation: 0
ha forrest! thanks! that worked for me!
now i get my screen to be 1440x900 but with a new problem!

the problem being: a part of my screen is not visible and when i auto adjust my monitor, it randomly removes a bit of the upper portion or the lower portion and then displays! also, my monitor keeps saying that current input setting is 1152x870 but clearly when i take a screenshot, it is 1440x900.

here is the current xorg.conf
Code:
Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	ModelName    "HP L1908w"
	DisplaySize	401	256
	HorizSync    24.0 - 83.0
	VertRefresh  50.0 - 76.0
	ModeLine     "1440x900" 106.5 1440 1520 1672 1904 900 903 909 934
	Option	    "DPMS"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "i810"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth   24  
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1440x900"
	EndSubSection
EndSection
 
Old 02-01-2012, 03:32 AM   #10
iacobdoc
LQ Newbie
 
Registered: Feb 2012
Posts: 1

Rep: Reputation: Disabled
Solution

I know it would be out of scope by now, yet there is the answer.

I bought a HP L1908w monitor, second hand and use it with a Ubuntu 11.04 and nvidia graphic card.

I had the same problem as you.
I've edited /etc/X11/xorg.conf adding part of your xorg.conf but maintaining the "Device" section as it was.
I've added "Screed" and "Monitor section" as in your xorg.conf but updating the Device to "Default device" as in original xorg.conf
Everything works fine.
Sometimes, changing everything is not a good idea.



Section "Device"
Identifier "Default Device"
Option "NoLogo" "True"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Default Device"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1440x900"
EndSubSection
EndSection

Section "Monitor"
Identifier "Monitor0"
ModelName "HP L1908w"
HorizSync 24.0 - 83.0
VertRefresh 50.0 - 76.0
DisplaySize 412 260
Option "DPMS"
Modeline "1440x900" 106.5 1440 1520 1672 1904 900 903 909 934 -hsync +vsync
EndSection

Last edited by iacobdoc; 02-09-2012 at 02:42 AM. Reason: Updating
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing command line resolution. Not a bootloader problem but kernel's. kummiliim Linux - Kernel 6 08-06-2007 01:00 AM
Problem changing resolution esticlopise Linux - Software 1 07-09-2007 10:49 PM
Problem changing the video adapter setting and changing the screen resolution habiblove Linux - General 3 02-18-2006 05:10 PM
problem in changing resolution pipelok-j Linux - General 9 04-02-2004 07:55 AM
Resolution changing problem pnh73 Linux - General 6 08-30-2003 04:36 AM


All times are GMT -5. The time now is 06:53 PM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration