> > Hi,> > I'm definitely a newbie when it comes to configuring
> > XFree86. I want to have a separate display (different desktops,
> > resolutions, etc.)
> so you don't want them Xinerama'ed together?
No, as separate as possible. I don't even need to share the keyboard
and mouse (second display will be for output only). I have tried
xinerama, just to see does it work, but got no output on my second
head. Second head worked OK under W2000, by the way.
> > I've spent a lot of time trying different things in
> > /etc/X11/XF86Config but without success. I'd greatly appreciate
> > it if someone could send me an XF86Config that I could use to get
> > dual-headed up and running like this.
> can you post the /root/XF86Config.new file that 'XFree86 -configure'
> generates?
I've included it below. It has picked up information from the monitor
conected to the vga connector labelled #1.
Thanks for your interest,
Fergal.
------------- /root/XF86Config.new -------------
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6-CVS/lib/X11/rgb"
ModulePath "/usr/X11R6-CVS/lib/modules"
FontPath "/usr/X11R6-CVS/lib/X11/fonts/misc/"
FontPath "/usr/X11R6-CVS/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6-CVS/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6-CVS/lib/X11/fonts/CID/"
FontPath "/usr/X11R6-CVS/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6-CVS/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "extmod"
Load "glx"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "speedo"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
EndSection
Section "Monitor"
#DisplaySize 340 250 # mm
Identifier "Monitor0"
VendorName "DEL"
ModelName "DELL D1226H"
Option "DPMS"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "Dac6Bit" # [<bool>]
#Option "Dac8Bit" # [<bool>]
#Option "ForcePCIMode" # [<bool>]
#Option "CPPIOMode" # [<bool>]
#Option "CPusecTimeout" # <i>
#Option "AGPMode" # <i>
#Option "AGPSize" # <i>
#Option "RingSize" # <i>
#Option "BufferSize" # <i>
#Option "EnableDepthMoves" # [<bool>]
#Option "CrtScreen" # [<bool>]
#Option "PanelSize" # [<str>]
#Option "UseFBDev" # [<bool>]
Identifier "Card0"
Driver "ati"
VendorName "ATI"
BoardName "Radeon VE QY"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Depth 1
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
EndSubSection
EndSection
_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie