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

Re: Xinerama



Hallo Andreas!

> > Nachdem ich meine XF86config geändert habe (Hinzufügen der Auflösung
> > 1600x1050), wird auch die Größe geändert. Nur jetzt muß ich auf dem
> > externen Monitor alles verschieben. Er hat nicht mal mehr die
> > Standardauflösung von 1400x1050 sondern nur noch ca 640x480.
> > 
> > Kann man irgendwo einstellen, daß das nicht verschiebbar ist und er dann
> > wirklich auf 1600x1200 aufgeht, wenn ich sage, er soll so aufgehen?
> 
> Hört sich so an, als ob du da die virtuelle Auflösung hochgeschraubt
> hast. Zur Klärung, X11 kennt sowohl die Display-Auflösung als auch
> eine separate Desktop-Auflösung. So kannst du z.B. festlegen, das dein
> Bildschirm 1280x1024 Bildpunkte macht, aber dein Desktop könnte
> (theoretisch) 2400x2400 Bildpunkte gross sein, da gibts dann
> Scrolling. 
> 
> Die "physische" Auflösung ist immer die erste in der Modes-Zeile. Das
> heisst wenn dort als erstes 640x480 steht, nimmt X11 das als
> Auflösung. Ich verstehe aber nicht warum du 1600x1200 überhaupt dort
> aufnehmen musst, IIRC kannst du mit xrandr auf jede beliebige
> Auflösung umschalten... Ansonsten hättest du nämlich das Problem mit
> deinem Laptop-Schirm, der kann ja keine 1600x1200, da macht X11 dann
> automatisch die maximal mögliche (1400x1050) zur physischen und setzt
> die andere als virtuelle Auflösung - sprich du musst wieder scrollen.

Ich mußte die Auflösung von 1600x1200 einstellen, sonst hätte er gar
nichts gemacht.

Ich schicke mal meine XF86config mit. Vielleicht sieht Du da einen
Fehler.

CU        
         
  Michael  
          
--                                                       
           Michael Ott, e-mail: michael@zolnott.de, www.zolnott.de           
I am registered as user #275453 with the Linux Counter, http://counter.li.org.
# XF86Config-4 (XFree86 X server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# 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/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

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/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/75dpi"
	FontPath	"/usr/lib/X11/fonts/100dpi"
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	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
	Option		"XkbVariant"	"nodeadkeys"
EndSection

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

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

Section "Device"
	Identifier	"Generic Video Card"
	#Driver		"vesa"
	#Driver		"ati"
	#Driver		"fglrx"
	Driver		"radeon"
#	Option		"UseFBDev"	"true"
	Option		"AGPMode"	"4"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	HorizSync	28-96
	VertRefresh	50-76
	Option		"DPMS"
	# 1400x1050 @ 60Hz M9 Laptop mode
	ModeLine "1400x1050" 122.000 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync
	# 1400x1050 @ 75 Hz, 82.2 kHz hsync
	ModeLine "1400x1050" 155.8   1400 1464 1784 1912  1050 1052 1064 1090 +HSync +VSync
	# 1400x1050 @ 70Hz, 76.8 kHz hsync
	Modeline "1400x1050"  151   1400 1464 1656 1960 1050 1051 1054 1100 +HSync +VSync
	# 1400x1050 @ 75Hz, 82.3 kHz hsync
	Modeline "1400x1050"  162   1400 1464 1656 1960 1050 1051 1054 1100 +HSync +VSync
	# 1400x1050 @ 85Hz, 93.2 kHz hsync
	Modeline "1400x1050"  184   1400 1464 1656 1960 1050 1051 1054 1100 +HSync +VSync
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth	16
#	SubSection "Display"
#		Depth		1
#		Modes		"1280x1024"
#	EndSubSection
#	SubSection "Display"
#		Depth		4
#		Modes		"1280x1024"
#	EndSubSection
#	SubSection "Display"
#		Depth		8
#		Modes		"1280x1024"
#	EndSubSection
#	SubSection "Display"
#		Depth		15
#		Modes		"1280x1024"
#	EndSubSection
#	SubSection "Display"
#		Depth		16
#		Modes		"1280x1024"
#	EndSubSection
#	SubSection "Display"
#		Depth		24
#		Modes		"1280x1024"
#	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1600x1200" "1400x1050" "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1600x1200" "1400x1050" "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Generic Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection

Attachment: signature.asc
Description: Digital signature


Reply to: