LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   modeline, xvidtune, positioning screen (https://www.linuxquestions.org/questions/slackware-14/modeline-xvidtune-positioning-screen-203644/)

arubin 07-11-2004 04:22 AM

modeline, xvidtune, positioning screen
 
I have doe the xvidtiune, modeline thing and it does not appear to be taking effect. Have I got modeline in the wrong place or something?

Section "Monitor"

Identifier "Mitsubishi"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

HorizSync 31.5 - 79.0

# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

VertRefresh 50-130

ModeLine "1280-1024" 108.00 1280 1336 1448 1668 1024 1035 1028 1066 +hsync +vsync

EndSection

carboncopy 07-11-2004 07:27 AM

Re: modeline, xvidtune, positioning screen
 

ModeLine "1280-1024" 108.00 1280 1336 1448 1668 1024 1035 1028 1066 +hsync +vsync


In
Section "Screen"
Code:

SubSection "Display"
    Depth 24
    Modes "1280-1024"
    ViewPort 0 0
EndSubsection

I am assuming that you are having DefaultDepth 24; If you don't notice the difference from normal, the Modes "name" equal to your ModeLine "name"

However, I am just guessing, cause you do not provide enough information.

arubin 07-11-2004 11:04 AM

This is what I have

Section "Screen"
Identifier "Screen 1"
Device "NVidia"
Monitor "Mitsubishi"
DefaultDepth 24

Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection

carboncopy 07-12-2004 08:00 AM

The ModeLine you stated above is identified by "1280-1024". Note the DASH.
You are not using the ModeLine in your Screen Section. Note "1280x1024". So, you MUST use the same "identifier" for both part.

arubin 07-13-2004 12:34 PM

I have changed it to

ModeLine "1280x1024" 108.00 1280 1336 1448 1668 1024 1035 1028 1066 +hsync +vsync

but it does not make a difference.

Alan

arubin 07-13-2004 12:57 PM

I have got it OK now but it is in 1024x768. It does not seem to want to go into 1280x1024

keefaz 07-13-2004 01:09 PM

Try ctrl + alt + [+] and ctrl + alt + [-] to change resolutions (+ and - from the numkey pad)

Shade 07-13-2004 04:53 PM

Try adding this to your monitor section:

Code:

        Option "DDCMode" "on"
That tells X to use the values it gets from your monitor.
Rather than doing it the old fashioned way with xvidtune and *gag* modelines.

--Shade

arubin 07-14-2004 02:47 AM

Now I have it OK on 1280x1024.

The problem now is that if I cycle thought the resolutions with ctrl-alt-+ what happens is that the desktop enlarges so that one can only see part of it.

If I try Option "DDCMode" "on" where does it go?

Thanks


All times are GMT -5. The time now is 02:32 AM.