Re: (no subject)

From: jludwig (wralphie_at_comcast.net)
Date: 04/02/04

  • Next message: jludwig: "Re: Anythnig to watch out for on a laptop?"
    To: For users of Fedora Core releases <fedora-list@redhat.com>
    Date: Fri, 02 Apr 2004 08:12:51 -0500
    
    

    The pixel size 1056x729 is non standard and (probably) is not understood
    by XFree86. Reboot and log in as root;
    1) If you can use vi or emacs go to the directory /etc/X11 and edit
    XF86Config and locate the line that has Modes and replace the "1056x729"
    with "800x600"
    1024x768" as below.

    Section "Screen"
            Identifier "Screen0"
            Device "Card0"
            Monitor "Monitor0"
            DefaultDepth 24
            SubSection "Display"
                    Depth 24
                    Modes "800x600" "1024x768"
            EndSubSection
    EndSection

    2) If you are not secure in direct editing run;
    redhat-config-xfree86

    -- 
    jludwig <wralphie@comcast.net>
    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    

  • Next message: jludwig: "Re: Anythnig to watch out for on a laptop?"