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

Re: external Display and FBDev



hm, before sending i had a quick look at it again, and disabled some
options that didn't make sense for me (NoMergedCinerama, CRT2Position),
now works still, and for now even seems that this cleared some
performance issues i was writing about.

still i can't use wmi(i) and have to stick with ion3 which is only 2nd
favourite ;(.

cheers

On Thu, May 05, 2005 at 09:00:20AM +0200, Jorge Salamero wrote:
> on Sunday 01 May 2005 10:40, Florian Klinglmueller wrote:
> > b) configure two seperate devices [drop me mail if you want my config]
> 
> hi, would you mind let me see that config ?
> 
> thanks !
> 
> -- 
> Jorge Salamero Sanz (bencer)
> mail: <bencer@cauterized.net>
> blog: <http://bys.cauterized.net/>
> http: <http://www.cauterized.net/>


# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   md5sum /etc/X11/xorg.conf >/var/lib/xorg//etc/X11/xorg.conf.md5sum
#   dpkg-reconfigure xserver-xorg

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
        # paths to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
	Load	"GLcore"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"v4l"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	#Option		"XkbRules"	"xorg"
	#Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us+dvorak"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"device0"
	Driver		"radeon"
	BusID		"PCI:0:16:0"
	#Option		"UseFBDev"		"true"
	#Option		"CRT2Position"		"LeftOf"
	#Option		"NoMergedCinerama"	"true"
	Screen		0
	#Option		"MetaModes"		"1024x768-1280x1024"
EndSection

Section "Device"
	Identifier 	"device1"
	Driver		"radeon"
	BusID		"PCI:0:16:0"
	Screen 		1
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	#HorizSync	28-49
	#VertRefresh	43-72
	Option		"DPMS"
EndSection

Section "Monitor"
	Identifier	"External Monitor"
	Option		"CRT"
EndSection


Section "Screen"
	Identifier	"Screen0"
	Device		"device0"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Screen1"
	Device		"device1"
	Monitor		"External Monitor"
	DefaultDepth	24
	Subsection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	Screen		"Screen0" 0 0
	Screen 		"Screen1" LeftOf "Screen0"
	#Option		"Xinerama" "true"
EndSection

Section "DRI"
	Mode	0666
EndSection



Reply to: