topic title: antiX-14R alpha3 available for testing
-
Posts: 2
- Joined: 16 Nov 2014
#211
64 bit running live very nicely on a Thinkpad T-61.
-
Posts: 19
- Joined: 22 Nov 2014
#212
I'm currently running it on an Acer c720p (Chromebook) and it's running nicely. The only issue I ran into was ALSA was selecting the HDMI card by default instead of PCM. I ended up creating asound.conf in etc and put the following in it:
Not sure if that's the best solution but it worked.
Code: Select all
pcm.!default {
type hw
card 1
}
ctl.!default {
type hw
card 1
}
-
Posts: 1,308
- Joined: 31 Aug 2009
#213
@configX, I have a couple of small suggestions. First, run: and note the name of the card you want to use (inside of the square brackets). Use the name instead of the number. This way you are not relying on the cards always showing up in the same order. They might on your machine but they don't on all machines.
Second, use this format:If you follow the first suggestion then replace the"1" with the name of the card you want to use. The reason for this is it leaves in place some fancy stuff that enables software mixing so you can hear sounds from multiple sources simultaneously. This format changes only the two values you are specifying. The format you used (which has been widely advertised) erases other the other settings in addition to making the changes you specified.
Code: Select all
cat /proc/asound/cards
Second, use this format:
Code: Select all
defaults.pcm.!card 1
defaults.ctl.!card 1
-
Posts: 2,238
- Joined: 16 Dec 2007
#214
did you have to do anything to get the touchpad working?configX wrote:I'm currently running it on an Acer c720p (Chromebook) and it's running nicely. The only issue I ran into was ALSA was selecting the HDMI card by default instead of PCM. I ended up creating asound.conf in etc and put the following in it:
Not sure if that's the best solution but it worked.Code: Select all
pcm.!default { type hw card 1 } ctl.!default { type hw card 1 }
-
Posts: 1,445
- Joined: 09 Feb 2012
#215
I searched for recent posts mentioning"conky" and didn't see mention of this glitch I'm currently noticing:
When changing between JWM/fluxbox/iceWM desktops ("alternate desktops" menu command)
conky is being displayed"in front, on top of" application windows.
When changing between JWM/fluxbox/iceWM desktops ("alternate desktops" menu command)
conky is being displayed"in front, on top of" application windows.
-
Posts: 1,062
- Joined: 20 Jan 2010
#216
Shoot yeah I have a fix mainly from bitjam for this... forgot to apply it for the test mini release.
If it is ok with you to copy over one file I will make the change on github and link it here.
If it is ok with you to copy over one file I will make the change on github and link it here.
-
Posts: 1,062
- Joined: 20 Jan 2010
#217
Please try the desktop-session from here
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://github.com/antiX-Linux/desktop-session/tree/master/usr/local/bin"
linktext was:"https://github.com/antiX-Linux/desktop- ... /local/bin"
====================================
to see if it now pushes the conky window to the background on switching desktops
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://github.com/antiX-Linux/desktop-session/tree/master/usr/local/bin"
linktext was:"https://github.com/antiX-Linux/desktop- ... /local/bin"
====================================
to see if it now pushes the conky window to the background on switching desktops
-
Posts: 1,445
- Joined: 09 Feb 2012
#218
yep, fixed !see if it now pushes the conky window to the background on switching desktops
-
Posts: 1,445
- Joined: 09 Feb 2012
#219
within debian package source file"libgksu_2.0.13~pre1.orig.tar.gz"
file"gksuui-dialog.c" @line 84Removing this"perpetual annoyance" would be achieved by outcommenting the if() statement and rebuilding as"libgksu_2.0.13~antiX" (64-bit and 32bit) packages
I've tracked down the responsible codeskidoo wrote:not a new bug. A longstanding source of aggravation / confusion... which hopefully can be amended in the next release.
In antiX, the gksu dialog speciously invites user to save password"...blahblah keyring"
(but, in antiX -- intentionally -- ignores when user chooses to do so)
within debian package source file"libgksu_2.0.13~pre1.orig.tar.gz"
file"gksuui-dialog.c" @line 84
Code: Select all
gksuui_dialog_set_property (GObject *object, guint property_id,
const GValue *value, GParamSpec *spec)
{
. . .
if (!self->sudo_mode)
gksuui_dialog_create_gnome_keyring_ui ((GksuuiDialog*) object);
. . .
}
-
Posts: 1,308
- Joined: 31 Aug 2009
#220
skidoo, did you try running gksu-properties and changing the the authentication mode to"sudo"?
If this works, it would be a much easier solution to implement. On my Gentoo box, the setting is saved in ~/.gconf/apps/gksu/%gconf.xml
If this works, it would be a much easier solution to implement. On my Gentoo box, the setting is saved in ~/.gconf/apps/gksu/%gconf.xml
-
Posts: 1,445
- Joined: 09 Feb 2012
#221
quoting my earlier post in this thread, back in October:
Contrary to my earlier post (i posted too soon, hadn't yet checked thoroughly),"same result" wasn't accurate.
I wound up with config files for geany et al, pathed under /home/demo but owned by root:root
From memory, I thought I'd tested all 4 permutations...
sudo mode +-"preserve environment variables"
sudo mode +-"??? shell"
Isn't it already configured to used"sudo mode"? Must be, otherwise (per the conditional code snippet I pasted) the"save in keyring" etc controls wouldn't be displayed.What I don't know/understand is why gksu has been configured to operate in"sudo mode" rather than"su mode".
By experimenting, changing via gksu-properties
i discovered that when configured to use"su mode", gksu dialog omits the offer to save password.
Comparing resultant environment variables, seems to me that gksu, in"su mode", with the 2 options ticked in gksu-properties
...produces the same result as when I use the Alt+F2 gedit launcher and tick"root".
Contrary to my earlier post (i posted too soon, hadn't yet checked thoroughly),"same result" wasn't accurate.
I wound up with config files for geany et al, pathed under /home/demo but owned by root:root
From memory, I thought I'd tested all 4 permutations...
sudo mode +-"preserve environment variables"
sudo mode +-"??? shell"
-
Posts: 4,164
- Joined: 20 Feb 2009
#222
Rebooted OK. I changed repos though to Jessie from testing.
No hiccups on my gear doing this my way.
So running AntiX 14 with Jessie Frozen. With a spash of Daves and slavinko testing for spice.
No hiccups on my gear doing this my way.
Code: Select all
biker@biker:~
$ su
Password:
root@biker:/home/biker# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... The following packages were automatically installed and are no longer required:
libgconf2-4 libgcrypt11 libgnutls26 libllvm3.4 libts-0.0-0
Use 'apt-get autoremove' to remove them.
Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@biker:/home/biker# exot
bash: exot: command not found
root@biker:/home/biker# exit
exit
biker@biker:~
$ inxi -zv7
System: Host: biker Kernel: 3.15.2-antix.1-486 i686 (32 bit gcc: 4.9.0)
Desktop: IceWM 1.3.8 dm: slim
Distro: antiX-14-a3-RV_386-full Killah P 11 October 2014
Machine: System: GATEWAY product: W3507 v: 500
Mobo: Intel model: D102GGC2 v: AAD70214-201
Bios: Intel v: GC11020M.15A.2010.2006.0817.0956 date: 08/17/2006
CPU: Single core Intel Celeron D (-UP-) cache: 512 KB
flags: (lm nx pae sse sse2 sse3) bmips: 6399 speed: 3199 MHz (max)
Memory: Using dmidecode: you must be root to run dmidecode
Graphics: Card: Advanced Micro Devices [AMD/ATI] RC410 [Radeon Xpress 200/1100]
bus-ID: 01:05.0 chip-ID: 1002:5a61
Display Server: X.Org 1.16.1.901 drivers: ati,radeon (unloaded: fbdev,vesa)
Resolution: 1280x1024@60.02hz
GLX Renderer: Gallium 0.4 on ATI RC410
GLX Version: 2.1 Mesa 10.3.2 Direct Rendering: Yes
Audio: Card Advanced Micro Devices [AMD/ATI] IXP SB4x0 High Definition Audio Controller
driver: snd_hda_intel bus-ID: 00:14.2 chip-ID: 1002:437b
Sound: Advanced Linux Sound Architecture v: k3.15.2-antix.1-486
Network: Card: Realtek RTL-8100/8101L/8139 PCI Fast Ethernet Adapter
driver: 8139too v: 0.9.28 port: 1000
bus-ID: 02:02.0 chip-ID: 10ec:8139
IF: eth0 state: unknown speed: 100 Mbps duplex: full mac: <filter>
WAN IP: <filter> IF: eth0 ip: <filter> ip-v6: <filter>
Drives: HDD Total Size: 444.0GB (6.7% used)
ID-1: /dev/sda model: ST3120213A size: 120.0GB serial: 9LS1G09D
ID-2: /dev/sdb model: Maxtor_5A320J0 size: 323.9GB serial: A82F6WDE
Optical: /dev/sr0 model: HL-DT-ST DVD+-RW GSA-H21N
rev: 1.00 dev-links: cdrom,cdrw,dvd,dvdrw
Features: speed: 48x multisession: yes
audio: yes dvd: yes rw: cd-r,cd-rw,dvd-r state: running
Partition: ID-1: / size: 9.0G used: 3.0G (35%) fs: ext4 dev: /dev/sda1
label: N/A uuid: 50d6af4b-c241-4639-b075-d59149dc773f
ID-2: /home size: 31G used: 13G (45%) fs: ext4 dev: /dev/sda3
label: N/A uuid: bab99903-8063-4e7b-a371-7e129ad3c7a2
ID-3: /media/data2 size: 297G used: 67M (1%) fs: ext4 dev: /dev/sdb1
label: /data2 uuid: b3b59257-818b-457d-b44a-9bc6632c050e
ID-4: /media/data1 size: 69G used: 10G (16%) fs: ext4 dev: /dev/sda4
label: /data1 uuid: 284c1657-3c0b-484c-ad41-a90908a993fd
ID-5: swap-1 size: 2.17GB used: 0.00GB (0%) fs: swap dev: /dev/sda2
label: N/A uuid: a55f5477-b77d-4e07-b34a-d0260ad85959
RAID: No RAID data: /proc/mdstat missing-is md_mod kernel module loaded?
Unmounted: No unmounted partitions detected
Sensors: System Temperatures: cpu: 53.8C mobo: 52.5C
Fan Speeds (in rpm): cpu: 2289 fan-2: 1072 fan-4: 0
Info: Processes: 97 Uptime: 2 min Memory: 86.1/1890.5MB
Init: SysVinit v: 2.88 runlevel: 5 default: 5 Gcc sys: 4.9.1
Client: Shell (bash 4.3.301 running in roxterm) inxi: 2.2.16
biker@biker:~
$ inxi -r
Repos: Active apt sources in file: / etc/apt/sources.list.d/antix.list
deb http://antix.daveserver.info/testing testing main
Active apt sources in file: / etc/apt/sources.list.d/debian.list
deb http://ftp.debian.org/debian jessie main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
deb http://ftp.debian.org/debian/ jessie-backports main contrib non-free
Active apt sources in file: / etc/apt/sources.list.d/various.list
deb http://debs.slavino.sk testing main non-free
-
Posts: 94
- Joined: 23 Apr 2014
#223
64 bit a3 install still chugging along with k-3.18.1.
Code: Select all
james@antix1:~
$ inxi -F
System: Host: antix1 Kernel: 3.18.1-antix.1-amd64-smp x86_64 (64 bit)
Desktop: IceWM 1.3.8
Distro: antiX-14-a3-RV_x64-full Killah P 11 October 2014
Machine: Mobo: ASUSTeK model: M2N68-AM Plus v: Rev X.0x
Bios: American Megatrends v: 1003 date: 12/07/2009
CPU: Quad core AMD Athlon II X4 620 (-MCP-) cache: 2048 KB
clock speeds: max: 2611 MHz 1: 2611 MHz 2: 2611 MHz 3: 2611 MHz
4: 2611 MHz
Graphics: Card: NVIDIA GT218 [GeForce 210]
Display Server: X.Org 1.16.2.901 drivers: nouveau (unloaded: fbdev,vesa)
Resolution: 1440x900@59.89hz
GLX Renderer: Gallium 0.4 on NVA8 GLX Version: 3.0 Mesa 10.3.2
Audio: Card-1 NVIDIA MCP61 High Definition Audio driver: snd_hda_intel
Card-2 NVIDIA High Definition Audio Controller
driver: snd_hda_intel
Sound: ALSA v: k3.18.1-antix.1-amd64-smp
Network: Card: NVIDIA MCP61 Ethernet driver: forcedeth
IF: eth0 state: up speed: 100 Mbps duplex: full
mac: e0:cb:4e:f6:fb:a4
Drives: HDD Total Size: 2000.4GB (0.5% used)
ID-1: /dev/sda model: ST1000DL002 size: 1000.2GB
ID-2: /dev/sdb model: WDC_WD10EZEX size: 1000.2GB
Partition: ID-1: / size: 20G used: 3.6G (20%) fs: ext4 dev: /dev/sda12
ID-2: swap-1 size: 6.40GB used: 0.00GB (0%) fs: swap dev: /dev/sda5
Sensors: System Temperatures: cpu: 27.0C mobo: 26.0C gpu: 36.0
Fan Speeds (in rpm): cpu: 1804 sys-1: 1409
Info: Processes: 144 Uptime: 7 min Memory: 523.9/3956.6MB
Client: Shell (bash) inxi: 2.2.16
james@antix1:~
Code: Select all
$ free
total used free shared buffers cached
Mem: 4051584 886232 3165352 2012 23948 198216
-/+ buffers/cache: 664068 3387516
Swap: 6249248 0 6249248