Re: FC3 and Riva128 graphics adapter - resolution problems

From: Gain Paolo Mureddu (gmureddu_at_prodigy.net.mx)
Date: 02/09/05

  • Next message: Rob Rosenthal: "Re: Compiling programs and KDE"
    Date: Tue, 08 Feb 2005 20:37:05 -0600
    To: For users of Fedora Core releases <fedora-list@redhat.com>
    
    

    Rob MacKay wrote:

    > Hi there,
    >
    > I'm having a problem with my newly installed system, and need some
    > guidance. Any help or direction would be appreciated.
    >
    > My system is a PII 350 with riva128 on board. I've configured Xorg
    > and it's mostly working ok. My own login is fine once I changed the
    > resolution using preferences>screen resolution. The signon screen and
    > root login screen, however, are both stuck on 1280X960 and my monitor
    > (Benq 15" flat panel) complains about it. It shows the screen, but
    > says "out of range" on the screen. When I got into root login and
    > change the resolution, it stays for that session, but when I log out
    > and back in ... it's changed back to 1280X960 (I want 1024X768).

    Edit this entry (as root) in the file /etc/X11/xorg.conf:
    Section "Screen"
            Identifier "Screen0"
            Device "Videocard0"
            Monitor "Monitor0"
            DefaultDepth 24
            SubSection "Display"
                    Viewport 0 0
                    Depth 16
                    Modes "1024x768" "800x600" "640x480"
            EndSubSection
            SubSection "Display"
                    Viewport 0 0
                    Depth 24
                    Modes "1024x768" "800x600" "640x480"
            EndSubSection
    EndSection

    In the above section just erase the entries for the resolution you don't
    want, in this case 1280x960. In this file the entries are read by X from
    left to right, meaning that the first resolution listed is the default
    mode to use, but the others are useable resolutions too. Also to lessen
    a bit the overhead on the card, you may choose a mode of 16 bits of
    depth instead of the default 24.

    Hope this helps.

    Gian.

    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    

  • Next message: Rob Rosenthal: "Re: Compiling programs and KDE"

    Relevant Pages

    • Re: Re: No 1028x786 resolution on HP M50 Monitor On Sarge
      ... > EndSection ... > There are no other entries beside the DEBCONF entries. ... all but the 1280x1024 resolution which my monitor doesn't support. ...
      (Debian-User)
    • Re: dupe times in Time::HiRes
      ... Unfortunately the solution suggested won't work when entries ... When comparing/merging and 'UNION'ing tables together, ... A true chronological timestamp allows entries from various sources ... Even 1/10 sec resolution is 10 times more accurate than whole seconds. ...
      (comp.lang.perl.modules)
    • Re: All day events cutting off
      ... Changing the resolution is the only "fix". ... MVP - Outlook ... > When I have 20 or 30 all day events in my shared calendar, ... > calendar only displays the first 10 entries. ...
      (microsoft.public.outlook.calendaring)
    • Re: redhat 9 and nvidia driver
      ... The option is available in settings, ... Put the first one as the resolution you want X to ... but shouldn't those entries by "800x600" ... I assume it's the same in all XF86Config files. ...
      (linux.redhat)
    • FC3 and Riva128 graphics adapter - resolution problems
      ... I'm having a problem with my newly installed system, ... My own login is fine once I changed the resolution using ... The signon screen and root login screen, ... Perhaps related is the fact that I can't seem to open display configuration ...
      (Fedora)