4K monitors?

don fisher hdf3 at comcast.net
Sat Jul 5 00:03:05 UTC 2014


To all that aided me in my search, I wanted to say that my xorg.conf 
file works! I have attached the xorg.conf file I used to get back to my 
single head configuration. I also attached the Xorg.0.log file from 
/var/log so you can read how it was digested.

If I did anything wrong here, please advise.

Thanks again,
Don
-------------- next part --------------

# echo "Xorg configuration created by system-config-display"

Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "radeon-Screen[0]" 0 0
#	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

#Section "Monitor"
#	Identifier   "Monitor0"
#	ModelName    "LCD Panel 1920x1200"
#	HorizSync    31.5 - 90.0
#	VertRefresh  59.9 - 60.1
#	Option	    "dpms"
#EndSection

Section "Monitor"
	Identifier  "radeon-Monitor[0]"
	Option	    "VendorName" "Radeon Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "vesa"
EndSection

Section "Device"
	Identifier  "radeon-Device[0]"
	Driver      "radeon"
	Option	    "DesktopSetup" "clone"
	Option	    "ForceMonitors" "crt1,crt2"
	BusID       "PCI:1:5:0"
EndSection

#Section "Screen"
#	Identifier "Screen0"
#	Device     "Videocard0"
#	Monitor    "Monitor0"
#	DefaultDepth     24
#	SubSection "Display"
#		Viewport   0 0
#		Depth     24
#		Modes    "800x600" "640x480"
#	EndSubSection
#EndSection

Section "Screen"
	Identifier "radeon-Screen[0]"
	Device     "radeon-Device[0]"
	Monitor    "radeon-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1920x1200" #"1280x1024" "1024x76"
	EndSubSection
EndSection
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Xorg.0.log
Type: text/x-log
Size: 55273 bytes
Desc: not available
URL: <http://lists.fedoraproject.org/pipermail/users/attachments/20140704/0b7ba724/attachment-0001.bin>


More information about the users mailing list