Al Black wrote: > What is the shell command to get the video card and monitor on that > running on a machine? You can find out the video card with one of these commands: lspci sudo lshw -C display I don't know of a command to identify the monitor though. You can check the file /var/log/Xorg.0.log if there is information about your monitor. Nils