LinuxQuestions.org
Visit Jeremy's Blog.
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
 
LinkBack Search this Thread
Old 07-27-2007, 07:30 PM   #1
ssenuta
Member
 
Registered: Mar 2006
Location: NYS
Distribution: Mandriva-2006
Posts: 103

Rep: Reputation: 16
Help with the monitor section of xorg.conf needed


The mfg. "spec sheet" for my 19'Soyo LCD monitor shows:

vert sync range 50-75 hz
horiz sync range 30-80 khz

The "owners manual" strongly suggests these display modes which are supported by my via graphics driver:

Resolution: Vert Freq: horiz Freq:
800x600 75hz 46.9khz
1024x768 60hz 48.4khz

If I choose to use the 1024x768 suggested resolution for this monitor, which one of the following would be best to put into the "monitor section" of my xorg.conf file?

1.) HorizSync 30-80
VertRefresh 50-75

2.) HorizSync 30-48.4
VertRefresh 50-60

3.) HorizSync 48.4
VertRefresh 60

Note: I am not sure the #3 entry above is valid because the manual fo xorg.conf states that these entriescan be either a "range" or "comma seperated list" of values.

Thank you for reading this post & I am looking forward to hearing any response.

Last edited by ssenuta; 07-27-2007 at 07:35 PM.
 
Old 07-27-2007, 07:49 PM   #2
Simon Bridge
Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu 10.04
Posts: 9,196

Rep: Reputation: 190Reputation: 190
vertical sync and horizontal refresh for an LCD monitor are not really important. (Unless, for some reason, it pretends to be an analog monitor). These settings are for CRTs which have to scar each screen completely. Digital monitors only update the part that changes.

Just add your manufacturers range.

Note "3 is valid - it has a comma separated list that contains only one member.
 
Old 07-27-2007, 07:50 PM   #3
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 3,665

Rep: Reputation: 204Reputation: 204Reputation: 204
Have you tried omitting the sync information? If you don't specify it, the X-server should just read it from the vendor information supplied by the monitor when it's queried by X.

Here's what my monitor section looks like:
Code:
Section "Device"
        Identifier  "Videocard0"
        Driver      "ati"
        VendorName  "Gateway"
        BoardName   "ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)"
        Option      "AddARGBGLXVisuals" "True"
        Option      "DisableGLXRootClipping" "True"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection
 
Old 07-29-2007, 10:17 AM   #4
ssenuta
Member
 
Registered: Mar 2006
Location: NYS
Distribution: Mandriva-2006
Posts: 103

Original Poster
Rep: Reputation: 16
Thanks for your replys. You guys seem to imply that the HorizSync & VertRefresh entries of xorg.conf are really not relevant or necessary when using a Flat panel LCD monitor.

This might explain why the cmd Xorg -configure created one for me without those entries. It didn't work at first until I edited a few things like adding a default depth entry to the screen section & the horiz sync / vert refresh entries to the monitor section.

Most likely the only thing that needed changing was the Screen section. Here is how it looks now:

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 16 ##....added by user root as the preferred color depth
#SubSection "Display" ##....this (depth 1) display-SubSection not always valid
# Viewport 0 0
# Depth 1
#EndSubSection
#SubSection "Display" ##....this (depth 4) display-SubSection not always valid
# Viewport 0 0
# Depth 4
#EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Last edited by ssenuta; 07-29-2007 at 10:19 AM.
 
  


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
xorg.conf need monitor section help lesmyer Linux - Software 0 06-14-2006 12:36 PM
xorg.conf bizarre monitor section / obtaining 96dpi screen resolution for WinXP Font lesmyer Linux - Newbie 1 06-13-2006 01:30 PM
xorg.conf redetect monitor 3saul Linux - Software 1 01-13-2006 12:30 AM
nvidia tv-out Xorg.conf copy needed... TomCollins Slackware 4 11-07-2004 02:50 PM
xorg.conf looks right (to me), but still no 2nd monitor? browman Fedora 2 10-23-2004 05:27 AM


All times are GMT -5. The time now is 07:22 AM.

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