# 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. # # 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 "ServerLayout" Identifier "Configured Layout" # Queste voci definiscono alcuni oggetti in xorg # e devono mantenerne i nomi. Screen "Configured Screen" 0 0 InputDevice "Configured Keyboard" InputDevice "Configured Mouse" # Opzioni varie gestite da xorg. Option "DontVTSwitch" "0" Option "XkbDisable" "0" EndSection Section "Module" Load "i2c" Load "bitmap" Load "ddc" Load "extmod" Load "freetype" Load "glx" # # Load "type1" # dbe - Abilitazione double buffer Load "dbe" EndSection Section "InputDevice" Identifier "Configured Keyboard" Driver "kbd" # Setta il device come principale Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "it" # Superkey. :D Option "XkbOptions" "altwin:super_win" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" # Setta il device come principale Option "CorePointer" Option "Device" "/dev/input/mice" # Option "Protocol" "ImPS/2" EndSection Section "Device" Identifier "nVidia GeForce 8600 GT" Driver "nvidia" BusID "PCI:02:00:0" Option "NoLogo" "0" #`Rotazione di xorg. Option "Rotate" "no" Option "AllowGLXWithComposite" "1" Option "XAANoOffscreenPixmaps" "1" EndSection Section "Monitor" Identifier "Configured Monitor" VendorName "Hanns-G" ModelName "Hi221D" # HorizSync # VertRefresh # DisplaySize Option "DPMS" EndSection Section "Screen" Identifier "Configured Screen" Monitor "Configured Monitor" Device "nVidia GeForce 8600 GT" # Supportati al massimo 24 colori DefaultDepth 24 # Due opzioni per compiz Option "AddARGBGLXVisuals" "1" Option "DisableGLXRootClipping" "1" SubSection "Display" Depth 24 Modes "1680x1050" "1280x1024" "1024x768" "800x600" EndSubSection # SubSection "Display" # Depth 16 # Modes "1680x1050" "800x600" # EndSubSection EndSection Section "Extensions" Option "Composite" "1" EndSection