<html><head><style type="text/css"><!-- DIV {margin:0px} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt">I'm having some trouble getting beyond 1024x768 resolution on my IBM T22 laptop running FreeBSD 6.0 and KDE 3.5.<br><br>Just installing KDE I get this resolution just fine, but when I try and add 1280x1024 "mode" in the xorg.conf file it does not seem to take affect.<br><br>I notice that in the "Configure Desktop" tool it shows "Screen 1" as the only available screen for "Settings for Screen" selector.  Yet my xorg.conf only identifies "Screen 0" perhaps that is just that the graphical tool starts counting at 1 instead of 0 but perhaps there's a mismatch here.<br><br>I also notice in my boot messages a warning (that for some reason I can  not capture in dmesg) that looks like "compat5x.sh" not set properly in rc.conf us
 ing old kdmrc.  But I've looked through the kdmrc and nothing jumps out at me as
 being related to this issue.<br><br>Here is my xorg.conf<br><br>Section "ServerLayout"<br>        Identifier     "X.org Configured"<br>        Screen      0  "Screen0" 0 0<br>        InputDevice    "Mouse0" "CorePointer"<br>        InputDevice    "Keyboard0" "CoreKeyboard"<br>EndSection<br><br>Section "Files"<br>        RgbPath      "/usr/X11R6/lib/X11/rgb"<br>        ModulePath   "/usr/X11R6/lib/modules"<br>        FontPath     "/usr/X11R6/lib/X11/fonts/URW/"<br>        FontPath
     
 "/usr/X11R6/lib/X11/fonts/misc/"<br>        FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"<br>        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"<br>        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"<br>        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"<br>        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"<br>EndSection<br><br>Section "Module"<br>        Load  "dbe"<br>        Load  "dri"<br>        Load  "extmod"<br>        Load  "glx"<br> &n
 bsp;      Load 
 "record"<br>        Load  "xtrap"<br>        Load  "freetype"<br>        Load  "type1"<br>EndSection<br><br>Section "InputDevice"<br>        Identifier  "Keyboard0"<br>        Driver      "kbd"<br>EndSection<br><br>Section "InputDevice"<br>        Identifier  "Mouse0"<br>        Driver      "mouse"<br>        Option      "Protocol" "auto"<br>        Option      "Device" "/dev/sysmouse"<br>        Option   
    "ZAxisMapping" "4 5"<br>EndSection<br><br>Section
 "Monitor"<br>        Identifier   "Monitor0"<br>        VendorName   "Monitor Vendor"<br>        ModelName    "Monitor Model"<br>        HorizSync    31.5-67<br>        VertRefresh  50-90<br>EndSection<br><br>Section "Device"<br>        ### Available Driver options are:-<br>        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",<br>        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"<br>        ### [arg]: arg optional<br>        #Option
     
 "NoAccel"                   # [<bool>]<br>        #Option     "HWCursor"                  # [<bool>]<br>        #Option     "SWCursor"                  # [<bool>]<br>        #Option     "ShadowFB"                  # [<bool>]<br>        #Option     "Rotate"         
            #
 [<str>]<br>        #Option     "UseBIOS"                   # [<bool>]<br>        #Option     "LCDClock"                  # <freq><br>        #Option     "ShadowStatus"              # [<bool>]<br>        #Option     "CrtOnly"                   # [<bool>]<br>        #Option  
   
 "TvOn"                      # [<bool>]<br>        #Option     "PAL"                       # [<bool>]<br>        #Option     "ForceInit"                 # [<bool>]<br>        #Option     "Overlay"                   # [<str>]<br>        #Option     "TransparencyKey" 
           #
 [<str>]<br>        Identifier  "Card0"<br>        Driver      "savage"<br>        VendorName  "S3 Inc."<br>        BoardName   "86C270-294 Savage/IX-MV"<br>        BusID       "PCI:1:0:0"<br>EndSection<br><br>Section "Screen"<br>        Identifier "Screen0"<br>        Device     "Card0"<br>        Monitor    "Monitor0"<br>        SubSection "Display"<br>                Depth  &nbs
 p;  1<br>       
 EndSubSection<br>        SubSection "Display"<br>                Depth     4<br>        EndSubSection<br>        SubSection "Display"<br>                Depth     8<br>        EndSubSection<br>        SubSection "Display"<br>                Depth     15<br>        EndSubSection<br>        SubSection "Display"<br>         &
 nbsp;      Depth    
 16<br>        EndSubSection<br>        SubSection "Display"<br>                Depth     24<br>                Modes     "1280x1024"<br>        EndSubSection<br>EndSection<br><br><br><br><div> </div>"The strength of the Constitution lies entirely in the determination of each citizen to defend it. Only if every single citizen feels duty bound to do his share in this defense are the constitutional rights secure." - Albert Einstein<div><br></div></div></body></html>