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

Re: Debian als Desktop == Frust :-(



Edward von Flottwell schreibt:

> Meine Top-Frage, weil mir die Augen sonst schmerzen:
> Wie konfiguriere ich den externen VGA-Port auf mehr als 1024x768?
> Stinknormale xorg.conf, i810 driver mit    Option "MonitorLayout"
> "CRT,NONE"

Hier ist die xorg.conf meines ThinkPads X41 mit i810-Chipset.  Die
Einstellungen für den externen Monitor sind auskommentiert, da ich
inzwischen wieder die interne und die externe Anzeige synchronisiere.
Außerdem ist die Konfiguration für OpenBSD.  Aber von der
Mauskonfiguration abgesehen, solltest Du den größten Teil der
Konfiguration nach Debian übernehmen können.

# vim:ts=8:ft=xf86conf
# $Id$
#
# xorg 6.8.2 configuration for an ibm thinkpad x41 running
# openbsd 3.9-current
#

Section "Module"
	Load		"dbe"
	SubSection	"extmod"
		Option	"omit XFree86-DGA"
	EndSubSection
	Load		"glx"
	Load		"record"
	Load		"xtrap"
	Load		"freetype"
	Load		"type1"
EndSection

Section "Files"
	RgbPath		"/usr/X11R6/lib/X11/rgb"
	FontPath	"/usr/X11R6/lib/X11/fonts/misc/"
	FontPath	"/usr/local/lib/X11/fonts/mscorefonts/"
	FontPath	"/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/local/lib/X11/fonts/ghostscript/"
EndSection

Section "InputDevice"
	Identifier	"Keyboard1"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"microsoftmult"
	Option		"XkbLayout"	"de"
	Option		"XkbVariant"	"nodeadkeys"
	Option		"XkbOptions"	"ctrl:nocaps"
EndSection

Section "InputDevice"
	Identifier	"Mouse1"
	Driver		"mouse"
	Option		"Protocol"	"wsmouse"
	Option		"Device"	"/dev/wsmouse"
	Option		"ZAxisMapping"	"4 5"
EndSection

Section "Device"
	Identifier	"Card1"
	Driver		"i810"
	BusID		"PCI:0:2:0"
	Option		"MonitorLayout"	"CRT,LFP"
	Option		"Clone"		"yes"
	Screen		0
EndSection

#Section "Device"
#	Identifier	"Card2"
#	Driver		"i810"
#	BusID		"PCI:0:2:0"
#	Option		"MonitorLayout"	"CRT,LFP"
#	Option		"Clone"		"yes"
#	Screen		1
#EndSection

Section "Monitor"
	Identifier	"LCD"
	#Option		"DPMS"
EndSection

Section "Monitor"
	Identifier	"External Monitor"
	HorizSync	30-82
	VertRefresh	50-85
	#ModeLine	"1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
	Modeline	"1280x1024@60" 114.98 1280 1312 1744 1776 1024 1045 1055 1076 
	#Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"LCD"
	Device		"Card1"
	Monitor		"LCD"
	Subsection	"Display"
		Modes	"1024x768"
		Depth	16
	EndSubsection
EndSection

#Section "Screen"
#	Identifier	"VGA"
#	Device		"Card2"
#	Monitor		"External Monitor"
#	Subsection "Display"
#		Modes	"1280x1024@60"
#		Depth	16
#	EndSubsection
#EndSection

Section "ServerLayout"
	Identifier	"LCD with optional CRT"
	Screen		0		"LCD"
#	Screen		1		"VGA" LeftOf "LCD"
	InputDevice	"Mouse1"	"CorePointer"
	InputDevice	"Keyboard1"	"CoreKeyboard"
#	Option		"Xinerama"	"yes"
EndSection




Reply to: