8. Hardware Configuration

Kudzu handles this beautifully. Only the X config needed a little twiddle:

X Configuration (monitor settings)
In /etc/X11/XF86Config --- changed VertRefresh to 50 - 130 and HorizSync to 30 - 72
    Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Unknown monitor"
        HorizSync    30.0 - 72.0
        VertRefresh  50.0 - 130.0
        Option      "dpms"
    EndSection
  
and added 1024x768 to the Screen Modes section:
    Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     16
        SubSection "Display"
                Depth     16
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
    EndSection
  


...previousup (conts)next...



About this document:

Produced from the SGML: /home/isd/public_html/_gbtc/_reml_grp/index.reml
On: 16/9/2003 at 13:25:38
Options: reml2 -i noindex -l long -o html -p multiple