LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 12-28-2006, 10:57 AM   #1
robotball
LQ Newbie
 
Registered: Nov 2006
Posts: 9

Rep: Reputation: 0
Widescreen Hz, Khz


I hope someone can help me. I purchased a new monitor, widescreen, and tried to configue it with my SUSE 10.1 machine. I did not understand what I was doing, so I never did get it right. My machine started acted strange which is a another problem, so I descided to just reinstall from scratch. The install configured my monitor for 1920x1200. When it tried to boot my monitor flased a message that it needed to be 1920x1200 @ 60Hz. From searching here I was able to change the xorg.conf file manually after doing the Ctl-Alt-F1 procedure. I changed the VertRefresh to 60. Rebooted and then I got a fuzzy, chopped, offcolor, shaky, not centered picture. I checked my manual and it says

Horizontal scan range 30 kHz to 81 kHz (automatic)
Vertical scan range 56 Hz to 76 Hz, exception 1920 x 1200 at 60 Hz only

It also said in a table:

Display Mode Horiz Freq (kHz) Vert Freq (Hz) Pixel Clock (MHz) Sync
VESA, 1920 x 1200 74.0 60.0 154.0 +/-


So I changed Horiz to 74. Now I get what appears to be like an old DOS window appear stating that you have no valid modes, would you like to see the X server log. The X server will not start. Please correct your configuration. Can anyone help me? I am at an end. Thanks.
 
Old 12-28-2006, 12:25 PM   #2
snowtigger
Member
 
Registered: Mar 2005
Location: england
Distribution: slackware, win2k
Posts: 364

Rep: Reputation: 35
At the moment X does not really know about widescreen set ups by default. But you can tell it about them.

Hopefully you will have a little program on your machine called 'gtf'. It is used for calculating modelines. It is run from a terminal simple by 'gtf X Y refresh'. So for yours do 'gtf 1920 1200 60'. This would give results like this,
Code:
bash-3.1$ gtf 1920 1200 56

  # 1920x1200 @ 56.00 Hz (GTF) hsync: 69.38 kHz; pclk: 178.73 MHz
  Modeline "1920x1200_56.00"  178.73  1920 2040 2248 2576  1200 1201 1204 1239  -HSync +Vsync
I do not fully understand what it all means yet (some thing i am working on).

Now you need to put this and some other info into your X config. I have a Samsung 172w, which is a 17inch widescreen running 1240x768@60hz. Below is the part of my xorg.conf that has been changed to make it work. You will have to change parts to suit yours.

Code:
Section "Monitor"
    Identifier  "My Monitor"
    HorizSync   30-81
    VertRefresh 60
    UseModes "ws"
EndSection

Section "Modes"
    Identifier "ws"
    Modeline "1280x768" 80.1 1280 1344 1480 1680 768 769 772 795
EndSection

Section "Device"
    Identifier  "** NVIDIA (generic)                   [nv]"
    Driver      "nv"
    #VideoRam    131072
    # Insert Clocks lines here if appropriate
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "** NVIDIA (generic)                   [nv]"
    Monitor     "My Monitor"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x768"
        ViewPort    0 0
    EndSubsection
EndSection
As you can see I have set it up to only display in widescreen mode. With no other resolutions available. You don not have to do that yourself.

 
Old 12-29-2006, 10:20 PM   #3
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
915resolution is what you want I believe.. http://www.geocities.com/stomljen/

should be available through yast....

Last edited by farslayer; 12-29-2006 at 10:22 PM.
 
Old 12-29-2006, 10:58 PM   #4
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Quote:
Originally Posted by snowtigger
At the moment X does not really know about widescreen set ups by default. But you can tell it about them.

Hopefully you will have a little program on your machine called 'gtf'. It is used for calculating modelines. It is run from a terminal simple by 'gtf X Y refresh'. So for yours do 'gtf 1920 1200 60'. This would give results like this,
Code:
bash-3.1$ gtf 1920 1200 60

  # 1920x1200 @ 60.00 Hz (GTF) hsync: 69.38 kHz; pclk: 178.73 MHz
  Modeline "1920x1200_60.00"  178.73  1920 2040 2248 2576  1200 1201 1204 1239  -HSync +Vsync
If you have a "Modes" section, already add the modeline there. If not, you can add the modeline to the "Monitor" section. The xorg.conf file has it's own manpage you can reference. However, change the modeline identifier from "1920x1200_60.00" to "1920x1200_60". Xorg doesn't seem to like it if you include the ".00".

In the "Modes" subsections, add "1920x1200_60":
Code:
Section "Screen"

   ...

    Subsection "Display"
        Depth       8
        Modes       "1920x1200_60" "1280x768"
        ViewPort    0 0
...
 
Old 01-03-2007, 08:15 PM   #5
jblfan
LQ Newbie
 
Registered: Dec 2004
Location: Lexington, Ky
Distribution: Fedora 5 w/42" ws monitor
Posts: 5

Rep: Reputation: 0
Please disregard...wrong section...

Last edited by jblfan; 01-03-2007 at 08:21 PM. Reason: wrong section....
 
  


Reply

Tags
widescreen


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
Problems with widescreen resolutions (1280x720) on 15" widescreen TFT with nvidia Arvendui Linux - Software 6 02-18-2006 09:21 AM
Widescreen aerogate Mandriva 5 11-18-2005 12:28 AM
Widescreen BobAymon Linux - Laptop and Netbook 2 10-02-2005 12:06 AM
KHz VS. Hz c_olin3404 Slackware 10 05-27-2005 02:14 AM
AC97 Khz lock Raziel Linux - Newbie 0 07-25-2003 10:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

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