FC5 & Dell 2007FPW - Anybody got widescreen?

Phil Meyer pmeyer at themeyerfarm.com
Fri Nov 17 20:11:31 UTC 2006


lmnca wrote:
> I did.
> But my display is a 2005FPW and video board is i915.
> Let me know if that is of interest to you. I used 915resolution.
>
> I did not find the way to get rid of a black stripe on the left side
> of the screen. Tried all the modelines I could get my hands on on the
> web to no avail. If anyone has modelines that work without this black
> stripe, I am interested. 
>
> I running xorg:
> laurent  > X -version
>
> X Window System Version 6.8.2
> Release Date: 9 February 2005
> X Protocol Version 11, Revision 0, Release 6.8.2
> Build Operating System: Linux 2.6.9-42.0.2.ELsmp i686 [ELF]
> Current Operating System: Linux chronos-lt 2.6.9-42.0.3.EL #1 Fri Oct
> 6 05:59:54 CDT 2006 i686
> Build Date: 13 September 2006
> Build Host: build-i386
>
>         Before reporting problems, check http://wiki.X.Org [1]
>         to make sure that you have the latest version.
> Module Loader present
> OS Kernel: Linux version 2.6.9-42.0.3.EL (buildsvn at build-i386 [2])
> (gcc version 3.4.6 20060404 (Red Hat 3.4.6-3)) #1 Fri Oct 6 05:59:54
> CDT 2006 F
>
> Links:
> ------
> [1] http://wiki.X.Org
> [2] mailto:buildsvn at build-i386
>
>
>
>   
That monitor does not report its capabilities properly.. It is .1 off. :)

Here are the lines from my xorg.conf file that make the differences:

Section "Monitor"

        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "LCD Panel 1920x1200"
 ### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    31.5 - 90.0
        VertRefresh  60.0 - 60.0
        Option      "dpms"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        Option      "ModeValidation" "NoMaxPClkCheck"
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1920x1200" "1680x1050" "1280x800"
        EndSubSection
EndSection

That should do it.
The only trick is the NoMaxPClkCheck entry.

This works on mine with the nvidia and nv drivers.




More information about the users mailing list