System Info:
Graphics Card
01:05.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI RS880M [Mobility Radeon HD 4200 Series] [1002:9712] (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company Device [103c:1444]
Flags: bus master, fast devsel, latency 0, IRQ 10
Memory at c0000000 (32-bit, prefetchable) [size=256M]
I/O ports at 3000 [size=256]
Memory at d0300000 (32-bit, non-prefetchable) [size=64K]
Memory at d0200000 (32-bit, non-prefetchable) [size=1M]
Expansion ROM at <unassigned> [disabled]
Capabilities: [50] Power Management version 3
Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+

01:05.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI RS880 HDMI Audio [Radeon HD 4200 Series] [1002:970f]
Subsystem: Hewlett-Packard Company Device [103c:1444]
Kernal Info:
3.18.0-kali1-amd64
Summary:

I attempted to install legacy flrgx with intentions of using my GPU with pyrit and hashcat. I found a blog by Ed Wiget entitled ATI Legacy on Kali Linux and attempted to include the repositories, which were either dead or no longer contained the packages needed. I searched Debian Packages for the referenced packages and installed them using dpkg -i as follows:

Code:
amd-libopencl1_14.9+ga14.201-2~bpo70+1_amd64.deb
amd-opencl-icd-legacy_8.97.100.7-3~bpo70+1_amd64.deb
dkms_2.2.0.3-1.2_all.deb
fglrx-legacy-atieventsd_8.97.100.7-3~bpo70+1_amd64.deb
fglrx-legacy-control_8.97.100.7-3~bpo70+1_amd64.deb
fglrx-legacy-driver_8.97.100.7-3~bpo70+1_amd64.deb
fglrx-legacy-modules-dkms_8.97.100.7-3~bpo70+1_amd64.deb
fglrx-legacy-source_8.97.100.7-5_amd64.deb
glx-diversions_0.5.1_amd64.deb
libfglrx-legacy-amdxvba1_8.97.100.7-3~bpo70+1_amd64.deb
libfglrx-legacy_8.97.100.7-3~bpo70+1_amd64.deb
libgl1-fglrx-legacy-glx_8.97.100.7-3~bpo70+1_amd64.deb
In the following order:
amd-opencl-icd-legacy
fglrx-legacy-atieventsd
fglrx-legacy-control
fglrx-legacy-driver
fglrx-legacy-modules-dkms
fglrx-legacy-source
libfglrx-legacy
libfglrx-legacy-amdxvba1
libgl1-fglrx-legacy-glx

Followed by:

Code:
aticonfig --initial
dpkg -i amd-opencl-icd-legacy

I rebooted my machine, the display changed (for the worse, might I add):
Code:
lsmod | grep fglrx
Returned nothing. Does anyone have any ideas as to why this is?