Advertisement
Guest User

nohdmidetails

a guest
Jan 15th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.60 KB | None | 0 0
  1. dualon@alpha-neuron:~$ uname -a
  2. Linux alpha-neuron 3.5.0-21-generic #32-Ubuntu SMP Tue Dec 11 18:51:59 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
  3.  
  4. dualon@alpha-neuron:~$ sudo lshw -c display
  5. *-display
  6. description: VGA compatible controller
  7. product: GT216 [GeForce GT 330M]
  8. vendor: NVIDIA Corporation
  9. physical id: 0
  10. bus info: pci@0000:01:00.0
  11. version: a2
  12. width: 64 bits
  13. clock: 33MHz
  14. capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
  15. configuration: driver=nouveau latency=0
  16. resources: irq:16 memory:f9000000-f9ffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:e000(size=128) memory:fa000000-fa07ffff
  17. *-display
  18. description: VGA compatible controller
  19. product: Core Processor Integrated Graphics Controller
  20. vendor: Intel Corporation
  21. physical id: 2
  22. bus info: pci@0000:00:02.0
  23. version: 18
  24. width: 64 bits
  25. clock: 33MHz
  26. capabilities: msi pm vga_controller bus_master cap_list rom
  27. configuration: driver=i915 latency=0
  28. resources: irq:48 memory:fa400000-fa7fffff memory:b0000000-bfffffff ioport:f080(size=8)
  29.  
  30. dualon@alpha-neuron:~$ xrandr | grep HDMI
  31. HDMI1 connected 1920x1080+1600+0 (normal left inverted right x axis y axis) 160mm x 90mm
  32.  
  33. dualon@alpha-neuron:~$ lsmod | grep hdmi
  34. snd_hda_codec_hdmi     32007  4
  35. snd_hda_codec         134212  3 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_intel
  36. snd_pcm                96580  4 snd_hda_codec_hdmi,snd_usb_audio,snd_hda_intel,snd_hda_codec
  37. snd                    78734  26 snd_hda_codec_hdmi,snd_usb_audio,snd_hda_codec_idt,snd_usbmidi_lib,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement