# xorg.conf (X.Org X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # Note that some configuration settings that could be done previously # in this file, now are automatically configured by the server and settings # here are ignored. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "Device" Identifier "Radeon 9600" Driver "radeon" BusID "PCI:1:0:0" Option "TVStandard" "pal" #Option "ForceTVOut" "TRUE" Option "TVDACLoadDetect" "TRUE" EndSection Section "Device" Identifier "Radeon X300" Driver "radeon" BusID "PCI:2:0:0" EndSection Section "Monitor" Identifier "Monitor1" EndSection Section "Monitor" Identifier "Monitor2" #DisplaySize 508 286 # 96 DPI @ 1920 1080 (1920*25.4/96 1080*25.4/96) #DisplaySize 450 245 # 112 DPI @ 1920 1080 DisplaySize 406 228 # 120 DPI @ 1920 1080 EndSection Section "Screen" Identifier "Screen1" Monitor "Monitor1" Device "Radeon 9600" # InputDevice "Klawiatura1" # InputDevice "Mysz1" EndSection Section "Screen" Identifier "Screen2" Monitor "Monitor2" Device "Radeon X300" # InputDevice "Klawiatura2" # InputDevice "Mysz2" EndSection Section "InputDevice" Identifier "Klawiatura1" #Driver "kbd" Driver "evdev" #Driver "keyboard" Option "Device" "/dev/input/by-path/platform-i8042-serio-0-event-kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "pl" # poniższe opcje aby poprawić strzałkę w górę i inne klawisze(?) - problem z evdev dla klawiatury bezprzewodowej Option "evBits" "+1" Option "keyBits" "~1-255 ~352-511" Option "Pass" "3" Option "AutoRepeat" "500 30" EndSection Section "InputDevice" Identifier "Klawiatura2" #Driver "kbd" #Driver "keyboard" Driver "evdev" #Protocol "evdev" #Option "Device" "/dev/input/by-id/usb-CHESEN_PS2_to_USB_Converter-event-kbd" Option "Device" "/dev/input/by-id/usb-Device_USB_Device-event-kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "pl" # poniższe opcje aby poprawić strzałkę w górę i inne klawisze(?) - problem z evdev dla klawiatury bezprzewodowej Option "evBits" "+1" Option "keyBits" "~1-255 ~352-511" Option "Pass" "3" EndSection Section "InputDevice" Identifier "Mysz1" #Driver "mouse" Driver "evdev" Option "CorePointer" #Option "Device" "/dev/input/mice" Option "Device" "/dev/input/by-path/platform-i8042-serio-1-event-mouse" Option "Protocol" "ImPS/2" #Option "ZAxisMapping" "4 5" #Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Identifier "Mysz2" #Driver "mouse" Driver "evdev" Option "CorePointer" #Option "Device" "/dev/input/mice" #Option "Device" "/dev/input/by-id/usb-CHESEN_PS2_to_USB_Converter-event-mouse" Option "Device" "/dev/input/by-id/usb-Device_USB_Device-event-mouse" Option "Protocol" "ImPS/2" #Option "ZAxisMapping" "4 5" #Option "Emulate3Buttons" "true" EndSection Section "Module" Load "v4l" # Video for Linux Load "glx" EndSection Section "ServerFlags" Option "DontZap" "false" # Wylaczamy input hotplugging Option "AutoAddDevices" "false" EndSection