Public bug reported:

Binary package hint: apport

In many bug reports information is asked about the used graphics
drivers, mostly if the fglrx or nvidia drivers are used. Please include
information in apport:

- which restricted drivers are used:
  echo "restricted modules: $(echo $(lsmod | cut '-d ' -f 1| grep -f <(ls -1 
/lib/modules/$(uname -r)/volatile | sed 's/\(.*\)\.ko$/^\1$/')))"

- which graphics modules are used (ok, that may become more difficult)
  echo "graphics modules: $(echo $(lsmod | cut '-d ' -f 1| grep -f <(find 
/lib/modules/$(uname -r)/kernel/drivers/video -name '*.ko' | sed 
's,.*/\([^/]*\)\.ko$,^\1$,')))"

** Affects: apport (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
please include information which restricted drivers are in use
https://bugs.launchpad.net/bugs/103239
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to