HowTo

Attachment 'xorg.conf2.txt'

Download

   1 # /etc/X11/xorg.conf (xorg X Window System server configuration file)
   2 #
   3 # This file was generated by dexconf, the Debian X Configuration tool, using
   4 # values from the debconf database.
   5 #
   6 # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
   7 # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
   8 #
   9 # This file is automatically updated on xserver-xorg package upgrades *only*
  10 # if it has not been modified since the last upgrade of the xserver-xorg
  11 # package.
  12 #
  13 # If you have edited this file but would like it to be automatically updated
  14 # again, run the following command:
  15 #   sudo dpkg-reconfigure -phigh xserver-xorg
  16 
  17 Section "Files"
  18 	FontPath	"/usr/share/X11/fonts/misc"
  19 	FontPath	"/usr/share/X11/fonts/cyrillic"
  20 	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
  21 	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
  22 	FontPath	"/usr/share/X11/fonts/Type1"
  23 	FontPath	"/usr/share/X11/fonts/100dpi"
  24 	FontPath	"/usr/share/X11/fonts/75dpi"
  25 	FontPath	"/usr/share/fonts/X11/misc"
  26 	# path to defoma fonts
  27 	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  28 EndSection
  29 
  30 Section "Module"
  31 	Load	"i2c"
  32 	Load	"bitmap"
  33 	Load	"ddc"
  34 	Load	"dri"
  35 	Load	"extmod"
  36 	Load	"freetype"
  37 	Load	"glx"
  38 	Load	"int10"
  39 	Load	"type1"
  40 	Load	"vbe"
  41 EndSection
  42 
  43 Section "InputDevice"
  44 	Identifier	"Generic Keyboard"
  45 	Driver		"kbd"
  46 	Option		"CoreKeyboard"
  47 	Option		"XkbRules"	"xorg"
  48 	Option		"XkbModel"	"pc105"
  49 	Option		"XkbLayout"	"us"
  50 	Option		"XkbOptions"	"lv3:ralt_switch"
  51 EndSection
  52 
  53 Section "InputDevice"
  54 	Identifier	"Configured Mouse"
  55 	Driver		"mouse"
  56 	Option		"CorePointer"
  57 	Option		"Device"		"/dev/input/mice"
  58 	Option		"Protocol"		"ExplorerPS/2"
  59 	Option		"ZAxisMapping"		"4 5"
  60 	Option		"Emulate3Buttons"	"true"
  61 EndSection
  62 
  63 Section "InputDevice"
  64 	Identifier	"Synaptics Touchpad"
  65 	Driver		"synaptics"
  66 	Option		"SendCoreEvents"	"true"
  67 	Option		"Device"		"/dev/psaux"
  68 	Option		"Protocol"		"auto-dev"
  69 	Option		"HorizScrollDelta"	"0"
  70 	Option		"SHMConfig"		"on"
  71 EndSection
  72 
  73 Section "InputDevice"
  74   Driver        "wacom"
  75   Identifier    "stylus"
  76   Option        "Device"        "/dev/wacom"          # Change to 
  77                                                       # /dev/input/event
  78                                                       # for USB
  79   Option        "Type"          "stylus"
  80   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  81 EndSection
  82 
  83 Section "InputDevice"
  84   Driver        "wacom"
  85   Identifier    "eraser"
  86   Option        "Device"        "/dev/wacom"          # Change to 
  87                                                       # /dev/input/event
  88                                                       # for USB
  89   Option        "Type"          "eraser"
  90   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  91 EndSection
  92 
  93 Section "InputDevice"
  94   Driver        "wacom"
  95   Identifier    "cursor"
  96   Option        "Device"        "/dev/wacom"          # Change to 
  97                                                       # /dev/input/event
  98                                                       # for USB
  99   Option        "Type"          "cursor"
 100   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
 101 EndSection
 102 
 103 Section "Device"
 104 	Identifier	"Intel Corporation Mobile Integrated Graphics Controller"
 105 	Driver		"i810"
 106 	BusID		"PCI:0:2:0"
 107 EndSection
 108 
 109 Section "Monitor"
 110 	Identifier	"Generic Monitor"
 111 	Option		"DPMS"
 112 EndSection
 113 
 114 Section "Screen"
 115 	Identifier	"Default Screen"
 116 	Device		"Intel Corporation Mobile Integrated Graphics Controller"
 117 	Monitor		"Generic Monitor"
 118 	DefaultDepth	24
 119 	SubSection "Display"
 120 		Depth		1
 121 		Modes		"1280x800"
 122 	EndSubSection
 123 	SubSection "Display"
 124 		Depth		4
 125 		Modes		"1280x800"
 126 	EndSubSection
 127 	SubSection "Display"
 128 		Depth		8
 129 		Modes		"1280x800"
 130 	EndSubSection
 131 	SubSection "Display"
 132 		Depth		15
 133 		Modes		"1280x800"
 134 	EndSubSection
 135 	SubSection "Display"
 136 		Depth		16
 137 		Modes		"1280x800"
 138 	EndSubSection
 139 	SubSection "Display"
 140 		Depth		24
 141 		Modes		"1280x800"
 142 	EndSubSection
 143 EndSection
 144 
 145 Section "ServerLayout"
 146 	Identifier	"Default Layout"
 147 	Screen		"Default Screen"
 148 	InputDevice	"Generic Keyboard"
 149 	InputDevice	"Configured Mouse"
 150 	InputDevice     "stylus" "SendCoreEvents"
 151 	InputDevice     "cursor" "SendCoreEvents"
 152 	InputDevice     "eraser" "SendCoreEvents"
 153 	InputDevice	"Synaptics Touchpad"
 154 EndSection
 155 
 156 Section "DRI"
 157 	Mode	0666
 158 EndSection

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2006-10-27 11:00:51, 4.2 KB) [[attachment:xorg.conf.txt]]
  • [get | view] (2006-10-29 14:51:08, 4.2 KB) [[attachment:xorg.conf2.txt]]
 All files | Selected Files: delete move to page

You are not allowed to attach a file to this page.