# # Catch-all evdev loader for udev-based systems # We don't simply match on any device since that also adds accelerometers # and other devices that we don't really want to use. The list below # matches everything but joysticks. Section "InputClass" Identifier "evdev pointer catchall" MatchIsPointer "on" MatchDevicePath "/dev/input/event*" Driver "evdev" EndSection Section "InputClass" Identifier "evdev keyboard catchall" MatchIsKeyboard "on" MatchDevicePath "/dev/input/event*" Driver "evdev" EndSection Section "InputClass" Identifier "evdev touchpad catchall" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" Driver "evdev" EndSection Section "InputClass" Identifier "evdev tablet catchall" MatchIsTablet "on" MatchDevicePath "/dev/input/event*" Driver "evdev" EndSection Section "InputClass" Identifier "evdev touchscreen catchall" MatchIsTouchscreen "on" MatchDevicePath "/dev/input/event*" Driver "evdev" EndSection Section "Files" ModulePath "/opt/xorg/lib/xorg/modules" EndSection Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 EndSection Section "ServerFlags" Option "Accel" "on" Option "Randr" "on" # Option "IgnoreABI" "1" EndSection Section "Module" Load "dri2" Load "glamoregl" EndSection Section "Device" Identifier "HD7850" Driver "ati" Option "AccelMethod" "glamor" BusID "PCI:6:0:0" 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 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 "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 "RightOf" "HDMI-0" Option "Rotate" "right" # Option "PreferredMode" "1440x2560" # Modeline "1440x2560" 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync 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 "Rotate" "right" # Option "PreferredMode" "1440x2560" # Modeline "1440x2560" 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync 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 "Rotate" "right" # Option "PreferredMode" "1440x2560" # Modeline "1440x2560" 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync Option "PreferredMode" "2560x1440" Modeline "2560x1440" 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync DisplaySize 600 340 EndSection