On Tuesday 23 December 2008 00:09:19 Robert Bridge wrote: > > Sure, I'm a little frustrated with the fact that discovering > > the actual video driver file is such a nightmare. It should > > be a simple little command of a script one can alias to > > a simple command string. I'm not meaning to bash you, > > it's just I cannot belive there is not a simple method > > to find the actual video driver a given linux system is > > using. Parsing log files is not what I had in mind. > > A simple method may well exist, I was only throwing out the only idea I > could think of. > > > But, that is the best/only method? > > Probably not. It's the only method that springs to mind.
grepping a log file is the most natural way for an experienced unix admin to do it. It's a useful skill, all newbies should be encouraged (but not required) to learn it. Sometimes we experienced admin types lose sight of the fact that regardless of all the nice new user-friendly aspects of Linux being driven by distros like Ubuntu, under the covers we still have a hard-core Unix system. In cases where a quick command to display something doesn't exist, it's usually because it never occurred to the developer that there could be another way :-) I find in my own experience that I usually know what driver is being used - I set the machines up after all - and if I do need to verify the driver, I also want the error messages related to it. Which are sitting in the log file :-) -- alan dot mckinnon at gmail dot com