LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   Widescreen TFT (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/widescreen-tft-161282/)

ivers 03-23-2004 05:07 AM

Widescreen TFT
 
I got this laptop with a 15,2" Widescreen TFT monitor that can do 1280x864.

I've only managed to achieve 1024x768, and gnome looks ugly.

Is there anyone who knows what to do to get xfree to start with 1280x864 ?

I've tried to set colors to 16/8/4 bit but that's not working.
Modelines, Options, alot of them eg.

Help ? :(

hw-tph 03-23-2004 05:20 AM

Did you try to set the default mode to 1280x864 in your XFree86 config file (usually /etc/X11/XF86Config-4)?
Something like this should do if you have DefaultDepth set to 24:
Code:

        SubSection "Display"
                Depth    24
                Modes          "1280x864" "1024x768" "800x600"
        EndSubSection

Håkan

ivers 03-23-2004 05:39 AM

Yes, but I get

Code:

screens found, but none has a usable configuration
I've tried this too:

Code:

Section "Monitor"
        Identifier  "Widescreen"
        VendorName  "Monitor Vendor"
        ModelName    "Generic Laptop Display Panel 1280x864"
        HorizSync    31.5 - 67.0
        VertRefresh  50.0 - 71.0
        Option      "dpms" 
        ModeLine "1280x864" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync
EndSection


hw-tph 03-23-2004 06:17 AM

Can we have some more info please, like the exact model of your laptop and your video card. It would probably help. :)


Håkan

ivers 03-23-2004 06:24 AM

Medion MD2681-WIM2000

root@rusbrus:~# lspci |grep nVidia
01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 440 Go 64M] (rev a3)

ivers 03-23-2004 07:54 AM

Now running XFree 4.4 :cool:

Still not working :(

XF86Config looks like this:

Code:

Section "Monitor"
        Identifier  "Widescreen"
        VendorName  "Monitor Vendor"
        ModelName    "Generic Laptop Display Panel 1280x864"
        HorizSync    31.5 - 67.0
        VertRefresh  50.0 - 71.0
        Option      "dpms"
        ModeLine "1280x864" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync
EndSection

Section "Device"
        Identifier  "Geforce"
        Driver      "nvidia"
        VendorName  "Videocard vendor"
        BoardName  "Geforce 4 440 Go"
        VideoRam    65536
        Option      "dpms"
        Option      "UseFBDev"
        Option      "noaccel"
        Option      "AGPMode" "4"
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "Geforce"
    Monitor    "Widescreen"
    DefaultDepth 24

    Subsection "Display"
        Depth      8
        Modes      "1280x864"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth      16
        Modes      "1280x864"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth      24
        Modes      "1280x864"
        ViewPort    0 0
    EndSubsection
EndSection

Logging says this:
Code:

(WW) NVIDIA(0): The user specified HorizSync "31.500-67.000" has been adjusted
(WW) NVIDIA(0):      to "31.500-48.000" (the intersection with EDID-specified
(WW) NVIDIA(0):      HorizSync "29.000-48.000")
(WW) NVIDIA(0): The user specified VertRefresh "50.000-71.000" has been
(WW) NVIDIA(0):      adjusted to "50.000-60.000" (the intersection with 
(WW) NVIDIA(0):      EDID-specified VertRefresh "0.000-60.000"
(II) NVIDIA(0): Widescreen: Using hsync range of 31.50-48.00 kHz
(II) NVIDIA(0): Widescreen: Using vrefresh range of 50.00-60.00 Hz     
(II) NVIDIA(0): Clock range:  12.00 to 350.00 MHz
(II) NVIDIA(0): Not using mode "1280x864" (vrefresh out of range)
(II) NVIDIA(0): Not using mode "1280x864" (no mode of this name)
(II) NVIDIA(0): AGP 4X successfully initialized
(II) NVIDIA(0): Setting mode "1024x768"

GLX is enabled.

:(

hw-tph 03-23-2004 10:14 AM

I don't have the nVidia driver here on this box but check the documentation for it, it might mention what modes are supported and how to set them correctly.

Håkan

ivers 03-23-2004 10:23 AM

Quote:

Originally posted by hw-tph
I don't have the nVidia driver here on this box but check the documentation for it, it might mention what modes are supported and how to set them correctly.

Håkan

I did :(

Doesn't help.

JaseP 03-23-2004 11:50 AM

This is a modeline problem.

You need to create a useable modeline for that resolution in the section with everything else. That modeline must specify the starting position and range of the display at the proper frequency. If the frequency is off, then a mode might not be useable by XFree86.

Do a google search for linux modelines.

A display like that is non-standard and needs a fair amount of tweaking.

ivers 03-23-2004 12:15 PM

Quote:

Originally posted by JaseP
This is a modeline problem.

You need to create a useable modeline for that resolution in the section with everything else. That modeline must specify the starting position and range of the display at the proper frequency. If the frequency is off, then a mode might not be useable by XFree86.

Do a google search for linux modelines.

A display like that is non-standard and needs a fair amount of tweaking.

Yes, I noticed. Now it says hsync is out of range.. wooo - progress!

Code:

Modeline "1280x864" 87.76  1280 1328 1440 1632  864  864  866  896

JaseP 03-23-2004 12:22 PM

Try here:

http://www.dkfz-heidelberg.de/spec/linux/modeline/

If you look at your logfile, you will notice the nVidia drivers are changing the horizontal and vertical refresh frequencies. Set new ranges in the calculator and adjust your XFree86Config file accordingly.


If this calulator doesn't work, try looking for another online.

ivers 03-23-2004 12:25 PM

That is just the one I'm experimenting with.


All times are GMT -5. The time now is 07:02 PM.