Hi folks,
I've been struggling with this problem for a few days now and can't seem to solve it nor find the break through piece on info I need to get dual monitors (extended desktop) working on my 4.7.1 tinycore64 system.
My problem
=======
   I'm trying to get my desktop to extended across both monitors (that are placed side-by-side), but the best I seem to get is one monitor showing fine (background, wallpaper, windows, panel, mouse pointer, etc) but the other will only show my mouse pointer.  Otherwise it (the secondary display) only shows black.  If I grab a window, and drag it from one display to the other, the mouse cursor shows up on the secondary display with the move window pointer (4way arrow thingy), but the window itself is no where to be seen.  If I release the window somewhere on the secondary display, the workspace panel item shows that the window is there on that portion of the workspace, but (again) I see nothing -- just the mouse pointer (now reverted back to the normal image).
My current setup
===========
   Motherboard: ASUS C60M1-I
   Graphics: onboard Radeon HD 6290
   RAM: 8GB
   Monitor 1: some 19" ASUS that's a few years old
   Monitor 2: some 19" ASUS that's a few years old
   USB Keyboard and Mouse
   no other hardware
I'm netbooting TinyCore64 (not CorePure64) and using xfce4 as my window manager (is that the correct term?).  I've also got xf86-video-ati loaded but had to add the boot option "radeon.modeset=0" in order for the video driver to load properly and X start up without problems.
xrandr shows this
===========
      Screen 0: minimum 320 x 200, current 2560 x 1024, maximum 2560 x 1024
      DVI-0 connected 1280x1024+1280+0 (normal left inverted right x axis y axis) 474mm x 296mm
         1280x1024      75.0*+   60.0  
         1440x900       59.9  
         1280x960       60.0  
         1280x800       59.9  
         1152x864       75.0  
         1024x768       75.0     70.1     60.0  
         832x624        74.6  
         800x600        72.2     75.0     60.3     56.2  
         640x480        75.0     72.8     66.7     59.9  
         720x400        70.1  
      VGA-0 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 474mm x 296mm
         1280x1024      75.0*+   60.0  
         1440x900       59.9  
         1280x960       60.0  
         1280x800       59.8  
         1152x864       75.0  
         1024x768       75.0     72.0     70.1     60.0  
         832x624        74.6  
         800x600        72.2     75.0     60.3     56.2  
         640x480        75.0     72.8     66.7     59.9  
         720x400        70.1  
I've attached my Xorg.0.log file.
My xorg.conf file
===========
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
	ModulePath   "/usr/local/lib/X11/modules"
	FontPath     "/usr/local/lib/X11/fonts/misc/"
	FontPath     "/usr/local/lib/X11/fonts/TTF/"
	FontPath     "/usr/local/lib/X11/fonts/OTF"
	FontPath     "/usr/local/lib/X11/fonts/Type1/"
	FontPath     "/usr/local/lib/X11/fonts/75dpi/"
EndSection
Section "Module"
	Load  "glx"
	Load  "dri"
	Load  "extmod"
	Load  "dbe"
	Load  "freetype"
EndSection
Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection
Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
	Identifier   "VGA"
	Option       "Primary" "true"
EndSection
Section "Monitor"
	Identifier   "DVI"
	Option       "RightOf" "VGA"
EndSection
Section "Device"
	Identifier  "Card0"
	Driver      "radeon"
	Option      "DVI-0" "DVI"
	Option      "VGA-0" "VGA"
EndSection
Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth 24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes     "1280x1024" "1280x1024"
		Virtual   2560 1024
	EndSubSection
EndSection---END OF XORG.CONF---
When I first boot up, the secondary display is mirroring my primary display.  I open a terminal and type:
xrandr --output DVI-0 --right-of VGA-0
then I end up in my current state where my secondary display seems to be extending the workspace, but I see only my mouse cursor when I move it towards that side of the workspace.
I appreciate any help I can get to resolve this issue.
Thanks!
Len
    [EDIT]: Added code tags.  Rich