Wiki Ubuntu-it

Indice
Partecipa
FAQ
Wiki Blog
------------------
Ubuntu-it.org
Forum
Chiedi
Chat
Cerca
Planet
  • Pagina non alterabile
  • Informazioni
  • Allegati
  • attachment:xorg.conf.txt di Cestino/DellLatitudeC840

Allegato "xorg.conf.txt"

Scarica

   1 Section "Files"
   2         FontPath        "/usr/share/X11/fonts/misc"
   3         FontPath        "/usr/share/X11/fonts/cyrillic"
   4         FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
   5         FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
   6         FontPath        "/usr/share/X11/fonts/Type1"
   7         FontPath        "/usr/share/X11/fonts/100dpi"
   8         FontPath        "/usr/share/X11/fonts/75dpi"
   9         FontPath        "/usr/share/fonts/X11/misc"
  10         # path to defoma fonts
  11         FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  12 EndSection
  13 
  14 Section "Module"
  15         Load    "bitmap"
  16         Load    "ddc"
  17         Load    "dri"
  18         Load    "extmod"
  19         Load    "freetype"
  20         Load    "glx"
  21         Load    "int10"
  22         Load    "type1"
  23         Load    "vbe"
  24 EndSection
  25 
  26 Section "InputDevice"
  27         Identifier      "Generic Keyboard"
  28         Driver          "kbd"
  29         Option          "CoreKeyboard"
  30         Option          "XkbRules"      "xorg"
  31         Option          "XkbModel"      "pc105"
  32         Option          "XkbLayout"     "it"
  33         Option          "XkbOptions"    "lv3:ralt_switch"
  34 EndSection
  35 
  36 Section "InputDevice"
  37         Identifier      "Configured Mouse"
  38         Driver          "mouse"
  39         Option          "CorePointer"
  40         Option          "Device"                "/dev/input/mice"
  41         Option          "Protocol"              "ExplorerPS/2"
  42         Option          "ZAxisMapping"          "4 5"
  43         Option          "Emulate3Buttons"       "true"
  44 EndSection
  45 
  46 Section "InputDevice"  
  47         Identifier      "Synaptics Touchpad"
  48         Driver          "synaptics"
  49         Option          "SendCoreEvents"        "true"
  50         Option          "Device"                "/dev/psaux"
  51         Option          "Protocol"              "auto-dev"
  52 #Elimina un fastidioso problema della parte del touchpad dedicata alla scrolling
  53         Option          "MaxTapTime"            "20"
  54 #Fornisce il margine destro oltre il quale viene effettuato lo scrolling verticale
  55         Option          "RightEdge"             "850"
  56 #Imposta la pressione sotto la quale il contatto con il touchpad non viene considerato
  57         Option          "FingerLow"             "55"
  58 #Idem, livello oltre il quale il contatto viene considerato come tocco
  59         Option          "FingerHigh"            "60"
  60 #Velocità minima alla quale si sposta il puntatore quando il dito scorre piano sul touchpad
  61         Option          "MinSpeed"              "0.3"
  62 #Idem, la velocità massima
  63         Option          "MaxSpeed"              "0.8"
  64 #Rapidità con cui il puntatore accelera dalle velocità minima alla massima
  65         Option          "AccelFactor"           "0.06"
  66 #Quantità di spazio per un evento di scrolling verticale
  67         Option          "VertScrollDelta"       "30"
  68 #Quando attivo consente ad altri programmi di modificarne/rilevarne le opzioni in tempo reale
  69         Option          "SHMConfig"             "true"
  70 EndSection
  71 
  72 Section "InputDevice"
  73   Driver        "wacom"
  74   Identifier    "stylus"
  75   Option        "Device"        "/dev/wacom"          # Change to 
  76                                                       # /dev/input/event
  77                                                       # for USB
  78   Option        "Type"          "stylus"
  79   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  80 EndSection
  81 
  82 Section "InputDevice"
  83   Driver        "wacom"
  84   Identifier    "eraser"
  85   Option        "Device"        "/dev/wacom"          # Change to 
  86                                                       # /dev/input/event
  87                                                       # for USB
  88   Option        "Type"          "eraser"
  89   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  90 EndSection
  91 
  92 Section "InputDevice"
  93   Driver        "wacom"
  94   Identifier    "cursor"
  95   Option        "Device"        "/dev/wacom"          # Change to 
  96                                                       # /dev/input/event
  97                                                       # for USB
  98   Option        "Type"          "cursor"
  99   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
 100 EndSection
 101 
 102 Section "Device"
 103         Identifier      "Scheda video generica"
 104         Driver          "nv"
 105         BusID           "PCI:1:0:0"
 106 EndSection
 107 
 108 Section "Monitor"
 109         Identifier      "Generic Monitor"
 110         Option          "DPMS"
 111         HorizSync       30-130
 112         VertRefresh     50-160
 113 EndSection
 114 
 115 Section "Screen"
 116         Identifier      "Default Screen"
 117         Device          "Scheda video generica"
 118         Monitor         "Generic Monitor"
 119         DefaultDepth    24
 120         SubSection "Display"
 121                 Depth           1
 122                 Modes           "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
 123         EndSubSection
 124         SubSection "Display"
 125                 Depth           4
 126                 Modes           "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
 127         EndSubSection
 128         SubSection "Display"
 129                 Depth           8
 130                 Modes           "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
 131         EndSubSection
 132         SubSection "Display"
 133                 Depth           15
 134                 Modes           "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
 135         EndSubSection
 136         SubSection "Display"
 137                 Depth           16
 138                 Modes           "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
 139         EndSubSection
 140         SubSection "Display"
 141                 Depth           24
 142                 Modes           "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
 143         EndSubSection
 144 EndSection
 145 
 146 Section "ServerLayout"
 147         Identifier      "Default Layout"
 148         Screen          "Default Screen"
 149         InputDevice     "Generic Keyboard"
 150         InputDevice     "Configured Mouse"
 151         InputDevice     "stylus" "SendCoreEvents"
 152         InputDevice     "cursor" "SendCoreEvents"
 153         InputDevice     "eraser" "SendCoreEvents"
 154         InputDevice     "Synaptics Touchpad"
 155 EndSection
 156 
 157 Section "DRI"
 158         Mode    0666
 159 EndSection

Allegati

Per riferirsi agli allegati di una pagina, usare attachment:NOME_FILE, come mostrato qui sotto nell'elenco degli allegati. NON usare l'URL che si trova in corrispondenza del collegamento [scarica], potrebbe cambiare in futuro.
  • [scarica | mostra] (08/04/2007 20.00.26, 25.8 KB) [[attachment:LatitudeC840.jpg]]
  • [scarica | mostra] (04/06/2007 09.58.11, 6.0 KB) [[attachment:xorg.conf.txt]]
 All files | Selected Files: delete move to page copy to page

Non è consentito inserire allegati su questa pagina.