Attachment 'xorg.T60_intel945.conf.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 # This is the xorg.conf (xfree86.conf?) for my Thinkpad T60 (fitted with an 
  18 # Intel 945GM/PM/GMS/940GML and 945GT [8086:27a2]+[8086:27a6]) [probably similar to Thinkpad T60p,R60,R60e,X41 ].
  19 # I use it on Debian Etch, but it should be similar on Ubuntu
  20 Section "ServerFlags"
  21 	# Dual screen (high-res on external screen)
  22 	#Option		"DefaultServerLayout"	"Xinerama"
  23 	
  24 	# Vesa ... compatible anything ;)  just in case.
  25 	#Option		"DefaultServerLayout"	"Vesa Layout"
  26 	
  27 	# Xen (high resolution on CRT. Not dual screen, no i915 patching)
  28 	#Option		"DefaultServerLayout"	"CRT Only Layout"
  29 	
  30 	#Cloned display on both LCD and CRT (at 1024x768).
  31 	#(It's the only mode where you can disconnect you external screen).
  32 	Option		"DefaultServerLayout"	"Default Layout"
  33 EndSection
  34 
  35 
  36 Section "Files"
  37 	FontPath	"/usr/share/fonts/X11/misc"
  38 	FontPath	"/usr/X11R6/lib/X11/fonts/misc"
  39 	FontPath	"/usr/share/fonts/X11/cyrillic"
  40 	FontPath	"/usr/X11R6/lib/X11/fonts/cyrillic"
  41 	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
  42 	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
  43 	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
  44 	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
  45 	FontPath	"/usr/share/fonts/X11/Type1"
  46 	FontPath	"/usr/X11R6/lib/X11/fonts/Type1"
  47 	FontPath	"/usr/share/fonts/X11/100dpi"
  48 	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi"
  49 	FontPath	"/usr/share/fonts/X11/75dpi"
  50 	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi"
  51 	# path to defoma fonts
  52 	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  53 EndSection
  54 
  55 Section "Module"
  56 	Load	"i2c"
  57 	Load	"bitmap"
  58 	Load	"ddc"
  59 	Load	"dri"
  60 	Load	"extmod"
  61 	Load	"freetype"
  62 	Load	"glx"
  63 	Load	"int10"
  64 	Load	"vbe"
  65 EndSection
  66 
  67 Section "Extensions"
  68 
  69 	#FP add
  70  	#Option 	"Composite" "Enable"
  71 	#FP "composite" seems to disable GLX by default (avoid bugs)
  72 	## in "Device" section, use: Option 	"AllowGLXWithComposite" "true"
  73 EndSection
  74 
  75 Section "InputDevice"
  76 	Identifier	"Generic Keyboard"
  77 	Driver		"kbd"
  78 	Option		"CoreKeyboard"
  79 	Option		"XkbRules"	"xorg"
  80 	Option		"XkbModel"	"pc105"
  81 	Option		"XkbLayout"	"fr"
  82 	Option		"XkbVariant"	"latin9"
  83 EndSection
  84 
  85 Section "InputDevice"
  86 	Identifier	"Configured Mouse"
  87 	Driver		"mouse"
  88 	Option		"CorePointer"
  89 	Option		"Device"		"/dev/input/mice"
  90 	Option		"Protocol"		"ImPS/2"
  91 	Option		"Emulate3Buttons"	"true"
  92 
  93 	#FP add:
  94 	Option		"ZAxisMapping"		"4 5"
  95 EndSection
  96 
  97 Section "InputDevice"
  98 	Identifier	"Synaptics Touchpad"
  99 	Driver		"synaptics"
 100 	Option		"SendCoreEvents"	"true"
 101 	Option		"Device"		"/dev/psaux"
 102 	Option		"Protocol"		"auto-dev"
 103 	Option		"HorizScrollDelta"	"0"
 104 
 105 	#FP enable this to let Fn-F8 work
 106 	Option          "SHMConfig"		"on"
 107 EndSection
 108 
 109 Section "Monitor"
 110 	Identifier	"Generic Monitor"
 111 	Option		"DPMS"
 112 EndSection
 113 
 114 Section "Monitor"
 115         Identifier      "2405FPW"
 116 	DisplaySize	519 324
 117 	HorizSync	30-81
 118 	VertRefresh	56-76
 119 	Option		"DPMS"
 120 #	Modeline "1920x1200v1" 87.66 1920 1952 2280 2312 1200 1227 1233 1261 interlace
 121 #	Modeline	"1920x1200v2" 154 1920 1968 2000 2080 1200 1203 1209 1235
 122 	Modeline "1920x1200v2"  193.16  1920 2048 2256 2592  1200 1201 1204 1242  -HSync +Vsync
 123 EndSection
 124 
 125 # ############ VESA LAYOUT ################
 126 
 127 Section "Device"
 128 	Identifier	"Vesa compatible Controller"
 129 	Driver		"vesa"
 130 #	BusID		"PCI:0:2:0"
 131 
 132 	#FP add (as the name implies... clone CRT screen on LCD)
 133 #	Option		"MonitorLayout"		"CRT,LFP"
 134 #	Option          "Clone" "true"
 135 
 136 EndSection
 137 
 138 
 139 Section "Screen"
 140 	Identifier	"Vesa Screen"
 141 	Device		"Vesa compatible Controller"
 142 	Monitor		"Generic Monitor"
 143 	DefaultDepth	24
 144 	SubSection "Display"
 145 		Depth		1
 146 		Modes		"1024x768"
 147 	EndSubSection
 148 	SubSection "Display"
 149 		Depth		4
 150 		Modes		"1024x768"
 151 	EndSubSection
 152 	SubSection "Display"
 153 		Depth		8
 154 		Modes		"1024x768"
 155 	EndSubSection
 156 	SubSection "Display"
 157 		Depth		15
 158 		Modes		"1024x768"
 159 	EndSubSection
 160 	SubSection "Display"
 161 		Depth		16
 162 		Modes		"1024x768"
 163 	EndSubSection
 164 	SubSection "Display"
 165 		Depth		24
 166 		Modes		"1024x768"
 167 	EndSubSection
 168 EndSection
 169 
 170 Section "ServerLayout"
 171 	Identifier	"Vesa Layout"
 172 	Screen		"Vesa Screen"
 173 	InputDevice	"Generic Keyboard"
 174 	InputDevice	"Configured Mouse"
 175 	InputDevice	"Synaptics Touchpad"
 176 EndSection
 177 
 178 # ############ DEFAULT LAYOUT ################
 179 
 180 Section "Device"
 181 	Identifier	"Intel 945 Graphics Controller"
 182 	Driver		"i810"
 183 	BusID		"PCI:0:2:0"
 184 
 185 	#FP add (as the name implies... clone CRT screen on LCD)
 186 	Option		"MonitorLayout"		"CRT,LFP"
 187 	Option          "Clone" "true"
 188 	
 189 	#If using composite, try using this too
 190 	#Option		"AllowGLXWithComposite" "true"
 191 EndSection
 192 
 193 
 194 Section "Screen"
 195 	Identifier	"Default Screen"
 196 	Device		"Intel 945 Graphics Controller"
 197 	Monitor		"Generic Monitor"
 198 	DefaultDepth	24
 199 	SubSection "Display"
 200 		Depth		16
 201 		Modes		"1024x768"
 202 	EndSubSection
 203 	SubSection "Display"
 204 		Depth		24
 205 		Modes		"1024x768"
 206 	EndSubSection
 207 EndSection
 208 
 209 Section "ServerLayout"
 210 	Identifier	"Default Layout"
 211 	Screen		"Default Screen"
 212 	InputDevice	"Generic Keyboard"
 213 	InputDevice	"Configured Mouse"
 214 	InputDevice	"Synaptics Touchpad"
 215 EndSection
 216 # ############ CRT LAYOUT ################
 217 
 218 Section "Device"
 219 	Identifier	"Intel 945 Graphics Controller -CRT Only"
 220 	Driver		"i810"
 221 #	BusID		"PCI:0:2:0"
 222 
 223 	#FP add (as the name implies... clone CRT screen on LCD)
 224 	Option		"MonitorLayout"		"CRT,NONE"
 225 #	Option          "Clone" "true"
 226 
 227 EndSection
 228 
 229 
 230 Section "Screen"
 231 	Identifier	"Default Screen -CRT Only"
 232 	Device		"Intel 945 Graphics Controller -CRT Only"
 233         Monitor         "2405FPW"
 234 	#Monitor		"Generic Monitor"
 235 	DefaultDepth	24
 236 	SubSection "Display"
 237 		Depth		24
 238 		Modes		"1920x1200v1" "1920x1200v2" "1920x1200" "1600x1200" "1280x1024" "1024x768"
 239 	EndSubSection
 240 EndSection
 241 
 242 Section "ServerLayout"
 243 	Identifier	"CRT Only Layout"
 244 	Screen		"Default Screen -CRT Only"
 245 	InputDevice	"Generic Keyboard"
 246 	InputDevice	"Configured Mouse"
 247 	InputDevice	"Synaptics Touchpad"
 248 EndSection
 249 # ################# XINERAMA #####################
 250 
 251 Section "Device"
 252 	Identifier	"Intel 945 Graphics Controller Screen0"
 253 	Driver		"i810"
 254 	BusID		"PCI:0:2:0"
 255 	Option          "MonitorLayout" 	"CRT,LFP"
 256 	Screen          0
 257 EndSection
 258 
 259 Section "Device"
 260 	Identifier	"Intel 945 Graphics Controller Screen1"
 261 	Driver		"i810"
 262 	BusID		"PCI:0:2:0"
 263 	Screen          1
 264 EndSection
 265 
 266 Section "Screen"
 267 	Identifier	"InternalScreen14"
 268 	Device		"Intel 945 Graphics Controller Screen0"
 269 	Monitor		"Generic Monitor"
 270 	DefaultDepth	24
 271 	SubSection "Display"
 272 		Depth		24
 273 		Modes		"1024x768"
 274 	EndSubSection
 275 EndSection
 276 
 277 Section "Screen"
 278         Identifier      "ExternalScreen24"
 279         Device          "Intel 945 Graphics Controller Screen1"
 280         Monitor         "2405FPW"
 281         DefaultDepth    24
 282         SubSection "Display"
 283                 Depth           24
 284                 Modes           "1920x1200" "1280x1024" "1024x768"
 285         EndSubSection
 286 EndSection
 287 
 288 Section "ServerLayout"
 289         Identifier      "Xinerama"
 290         Screen          0 "InternalScreen14" 0 0
 291         Screen          1 "ExternalScreen24" RightOf "InternalScreen14"
 292         InputDevice     "Generic Keyboard"
 293         InputDevice     "Configured Mouse"
 294         InputDevice     "Synaptics Touchpad"
 295         Option          "Xinerama" "true"
 296 EndSection
 297 # ################ MISC ################"
 298 Section "DRI"
 299 	Mode	0666
 300 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] (2007-06-03 10:42:44, 5.8 KB) [[attachment:T60-models_nov06.jpg]]
  • [get | view] (2007-05-26 21:43:57, 7.6 KB) [[attachment:xorg.T60_intel945.conf.txt]]
 All files | Selected Files: delete move to page copy to page

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