========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://support.acer.com/acerpanam/notebook/2009/acer/aspire/Aspire5534/Aspire5534sp2.shtml"
linktext was:"Acer Aspire 5534"
====================================
and a
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.google.com/products/catalog?hl=en&client=iceweasel-a&rls=org.mozilla:en-US:unofficial&biw=1022&bih=605&q=kingston+16gb+sdhc&gs_upl=&bav=on.2,or.r_gc.r_pw.r_qf.,cf.osb&noj=1&um=1&ie=UTF-8&tbm=shop&cid=4461228101516516893&sa=X&ei=Jm80T9qEKtPJsQLQ5eiwAg&sqi=2&ved=0CF4Q8wIwAQ"
linktext was:"16 gig Kingston SDHC"
====================================
,(yeah it is a cheapo model with slow read and write speeds). Got it for my Birthday present from wife.
I tried using remastercc to make a frugal AntiX Beta 12 install but running my live 2 gig Pendrive to do the install would freeze the laptop after a few minutes with SD card inserted into internal Laptop SD card slot.
Leaving in SD card while booting up AntiX live pendrive would freeze up the desktop even faster. I would get a hard lock up while connecting to internet with wicd before I was done. So remastercc did not seem to be the culprit. I tried different ways to fight this but eventually figured out to use my USB to SD adapter I have for my older laptops that don't have a internal SD card slot.
I went ahead and did a conventional AntiX Beta 12 Full Iso install to the SD flash card in case a Delta file shows up later or in case I install a newer kernel later. That way I don't have to remaster the /live partition in frugal install if I would have went that route. I did a full
Code: Select all
apt-get update && apt-get dist-upgrade
Code: Select all
# antiX
#deb http://www.daveserver.info/antiX/debs testing full main
Also Iceweasel broke with a xml error parsing object Line ? ,(I can't remember exact error since I fixed it), so Iceweasel wouldn't open till I used in terminal
Code: Select all
iceweasel --safe-mode
Code: Select all
$ inxi -z -F
System: Host: biker Kernel: 3.2.2-antix.1-486-smp i686 (32 bit) Desktop: JWM 2.1.0 Distro: antiX-full 01 February 2012
Machine: Mobo: Acer model: Aspire 5534 version: V1.10 Bios: Acer version: V1.10 date: 08/26/2009
CPU: Dual core AMD Athlon X2 L310 (-MCP-) cache: 1024 KB flags: (lm nx sse sse2 sse3 svm)
Clock Speeds: 1: 1196.992 MHz 2: 1196.992 MHz
Graphics: Card: ATI RS780M/RS780MN [Mobility Radeon HD 3200 Graphics]
X.Org: 1.11.3.901 driver: vesa Resolution: 1024x768@71.0hz
GLX Renderer: N/A GLX Version: N/A
Audio: Card: ATI SBx00 Azalia (Intel HDA) driver: snd_hda_intel Sound: ALSA ver: 1.0.24
Network: Card-1: Atheros AR928X Wireless Network Adapter (PCI-Express) driver: ath9k
IF: wlan0 state: up mac: <filter>
Card-2: Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller driver: r8169
IF: eth0 state: down mac: <filter>
Drives: HDD Total Size: 266.1GB (-) 1: /dev/sda TOSHIBA_MK2555GS 250.1GB
2: USB /dev/sdb Multi 16.0GB
Partition: ID: / size: 15G used: 2.5G (18%) fs: rootfs ID: / size: 15G used: 2.5G (18%) fs: ext2
Sensors: System Temperatures: cpu: 55.0C mobo: 0.0C
Fan Speeds (in rpm): cpu: N/A
Info: Processes: 87 Uptime: 1:49 Memory: 279.3/3545.9MB Client: Shell inxi: 1.7.28
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ompldr.org/vY3FjZA/KingstonSD.jpg"
linktext was:"http://ompldr.org/vY3FjZA/KingstonSD.jpg"
====================================
~/.conkyrc
Code: Select all
# maintain spacing between certain elements
use_spacer right
# set to yes if you want conky to be forked in the background
background no
use_xft yes
# Xft font when Xft is enabled
xftfont Bitstream Vera Sans Mono-7
#xftfont Andale Mono-9
#xftfont Clean-8
#xftfont cubicfive10:pixelsize=8
#xftfont squaredance10:pixelsize=14
#xftfont swf!t_v02:pixelsize=10
# Text alpha when using Xft
xftalpha 1
mail_spool $MAIL
# Update interval in seconds
update_interval 4.0
# Create own window instead of using desktop (required in nautilus)
own_window no
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
minimum_size 280 5
# Draw shades?
draw_shades yes
# Draw outlines?
draw_outline no # amplifies text
# Draw borders around text
draw_borders no
# Stippled borders?
stippled_borders 0
# border margins
# border_margin 9
# border width
border_width 1
# Default colors and also border colors, grey90 == #e5e5e5
default_color grey90
default_shade_color black
default_outline_color DarkGrey
# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right
# Gap between borders of screen and text
gap_x 24
gap_y 24
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# stuff after 'TEXT' will be formatted on screen
TEXT
${color #ff0000}Processing$color
${color #98c2c7}CPU1:$color ${color #a3a3a3}${cpubar cpu1 5,200}
${color #98c2c7}CPU2:$color ${color #a3a3a3}${cpubar cpu2 5,200}
${color #98c2c7}Name PID CPU% MEM%
${color #e5e5e5}${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color #c4c4c4}${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color #a3a3a3}${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color #828282}${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}$color
${color #98c2c7}Processes:$color $processes ${color #98c2c7}Running:$color $running_processes
${color #ff0000}Data$color
${color #98c2c7}RAM:$color ${color #a3a3a3}${membar 5,200}${color}
#${color #98c2c7}Swap:$color ${color #a3a3a3}${swapbar 5,200}$color
${color #98c2c7}HDD:$color ${color #a3a3a3}${fs_bar 5,200 /}$color
${color #ff0000}Wlan$color
${color #98c2c7}Upload:$color ${upspeed wlan0}${color #98c2c7}
Download:$color ${downspeed wlan0}
${color #ff0000}System$color
${color #98c2c7}Uptime: $color $uptime
${color #98c2c7}Sysname: $color $sysname
${color #98c2c7}Kernel: $color $kernel
${color #98c2c7}Machine: $color $machine
${color #98c2c7}BatStat: $color ${battery BAT1}
${color #98c2c7}BatTime: $color ${battery_time BAT1}
${color #ff0000}General$color
${color #98c2c7}Date: $color ${time %a, %e %B %G}