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

Re: cambiare dpi



Questo è il mio xorg.conf , se magari vuoi prendere qualche spunto

# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "Files"
    FontPath    "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath    "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath    "/usr/share/fonts/X11/100dpi"
    FontPath    "/usr/share/fonts/X11/75dpi"
    FontPath    "/usr/share/fonts/X11/Type1"
    FontPath    "/usr/share/fonts/X11/encodings"
    FontPath    "/usr/share/fonts/X11/encodings/large"
    FontPath    "/usr/share/fonts/X11/misc"
    FontPath    "/usr/share/fonts/X11/util"
    FontPath    "/usr/share/fonts/truetype/dustin"
    FontPath    "/usr/share/fonts/truetype/kochi"
    FontPath    "/usr/share/fonts/truetype/openoffice"
    FontPath    "/usr/share/fonts/truetype/sjfonts"
    FontPath    "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath    "/usr/share/fonts/truetype/ttf-dejavu"
    FontPath    "/usr/share/fonts/type1/gsfonts"
    # path to defoma fonts
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section  "ServerFlags"
  Option  "AutoAddDevices"   "False"
  Option  "AllowEmptyInput"  "False"
EndSection

Section "Module"
    Load    "i2c"
    Load    "bitmap"
    Load    "ddc"
#    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "vbe"
        Load    "evdev"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "it"
        Option          "XKBOPTIONS"    "terminate:ctrl_alt_bksp"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "ImPS/2"
#    Option        "Emulate3Buttons"    "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

#Section "InputDevice"
#        Identifier "Configured Joystick"
#        Driver "joystick"
# Option "Device" "/dev/input/by-id/usb-Logitech_Logitech_Attack_3-joystick"
        # Option "DebugLevel" "255"
#EndSection

Section "Device"
    Option          "NoLogo"  "True"
        Identifier       "nVidia Corporation GF108GL [Quadro 600]"
    Driver        "nvidia"
    BusID        "PCI:5:0:0"
EndSection

Section "Monitor"
    Identifier    "NEC PA241W"
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "nVidia Corporation GF108GL [Quadro 600]"
    Monitor        "NEC PA241W"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1920x1200" "1280x1024" "1024x768" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
#        InputDevice     "Configured Joystick"
EndSection

Section "DRI"
    Mode    0666
EndSection




Reply to: