topic title: antiX v386 base iso
Posts: 13
leenie
Joined: 13 Jan 2014
#1
I have installed this on a very old pc, using JWM (Gateway Solo 3100, 160 mb ram, 233 mhz processor). I cannot get the antiX Control Centre to open. Does anyone have any ideas how to get it open? I tried run from the menu, antixcc and antixcc.sh, I tried from terminal with gksudo.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#2
Just asking. How much /swap do you have and have you md5sum checked the iso before burning the cd?

Also does antixcc.sh sit in /usr/local/bin? You can use

Code: Select all

sudo updatedb
wait for it to finish

then use

Code: Select all

 locate antixcc.sh 
to find it's location. Howdy and Welcome to AntiX.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#3
Oh, can you post a

Code: Select all

 inxi -Fxz
so we can see your gear?
Posts: 13
leenie
Joined: 13 Jan 2014
#4
Thank you for your quick reply. I did check md5, I did do the update, I did locate file antixcc.sh and checked the permissions while I was in there. I also checked the menu settings where you can show and hide menu entries. I was able to get online with ceni. I have to boot up my old pc to get the listing of my gear. Please don't laugh when I post it. XD
Posts: 13
leenie
Joined: 13 Jan 2014
#5

Code: Select all

inxi -Fxz
System:    Host: antix1 Kernel: 3.7.10-antix.7-486-smp i586 (32 bit gcc: 4.7.2)
           Desktop: JWM sn-579
           Distro: antiX-15-V_386-base Killah P 30 June 2015
Machine:   System: Gateway product: Solo3100 v: Rev 1
           Mobo: Gateway model: Solo3100 v: Rev 1.0
           Bios: Gateway v: 13.03 date: 12/15/98
CPU:       Single core Mobile Pentium MMX (-UP-) cache: 0 KB
           flags: (-) bmips: 467 speed: 233 MHz (max)
Graphics:  Card: Neomagic NM2200 [MagicGraph 256AV] bus-ID: 00:02.0
           Display Server: X.Org 1.16.4 drivers: neomagic (unloaded: fbdev,vesa)
           Resolution: 800x600@60.00hz
           GLX Renderer: Gallium 0.4 on llvmpipe (LLVM 3.5, 128 bits)
           GLX Version: 3.0 Mesa 10.3.2 Direct Rendering: Yes
Audio:     Card Neomagic NM2200 [MagicMedia 256AV Audio] bus-ID: 00:02.1
           Sound: ALSA v: k3.7.10-antix.7-486-smp
Network:   Card: Broadcom BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller
           driver: b43-pci-bridge bus-ID: 01:00.0
           IF: wlan0 state: up mac: <filter>
Drives:    HDD Total Size: 30.0GB (15.0% used)
           ID-1: /dev/sda model: TOSHIBA_MK3021GA size: 30.0GB
Partition: ID-1: / size: 26G used: 2.3G (10%) fs: ext4 dev: /dev/sda1
           ID-2: swap-1 size: 2.18GB used: 0.03GB (2%) fs: swap dev: /dev/sda2
Sensors:   System Temperatures: cpu: 52.5C mobo: N/A
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 73 Uptime: 20 min Memory: 108.8/151.4MB
           Init: SysVinit runlevel: 5 Gcc sys: 4.9.2
           Client: Shell (bash 4.3.301) inxi: 2.2.25
Posts: 13
leenie
Joined: 13 Jan 2014
#6
As you can see, I downgraded the kernel. The new one made my fan scream.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#7
leenie wrote:As you can see, I downgraded the kernel. The new one made my fan scream.
Smart move on your part. I down grade the kernel myself depending on the age of what I am running. No worries. I do not laugh at specs. I used t own some real old hard ware here myself until I sold them off.

So when you run antixcc.sh in terminal. Any errors?

Wondering about

Code: Select all

ID-2: swap-1 size: 2.18GB used: 0.03GB 
So just to be on the same page. You run a 2 gig swap partition. Which is very good on older gear.
Posts: 13
leenie
Joined: 13 Jan 2014
#8
Yes I use 2 gb swap. Here is what I get when running antixcc.sh:

antixcc.sh
/usr/local/bin/antixcc.sh: line 561: 2199 Illegal instruction gtkdialog --program=ControlCenter

sudo antixcc.sh
/usr/local/bin/antixcc.sh: line 561: 2259 Illegal instruction gtkdialog --program=ControlCenter

I tried with and without sudo.
Posts: 307
eugen-b
Joined: 23 Aug 2015
#9
leenie wrote:Yes I use 2 gb swap. Here is what I get when running antixcc.sh:

antixcc.sh
/usr/local/bin/antixcc.sh: line 561: 2199 Illegal instruction gtkdialog --program=ControlCenter

sudo antixcc.sh
/usr/local/bin/antixcc.sh: line 561: 2259 Illegal instruction gtkdialog --program=ControlCenter

I tried with and without sudo.
You can check what command is in this line of the script; if leafpad is your text editor just do

Code: Select all

sudo leafpad /usr/local/bin/antixcc.sh
Posts: 13
leenie
Joined: 13 Jan 2014
#10
sudo leafpad /usr/local/bin/antixcc.sh

Gtk-Message: (for origin information, set GTK_DEBUG) : failed to retrieve property `GtkRange: :activate-slider' of type `gboolean' from rc file file value"((GString*) 0xb92a4460)" of type `GString'

I am trying to figure out how to attach copy of actual file it is long.
Posts: 1,445
skidoo
Joined: 09 Feb 2012
#11
google search results"illegal instruction gtkdialog" suggest that downgrading to an earlier version of gtkdialog package
(which had been compiled with an earlier verision of gcc) might resolve the problem.

What other apps in antix utilize gtkdialog? As a troubleshooting step, try launching one of those to see whether they similarly fail
...or install the package for some other gtkdialog-dependent app and try to launch it.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#12
try in terminal

Code: Select all

lxappearnce
and change the gtk theme from there to something else than what you are using.

roxterm-won-t-run-t4630.html
Posts: 307
eugen-b
Joined: 23 Aug 2015
#13
You can use nano instead of leafpad as a text editor in terminal window.

But what about trying an older release, antiX 13?
@more experienced antiX users: Is it a bad idea? __{{emoticon}}__
Posts: 13
leenie
Joined: 13 Jan 2014
#14
BTW Control Centre would not open before downgrading kernel.
I am thinking the same about antiX 13. As long as I can get an up to date, super light browser.
Posts: 13
leenie
Joined: 13 Jan 2014
#15
rokytnji wrote:try in terminal

Code: Select all

lxappearnce
and change the gtk theme from there to something else than what you are using.

roxterm-won-t-run-t4630.html
I tried several of the gtk themes, still can't get Control Center open. I am reinstalling antiX 13.1 base and see if upgrading from there works.