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 Hardware/Notebook/HpPavilionZv6000

Allegato "xorg.conf.txt"

Scarica

   1 Section "ServerLayout"
   2         Identifier     "Default Layout"
   3         Screen      0  "aticonfig-Screen[0]" 0 0
   4         InputDevice    "Generic Keyboard"
   5         InputDevice    "Configured Mouse"
   6         InputDevice    "stylus" "SendCoreEvents"
   7         InputDevice    "cursor" "SendCoreEvents"
   8         InputDevice    "eraser" "SendCoreEvents"
   9         InputDevice    "Synaptics Touchpad"
  10 EndSection
  11 
  12 Section "Files"
  13 
  14         # path to defoma fonts
  15         FontPath     "/usr/share/X11/fonts/misc"
  16         FontPath     "/usr/share/X11/fonts/cyrillic"
  17         FontPath     "/usr/share/X11/fonts/100dpi/:unscaled"
  18         FontPath     "/usr/share/X11/fonts/75dpi/:unscaled"
  19         FontPath     "/usr/share/X11/fonts/Type1"
  20         FontPath     "/usr/share/X11/fonts/100dpi"
  21         FontPath     "/usr/share/X11/fonts/75dpi"
  22         FontPath     "/usr/share/fonts/X11/misc"
  23         FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  24 EndSection
  25 
  26 Section "Module"
  27         Load  "i2c"
  28         Load  "bitmap"
  29         Load  "ddc"
  30         Load  "dri"
  31         Load  "extmod"
  32         Load  "freetype"
  33         Load  "glx"
  34         Load  "int10"
  35         Load  "type1"
  36         Load  "vbe"
  37 EndSection
  38 
  39 Section "InputDevice"
  40         Identifier  "Generic Keyboard"
  41         Driver      "kbd"
  42         Option      "CoreKeyboard"
  43         Option      "XkbRules" "xorg"
  44         Option      "XkbModel" "pc105"
  45         Option      "XkbLayout" "it"
  46         Option      "XkbOptions" "lv3:ralt_switch"
  47 EndSection
  48 
  49 Section "InputDevice"
  50         Identifier  "Configured Mouse"
  51         Driver      "mouse"
  52         Option      "CorePointer"
  53         Option      "Device" "/dev/input/mice"
  54         Option      "Protocol" "ExplorerPS/2"
  55         Option      "ZAxisMapping" "4 5"
  56         Option      "Emulate3Buttons" "true"
  57 EndSection
  58 
  59 Section "InputDevice"
  60         Identifier  "Synaptics Touchpad"
  61         Driver      "synaptics"
  62         Option      "SendCoreEvents" "true"
  63         Option      "Device" "/dev/psaux"
  64         Option      "Protocol" "auto-dev"
  65         Option      "HorizScrollDelta" "0"
  66 EndSection
  67 
  68 Section "InputDevice"
  69 
  70                                                       # /dev/input/event
  71                                                       # for USB
  72         Identifier  "stylus"
  73         Driver      "wacom"
  74         Option      "Device" "/dev/wacom"          # Change to 
  75         Option      "Type" "stylus"
  76         Option      "ForceDevice" "ISDV4"               # Tablet PC ONLY
  77 EndSection
  78 
  79 Section "InputDevice"
  80 
  81                                                       # /dev/input/event
  82                                                       # for USB
  83         Identifier  "eraser"
  84         Driver      "wacom"
  85         Option      "Device" "/dev/wacom"          # Change to 
  86         Option      "Type" "eraser"
  87         Option      "ForceDevice" "ISDV4"               # Tablet PC ONLY
  88 EndSection
  89 
  90 Section "InputDevice"
  91 
  92                                                       # /dev/input/event
  93                                                       # for USB
  94         Identifier  "cursor"
  95         Driver      "wacom"
  96         Option      "Device" "/dev/wacom"          # Change to 
  97         Option      "Type" "cursor"
  98         Option      "ForceDevice" "ISDV4"               # Tablet PC ONLY
  99 EndSection
 100 
 101 Section "Monitor"
 102         Identifier   "Generic Monitor"
 103         Option      "DPMS"
 104 EndSection
 105 
 106 Section "Monitor"
 107         Identifier   "aticonfig-Monitor[0]"
 108         Option      "VendorName" "ATI Proprietary Driver"
 109         Option      "ModelName" "Generic Autodetecting Monitor"
 110         Option      "DPMS" "true"
 111 EndSection
 112 
 113 Section "Device"
 114         Identifier  "ATI Technologies, Inc. Radeon Xpress 200M (RS480)"
 115         Driver      "ati"
 116         BusID       "PCI:1:5:0"
 117 EndSection
 118 
 119 Section "Device"
 120         Identifier  "aticonfig-Device[0]"
 121         Driver      "fglrx"
 122         Option      "VideoOverlay" "on"
 123         Option      "OpenGLOverlay" "off"
 124 EndSection
 125 
 126 Section "Screen"
 127         Identifier "Default Screen"
 128         Device     "ATI Technologies, Inc. Radeon Xpress 200M (RS480)"
 129         Monitor    "Generic Monitor"
 130         DefaultDepth     24
 131         SubSection "Display"
 132                 Depth     1
 133                 Modes    "1280x800"
 134         EndSubSection
 135         SubSection "Display"
 136                 Depth     4
 137                 Modes    "1280x800"
 138         EndSubSection
 139         SubSection "Display"
 140                 Depth     8
 141                 Modes    "1280x800"
 142         EndSubSection
 143         SubSection "Display"
 144                 Depth     15
 145                 Modes    "1280x800"
 146         EndSubSection
 147         SubSection "Display"
 148                 Depth     16
 149                 Modes    "1280x800"
 150         EndSubSection
 151         SubSection "Display"
 152                 Depth     24
 153                 Modes    "1280x800"
 154         EndSubSection
 155 EndSection
 156 
 157 Section "Screen"
 158         Identifier "aticonfig-Screen[0]"
 159         Device     "aticonfig-Device[0]"
 160         Monitor    "aticonfig-Monitor[0]"
 161         DefaultDepth     24
 162         SubSection "Display"
 163                 Viewport   0 0
 164                 Depth     24
 165         EndSubSection
 166 EndSection
 167 
 168 Section "DRI"
 169         Mode         0666
 170 EndSection
 171 
 172 Section "Extensions"
 173         Option      "Composite" "Disable"
 174 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] (25/05/2007 18.02.23, 40.5 KB) [[attachment:hppavilionzv6000.jpg]]
  • [scarica | mostra] (03/06/2007 15.43.58, 5.1 KB) [[attachment:xorg.conf.txt]]
 All files | Selected Files: delete move to page copy to page

Non รจ consentito inserire allegati su questa pagina.