[ltp] DVI problem again

Martin Höfling linux-thinkpad@linux-thinkpad.org
Tue, 15 Nov 2005 12:37:06 +0100


--nextPart2925264.ERYfAjHags
Content-Type: multipart/mixed;
  boundary="Boundary-01=_ihceD1lSS/ca1ER"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

--Boundary-01=_ihceD1lSS/ca1ER
Content-Type: text/plain;
  charset="iso-8859-15"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

I still could not solve the following problem: Samsung 20'' 1600x1200=20
connected to the DVI port of my dock. Radeon 7500 Mobility in a T40 (radeon=
=20
driver):

=2DAnalog 1600x1200 is working flawless (Windows & Linux)
=2DDVI hangs (linux) or shows 1280x1024(Windows) 1600x1200 only scrolling (=
I=20
assume it's the IBM-Windows software encoded limitation)
=2DI tried to add modelines to my monitorsection, both are working in analo=
g=20
mode with 60Hz output
        Modeline        "1600x1200" 162.00 1600 1664 1856 2160   1200 1201=
=20
1204 1250
        Modeline        "1024x768"  60.80  1024 1056 1128 1272   768  768  =
770 =20
796

=2Danother question which has nothing to do with the problem: xrandr rotati=
on is=20
not working

I provided some (hopefully useful) information, thanks for help.
	Martin

martin@arrakis ~ $ xrandr -q
 SZ:    Pixels          Physical       Refresh
 0   1024 x 768    ( 411mm x 311mm )   0
*1   1600 x 1200   ( 411mm x 311mm )  *0
Current rotation - normal
Current reflection - none
Rotations possible - normal
Reflections possible - none

martin@arrakis ~ $ X -version

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.12 i686 [ELF]
Current Operating System: Linux arrakis 2.6.14.1 #1 PREEMPT Sun Nov 13=20
20:44:34 CET 2005 i686
Build Date: 19 September 2005
        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present

xorg.conf is attached.

=2D-=20
"Was ist der Sinn einer Sig.?" - "Tja. Das kann ich Dir jetzt auch
gerade nicht sagen. Aber eine Gute Frage. Darf ich die als Signatur
verwenden?" (Joachim J=E4ger und Nils Ketelsen in de.newusers.questions)

--Boundary-01=_ihceD1lSS/ca1ER
Content-Type: text/plain;
  charset="iso-8859-15";
  name="xorg.conf"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="xorg.conf"

# XF86Config-4 (XFree86 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 XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *o=
nly*
# 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/misc"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/TTF"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
	FontPath	"/usr/share/fonts/corefonts"
	FontPath	"/usr/share/fonts/cyrillic"=09
	FontPath	"/usr/share/fonts/freefont"
	FontPath	"/usr/share/fonts/local"
	FontPath	"/usr/share/fonts/sharefonts"
	FontPath	"/usr/share/fonts/ukr"
EndSection

Section "Module"
	Load	"dri"
	Load	"GLcore"
	Load	"libxtrap"
	Load	"extmod"
	Load	"bitmap"
	Load	"ddc"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	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"
	Option		"XkbOptions"	"ctrl:nocaps"
EndSection

Section "InputDevice"
	Identifier	"USB Maus"
	Driver		"mouse"
#	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
	Option		"SendCoreEvents"	"true"
EndSection

Section "InputDevice"
        Identifier  "Trackpoint"
        Driver      "mouse"
        Option      "SendCoreEvents"
        Option      "Protocol" "PS/2"
        Option      "Device" "/dev/input/mouse1"
EndSection

Section "InputDevice"
  Driver  	"synaptics"
  Identifier  	"Touchpad"
  Option 	"Device"  	"/dev/psaux"
  Option	"Protocol"	"auto-dev"
  Option	"LeftEdge"      "1700"
  Option	"RightEdge"     "5300"
  Option	"TopEdge"       "1700"
  Option	"BottomEdge"    "4200"
  Option	"FingerLow"	"25"
  Option	"FingerHigh"	"30"
  Option	"MaxTapTime"	"180"
  Option	"MaxTapMove"	"220"
  Option	"VertScrollDelta" "100"
  Option	"MinSpeed"	"0.06"
  Option	"MaxSpeed"	"0.12"
  Option	"AccelFactor" "0.0010"
  Option	"SHMConfig"	"on"
#  Option	"Repeater"	"/dev/ps2mouse"
  Option	"CorePointer"
EndSection

Section "Device"
	Identifier	"ATI Technologies, Inc. Radeon Mobility M6 LW"
	Driver		"radeon"
	Option		"SWcursor" "off"
	Option		"AGPMode" "4"
	Option		"AGPFastWrite" "true"
	Option		"BusType"	"AGP"
	Option 		"EnablePageFlip" "true"
#	Option		"DDCMode"	"true"
	Option		"MergedFB"	"true"
#	Option		"CloneHSync"	"30.0-115.0"
#	Option		"CloneVRefresh"	"50.0-160.0"
#	Option		"CRT2HSync" "30.0-115.0"=09
#	Option		"CRT2VRefresh" "50.0-160.0"
	Option		"MonitorLayout" "LVDS, TMDS"
	Option		"DynamicClocks" "true"   =20
#	Option		"DisplayPriority" "HIGH"
#	Option		"OverlayOnCRTC2" "true"
	Option		"MetaModes" "1024x768-1024x768 1024x768-1600x1200"
# 800x600-800x600 640x480-640x480"
# 1280x1024-1280x1024 "
#	Option		"CTR2Position" "Clone"
#	Option		"IgnoreEDID"	"true"
	Option		"BIOSHotkeys"	"true"=20
EndSection


Section "Monitor"
	Identifier	"IVM:1019"
#	HorizSync	28-50
#	VertRefresh	43-75
#	Option		"DPMS"
	Modeline	"1600x1200" 162.00 1600 1664 1856 2160   1200 1201 1204 1250
	Modeline 	"1024x768"  60.80  1024 1056 1128 1272   768  768  770  796
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. Radeon Mobility M6 LW"
	Monitor		"IVM:1019"
	DefaultDepth	24
	SubSection "Display"
		Depth		16
		Modes		"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Trackpoint" "SendCoreEvents"
	InputDevice	"USB Maus" "SendCoreEvents"=20
	InputDevice	"Touchpad" "CorePointer"
EndSection

Section "DRI"
	Mode	0666
EndSection


--Boundary-01=_ihceD1lSS/ca1ER--

--nextPart2925264.ERYfAjHags
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1-ecc0.1.6 (GNU/Linux)

iD8DBQBDechi0Vwi9WwD/JYRApRsAKCxoRz98joxpGu4wmaz5IqV5qD/MQCeNKxN
22O0oLwxtkFiNNFccSpLIHk=
=qjkX
-----END PGP SIGNATURE-----

--nextPart2925264.ERYfAjHags--