Blog Code Forum

FreeBSD:Desktop

From Wiki.cyring.fr

Revision as of 12:14, 6 April 2012 by Cyril (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
/etc/X11/xorg.conf
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen         0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
 
Section "Files"
        ModulePath     "/usr/local/lib/xorg/modules"
        FontPath       "/usr/local/lib/X11/fonts/misc/"
        FontPath       "/usr/local/lib/X11/fonts/TTF/"
        FontPath       "/usr/local/lib/X11/fonts/OTF"
        FontPath       "/usr/local/lib/X11/fonts/Type1/"
        FontPath       "/usr/local/lib/X11/fonts/100dpi/"
        FontPath       "/usr/local/lib/X11/fonts/75dpi/"
EndSection
 
Section "Module"
        Load           "dbe"
        Load           "dri"
        Load           "dri2"
        Load           "extmod"
        Load           "glx"
        Load           "record"
EndSection
 
Section "InputDevice"
        Identifier     "Keyboard0"
        Driver         "kbd"
        Option         "XkbLayout" "fr"
EndSection
 
Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "ViewSonic"
        ModelName      "VX912"
        Option         "DPMS"
EndSection
 
Section "Device"
        Identifier     "Card0"
        Driver         "radeonhd"
        VendorName     "ATI Technologies Inc"
        BoardName      "RV730XT [Radeon HD 4670]"
        BusID          "PCI:3:0:0"
        Option         "ForceLowPowerMode" "True"
EndSection
 
Section "Screen"
        Identifier     "Screen0"
        Device         "Card0"
        Monitor        "Monitor0"
        SubSection "Display"
                   Viewport   0 0
                   Depth     24
        EndSubSection
EndSection
Personal tools