Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 05-07-2006, 12:17 AM   #1 (permalink)
 
Super Techie

Join Date: Dec 2004

Posts: 467

TheRecluse

Default can someone help me with my xorg.conf?

I'm having trouble getting my xorg.conf configured correctly. here are the specs that i found on my computer from a cnet review...



* Processor manufacturer
* Intel

* Processor type
* Pentium M

* Processor number
* 770

* Clock speed
* 1.73 GHz

* Graphics processor
* Intel GMA 900

* Max resolution (external)
* 1280 x 800

* Max video RAM supported
* 128 MB


and here is my xorg.conf file:

Section "Device"
Identifier "Intel Corporation Intel Default Card"
Driver "i810"
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
Modeline "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Intel Default Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection




i would love to get my resolution to 1280x800, but it's stuck at 1024x768@60hz

thanks for any comments
TheRecluse is offline  
Old 05-07-2006, 06:22 AM   #2 (permalink)
 
Ultra Techie

Join Date: May 2005

Location: Townsville, QLD

Posts: 641

jakec is on a distinguished road

Default

Hey Recluse,

Everything Looks fine, execept for the section:monitor paragraph Delete it entirely and insert this:

Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 110.0
VertRefresh 43.0 - 90.0
Modeline "1280x800" 80.58 1280 1344 1480 1680 800 801 804 827
Option "DPMS"
EndSection

repeat for all the Depths you have 1,4,8,15,16,24...whatever. (you have done this) if it doesn't work delete all depth settings bar 24 (as the defult depth is set @ 24)

Save file, by pressing Key combo, CTRL+ALT+F1 Reboot the computer. When it comes back up you should see your new lovely screen.

Jake

Sources: http://web.tagus.ist.utl.pt/~ricardo...aio-fs215s.htm
jakec is offline  
Old 05-07-2006, 11:19 AM   #3 (permalink)
 
Super Techie

Join Date: Dec 2004

Posts: 467

TheRecluse

Default

all it did was give me the option to change to 800x600 and 640x480

am i making the mistake by trying to change it through the screen resolution option in gnome?
__________________
TheRecluse is offline  
Old 05-07-2006, 06:57 PM   #4 (permalink)
 
Ultra Techie

Join Date: May 2005

Location: Townsville, QLD

Posts: 641

jakec is on a distinguished road

Default

You might need to edit it Manually,

To access it open a terminal as root and type
sudo gedit /etc/X11/xorg.conf
and put that code in I typed above

if the HorizSync, VertRefresh looks bad try replaceing with the code below

HorizSync 28-64 VertRefresh 43-60

remember to save the original xorg.conf file to do a rollback if needbe

Jake
jakec is offline  
 
Closed Thread

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