FC3: ViewSonic VX910 not found

Lon Hohberger lhh at redhat.com
Thu Mar 31 15:57:59 UTC 2005


On Thu, 2005-03-31 at 07:04 -0800, Richard Emberson wrote:
> I've got FC3 on a system with a ViewSonic VX910. When I configure
> the display, it comes up with a VX900 and there is no VX910
> listed in the list of supported displays. Trouble is, the
> VX900 only goes upto 1152x864 where as the VX910 goes to
> 1280x1024.
> 
> How can I instruct Fedora that I wish to have a 1280x1024 screen?
> Is there an update available that also lists the ViewSonic
> VX910?


Not sure about the update bit, but here are my monitor and screen
sections of /etc/X11/xorg.conf:

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "ViewSonic"
        ModelName    "VX910"
        HorizSync    30.0 - 75.0
        VertRefresh  59.0 - 61.0
        Option      "dpms"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "1280x1024" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1280x1024" "800x600" "640x480"
        EndSubSection
EndSection

-- Lon




More information about the fedora-list mailing list