Caros,

Consegui criar um xorg.conf que, com o driver vesa, mostra a 1280x768.
Não consegui testar no FreeBSD porque até o momento não consegui
instalá-lo no meu note.

Segue abaixo o xorg.conf. Se alguém puder testar para confirmar o
funcionamento, ficarei bastante agradecido.

Podem ser necessários alguns ajustes... Em especial no BudID da placa de video.

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/X11/misc"
        FontPath     "/usr/share/fonts/X11/cyrillic"
        FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/Type1"
        FontPath     "/usr/share/fonts/X11/100dpi"
        FontPath     "/usr/share/fonts/X11/75dpi"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath     "built-ins"
EndSection

Section "Module"
        Load  "record"
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "dri2"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        Horizsync 31.5-48.0
        Vertrefresh 56.0 - 65.0
        modeline "640x...@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
        modeline "800x...@60" 40.0 800 840 968 1056 600 601 605 628 +hsync 
+vsync
        modeline "1024x...@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync 
-hsync
        modeline "1280x1...@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync 
-hsync
        Modeline "1280x800" 80.58 1280 1344 1480 1680 800 801 804 827
        Modeline "1280x800" 95.95 1280 1352 1488 1696 800 801 804 832
        Modeline "1280x800" 111.77 1280 1360 1496 1712 800 801 804 837
        Modeline "1280x800" 128.04 1280 1368 1504 1728 800 801 804 842
        Modeline "1280x800" 144.76 1280 1376 1512 1744 800 801 804 847
        Modeline "1280x800" 160.48 1280 1376 1512 1744 800 801 804 852
        Modeline "1280x800" 177.98 1280 1376 1520 1760 800 801 804 857
        Modeline "1280x800" 194.19 1280 1376 1520 1760 800 801 804 862
        Modeline "1280x800" 210.58 1280 1376 1520 1760 800 801 804 867
        Modeline "1280x768" 77.37 1280 1344 1480 1680 768 769 772 794
        Modeline "1280x768" 92.15 1280 1352 1488 1696 768 769 772 799
        Modeline "1280x768" 107.23 1280 1360 1496 1712 768 769 772 803
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     "ShadowFB"                  # [<bool>]
        #Option     "Rotate"                    # <str>
        #Option     "fbdev"                     # <str>
        #Option     "debug"                     # [<bool>]
        Identifier  "Card0"
        Driver      "vesa"
        VendorName  "Silicon Integrated Systems [SiS]"
        BoardName   "771/671 PCIE VGA Display Adapter"
        BusID       "PCI:1:0:0"
EndSection

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


-- 
=================================
Pablo Santiago Sánchez
Análise e Desenvolvimento de Sistemas Web
Zend Certified Engineer #ZEND006757
phack...@gmail.com
(61) 9975-0883
http://www.sanchez.eti.br
http://www.corephp.com.br
"Quidquid latine dictum sit, altum viditur"
=================================
-------------------------
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd

Responder a