NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
HOWTO set size of viewport/screen in dual headed computer.I have a computer with two(2) PCI video cards, an S3Virge(256M) and a Savage4(128M), both of which work fine to run a monitor. I am now attempting to have them work together after failing with the S3virge and an Alliance AT3D. X is Xorg. Running gives dual head and the mouse cursor moves between them nicely and smoothly. Based on mouse cursor, the resolutaion is probably 640x480 for each. However, when I graft the details into my working /etc/X11/xorg.conf, I get an error complaining that the Savage 4 has insufficent Videoram available for 3D - try a lower color depth or smaller desktop. My guess is that it is seeing the S3Virge first (PCI:0:12:0) and its 256Mb with a NEC V500 screen and then trying to impose the 1600x??? resolution that it is capable of on the the Savage4 driving a NEC 5FGp screen (max 1280?). so how and where do I specify desktop size? All the configuration information I have found todate has not mentioned this. T.i.A. |
Re: HOWTO set size of viewport/screen in dual headed computer.
Problem basically stems from the fact that Xorg isn't as marvellous as it thinks it is and hasn't a clue on how to test monitors and defaults to 640x480 & 320x240(?). baah.
Once I research the monitor specs (HorizS & VertR) and put them into xorg.conf, I them moved the desired display depth to the top of the list. Well, that worked in single monitor. Back to dual a bit later.