The video driver is important when it comes to maximizing performance. I think your HP has the VIA Chrome chipset. You may have to specify the driver in xorg.conf. Do you know what video card is in your desktop?
That's a good question. I don't.
$ /sbin/lspci
00:00.0 Host bridge: ALi Corporation Device 1683
00:01.0 PCI bridge: ALi Corporation PCI to AGP Controller
00:02.0 PCI bridge: ALi Corporation M5249 HTT to PCI Bridge
00:03.0 ISA bridge: ALi Corporation M1563 HyperTransport South Bridge (rev 20)
00:03.1 Bridge: ALi Corporation M7101 Power Management Controller [PMU]
00:04.0 Multimedia audio controller: ALi Corporation M5455 PCI AC-Link Controller Audio Device (rev 03)
00:0e.0 IDE interface: ALi Corporation M5229 IDE (rev c5)
00:0e.1 Ethernet controller: ALi Corporation M5261 Ethernet Controller (rev 30)
00:0f.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03)
00:0f.1 USB Controller: ALi Corporation USB 1.1 Controller (rev 03)
00:0f.2 USB Controller: ALi Corporation USB 1.1 Controller (rev 03)
00:0f.3 USB Controller: ALi Corporation USB 2.0 Controller (rev 01)
01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1)
$ /sbin/lsmod |grep video
video 9731 1 nouveau
uvcvideo 48380 0
videodev 55338 1 uvcvideo
i2c_core 13898 8 nouveau,drm_kms_helper,drm,i2c_algo_bit,videodev,i2c_ali15x3,i2c_ali1563,i2c_ali1535
thermal_sys 9985 2 video,processor
Does this tell anything and if so what would be entered as driver?
Now it says "nouveau" in xorg.conf, under section "Device".