Author |
Message |
James C

Joined: 26 Mar 2009 Posts: 6717 Location: Kentucky
|
Posted: Mon 29 Apr 2013, 03:01 Post subject:
|
|
I don't believe there should be any problems with removing the "nv" driver....most 64 bit hardware should be new enough to have relatively new video cards.Nouveau now works pretty well on most Nvidia cards.
Code: | NOUVEAU driver for NVIDIA chipset families :
RIVA TNT (NV04)
RIVA TNT2 (NV05)
GeForce 256 (NV10)
GeForce 2 (NV11, NV15)
GeForce 4MX (NV17, NV18)
GeForce 3 (NV20)
GeForce 4Ti (NV25, NV28)
GeForce FX (NV3x)
GeForce 6 (NV4x)
GeForce 7 (G7x)
GeForce 8 (G8x)
GeForce GTX 200 (NVA0)
GeForce GTX 400 (NVC0) |
|
Back to top
|
|
 |
cinclus_cinclus
Joined: 22 Feb 2009 Posts: 68
|
Posted: Mon 29 Apr 2013, 04:02 Post subject:
German Umlauts locale-gen missing |
|
1. Using german key-mapping I get only a '?' for 'ä', 'ö' or 'ü' in the terminal emulator, For 'ß' I get 'ss'.
2. There is no locale-gen command.
|
Back to top
|
|
 |
cinclus_cinclus
Joined: 22 Feb 2009 Posts: 68
|
Posted: Mon 29 Apr 2013, 04:10 Post subject:
sfs Modules Howto? |
|
I would like to create sfs-modules for large packages like Wine.
How to do that?
How to make sure that the modules are properly initialized?
Archpup had instructions and commands(?) for that purpose
I would have to reinstall Archpup for looking up how that worked.
I remember that Calimero has 'mkaddon' in his CTKarch for the same purpose.
Any hints highly appreciated.
|
Back to top
|
|
 |
stifiling
Joined: 29 Dec 2007 Posts: 388
|
Posted: Mon 29 Apr 2013, 06:37 Post subject:
|
|
@James C
this is GREAT news. thanks for the frequent downloads and tests. installing the nouveau driver though made the system grow a pretty decent amount. it's because nouveau-dri package is a dependency of xf86-video-nouveau. i'm wondering if nouveau-dri was to be removed, if X will still start. i'd also like to know if you have a similar issue to meowcats using the radeon driver on the ati card....rather than vesa. he mentioned that it made his ram sky-rocket up to abt a gig of usage. when u have a free moment James C....could you please install on the ati machine:
Code: | pacman -S xf86-video-ati |
and change line 3 in the /etc/X11/xorg.conf file....from vesa to radeon.....and see if X will start....
@cinclus_cinclus
I still have to repair the dev.sfs file for the 32-bit Senseis...that u requested earlier. I didn't know locale-gen was missing...thanks for pointing that out. I've taken all the locale files out of the system...because they were taking up a lot of space. I'll put the locale files in a locale.sfs....and upload it. I don't know much about that end of using GNU/Linux. so i have to see too if i can get the system to change from english to german or any other language.
archpup had simargl's makesfs script...I'll go ahead and put it in.
|
Back to top
|
|
 |
cinclus_cinclus
Joined: 22 Feb 2009 Posts: 68
|
Posted: Mon 29 Apr 2013, 08:28 Post subject:
|
|
There is an archlocale_132.sfs from Archpup. Couldn't I just use that?
... and makesfs from archpup as well?
By the way I did download 'dev-senfull_001.sfs' already. Doesn't that work?
|
Back to top
|
|
 |
mikeslr

Joined: 16 Jun 2008 Posts: 2346 Location: 500 seconds from Sol
|
Posted: Mon 29 Apr 2013, 14:09 Post subject:
Initial Review |
|
Hi stifiling,
Best of luck on this project. I've looked forward to "an" Archpup for some time and was especially pleased to find that you're developing a 64-bit version. So please accept the following as an attempt at constructive criticism.
As yet no one has built an Archpup which will allow me to get to first base: that is, to access the internet. My system uses a RaLink RT2561/RT61 802.11g PCI which, so far, no Archpup has recognized. Of course, without internet access pacman isn't particularly useful. I am aware that it is possible, while running a different OS, to download the driver, if it exists, from the Archlinux repository having researched a similar problem while trying to run Ubuntu 10 or 11. I solved it by simply finding an operating system which didn't require me to jump thru hoops just to try it out. I'm certain many potential users will take the same approach. So I recommend, regardless of any desire to create a "lean and mean" distro, that it be fully stocked with drivers.
Not being able to access the internet also means that the great instructions for getting started that you were thoughtful enough to provide in your initial posts are unavailable to those who need them the most. Might I suggest that be included in the ISO, as a file you can open with geany or such other application already in the ISO.
On thing you need not be concerned about is the graphics driver for ATI Radeon 3100. Sensei booted to the desired 1600 x 900 OOTB.
Thanks for initiating this project.
mikesLr
|
Back to top
|
|
 |
stifiling
Joined: 29 Dec 2007 Posts: 388
|
Posted: Mon 29 Apr 2013, 15:57 Post subject:
|
|
cinclus_cinclus wrote: | There is an archlocale_132.sfs from Archpup. Couldn't I just use that?
... and makesfs from archpup as well?
By the way I did download 'dev-senfull_001.sfs' already. Doesn't that work? |
i don't think the archlocale_132.sfs will work 100% correctly.
makesfs script should work fine....try it out if u will...and let us know if it does.
the dev-senfull.sfs....does work mostly...but i do know of a mistake in it. so for it to be perfect...i need to reupload it.
mikeslr wrote: | My system uses a RaLink RT2561/RT61 802.11g PCI which, so far, no Archpup has recognized. |
i would absolutely like to get it working...and include the working solution in the barebones.sfs.
do you know which module that pci card usually uses? i think it might be rt61pci. could you try:
and see if you see wlan0 or eth1. if not could you try:
Code: | modprobe rt61pci
iwconfig |
and then see if you see wlan0 or eth1. if not, or if so, but it won't connect....can you run:
and see if there's any mention of firmware...or any other oddity that might stand out and appear as though it may be the reason rt61pci isn't handling your wireless device. maybe rt61pci isn't even the right module...
|
Back to top
|
|
 |
James C

Joined: 26 Mar 2009 Posts: 6717 Location: Kentucky
|
Posted: Mon 29 Apr 2013, 17:41 Post subject:
|
|
Did a frugal install, booted to a correct 1440x900 desktop and then the computer froze leading to a hard poweroff. Adding nouveau.noaccel=1 to the kernel line solved the problem though.Had to do the same on Raring and PHATSlacko as well.
Code: | Chip description:
VGA compatible controller: NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] (rev a2) |
Anyway...appears to be working well now.
|
Back to top
|
|
 |
sszindian

Joined: 24 Apr 2010 Posts: 745 Location: Pennsylvania U.S.
|
Posted: Mon 29 Apr 2013, 18:30 Post subject:
Savefile |
|
Just a simple question but...
How do you increase the size of a savefile after it's initially established?
'Thanks'
>>>---Indian------>
_________________ Cloud Computing For Every Puppy (a .pet)
http://murga-linux.com/puppy/viewtopic.php?t=69192
|
Back to top
|
|
 |
James C

Joined: 26 Mar 2009 Posts: 6717 Location: Kentucky
|
Posted: Mon 29 Apr 2013, 18:33 Post subject:
|
|
Started installing a few packages with Pacman....... everything looking good so far.
Description |
|
Filesize |
43.4 KB |
Viewed |
293 Time(s) |

|
|
Back to top
|
|
 |
stifiling
Joined: 29 Dec 2007 Posts: 388
|
Posted: Tue 30 Apr 2013, 09:30 Post subject:
|
|
i made most of the suggested changes and also added the locale.sfs for Sensei.
the locale solution in Sensei is the same as the devx. because i plan to make more desktops for the system, i've made the desktop specific locale files installable via:
Code: | pacman -S locale-senxfce |
here's locale-senxfce-001-1-i686.pkg.tar.xz if you'd rather not redownload the full iso again at this moment. the way to install a local package using pacman is:
Code: | pacman -U /path/to/locale-senxfce-001-1-i686.pkg.tar.xz |
|
Back to top
|
|
 |
meowcats
Joined: 14 Apr 2013 Posts: 31
|
Posted: Wed 01 May 2013, 15:22 Post subject:
|
|
trying to boot 64bit:
loads kernel then cannot find sensei64_001.sfs
|
Back to top
|
|
 |
stifiling
Joined: 29 Dec 2007 Posts: 388
|
Posted: Wed 01 May 2013, 15:36 Post subject:
|
|
meowcats wrote: | trying to boot 64bit:
loads kernel then cannot find sensei64_001.sfs
 |
does is load senapps and sendesk?
are you using psubdir in your kernel commands? if so...delete psubdir...
|
Back to top
|
|
 |
meowcats
Joined: 14 Apr 2013 Posts: 31
|
Posted: Wed 01 May 2013, 15:44 Post subject:
|
|
I am using syslinux, all files are in root directory. rename to syslinux.bin and syslinux.cfg. syslinux.cfg:
Code: | default vmlinuz initrd=initrd.gz |
does not find senapps and sendesk, it says:
searching for sensei files... cannot find sensei64_001.sfs, dump to initial ram disk.
|
Back to top
|
|
 |
stifiling
Joined: 29 Dec 2007 Posts: 388
|
Posted: Wed 01 May 2013, 16:04 Post subject:
|
|
meowcats wrote: | I am using syslinux, all files are in root directory. rename to syslinux.bin and syslinux.cfg. syslinux.cfg:
Code: | default vmlinuz initrd=initrd.gz |
does not find senapps and sendesk, it says:
searching for sensei files... cannot find sensei64_001.sfs, dump to initial ram disk. |
i've only tested it from iso and with grub. don't see why that would matter...but it's the only difference i'm seeing here.
|
Back to top
|
|
 |
|