You know, the BSOD device that plays games and has to have its registry cleaned periodically. (And looks really rad because of the glowing tubes of coolant to keep the overclocked CPU from melting down to China.)
You know, the BSOD device that plays games and has to have its registry cleaned periodically. (And looks really rad because of the glowing tubes of coolant to keep the overclocked CPU from melting down to China.)
The reason I asked is that I finally tool to play upcoming really neat stuff like Bioshock Infinite.
My old Vista Ultimate HP never BSOD'd ever. Win7 on a different Tosh has crashed numerous times.
We also have a P4 dell from 6 or 7 years ago. It sucks.
Dell 8400? Hah. I still have mine.
It's a good machine. I'm actually using it right now.
...
Dell 8400? Hah. I still have mine.
It's a good machine. I'm actually using it right now.
You know, the BSOD device that plays games and has to have its registry cleaned periodically.
# cat /proc/cpuinfo | grep "^model name" | uniq
model name : AMD Athlon(tm) II X3 450 Processor
# cat /proc/meminfo | grep MemTotal
MemTotal: 16436652 kB
# lspci | egrep "VGA|Audio|Ethernet"
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
01:05.0 VGA compatible controller: ATI Technologies Inc 760G [Radeon 3000]
01:05.1 Audio device: ATI Technologies Inc RS780 Azalia controller
02:00.0 Ethernet controller: Atheros Communications AR8131 Gigabit Ethernet (rev c0)
03:02.0 Ethernet controller: D-Link System Inc DGE-530T Gigabit Ethernet Adapter (rev 11) (rev 11)
# uname -s -r -v
Linux 2.6.39-ARCH #1 SMP PREEMPT Mon Jun 6 22:37:55 CEST 2011
You know, the BSOD device that plays games and has to have its registry cleaned periodically. (And looks really rad because of the glowing tubes of coolant to keep the overclocked CPU from melting down to China.)
jon@one-that-serves:~$ sudo cat /proc/cpuinfo | grep "^model name" | uniq
model name : Intel(R) Pentium(R) 4 CPU 1.60GHz
jon@one-that-serves:~$ sudo cat /proc/meminfo | grep MemTotal
MemTotal: 378436 kB
jon@one-that-serves:~$ sudo lspci | egrep "VGA|Audio|Ethernet"
00:1f.5 Multimedia audio controller: Intel Corporation 82801BA/BAM AC'97 Audio Controller (rev 12)
01:00.0 VGA compatible controller: nVidia Corporation NV6 [Vanta/Vanta LT] (rev 15)
02:08.0 Ethernet controller: Intel Corporation 82801BA/BAM/CA/CAM Ethernet Controller (rev 03)
jon@one-that-serves:~$ sudo uname -s -r -v
Linux 2.6.35-22-generic-pae #33-Ubuntu SMP Sun Sep 19 22:14:14 UTC 2010
You know, the BSOD device that plays games and has to have its registry cleaned periodically. (And looks really rad because of the glowing tubes of coolant to keep the overclocked CPU from melting down to China.)