Re: Screen Resolution problem on FC4 (used to work OK on FC3)

eacosta_at_yahoo.com
Date: 07/14/05

  • Next message: rafael: "Re: Fedora Up2date"
    Date: 13 Jul 2005 15:23:28 -0700
    
    

    Here is the bottom of my xorg.conf. I commented the Viewport option out
    as you said, but it made no difference:

    Section "Monitor"
            Identifier "Monitor0"
            VendorName "Monitor Vendor"
            ModelName "210T/MP/LXA"
            DisplaySize 510 320
            HorizSync 30.0 - 93.0
            VertRefresh 56.0 - 85.0
            Option "dpms"
    EndSection

    Section "Device"
            Identifier "Videocard0"
            Driver "ati"
            VendorName "Videocard vendor"
            BoardName "ATI Mach64"
    EndSection

    Section "Screen"
            Identifier "Screen0"
            Device "Videocard0"
            Monitor "Monitor0"
            DefaultDepth 24
            SubSection "Display"

    # Viewport 0 0
                    Depth 24
                    Modes "1600x1200" "1400x1050" "1280x960" "1280x800"
    "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
            EndSubSection
    EndSection

    Section "DRI"
            Group 0
            Mode 0666
    EndSection

    Furthermore, I believe the problem is with gnome-display-properties
    utility, since it wont let me change the resolution past 1280x1024,
    even though system-config-display is set to 1600x1200. I dont remember
    gnome-display-properties been part of FC3. I have ran this utility with
    strace and I cant see it writing to a configuration file.


  • Next message: rafael: "Re: Fedora Up2date"

    Relevant Pages