Chimou wrote: > > > Hi, > > I would like to know if it is possible with standard xfree features > to know if a display is connected to a particular VGA interface or > if it is specific to the hardware/driver used. > > For information, I have a nvidia card and I use the binary driver > from NVIDIA. The goal is to start a different layout in function of > connected display. > > Thx for your help or your tips The XF86Config file allows you to specify BusID for each "Device" in the form: BusID "0:14:0" Each device could then be configured with it's own "Screen" section. And then you just need to specify their layout with the "ServerLayout" section (if you are doing multi-head). Most of what you need should be in 'man XF86Config' for the keywords. -- Kevin _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86