Hi,
i want to force xserver to use _only_ video modes that are listed in
section "Modes" and "Screen". is it possible? 
One more question: I know that i can disable randr extension, in
ServerFlags, but how? Theres no info in documentation about that ;)

Greets

-- 
[ Refugiado Comunista <[EMAIL PROTECTED]> ]

_______________________________________________________________________
my XF86Config: (XF86 4.3.0 with 3dFX voodoo 4 agp 32mb)

Section "ServerLayout"

        Identifier     "Aquarius config"
        Screen      0  "Ekran" 0 0
        InputDevice    "Mysz"           "CorePointer"
        InputDevice    "Klawiatura"     "CoreKeyboard"
        
EndSection

Section "Files"

        RgbPath         "/usr/X11R6/lib/X11/rgb"
        ModulePath      "/usr/X11R6/lib/modules"
        FontPath        "/usr/share/fonts/misc/"
        FontPath        "/usr/share/fonts/Type1/"
        FontPath        "/usr/share/fonts/75dpi/"
        FontPath        "/usr/share/fonts/100dpi/"
        
EndSection

Section "Module"

        Load  "record"
        Load  "extmod"
        Load  "dbe"
        Load  "dri"
        Load  "glx"
        Load  "xtrap"
        Load  "type1"
        
        
EndSection

Section "InputDevice"

        Identifier  "Klawiatura"
        Driver      "keyboard"
        Option "AutoRepeat" "500 30"
        Option "XkbRules"   "xfree86"
        Option "XkbModel"   "pc104"
        Option "XkbLayout"  "pl"

EndSection

Section "InputDevice"

    Identifier  "Mysz"
    Driver      "mouse"
    Option      "Protocol"      "imPS/2"
    Option      "Device"        "/dev/psaux"
    Option      "BaudRate"      "9600"
    Option      "SampleRate"    "400"
    Option      "Resolution"    "200"
    Option      "ZAxisMapping"  "4 5"
    Option      "Button"        "5"

    
EndSection

Section "Monitor"

        DisplaySize     360   270       # mm
        Identifier      "Monitor"
        HorizSync       30-96   
        VertRefresh     50-160
        Option          "DPMS"
        UseModes        "MyModes"
        
        
EndSection

Section "Modes"

        Identifier      "MyModes"
        Modeline "[EMAIL PROTECTED]"  166.70  1280 1344 1504 1728  1024 1025 1028
1072 +hsync +vsync      Modeline "[EMAIL PROTECTED]"  144.00  1152 1216 1344 1600 
864 865 868 900 +hsync +vsync   Modeline "[EMAIL PROTECTED]"  111.20  1024 1072 1168
1376  768 769 772 808 +hsync +vsync     Modeline "[EMAIL PROTECTED]"   66.10  800 832
896 1048  600 601 604 631 +hsync +vsync Modeline "[EMAIL PROTECTED]"   50.80 
640 696 752 832  480 481 484 509 -hsync -vsync  
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "UsePIO"                    # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "VideoKey"                  # <i>
        #Option     "NoSLI"                     # [<bool>]
        #Option     "TexturedVideo"             # [<bool>]
        #Option     "DRI"                       # [<bool>]
        Identifier  "Voodoo 4"
        Driver      "tdfx"
        VendorName  "3dfx Interactive"
        BoardName   "Voodoo5"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"

        Identifier "Ekran"
        Device     "Voodoo 4"
        Monitor    "Monitor"
        DefaultDepth 24
        SubSection "Display"
                Modes   "[EMAIL PROTECTED]" "[EMAIL PROTECTED]" "[EMAIL PROTECTED]" 
"[EMAIL PROTECTED]"
"[EMAIL PROTECTED]"             Depth   24
        EndSubSection
        
EndSection

Section "DRI"
    Mode 0666
EndSection

[EMAIL PROTECTED] fritz]$ xrandr 
 SZ:    Pixels          Physical       Refresh
*0   1280 x 1024   ( 361mm x 271mm )  *89   85   75   60  
 1   1152 x 864    ( 361mm x 271mm )   100  75  
 2   1024 x 768    ( 361mm x 271mm )   100  84   75   70   60   87  
 3    800 x 600    ( 361mm x 271mm )   99   85   75   72   70   65   60 
 56   4    640 x 480    ( 361mm x 271mm )   119  85   75   72   60  
 5   1280 x 960    ( 361mm x 271mm )   85   60  
 6   1152 x 768    ( 361mm x 271mm )   54  
 7    960 x 720    ( 361mm x 271mm )   60  
 8    928 x 696    ( 361mm x 271mm )   60  
 9    896 x 672    ( 361mm x 271mm )   60  
 10   832 x 624    ( 361mm x 271mm )   74  
 11   700 x 525    ( 361mm x 271mm )   74   59  
 12   640 x 512    ( 361mm x 271mm )   85   75   60  
 13   720 x 400    ( 361mm x 271mm )   85  
 14   640 x 400    ( 361mm x 271mm )   85  
 15   576 x 432    ( 361mm x 271mm )   75  
 16   640 x 350    ( 361mm x 271mm )   85  
 17   576 x 384    ( 361mm x 271mm )   54  
 18   512 x 384    ( 361mm x 271mm )   84   75   70   60   87  
 19   416 x 312    ( 361mm x 271mm )   74  
 20   400 x 300    ( 361mm x 271mm )   85   75   72   60   56  
 21   320 x 240    ( 361mm x 271mm )   85   75   72   60  
 22   360 x 200    ( 361mm x 271mm )   85  
 23   320 x 200    ( 361mm x 271mm )   85  
 24   320 x 175    ( 361mm x 271mm )   85  
Current rotation - normal
Current reflection - none
Rotations possible - normal 
Reflections possible - none

_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to