Advertisement
Guest User

Untitled

a guest
Aug 28th, 2014
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. #uname -r
  2. 3.13.0-35-generic
  3.  
  4. # dmesg
  5.  
  6. [52049.856134] usb 2-2: new high-speed USB device number 8 using ehci-pci
  7. [52049.989282] usb 2-2: New USB device found, idVendor=17e9, idProduct=430f
  8. [52049.989290] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  9. [52049.989295] usb 2-2: Product: Kensington USB3.0 Video Adapter
  10. [52049.989299] usb 2-2: Manufacturer: DisplayLink
  11. [52049.989304] usb 2-2: SerialNumber: 10024214
  12. [52059.384628] usbcore: registered new interface driver udlfb
  13. [52402.886345] usbcore: deregistering interface driver udlfb
  14. [52418.187053] usbcore: registered new interface driver udlfb
  15. [53522.914146] nouveau E[ PFIFO][0000:01:00.0] CACHE_ERROR - ch 2 [Xorg[1276]] subc 0 mthd 0x0060 data 0xbeef0201
  16.  
  17. # modprobe udlfb
  18.  
  19. [52418.187053] usbcore: registered new interface driver udlfb
  20.  
  21. # ls /dev | grep fb
  22.  
  23. # udevadm info -a -p $(udevadm info -q path -n /dev/fb0)
  24.  
  25. looking at device '/devices/pci0000:00/0000:00:01.0/0000:01:00.0/graphics/fb0':
  26. KERNEL=="fb0"
  27. SUBSYSTEM=="graphics"
  28. DRIVER==""
  29. ATTR{pan}=="0,0"
  30. ATTR{name}=="nouveaufb"
  31. ATTR{mode}==""
  32. ATTR{console}==""
  33. ATTR{blank}==""
  34. ATTR{modes}=="U:1440x900p-0"
  35. ATTR{state}=="0"
  36. ATTR{bits_per_pixel}=="32"
  37. ATTR{cursor}==""
  38. ATTR{rotate}=="0"
  39. ATTR{stride}=="7680"
  40. ATTR{virtual_size}=="1920,1080"
  41.  
  42. looking at device '/devices/virtual/graphics/fbcon':
  43. KERNEL=="fbcon"
  44. SUBSYSTEM=="graphics"
  45. DRIVER==""
  46. ATTR{cursor_blink}=="0"
  47. ATTR{rotate}=="0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement