Re: radeon driver only ever uses clone mode instead of dual head

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

on 04/14/04 14:21, Frits Jalvingh wrote:
> I have a portable (Sony GRX316MP) which contains a Radeon 7500 mobility which
> has dual-head capability. I know this chip CAN handle non-cloning dual head
> because the X server from Xig does it (and Windows of course). But the Xig
> server has some problems and it seems to only support two heads in Xinerama
> mode; I want to have separate X displays on both heads.
I've an ASUS M6842NWH with an ATI Radeon 9600 Mobility NP M10 and dual-head work
perfectly with the XF86Config-4 attached.

> To get the secondary screen to work at all I had to specify
> Option "CloneMode" "1280x1024"
> in the device section for the primary head, else it used the mode for the
> primary head regardless of the information in the Screen section and the
> information returned by DDC from the 2nd screen.
<cut>
> I also have Screen, Monitor and Modes sections for each separate monitor.
AFAIK this is not correct, in this way you configure your XFree86 to use
Xinerama. You should use the 'radeon' driver from the DRI package.

Please visit these links:
	http://dri.sourceforge.net/cgi-bin/moin.cgi/ATIRadeon
	http://dri.sourceforge.net/cgi-bin/moin.cgi/MergedFB
	http://www.botchco.com/alex/radeon/mergedfb/cvs/DRI/final/radeon.4.html

Thx, bye,
Gismo / Luca
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Debian - http://enigmail.mozdev.org

iD8DBQFAfTqMVAp7Xm10JmkRAqISAJ9P0Nd5g1Y4qCDNtZYb6BIgc13F4QCfS2Ld
pPojHnrrmMA4rtX/YoS5hUs=
=ywU7
-----END PGP SIGNATURE-----
# File: XF86Config-4
# File generated by fglrxconfig (C) ATI Research, a substitute for xf86config.
# File modified by Gismo / Luca Capello <luca@xxxxxx> http://luca.pca.it



# **********************************************************************
# DRI Section
# **********************************************************************
Section "DRI"

# Access to OpenGL ICD is allowed for all users:
	Mode 0666

# Access to OpenGL ICD is restricted to a specific user group:
#	Group 100	# users
#	Mode 0660

EndSection



# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
Section "Module"

# This loads the DBE extension module.
	Load	"dbe"	# Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
	SubSection  "extmod"
		Option	"omit xfree86-dga"	# don't initialise the DGA extension
	EndSubSection
#	Load	"extmod"

# This loads the Type1 and FreeType font modules
	Load	"type1"
	Load	"freetype"

# This loads the GLX module
	Load	"glx"	# libglx.a
	Load	"dri"	# libdri.a

# Other modules
#	Load	"GLcore"
	Load	"bitmap"
	Load	"ddc"
	Load	"xtt"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"vbe"
	Load	"synaptics"
	Load	"v4l"

EndSection



# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************
Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
	RgbPath		"/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
# 
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
# 
#	FontPath	"/usr/X11R6/lib/X11/fonts/local/"
	FontPath	"/usr/X11R6/lib/X11/fonts/misc/"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath	"/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/"

	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/TTF"
	FontPath	"/usr/local/share/fonts/windows"

# Local font servers
#	FontPath	"unix/:7110"	# xfs-xtt
#	FontPath	"unix/:7100"	# xfs
	
# The module search path.  The default path is shown here.
#	ModulePath	"/usr/X11R6/lib/modules"

EndSection



# **********************************************************************
# Server flags section.
# **********************************************************************
Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is 
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
#	Option	"NoTrapSignals"

# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.
#	Option	"DontZap"

# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.
#	Option	"Dont Zoom"

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.
#	Option	"DisableVidModeExtension"

# Uncomment this to enable the use of a non-local xvidtune client. 
#	Option	"AllowNonLocalXvidtune"

# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings. 
#	Option	"DisableModInDev"

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).
#	Option	"AllowNonLocalModInDev"

# Rotate option -> 0 | false
#	Option	"RandR"		"0"

# Xinerama (multiple desktops), doesn't let DRI if enabled
	Option	"Xinerama"	"off"
EndSection



# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
Section "InputDevice"
	Identifier	"USdeadkeys"
	Driver		"keyboard"

# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.
#	Option		"Protocol"	"Xqueue"

	Option		"AutoRepeat"	"500 30"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#	Option		"Xleds"		"1 2 3"

#	Option		"LeftAlt"	"Meta"
#	Option		"RightAlt"	"ModeShift"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#	Option		"XkbModel"	"pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#	Option		"XkbModel"	"microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#	Option		"XkbLayout"	"de"
# or:
#	Option		"XkbLayout"	"de"
#	Option		"XkbVariant"	"nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#	Option		"XkbOptions"	"ctrl:swapcaps"

# These are the default XKB settings for XFree86
#	Option		"XkbRules"	"xfree86"
#	Option		"XkbModel"	"pc101"
#	Option		"XkbLayout"	"us"
#	Option		"XkbVariant"	""
#	Option		"XkbOptions"	""

#	Option		"XkbDisable"

	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"us_intl"
#	Option		"XkbLayout"	"us_intl,it"
#	Option		"XkbVariant"	","
#	Option		"XKbOptions"	"grp:alt_shift_toggle"

EndSection



# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

# Synaptics TouchPad PS/2, requires driver at
#	http://w1.894.telia.com/~u89404340/touchpad/index.html
Section "InputDevice"
	Identifier	"SynapticsTouchPad"
	Driver		"synaptics"
	Option		"Device"		"/dev/psaux"
#	Option		"Protocol"		"auto-dev"
	Option		"Protocol"		"PS/2"
	Option		"LeftEdge"		"1900"
	Option		"RightEdge"		"5400"
	Option		"TopEdge"		"1900"
	Option		"BottomEdge"		"4000"
	Option		"FingerLow"		"25"
	Option		"FingerHigh"		"30"
	Option		"MaxTapTime"		"180"
	Option		"MaxTapMove"		"220"
	Option		"VertScrollDelta"	"100"
#	Option		"HorizScrollDelta"	"100"
#	Option		"EdgeMotionSpeed"	"100"
	Option		"MinSpeed"		"0.02"
	Option		"MaxSpeed"		"0.18"
	Option		"AccelFactor"		"0.0010"
	Option		"SHMConfig"		"on"
	Option		"UpDownScrolling"	"on"
#	Option		"EmulateMidButtonTime"	"100"
	Option		"TouchpadOff"		"off"
#	Option		"Repeater"		"/dev/ps2mouse"
EndSection



# **********************************************************************
# Other input device sections 
# this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the XF86Config man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice" 
#    Identifier  "Mouse2"
#    Driver      "mouse"
#    Option      "Protocol"      "MouseMan"
#    Option      "Device"        "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball"
#    Driver     "magellan"
#    Option     "Device"         "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver     "spaceorb"
#    Option     "Device"         "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver     "microtouch"
#    Option     "Device"         "/dev/ttyS0"
#    Option     "MinX"           "1412"
#    Option     "MaxX"           "15184"
#    Option     "MinY"           "15372"
#    Option     "MaxY"           "1230"
#    Option     "ScreenNumber"   "0"
#    Option     "ReportingMode"  "Scaled"
#    Option     "ButtonNumber"   "1"
#    Option     "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver     "elo2300"
#    Option     "Device"         "/dev/ttyS0"
#    Option     "MinX"           "231"
#    Option     "MaxX"           "3868"
#    Option     "MinY"           "3858"
#    Option     "MaxY"           "272"
#    Option     "ScreenNumber"   "0"
#    Option     "ReportingMode"  "Scaled"
#    Option     "ButtonThreshold"    "17"
#    Option     "ButtonNumber"   "1"
#    Option     "SendCoreEvents"
# EndSection

Section "InputDevice"
	Identifier	"USBWheelMouse"
	Driver		"mouse"
	Option		"Device"		"/dev/usbmouse"
	Option		"Protocol"		"ImPS/2"
#	Option		"Name"			"Autodetection"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection



# **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present

Section "Monitor"
	Identifier	"InternalLCD"
	VendorName	"Samsung"
	ModelName	"LTN150P1-L02"
	HorizSync	28-50
	VertRefresh	43-75
#	DisplaySize	width height
	Option		"DPMS"

# Modes can be specified in two formats. A compact one-line format, or
# a multi-line format. These two are equivalent

#    ModeLine "1024x768i" 45 1024 1048 1208 1264 768 776 784 817 Interlace

#    Mode "1024x768i"
#        DotClock	45
#        HTimings	1024 1048 1208 1264
#        VTimings	768 776 784 817
#        Flags		"Interlace"
#    EndMode

# +++ video mode from /var/log/XFree86.0.log +++
# *Mode "1400x1050": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
	Modeline "1400x1050"  108.00  1400 34208 34320 1688  1050 1052 1055 1063
# *Mode "1024x768": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
	Modeline "1024x768"  108.00  1024 34208 34320 1688  768 1052 1055 1063
# *Mode "800x600": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
	Modeline "800x600"  108.00  800 34208 34320 1688  600 1052 1055 1063
# *Mode "640x480": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
	Modeline "640x480"  108.00  640 34208 34320 1688  480 1052 1055 1063
# *Mode "720x400": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
	Modeline "720x400"  108.00  720 34208 34320 1688  400 1052 1055 1063
#  Default mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
	Modeline "1280x1024"  108.00  1280 34208 34320 1688  1024 1052 1055 1063
#  Default mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
	Modeline "1280x960"  108.00  1280 34208 34320 1688  960 1052 1055 1063
#  Default mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
	Modeline "1152x864"  108.00  1152 34208 34320 1688  864 1052 1055 1063
#  Default mode "832x624": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
	Modeline "832x624"  108.00  832 34208 34320 1688  624 1052 1055 1063
#  Default mode "640x400": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
	Modeline "640x400"  108.00  640 34208 34320 1688  400 1052 1055 1063
#  Default mode "512x384": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
	Modeline "512x384"  108.00  512 34208 34320 1688  384 1052 1055 1063
#  Default mode "400x300": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
	Modeline "400x300"  108.00  400 34208 34320 1688  300 1052 1055 1063
#  Default mode "320x175": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
	Modeline "320x175"  108.00  320 34208 34320 1688  175 1052 1055 1063
#  Default mode "360x200": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
	Modeline "360x200"  108.00  360 34208 34320 1688  200 1052 1055 1063
#  Default mode "320x240": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
	Modeline "320x240"  108.00  320 34208 34320 1688  240 1052 1055 1063
#  Default mode "640x512": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
	Modeline "640x512"  108.00  640 34208 34320 1688  512 1052 1055 1063
#  Default mode "896x672": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
	Modeline "896x672"  108.00  896 34208 34320 1688  672 1052 1055 1063
#  Default mode "928x696": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
	Modeline "928x696"  108.00  928 34208 34320 1688  696 1052 1055 1063
#  Default mode "960x720": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
	Modeline "960x720"  108.00  960 34208 34320 1688  720 1052 1055 1063
#  Default mode "700x525": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
	Modeline "700x525"  108.00  700 34208 34320 1688  525 1052 1055 1063
EndSection


# +++ External CRT SONY Dell P1110 +++
Section "Monitor"
	Identifier	"DellP1110"
	VendorName	"Dell"
	ModelName	"P1110"
	HorizSync	30-121
	VertRefresh	48-160
	DisplaySize	400 300
	Option		"DPMS"

# +++ video mode from /var/log/XFree86.0.log +++
# *Default mode "1600x1200": 229.5 MHz, 106.2 kHz, 85.0 Hz
	Modeline "1600x1200"  229.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync
# *Default mode "1400x1050": 155.8 MHz, 81.5 kHz, 74.8 Hz
	Modeline "1400x1050"  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync
# *Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
	Modeline "1024x768"   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync
# *Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
	Modeline "800x600"   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync
# *Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
	Modeline "640x480"   36.00  640 696 752 832  480 481 484 509 -hsync -vsync
# *Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
	Modeline "720x400"   35.50  720 756 828 936  400 401 404 446 -hsync +vsync
# Default mode "1600x1200": 202.5 MHz, 93.8 kHz, 75.0 Hz
	Modeline "1600x1200"  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync
# Default mode "1600x1200": 189.0 MHz, 87.5 kHz, 70.0 Hz
	Modeline "1600x1200"  189.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync
# Default mode "1600x1200": 175.5 MHz, 81.2 kHz, 65.0 Hz
	Modeline "1600x1200"  175.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync
# Default mode "1600x1200": 162.0 MHz, 75.0 kHz, 60.0 Hz
	Modeline "1600x1200"  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync
# Default mode "1400x1050": 122.0 MHz, 64.9 kHz, 60.0 Hz
	Modeline "1400x1050"  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync
# Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
	Modeline "1280x1024"  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync
# Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
	Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync
# Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
	Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
# Default mode "1280x960": 148.5 MHz, 85.9 kHz, 85.0 Hz
	Modeline "1280x960"  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync
# Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
	Modeline "1280x960"  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync
# Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
	Modeline "1152x864"  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync
# Default mode "1152x768": 65.0 MHz, 44.2 kHz, 54.8 Hz
	Modeline "1152x768"   65.00  1152 1178 1314 1472  768 771 777 806 +hsync +vsync
# Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
	Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
# Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
	Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
# Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
	Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
# Default mode "1024x768": 44.9 MHz, 35.5 kHz, 87.1 Hz (I)
	Modeline "1024x768"   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync
# Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
	Modeline "832x624"   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync
# Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
	Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
# Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
	Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync
# Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
	Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
# Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
	Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
# Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
	Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
# Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
	Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 -hsync -vsync
# Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
	Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
# Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
	Modeline "640x400"   31.50  640 672 736 832  400 401 404 445 -hsync +vsync
# Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
	Modeline "640x350"   31.50  640 672 736 832  350 382 385 445 +hsync -vsync
# Default mode "512x384": 22.4 MHz, 35.5 kHz, 87.1 Hz (D)
	Modeline "512x384"   22.45  512 516 604 632  384 384 388 409 interlace doublescan +hsync +vsync
# Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
	Modeline "416x312"   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync
# Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
	Modeline "400x300"   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync
# Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
	Modeline "400x300"   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync
# Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
	Modeline "400x300"   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync
# Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
	Modeline "400x300"   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync
EndSection



# **********************************************************************
# Graphics device section
# **********************************************************************

# +++ XFree86 Radeon section +++
Section "Device"
	Identifier	"XF86radeon[0]"
	Driver		"radeon"
	BusID		"PCI:1:0:0"		# vendor=1002, device=4e50

#Chipset: "ATI Radeon Mobility 9600 (M10) NP (AGP)" (ChipID = 0x4e50)
#(--) RADEON(0): Linear framebuffer at 0xd0000000
#(--) RADEON(0): VideoRAM: 65536 kByte (128 bit DDR SDRAM)
#(II) RADEON(0): AGP card detected

#	VideoRam	65536
#	MemBase		?
#	IOBase		?
#	ChipID		?

	Screen		0
#	Option		"Rotate"		"CW"
	Option		"BackingStore"		"on"

#	Option		"SWcursor"		"off"
#	Option		"NoAccel"		"on"
#	Option		"Dac6Bit"		"off"
#	Option		"VideoKey"		"0x1E"
	Option		"UseFBDev"		"off"

# These are available only if DRI is enabled
	Option		"AGPMode"		"4"	# 1 (default) | 2 | 4
	Option		"AGPFastWrite"		"on"
#	Option		"BusType"		"autodet"# PCI | AGP | PCIE
#	Option		"ForcePCIMode"		# deprecated to BusType

	Option		"DDCMode"		"on"
	Option		"DisplayPriority"	"AUTO"	# AUTO | BIOS | HIGH
	Option		"MonitorLayout"		"LVDS, CRT"	# NONE | CRT | TMDS | LVDS
#	Option		"MergedFB"		"off"	# on (default if CRT attached) | off (better if defined 'Virtual XxX' in 'Section Screen')
	Option		"CRT2HSync" 		"30-121"# ! required if DDCMode
	Option		"CRT2VRefresh"		"48-160"# ! required if DDCMode
	Option		"CRT2Position"		"Below"	# Clone | DualHead
#	Option		"MetaModes"		""	# CRT1Mode-CRT2Mode
#	Option		"NoMergedXinerama"	"off"
#	Option		"MergedXineramaCRT2IsScreen0"	""	# on | off
#	Option		"MergedDPI"		""	# X X
#	Option		"IgnoreEDID"		"off"
#	Option		"PanelSize"		"none"		# XxX
#	Option		"PanelOff"		"off"
#	Option		"EnablePageFlip"	"off"
EndSection

Section "Device"
	Identifier	"XF86radeon[1]"
	Driver		"radeon"
	BusID		"PCI:1:0:0"		# vendor=1002, device=4e50
	Screen		1
EndSection



# === ATI device section ===
Section "Device"
	Identifier	"ATIconnector[0]"
	Driver		"fglrx"

# ### generic DRI settings ###
# === disable PnP Monitor  ===
#	Option		"NoDDC"
# === disable/enable XAA/DRI ===
#	Option		"no_accel"		"no"
#	Option		"no_dri"		"no"
# === misc DRI settings ===
#	Option		"mtrr"			"off"	# disable DRI mtrr mapper, driver has its own code for mtrr

# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
#	Option		"DesktopSetup"		"0x00000000" 
#	Option		"MonitorLayout"		"AUTO, AUTO"
#	Option		"MonitorLayout"		"LCD, CRT"
#	Option		"IgnoreEDID"		"off"
#	Option		"HSync2"		"30-121" 
#	Option		"VRefresh2"		"48-160" 
#	Option		"ScreenOverlap"		"0" 
# === TV-out Management ===
#	Option		"NoTV"			"yes"     
#	Option		"TVStandard"		"NTSC-M"     
#	Option		"TVHSizeAdj"		"0"     
# 	Option		"TVVSizeAdj"		"0"     
#	Option		"TVHPosAdj"		"0"     
#	Option		"TVVPosAdj"		"0"     
#	Option		"TVHStartAdj"		"0"     
#	Option		"TVColorAdj"		"0"     
#	Option		"GammaCorrectionI"	"0x00000000"
#	Option		"GammaCorrectionII"	"0x00000000"
# === OpenGL specific profiles/settings ===
#	Option		"Capabilities"		"0x00000000"
# === Video Overlay for the Xv extension ===
#	Option		"VideoOverlay"		"on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
#	Option "OpenGLOverlay"              "off"
# === Center Mode (Laptops only) ===
#	Option "CenterMode"                 "off"
# === Pseudo Color Visuals (8-bit visuals) ===
#	Option "PseudoColorVisuals"         "off"
# === QBS Management ===
#	Option "Stereo"                     "off"
#	Option "StereoSyncEnable"           "1"
# === FSAA Management ===
#	Option "FSAAEnable"                 "no"
#	Option "FSAAScale"                  "1"
#	Option "FSAADisableGamma"           "no"
#	Option "FSAACustomizeMSPos"         "no"
#	Option "FSAAMSPosX0"                "0.000000"
#	Option "FSAAMSPosY0"                "0.000000"
#	Option "FSAAMSPosX1"                "0.000000"
#	Option "FSAAMSPosY1"                "0.000000"
#	Option "FSAAMSPosX2"                "0.000000"
#	Option "FSAAMSPosY2"                "0.000000"
#	Option "FSAAMSPosX3"                "0.000000"
#	Option "FSAAMSPosY3"                "0.000000"
#	Option "FSAAMSPosX4"                "0.000000"
#	Option "FSAAMSPosY4"                "0.000000"
#	Option "FSAAMSPosX5"                "0.000000"
#	Option "FSAAMSPosY5"                "0.000000"
# === Misc Options ===
#	Option "UseFastTLS"                 "0"
#	Option "BlockSignalsOnLock"         "on"
#	Option "UseInternalAGPGART"         "yes"
#	Option "ForceGenericCPU"            "no"
	BusID		"PCI:1:0:0"	# vendor=1002, device=4e50
	Screen		0

#	Option		"Rotate"	"CW"
#	Option		"Rotate"	"CCW"

EndSection

Section "Device"
	Identifier	"ATIconnector[1]"
	Driver		"fglrx"
	BusID		"PCI:1:0:0"	# vendor=1002, device=4e50
	Screen		1
EndSection



# **********************************************************************
# Screen sections
# **********************************************************************
# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.

Section "Screen"
	Identifier	"LCD"
#	Device		"ATIconnector[0]"
	Device		"XF86radeon[0]"
#	Monitor		"InternalLCD"
	Monitor		"DellP1110"
	DefaultDepth	24
	DefaultFbBpp	32
#	Option		"Accel"		"off"
#	Option		"NoMTRR"	"off"
	Subsection	"Display"
		Depth		24
		Modes		"1400x1050" "1280X1024" "1024x768" "800x600" "640x480"
#		Modes		"1600x1200" "1400x1050" "1280X1024" "1024x768" "800x600" "640x480" "720x400"
		ViewPort	0 0	# initial origin if mode is smaller than desktop
#	Virtual		1400 1050	# needed by 'MergedFB'
	EndSubsection

EndSection

Section "Screen"
	Identifier	"CRT"
#	Device		"ATIconnector[1]"
	Device		"XF86radeon[1]"
#	Monitor     	"DellP1110"
	Monitor		"InternalLCD"
	DefaultDepth	24
	DefaultFbBpp	32
	Subsection	"Display"
		Depth		24
#		Modes		"1400x1050" "1280X1024" "1024x768" "800x600" "640x480" "720x400" #"1600x1200"
		Modes		"1600x1200" "1400x1050" "1280X1024" "1024x768" "800x600" "640x480" "720x400"
		ViewPort	0 0	# initial origin if mode is smaller than desktop
#	Virtual		1600 1200
	EndSubsection
EndSection



# **********************************************************************
# ServerLayout sections.
# **********************************************************************
# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"
	Identifier	"Layout[0]"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.
	Screen		"LCD"
#	Screen		"CRT"	Below	"LCD"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
	InputDevice	"USdeadkeys"		"CoreKeyboard"
	InputDevice	"SynapticsTouchPad"	"CorePointer"
	InputDevice	"USBWheelMouse"		"SendCoreEvents"
EndSection

### EOF ###

[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux