LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-18-2009, 05:15 AM   #1
lemtree
LQ Newbie
 
Registered: Nov 2009
Posts: 29

Rep: Reputation: 15
max resolution of 800x600


Hi

I have S3 UniChrome Pro graphics device and a standard CRT monitor.
Running Fedora 12 installed from Live CD
However my resolution does not go above 800x600.

I have searched the posts but not found a solution.

I have tried installing system-config-display, it also gives a max res of 800x600
I tried adding nomodeset to my kernel line in grub.conf file, no change
I tried running #Xorg -config and then editing the file to add modes. that did not work. not to sure what I was doing anyhow.

Please would you help me to fix this problem.
 
Old 12-18-2009, 05:40 AM   #2
ammorais
Member
 
Registered: Nov 2009
Location: Lisbon, Portugal
Distribution: Gentoo, CentOs, Ubuntu, Debian
Posts: 182

Rep: Reputation: 49
please post your xorg.conf
/etc/X11/xorg.conf
 
Old 12-18-2009, 06:16 AM   #3
lemtree
LQ Newbie
 
Registered: Nov 2009
Posts: 29

Original Poster
Rep: Reputation: 15
I have not created an xorg.conf file and it seems niether has any other app.
 
Old 12-18-2009, 07:06 AM   #4
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Please attach your /var/log/Xorg.0.log file to a post here, or use a service like http://pastebin.com/ to show us that log file.

Adam
 
Old 12-18-2009, 07:28 AM   #5
lemtree
LQ Newbie
 
Registered: Nov 2009
Posts: 29

Original Poster
Rep: Reputation: 15
file is attached I renamed it for uploading purposes
Attached Files
File Type: txt Xorg-log.txt (30.3 KB, 20 views)
 
Old 12-18-2009, 07:32 AM   #6
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Well it is properly using the chrome driver (I initially thought it might be using 'vesa'), and you do have an /ec/X11/xorg.conf file according to that log. Please show us that xorg.conf file.

Adam
 
Old 12-18-2009, 07:47 AM   #7
lemtree
LQ Newbie
 
Registered: Nov 2009
Posts: 29

Original Poster
Rep: Reputation: 15
I have tried so many things I am getting confused.

I created this xorg.conf file using #Xorg -configure
Attached Files
File Type: txt xorg-config.txt (3.4 KB, 23 views)
 
Old 12-18-2009, 08:04 AM   #8
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Well for some reason the chrome driver is not detecting the EDID from the monitor, but I do not know if the chrome driver even supports that. You could try creating a modeline and using the PreferredMode option in the Monitor section of the xorg.conf file. For example, if you wanted 1024x768@60, you would use the utility cvt to create this modeline:

Modeline "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync

When you add that and the PreferredMode option to your xorg.conf file, you'd end up with a monitor section like this:

Code:
Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	Modeline "1024x768_60.00"   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync
        Option "PreferredMode" "1024x768_60.00"
EndSection
Adam
 
Old 12-18-2009, 09:35 AM   #9
lemtree
LQ Newbie
 
Registered: Nov 2009
Posts: 29

Original Poster
Rep: Reputation: 15
I have done as you suggested but it has not worked.

I get a login screen which looks wrong it is very dark and the windows are streched. Then as soon as I login it reverts to 800x600.

I don't get it because windows worked just fine with 1024x768.
 
Old 12-18-2009, 09:50 AM   #10
lemtree
LQ Newbie
 
Registered: Nov 2009
Posts: 29

Original Poster
Rep: Reputation: 15
I got it to work, below is my xorg.conf should anyone be interested in the future.

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

Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"

# keyboard added by system-config-display
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105+inet"
	Option	    "XkbLayout" "us"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	ModelName    "Monitor 1024x768"
	HorizSync    31.5 - 61.0
	VertRefresh  50.0 - 75.0
	Option	    "dpms"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "openchrome"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1024x768" "832x624" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes    "800x600"
	EndSubSection
EndSection
 
Old 12-18-2009, 10:39 AM   #11
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Very cool. Glad you got it working.

Adam
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] ubuntu9 no owner permissions + screen res max at 800x600 GOLFisAdisease Ubuntu 7 08-21-2009 03:15 PM
Can't get a better resolution than 800X600 on debian bharath144 Linux - General 4 03-12-2006 10:23 AM
Max Resolution at 800x600 in SimplyMepis 2004 sou.hassel MEPIS 6 01-19-2006 02:36 PM
screen resolution 800x600 chocloman Slackware 4 03-19-2005 09:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 08:28 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