Advertisement
mateorod

display_infoEX1.txt

Jan 3rd, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. ubuntu@ubuntu:~$ sudo lshw -C display
  2. *-display:0
  3. description: VGA compatible controller
  4. product: Mobile GM965/GL960 Integrated Graphics Controller
  5. vendor: Intel Corporation
  6. physical id: 2
  7. bus info: pci@0000:00:02.0
  8. version: 0c
  9. width: 64 bits
  10. clock: 33MHz
  11. capabilities: msi pm vga_controller bus_master cap_list rom
  12. configuration: driver=i915 latency=0
  13. resources: irq:45 memory:f8000000-f80fffff memory:d0000000-dfffffff ioport:1800(size=8)
  14. *-display:1 UNCLAIMED
  15. description: Display controller
  16. product: Mobile GM965/GL960 Integrated Graphics Controller
  17. vendor: Intel Corporation
  18. physical id: 2.1
  19. bus info: pci@0000:00:02.1
  20. version: 0c
  21. width: 64 bits
  22. clock: 33MHz
  23. capabilities: pm bus_master cap_list
  24. configuration: latency=0
  25. resources: memory:f8100000-f81fffff
  26. ubuntu@ubuntu:~$
  27. ubuntu@ubuntu:~$ description: VGA compatible controller
  28. description:: command not found
  29. ubuntu@ubuntu:~$ product: Mobile GM965/GL960 Integrated Graphics Controller
  30. product:: command not found
  31. ubuntu@ubuntu:~$ vendor: Intel Corporation
  32. vendor:: command not found
  33. ubuntu@ubuntu:~$ physical id: 2
  34. physical: command not found
  35. ubuntu@ubuntu:~$ bus info: pci@0000:00:02.0
  36. The program 'bus' is currently not installed. You can install it by typing:
  37. sudo apt-get install atm-tools
  38. You will have to enable the component called 'universe'
  39. ubuntu@ubuntu:~$ version: 0c
  40. version:: command not found
  41. ubuntu@ubuntu:~$ width: 64 bits
  42. width:: command not found
  43. ubuntu@ubuntu:~$ clock: 33MHz
  44. No command 'clock:' found, did you mean:
  45. Command 'clock' from package 'xview-clients' (universe)
  46. clock:: command not found
  47. ubuntu@ubuntu:~$ capabilities: msi pm vga_controller bus_master cap_list rom
  48. capabilities:: command not found
  49. ubuntu@ubuntu:~$ configuration: driver=i915 latency=0
  50. configuration:: command not found
  51. ubuntu@ubuntu:~$ resources: irq:45 memory:f8000000-f80fffff memory:d0000000-dfffffff ioport:1800(size=8)
  52. bash: syntax error near unexpected token `('
  53. ubuntu@ubuntu:~$ *-display:1 UNCLAIMED
  54. *-display:1: command not found
  55. ubuntu@ubuntu:~$ description: Display controller
  56. description:: command not found
  57. ubuntu@ubuntu:~$ product: Mobile GM965/GL960 Integrated Graphics Controller
  58. product:: command not found
  59. ubuntu@ubuntu:~$ vendor: Intel Corporation
  60. vendor:: command not found
  61. ubuntu@ubuntu:~$ physical id: 2.1
  62. physical: command not found
  63. ubuntu@ubuntu:~$ bus info: pci@0000:00:02.1
  64. The program 'bus' is currently not installed. You can install it by typing:
  65. sudo apt-get install atm-tools
  66. You will have to enable the component called 'universe'
  67. ubuntu@ubuntu:~$ version: 0c
  68. version:: command not found
  69. ubuntu@ubuntu:~$ width: 64 bits
  70. width:: command not found
  71. ubuntu@ubuntu:~$ clock: 33MHz
  72. No command 'clock:' found, did you mean:
  73. Command 'clock' from package 'xview-clients' (universe)
  74. clock:: command not found
  75. ubuntu@ubuntu:~$ capabilities: pm bus_master cap_list
  76. capabilities:: command not found
  77. ubuntu@ubuntu:~$ configuration: latency=0
  78. configuration:: command not found
  79. ubuntu@ubuntu:~$ resources: memory:f8100000-f81fffff
  80. resources:: command not found
  81. ubuntu@ubuntu:~$ sudo lshw -C display
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement