[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#760881: xorg.conf




# 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 "Files"
        ModulePath  "/usr/lib/xorg/modules,/usr/lib/x86_64-linux-gnu/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     "built-ins"
EndSection

Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
#         InputDevice    "Mouse0" "CorePointer"
#         InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
	Option          "NoTrapSignals"
        # Option	"AutoAddDevices" "False"
        Option          "Accel" "on"
        Option          "Randr" "on"
        # Option          "IgnoreABI" "1"
EndSection

Section "Module"
        # Load  "glamoregl"
	# Load  "dri2"
        Load  "glx"
EndSection

Section "Device"
        Identifier      "HD7850"
        BusID           "PCI:6:0:0"
        Driver      "radeon"
        Option      "Accel" "true"
        #Option     "SWcursor"                  # [<bool>]
        #Option     "EnablePageFlip"            # [<bool>]
        #Option     "ColorTiling"               # [<bool>]
        #Option     "ColorTiling2D"             # [<bool>]
        #Option     "RenderAccel"               # [<bool>]
        #Option     "SubPixelOrder"             # [<str>]
        # Option      "AccelMethod" "glamor"
        #Option     "EXAVSync"                  # [<bool>]
        #Option     "EXAPixmaps"                # [<bool>]
        #Option     "ZaphodHeads"               # <str>
        #Option     "EnablePageFlip"            # [<bool>]
        #Option     "SwapbuffersWait"           # [<bool>]
        Option          "Monitor-HDMI-0"        "S273HL1"
        #Option         "Monitor-DVI-1"         "S273HL2"
        Option          "Monitor-DVI-0"         "Shimian"
        Option          "Monitor-DisplayPort-0" "QNIX1"
        Option          "Monitor-DisplayPort-1" "QNIX2"
EndSection
Section "Screen"
        Identifier      "Screen0"
        Device          "HD7850"
        Monitor         "S273HL1"
#        Monitor         "S273HL2"
        Monitor         "Shimian"
        Monitor         "QNIX1"
        Monitor         "QNIX2"
        DefaultDepth    24
        SubSection "Display"
                Viewport    0   0
                Depth       24
                Virtual     9600 1920
        EndSubSection
EndSection
Section "Monitor"
        Identifier  "S273HL1"       # HDMI-0
        Option      "VendorName"    "Acer"
        Option      "ModelName"     "S273HL"
        Option      "DPMS"          "true"
        Option      "Primary"       "true"
        Option      "Position"      "0 1480"
        Option      "PreferredMode" "1920x1080"
        Modeline    "1920x1080"     148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync -vsync
#        DisplaySize 597 336
EndSection
# Section "Monitor"
#         Identifier  "S273HL2"       # DVI-1
#         Option      "VendorName"    "Acer"
#         Option      "ModelName"     "S273HL"
#         Option      "DPMS"          "true"
#         Option      "Primary"       "false"
#         Option      "LeftOf"       "HDMI-0"
#         Option      "PreferredMode" "1920x1080"
# #        Modeline    "1920x1080"     148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync -vsync
# #        DisplaySize 597 336
# EndSection
Section "Monitor"
        Identifier  "Shimian"       # DVI-0
        Option      "VendorName"    "Shimian"
        Option      "ModelName"     "Achieva"
        Option      "DPMS"          "true"
        Option      "Primary"       "false"
        Option      "Primary"       "true"
        # Option      "RightOf"       "HDMI-0"
        Option      "Position"      "1920 0"
        Option      "Rotate"        "right"
        Option      "PreferredMode" "2560x1440"
        Modeline    "2560x1440"     241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync
        DisplaySize 600 340
EndSection
Section "Monitor"
        Identifier  "QNIX1"         # DisplayPort-0
        Option      "VendorName"    "QNIX"
        Option      "ModelName"     "QX2700"
        Option      "DPMS"          "true"
        Option      "Primary"       "false"
        # Option      "RightOf"       "DVI-0"
        Option      "Position"      "3360 0"
        Option      "Rotate"        "right"
        Option      "PreferredMode" "2560x1440"
        Modeline    "2560x1440"     241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync
        DisplaySize 600 340
EndSection
Section "Monitor"
        Identifier  "QNIX2"         # DisplayPort-1
        Option      "VendorName"    "QNIX"
        Option      "ModelName"     "QX2700"
        Option      "DPMS"          "true"
        Option      "Primary"       "false"
        # Option      "RightOf"       "DisplayPort-0"
        Option      "Position"      "4800 0"
        Option      "Rotate"        "right"
        Option      "PreferredMode" "2560x1440"
        Modeline    "2560x1440"     241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync
        DisplaySize 600 340
EndSection

Reply to: