Adjust screen position/keystone?

Status
Not open for further replies.
Modelines in your Xorg.conf? What kind of video card is it? You can use nvidia settings to adjust screen possition.
 
I cut to the good part.
Code:
Section "Monitor" 
	Identifier "monitor1" 
	VendorName "Apple" 
	ModelName "HiRes Display 1152x864" 
	HorizSync 30.0-112.0 
	VertRefresh 50.0-160.0 
	ModeLine "800x600" 112 800 816 824 840 600 616 624 640 -hsync -vsync 
	ModeLine "1152x864" 100 1152 1173 1269 1440 768 769 772 800 +vsync +vsync 
	ModeLine "1024x768" 100 1024 1108 1280 1408 768 768 780 796 +hsync +vsync 
	ModeLine "1280x960" 100 1280 1288 1392 1664 1024 1027 1030 1064 
 EndSection 


Section "Device" 
	Identifier "device1" 
	VendorName "ATI, inc." 
	BoardName "ATI Radeon 9600" 
	Driver "radeon" 
	BusID "PCI:0:16:0" 
	# Option "useFBDev" 
	Option "DPMS" 
 EndSection
 
Status
Not open for further replies.
Back
Top Bottom