Difference between revisions of "T41 XOrg Conf"

From ThinkWiki
Jump to: navigation, search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
=xorg.conf For Thinkpad T41 (ATI Mobility Radeon 7500)=
+
=xorg.conf For ThinkPad T41 (ATI Mobility Radeon 7500)=
 
+
{{NOTE|With modern distributions like Fedora 10, creating a xorg.conf file is not necessary, and can actually cause problems. Please let the Xserver autoconfigure itself instead.}}
 
==No 3D==
 
==No 3D==
 
<pre>
 
<pre>

Latest revision as of 08:51, 27 April 2009

xorg.conf For ThinkPad T41 (ATI Mobility Radeon 7500)

NOTE!
With modern distributions like Fedora 10, creating a xorg.conf file is not necessary, and can actually cause problems. Please let the Xserver autoconfigure itself instead.

No 3D

# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Module"
#        Load    "GLcore"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
#        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"
EndSection

Section "Device"
	Identifier "ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]"
	Boardname	"ATI Radeon"
	Busid		"PCI:1:0:0"
	Driver		"radeon"
	Screen		0
	Vendorname	"ATI"
	BusID		"PCI:1:0:0"
	Option          "AccelMethod" "EXA"
#	Option          "AGPFastWrite" "true"
	Option		"AGPMode" "4"
#	Option		"AllowGLXWithComposite" "true"
	Option		"Colortiling" "On"
	Option		"DRI" "true"
	Option		"EXANoComposite" "false"
	Option		"EnablePageFlip" "True"
	Option		"FBTexPercent" "50"
	Option		"GARTSize"	"256"
#	Option		"MergedFB"	"off"
	Option		"MigrationHeuristic" "greedy"
	Option		"RenderAccel" "true"
#	Option		"UseInternalAGPGART" "no"
#	Option		"XAANoOffscreenPixmaps"
EndSection

Section "Monitor"
  Identifier "Generic Monitor"
  Option "DPMS"
EndSection

Section "Screen"
  Identifier "Default Screen"
  Device "ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]"
  Monitor "Generic Monitor"
  DefaultDepth 24
  SubSection "Display"
    Depth 24
    Modes "1024x768"
  EndSubSection
EndSection

Section "Extensions"
	Option  "Composite" "Enable"
EndSection

# Section "DRI"
#   Mode 0666
# EndSection