Blog Code Forum

FreeBSD:Desktop

From Wiki.cyring.fr

(Difference between revisions)
Jump to: navigation, search
Cyril (Talk | contribs)
(Created page with "===== /etc/X11/xorg.conf ===== <syntaxhighlight lang="xorg_conf"> Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 ...")
Newer edit →

Revision as of 12:14, 6 April 2012

/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