topic title: 4 questions i need help with please.
-
Posts: 667
- Joined: 01 Nov 2013
#16
I think I was composing my post and sent it just after you posted.
-
Posts: 516
- Site Admin
- Joined: 01 Oct 2007
#17
rjm,
On the task bar at the bottom, go to antiX Control Center>then to Disks>Mount connected devices> you will then get a pop-up box>click on list, then identify your thumb drive and replace the /dev/sr0 or whatever is in the Device box with your thumb drive /sdb1, etc.
example:
/dev/sr0 replace with
/dev/sdb1
change the mount point to /media.
you will then be able to open the media and manipulate your drive.
cheers,
ohh
On the task bar at the bottom, go to antiX Control Center>then to Disks>Mount connected devices> you will then get a pop-up box>click on list, then identify your thumb drive and replace the /dev/sr0 or whatever is in the Device box with your thumb drive /sdb1, etc.
example:
/dev/sr0 replace with
/dev/sdb1
change the mount point to /media.
you will then be able to open the media and manipulate your drive.
cheers,
ohh
-
Posts: 150
- Joined: 20 Jan 2014
#18
I did that it seems to work thank you very much... Only problem I have left is the screen blanking I wish there was a startup command to turn it off or something, it is annoying blanking every ten minutes... also I can't seem to find a way to switch my clock to 12 hour time it is stuck on 24 hour format....oldhoghead wrote:rjm,
On the task bar at the bottom, go to antiX Control Center>then to Disks>Mount connected devices> you will then get a pop-up box>click on list, then identify your thumb drive and replace the /dev/sr0 or whatever is in the Device box with your thumb drive /sdb1, etc.
example:
/dev/sr0 replace with
/dev/sdb1
change the mount point to /media.
you will then be able to open the media and manipulate your drive.
cheers,
ohh
-
Posts: 2,238
- Joined: 16 Dec 2007
#19
you can see my post above. You can turn the screen blanking off in the control center (session>set screen blanking). For some reason the"off" feature doesn't hold between boots, so I just set my blank time for a very long interval (480 minutes), which will hold over through a reboot.
if you are using the icewm window manager (the antix default), you can change your clock format in /home/user/.icewm/preferences and find the a line like this:
and change it to
The same code will work in fluxbox, but you right-click on the fluxbox toolbar clock and select"Edit Clock Format". You change the text options in the little popup box.
if you are using the icewm window manager (the antix default), you can change your clock format in /home/user/.icewm/preferences and find the a line like this:
Code: Select all
TimeFormat="%H:%M"
Code: Select all
TimeFormat="%I:%M %p"
Last edited by dolphin_oracle on 22 Jan 2014, 02:17, edited 1 time in total.
-
Posts: 21
- Joined: 21 Jan 2014
#20
If you're using antiX with icewm window manager, here's how I set my clock to show 08:11 PM
Control center > Edit Icewm > preferences: Scroll down to TaskBarShowClock. It's at line 59.
Change TimeFormat to look like this: TimeFormat="%I:%M %p"
There is a space between %M and %p.
%I - sets the clock to 12 hour format and sets the hour
: - is the colon that separates hours from minutes
%M - is for minutes
- [SPACE] gives you some space between the time and AM/PM
%p - shows AM/PM
Control center > Edit Icewm > preferences: Scroll down to TaskBarShowClock. It's at line 59.
Change TimeFormat to look like this: TimeFormat="%I:%M %p"
There is a space between %M and %p.
%I - sets the clock to 12 hour format and sets the hour
: - is the colon that separates hours from minutes
%M - is for minutes
- [SPACE] gives you some space between the time and AM/PM
%p - shows AM/PM
-
Posts: 1,062
- Joined: 20 Jan 2010
#21
Or my favorite format %A %r. Iirc you can find all the clock format options by doing a"man date" in terminal. As for the screen blanking... it seems to hold across reboots for me, but I will do a fresh install to see if I can replicate and repair that issue
-
Posts: 150
- Joined: 20 Jan 2014
#22
I am running rox jwm i believe, neither of the above but will look around and see if i can set it in there...dolphin_oracle wrote:you can see my post above. You can turn the screen blanking off in the control center (session>set screen blanking). For some reason the"off" feature doesn't hold between boots, so I just set my blank time for a very long interval (480 minutes), which will hold over through a reboot.
if you are using the icewm window manager (the antix default), you can change your clock format in /home/user/.icewm/preferences and find the a line like this:
and change it toCode: Select all
TimeFormat="%H:%M"
The same code will work in fluxbox, but you right-click on the fluxbox toolbar clock and select"Edit Clock Format". You change the text options in the little popup box.Code: Select all
TimeFormat="%I:%M %p"
-
Posts: 2,238
- Joined: 16 Dec 2007
#23
in jwm, the file you are looking for is /home/user/.jwm/tray . Look for this area.
The formating is the same as for icewm and fluxbox for the date/time format (actually a standard!).
The formating is the same as for icewm and fluxbox for the date/time format (actually a standard!).
-
Posts: 150
- Joined: 20 Jan 2014
#24
I tried 360 and 480 on the screen blanking and it does not hold for me between reboots...
I had to download a few other browsers to try out seems the ice weasel uses too much ram and crashes...
but i found 3 others that seemed to work nice without sucking my little bit of ram I have dry...
Midori, netsurf and iceape all work without crashing with small amounts of ram....
Thanks I found that section yesterday and tried your above commands and it works...dolphin_oracle wrote:in jwm, the file you are looking for is /home/user/.jwm/tray . Look for this area.
The formating is the same as for icewm and fluxbox for the date/time format (actually a standard!).
I tried 360 and 480 on the screen blanking and it does not hold for me between reboots...
I had to download a few other browsers to try out seems the ice weasel uses too much ram and crashes...
but i found 3 others that seemed to work nice without sucking my little bit of ram I have dry...
Midori, netsurf and iceape all work without crashing with small amounts of ram....