anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#1
We have made some changes to the boot menu F keys in F4 and F5 to, hopefully, make antiX live boot even better.
Instead of uploading a new 670MB iso file, instead I have made available 2 patches. Download the one for your beta3.iso and apply the patch.

Here's how:

1, Download the correct patch to the same directory as where you have your antiX-13-beta3.iso
2. Open in terminal in that directory.
3. Type the following:

Code: Select all

xdelta3 -d -s fromfile patchname_delta tofile
fromfile = the full name of your antiX-13-beta3 eg antiX-13-beta3_386-full.iso
patchname = the full name of the downloaded patch eg b3_to_RC1_386_delta
tofile = the name of the new iso eg antiX-13-RC1_386-full.iso

So this would be:

Code: Select all

xdelta3 -d -s antiX-13-beta3_386-full.iso b3_to_RC1_386_delta antiX-13-RC1_386-full.iso
Files are here:

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://sourceforge.net/projects/antix-linux/files/Testing/"
linktext was:"https://sourceforge.net/projects/antix- ... s/Testing/"
====================================


Please test.

F5 default is Vesa
autores1 = Vesa with xorg.conf and auto-detect screen resolution
autores2= Vesa with xorg.conf and safe screen resolution.
All 3 use nomodeset cheat and are basicall 3 safe boot options.

modeset0 = Intel, Radeon, Nvidia/nouveau with noxorg.conf
modeset1 = Intel, Radeon, Nvidia/nouveau with and auto-detect screen resolution
modeset2 = Intel, Radeon, Nvidia/nouveau with xorg.conf and safe screen resolution.

F4 has autoload option that should autoload any necessary drivers eg sd cards.
Also we have a new fsck option.
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#2
Please post what happened with the options, ie if it boots to X and what graphics you have.

Intel, nvidia/nouveau, readeon card users should try F5 modeset0 then modeset1 then modeset2 and post which one worked best.

inxi -G will show us if the driver got loaded or not and the screen resolution.
Posts: 1,308
BitJam
Joined: 31 Aug 2009
#3
Running in VirtualBox (InnoTek Systemberatung VirtualBox Graphics Adapter), here are the resolutions I got:

Code: Select all

   default: 1024x768
auto res 1: 1600x1200
auto res 2: 1280x1024
Using modeset made no difference. I really like the 1600x1200 although the 1280x1024 is not too shabby.

BTW: following a suggestion by D. O., the language of the browser's spellcheck dictionary should now match your language choice (or default to English).
Posts: 1,308
BitJam
Joined: 31 Aug 2009
#4
LiveUSB testing:
  • Test fsck by choosing"check fs" in"F4 Options" menu (or use"checkfs" boot parameter)
  • Look for colorful errors on shutdown/reboot
  • Test static root persistence by adding",static" to the persist= boot parameter
  • Test the"F7 Save" bootloader menu
Any ext2/3/4 partition used in booting the LiveUSB should now have fsck run on it every 30 mounts or if it has not be umounted cleanly. You can manually request that fsck be run via the instructions above.

If a problem was detected while umounting the LiveUSB (or even the LiveCD) during shutdown/reboot then an error message will be given and the shutdown/reboot will pause waiting for you to hit <Enter>. Please report these errors or at least let us know if they have occurred.

Static root persistence removes the memory restriction that limits how much you can change the root filesystem. Normally on Live systems (even with normal root persistence) all filesystem changes are stored in RAM. If you try to install a lot of software packages then eventually you will run out of RAM. Static root persistence stores filesystem changes directly in the rootfs persistence file. The size of your changes is only limited by the size of this file. The trade-off for this gain in size is a reduction in speed. Static root persistence can be painfully slow on some systems. On the other hand, if you make a large rootfs file then you can use static persistence to get passed a large apt-get upgrade. On each boot you can decide whether to use static persistence or dynamic persistence.

All LiveUSBs except those created with the"dd" command should have an"F7 Save" menu in the bootloader. If the menu does not exist, please report it. If it does exist, please test it. The"menu" option will save all of your other menu selections. It will also set the default main menu item to be the one you used to boot this time. The"custom" option will cause a custom main menu entry to be created that contains any extra boot parameters that you typed in (that aren't in the menus). The"both" option does both. The"reset" option only resets the menus. It does not remove any custom main menu entry. You must actually boot for any of this to take effect.

Edit: Added section on the"F7 Save" menu.
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#5
Ok, I don't have any errors on start or shutdown that cause a pause. However...

using the x64 patched iso, I do not have F7 save options. I get a dpi menu when running live.

heres the inxi -G info for each of the five"F5" options.

Code: Select all

modeset 0
Graphics:  Card: Intel Core Processor Integrated Graphics Controller 
           X.Org: 1.12.4 drivers: intel (unloaded: fbdev,vesa) Resolution: 1366x768@60.0hz 
           GLX Renderer: N/A GLX Version: N/A

modeset 1
demo@antiX1:~
$ inxi -G
Graphics:  Card: Intel Core Processor Integrated Graphics Controller 
           X.Org: 1.12.4 drivers: intel (unloaded: fbdev,vesa) Resolution: 1366x768@60.0hz 
           GLX Renderer: N/A GLX Version: N/A
modeset 2
demo@antiX1:~
$ inxi -G
Graphics:  Card: Intel Core Processor Integrated Graphics Controller 
           X.Org: 1.12.4 drivers: intel (unloaded: fbdev,vesa) Resolution: 1366x768@60.0hz 
           GLX Renderer: N/A GLX Version: N/A
autores1 
demo@antiX1:~
$ inxi -G
Graphics:  Card: Intel Core Processor Integrated Graphics Controller 
           X.Org: 1.12.4 drivers: vesa,intel (unloaded: fbdev) Resolution: 1368x768@0.0hz 
           GLX Renderer: N/A GLX Version: N/A
autores2 
demo@antiX1:~
$ inxi -G
Graphics:  Card: Intel Core Processor Integrated Graphics Controller 
           X.Org: 1.12.4 drivers: vesa,intel (unloaded: fbdev) Resolution: 1368x768@0.0hz 
           GLX Renderer: N/A GLX Version: N/A
demo@antiX1:~


note: with all modeset brightness controls work.

note on the autores options x starts monentarily scrambled before finally getting a good resolution.
also, with autores, the brightness controls do not work. text in the terminal is also"blockier" with the autres options than with the modeset options.

***edit***
here's the inxi -F info for this system. Its the HP Laptop.

Code: Select all

demo@antiX1:~
$ inxi -F
System:    Host: antiX1 Kernel: 3.7.10-antix.2-amd64-smp x86_64 (64 bit) 
           Desktop: IceWM 1.3.7 Distro: antiX-13-rc1_x64-full Luddite 3 May 2013
Machine:   System: Hewlett-Packard product: HP Pavilion dm4 Notebook PC version: 0587110002242B10000022100
           Mobo: Hewlett-Packard model: 146A version: 58.28 Bios: Hewlett-Packard version: F.26 date: 02/14/2011
CPU:       Dual core Intel Core i5 CPU M 460 (-HT-MCP-) cache: 3072 KB flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) 
           Clock Speeds: 1: 1199.00 MHz 2: 1199.00 MHz 3: 1199.00 MHz 4: 1199.00 MHz
Graphics:  Card: Intel Core Processor Integrated Graphics Controller 
           X.Org: 1.12.4 drivers: intel (unloaded: fbdev,vesa) Resolution: 1366x768@60.0hz 
           GLX Renderer: N/A GLX Version: N/A
Audio:     Card: Intel 5 Series/3400 Series High Definition Audio driver: snd_hda_intel 
           Sound: Advanced Linux Sound Architecture ver: k3.7.10-antix.2-amd64-smp
Network:   Card-1: Intel Centrino Advanced-N + WiMAX 6250 [Kilmer Peak] driver: iwlwifi 
           IF: wlan0 state: down mac: 00:23:15:7b:a8:14
           Card-2: Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller driver: r8169 
           IF: eth0 state: down mac: 64:31:50:6d:81:b4
Drives:    HDD Total Size: 328.1GB (0.2% used) 1: id: /dev/sda model: WDC_WD3200BPVT size: 320.1GB 
           2: USB id: /dev/sdb model: Cruzer_Glide size: 8.0GB 
Partition: ID: / size: 3.0G used: 6.8M (1%) fs: rootfs ID: swap-1 size: 4.29GB used: 0.00GB (0%) fs: swap 
Sensors:   System Temperatures: cpu: 34.0C mobo: 32.0C 
           Fan Speeds (in rpm): cpu: N/A 
Info:      Processes: 112 Uptime: 1 min Memory: 121.9/3758.6MB Client: Shell (bash) inxi: 1.8.45 
Last edited by dolphin_oracle on 06 May 2013, 23:00, edited 1 time in total.
Posts: 1,308
BitJam
Joined: 31 Aug 2009
#6
dolphin_oracle wrote:using the x64 patched iso, I do not have F7 save options. I get a dpi menu when running live.
What software did you use to create the LiveUSB? If you used"dd" to create the LiveUSB then there should be no"F7 Save" menu because"dd" creates a read-only LiveUSB. Both Unetbootin and new_usb.sh should create LiveUSBs with the Save menu. If we know the details of how you created your LiveUSB we might be able to fix it so it works for others. We might also be able to give you a quick fix for the LiveUSB you already made.
heres the inxi -G info for each of the five"F5" options.
Brilliant. Thanks! It's strange that the resolution goes from 1366x768 to 1368x768.
note: with all modeset brightness controls work.

note on the autores options x starts monentarily scrambled before finally getting a good resolution.
also, with autores, the brightness controls do not work. text in the terminal is also"blockier" with the autres options than with the modeset options.
One of the reasons they added modeset to the kernel was to get rid of that momentary scramble.

If all goes well, the F5 menu will be reduced to something like:

Code: Select all

F5 Modeset
     off
     on
IOW, there is currently no way for us to remove the manual choice of modest versus no-modeset so you will always have that choice available. The best we can hope to do is to automatically give you the optimal resolution once you have made that choice.

I think the kernel devs are planning that eventually everyone will use modeset but it doesn't work on some older hardware so for now we have to leave the no-modeset option open, in fact, it is best for us to have modeset turned off as the default.

BTW: is the language for the browser spellcheck dictionary set correctly now?
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#7
i used new_usb.sh to male the usb key.

i'll check on the spellcheck in browser and let you know.
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#8
and the spell checker dictionary matches the language selected (or at least it does for en_us).
Posts: 765
rust collector
Joined: 27 Dec 2011
#9
With F5

default, I get vesa, and intel, with fbdev unloaded 800x600
autores1: same
autores2: same

Modeset0: intel driver 1024x600@60.0 (which is correct)
modeset1: same
modeset2: same

Machine details:

Code: Select all

$ inxi -F
System:    Host: antiX1 Kernel: 3.6.11-antix.1-486-smp i686 (32 bit) 
           Desktop: Fluxbox 1.3.2 Distro: antiX-13-rc1_386-full Luddite 4 May 2013
Machine:   System: Acer product: AOA110 version: 1
           Mobo: Intel model: N/A Bios: INSYDE version: v0.3109 date: 05/09/2008
CPU:       Single core Intel Atom CPU N270 (-HT-) cache: 512 KB flags: (pae sse sse2 sse3 ssse3) 
           Clock Speeds: 1: 800.00 MHz 2: 800.00 MHz
Graphics:  Card: Intel Mobile 945GSE Express Integrated Graphics Controller 
           X.Org: 1.12.4 drivers: intel (unloaded: fbdev,vesa) Resolution: 1024x600@60.0hz 
           GLX Renderer: N/A GLX Version: N/A
Audio:     Card: Intel NM10/ICH7 Family High Definition Audio Controller driver: snd_hda_intel Sound: ALSA ver: 1.0.25
Network:   Card-1: Realtek RTL8101E/RTL8102E PCI Express Fast Ethernet controller driver: r8169 
           IF: eth0 state: down mac: 00:1e:68:b1:f2:b4
           Card-2: Atheros AR242x / AR542x Wireless Network Adapter (PCI-Express) driver: ath5k 
           IF: wlan0 state: down mac: 00:22:69:03:bc:59
Drives:    HDD Total Size: 19.3GB (11.0% used) 1: id: /dev/sda model: STT_FEM16GF13M size: 15.3GB 
           2: USB id: /dev/sdb model: DataTraveler_2.0 size: 4.0GB 
Partition: ID: / size: 1.2G used: 6.5M (1%) fs: rootfs ID: swap-1 size: 2.18GB used: 0.00GB (0%) fs: swap 
Sensors:   System Temperatures: cpu: 45.0C mobo: N/A 
           Fan Speeds (in rpm): cpu: N/A 
Info:      Processes: 73 Uptime: 0 min Memory: 54.0/1504.2MB Client: Shell (bash) inxi: 1.8.45 
Automount F4 option works fine for me too, with sd cards, who have been difficult with"old13"
Posts: 630
Eino
Joined: 12 Oct 2012
#10
I had the same results as Rust Collector.
I used F7 and saved modeset0 and rebooted my default is now 1024x600
Machine :

Code: Select all

$ inxi -F
System:    Host: antiX1 Kernel: 3.6.11-antix.1-486-smp i686 (32 bit) 
           Desktop: IceWM 1.3.7 Distro: antiX-13-rc1_386-full Luddite 4 May 2013
Machine:   System: Acer product: AOA110 version: 1
           Mobo: Acer model: N/A Bios: Acer version: v0.3305 date: 05/09/2008
CPU:       Single core Intel Atom CPU N270 (-HT-) cache: 512 KB flags: (pae sse sse2 sse3 ssse3) 
           Clock Speeds: 1: 1600.00 MHz 2: 1600.00 MHz
Graphics:  Card: Intel Mobile 945GSE Express Integrated Graphics Controller 
           X.Org: 1.12.4 drivers: intel (unloaded: fbdev,vesa) Resolution: 1024x600@60.0hz 
           GLX Renderer: N/A GLX Version: N/A
Audio:     Card: Intel NM10/ICH7 Family High Definition Audio Controller driver: snd_hda_intel Sound: ALSA ver: 1.0.25
Network:   Card-1: Realtek RTL8101E/RTL8102E PCI Express Fast Ethernet controller driver: r8169 
           IF: eth0 state: down mac: 00:23:8b:42:e4:f7
           Card-2: Atheros AR242x / AR542x Wireless Network Adapter (PCI-Express) driver: ath5k 
           IF: wlan0 state: up mac: 00:24:2b:12:a9:7d
Drives:    HDD Total Size: 12.1GB (5.8% used) 1: id: /dev/sda model: SSDPAMM0008G1 size: 8.1GB 
           2: USB id: /dev/sdb model: USB_Drive size: 4.0GB 
Partition: ID: / size: 787M used: 21M (3%) fs: rootfs ID: swap-1 size: 1.10GB used: 0.00GB (0%) fs: swap 
Sensors:   System Temperatures: cpu: 53.0C mobo: N/A 
           Fan Speeds (in rpm): cpu: N/A 
Info:      Processes: 81 Uptime: 6 min Memory: 152.6/996.2MB Client: Shell (bash) inxi: 1.8.45 
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#11
added an edit to my post above with the inxi -F info for the machine I tested the boot options with.
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#12
test info for the 32 bit version, made usb key with unetbootin. F7 save menu was present.

pc in this case is a EEEPC 904ha.

Code: Select all


autores1
demo@antiX1:~
$ inxi -G
Graphics:  Card: Intel Mobile 945GSE Express Integrated Graphics Controller 
           X.Org: 1.12.4 drivers: vesa,intel (unloaded: fbdev) Resolution: 800x600@61.0hz 
           GLX Renderer: N/A GLX Version: N/A
demo@antiX1:~
$ 

autores2
demo@antiX1:~
$ inxi -G
Graphics:  Card: Intel Mobile 945GSE Express Integrated Graphics Controller 
           X.Org: 1.12.4 drivers: vesa,intel (unloaded: fbdev) Resolution: 800x600@61.0hz 
           GLX Renderer: N/A GLX Version: N/A
demo@antiX1:~
$ 

note on this system the brightness controls work with autores
modeset0
demo@antiX1:~
$ inxi -G
Graphics:  Card: Intel Mobile 945GSE Express Integrated Graphics Controller 
           X.Org: 1.12.4 drivers: intel (unloaded: fbdev,vesa) Resolution: 1024x600@59.5hz 
           GLX Renderer: N/A GLX Version: N/A
demo@antiX1:~
$ 

modeset1
demo@antiX1:~
$ inxi -G
Graphics:  Card: Intel Mobile 945GSE Express Integrated Graphics Controller 
           X.Org: 1.12.4 drivers: intel (unloaded: fbdev,vesa) Resolution: 1024x600@59.5hz 
           GLX Renderer: N/A GLX Version: N/A
demo@antiX1:~
modeset2
demo@antiX1:~
$ inxi -G
Graphics:  Card: Intel Mobile 945GSE Express Integrated Graphics Controller 
           X.Org: 1.12.4 drivers: intel (unloaded: fbdev,vesa) Resolution: 1024x600@59.5hz 
           GLX Renderer: N/A GLX Version: N/A
demo@antiX1:~
brightness controls work with all modeset cheats
default
demo@antiX1:~
$ inxi -G
Graphics:  Card: Intel Mobile 945GSE Express Integrated Graphics Controller 
           X.Org: 1.12.4 drivers: vesa,intel (unloaded: fbdev) Resolution: 800x600@57.0hz 
           GLX Renderer: N/A GLX Version: N/A
demo@antiX1:~
$ 

brightness control works with default

inxi -F for this machine
demo@antiX1:~
$ inxi -F
System:    Host: antiX1 Kernel: 3.6.11-antix.1-486-smp i686 (32 bit) 
           Desktop: IceWM 1.3.7 Distro: antiX-13-rc1_386-full Luddite 4 May 2013
Machine:   System: ASUSTeK product: 1000H version: x.x
           Mobo: ASUSTeK model: 1000H version: x.xx Bios: American Megatrends version: 1206 date: 10/17/2008
CPU:       Single core Intel Atom CPU N270 (-HT-) cache: 512 KB flags: (nx pae sse sse2 sse3 ssse3) 
           Clock Speeds: 1: 800.00 MHz 2: 800.00 MHz
Graphics:  Card: Intel Mobile 945GSE Express Integrated Graphics Controller 
           X.Org: 1.12.4 drivers: intel (unloaded: fbdev,vesa) Resolution: 1024x600@59.5hz 
           GLX Renderer: N/A GLX Version: N/A
Audio:     Card: Intel NM10/ICH7 Family High Definition Audio Controller driver: snd_hda_intel Sound: ALSA ver: 1.0.25
Network:   Card-1: Atheros AR242x / AR542x Wireless Network Adapter (PCI-Express) driver: ath5k 
           IF: wlan0 state: down mac: 00:22:43:56:88:b5
           Card-2: Atheros AR8121/AR8113/AR8114 Gigabit or Fast Ethernet driver: ATL1E 
           IF: eth0 state: down mac: 00:23:54:81:78:aa
Drives:    HDD Total Size: 168.0GB (0.4% used) 1: id: /dev/sda model: ST9160827AS size: 160.0GB 
           2: USB id: /dev/sdb model: Cruzer_Glide size: 8.0GB 
Partition: ID: / size: 1.6G used: 6.5M (1%) fs: rootfs ID: swap-1 size: 1.67GB used: 0.00GB (0%) fs: swap 
Sensors:   System Temperatures: cpu: 48.0C mobo: N/A 
           Fan Speeds (in rpm): cpu: 980 
Info:      Processes: 77 Uptime: 1 min Memory: 56.3/2015.5MB Client: Shell (bash) inxi: 1.8.45 
demo@antiX1:~
$ 
Posts: 13
peregrine
Joined: 14 Aug 2012
#13
I hope this is helpful, if anything else is needed, please let me know. I downloaded the beta3 and applied the xdelta to get RC1 and burned it to a CD.
Tested the live CD on an HP AMD Athlon 64 3700+ desktop (~7 years old)
Every option booted to the optimum resolutions and looked good - and it is fast.

Code: Select all

DEFAULT

$ inxi -F
System:    Host: antiX1 Kernel: 3.6.11-antix.1-486-smp i686 (32 bit)
           Desktop: IceWM 1.3.7 Distro: antiX-13-rc1_386-full Luddite 4 May 2013
Machine:   System: HP Pavilion 061 product: EL448AA-ABA a1310n version: 0nx1114RE101AMBEM00
           Mobo: ASUSTek model: Amberine M version: 1.03 Bios: Phoenix version: 3.15 date: 01/25/2007
CPU:       Single core AMD Athlon 64 3700+ (-UP-) cache: 1024 KB flags: (lm nx pae sse sse2 sse3) clocked at 1000.00 MHz
Graphics:  Card: Advanced Micro Devices [AMD] nee ATI RS480 [Radeon Xpress 200G Series]
           X.Org: 1.12.4 drivers: ati,radeon (unloaded: fbdev,vesa) Resolution: 1280x1024@60.0hz
           GLX Renderer: N/A GLX Version: N/A
Audio:     Card: Advanced Micro Devices [AMD] nee ATI IXP SB400 AC'97 Audio Controller driver: snd_atiixp
           Sound: Advanced Linux Sound Architecture ver: 1.0.25
Network:   Card: Realtek RTL-8139/8139C/8139C+ driver: 8139too
           IF: eth0 state: unknown speed: 100 Mbps duplex: full mac: 00:15:f2:e9:b6:b4
Drives:    HDD Total Size: 200.0GB (-) 1: id: /dev/sda model: ST3200826AS size: 200.0GB
Partition: ID: / size: 746M used: 20M (3%) fs: rootfs ID: swap-1 size: 1.08GB used: 0.00GB (0%) fs: swap
           ID: swap-2 size: 1.35GB used: 0.00GB (0%) fs: swap
Sensors:   System Temperatures: cpu: 40.0C mobo: N/A
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 73 Uptime: 6 min Memory: 211.3/944.1MB Client: Shell (bash) inxi: 1.8.45 

AUTORES 1
demo@antiX1:~
$ inxi -F
System:    Host: antiX1 Kernel: 3.6.11-antix.1-486-smp i686 (32 bit)
           Desktop: IceWM 1.3.7 Distro: antiX-13-rc1_386-full Luddite 4 May 2013
Machine:   System: HP Pavilion 061 product: EL448AA-ABA a1310n version: 0nx1114RE101AMBEM00
           Mobo: ASUSTek model: Amberine M version: 1.03 Bios: Phoenix version: 3.15 date: 01/25/2007
CPU:       Single core AMD Athlon 64 3700+ (-UP-) cache: 1024 KB flags: (lm nx pae sse sse2 sse3) clocked at 1000.00 MHz
Graphics:  Card: Advanced Micro Devices [AMD] nee ATI RS480 [Radeon Xpress 200G Series]
           X.Org: 1.12.4 drivers: ati,radeon (unloaded: fbdev,vesa) Resolution: 1280x1024@60.0hz
           GLX Renderer: N/A GLX Version: N/A
Audio:     Card: Advanced Micro Devices [AMD] nee ATI IXP SB400 AC'97 Audio Controller driver: snd_atiixp
           Sound: Advanced Linux Sound Architecture ver: 1.0.25
Network:   Card: Realtek RTL-8139/8139C/8139C+ driver: 8139too
           IF: eth0 state: unknown speed: 100 Mbps duplex: full mac: 00:15:f2:e9:b6:b4
Drives:    HDD Total Size: 200.0GB (-) 1: id: /dev/sda model: ST3200826AS size: 200.0GB
Partition: ID: / size: 746M used: 20M (3%) fs: rootfs ID: swap-1 size: 1.08GB used: 0.00GB (0%) fs: swap
           ID: swap-2 size: 1.35GB used: 0.00GB (0%) fs: swap
Sensors:   System Temperatures: cpu: 40.0C mobo: N/A
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 79 Uptime: 3 min Memory: 188.4/944.1MB Client: Shell (bash) inxi: 1.8.45 

AUTORES 2
demo@antiX1:~
$ inxi -F
System:    Host: antiX1 Kernel: 3.6.11-antix.1-486-smp i686 (32 bit)
           Desktop: IceWM 1.3.7 Distro: antiX-13-rc1_386-full Luddite 4 May 2013
Machine:   System: HP Pavilion 061 product: EL448AA-ABA a1310n version: 0nx1114RE101AMBEM00
           Mobo: ASUSTek model: Amberine M version: 1.03 Bios: Phoenix version: 3.15 date: 01/25/2007
CPU:       Single core AMD Athlon 64 3700+ (-UP-) cache: 1024 KB flags: (lm nx pae sse sse2 sse3) clocked at 1000.00 MHz
Graphics:  Card: Advanced Micro Devices [AMD] nee ATI RS480 [Radeon Xpress 200G Series]
           X.Org: 1.12.4 drivers: ati,radeon (unloaded: fbdev,vesa) Resolution: 1280x1024@60.0hz
           GLX Renderer: N/A GLX Version: N/A
Audio:     Card: Advanced Micro Devices [AMD] nee ATI IXP SB400 AC'97 Audio Controller driver: snd_atiixp
           Sound: Advanced Linux Sound Architecture ver: 1.0.25
Network:   Card: Realtek RTL-8139/8139C/8139C+ driver: 8139too
           IF: eth0 state: unknown speed: 100 Mbps duplex: full mac: 00:15:f2:e9:b6:b4
Drives:    HDD Total Size: 200.0GB (-) 1: id: /dev/sda model: ST3200826AS size: 200.0GB
Partition: ID: / size: 746M used: 6.5M (1%) fs: rootfs ID: swap-1 size: 1.08GB used: 0.00GB (0%) fs: swap
           ID: swap-2 size: 1.35GB used: 0.00GB (0%) fs: swap
Sensors:   System Temperatures: cpu: 40.0C mobo: N/A
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 76 Uptime: 1 min Memory: 66.3/944.1MB Client: Shell (bash) inxi: 1.8.45 

MODSET 0

$ inxi -G
Graphics:  Card: Advanced Micro Devices [AMD] nee ATI RS480 [Radeon Xpress 200G Series]
           X.Org: 1.12.4 drivers: ati,radeon (unloaded: fbdev,vesa) Resolution: 1280x1024@60.0hz
           GLX Renderer: N/A GLX Version: N/A

MODSET 1
$ inxi -G
Graphics:  Card: Advanced Micro Devices [AMD] nee ATI RS480 [Radeon Xpress 200G Series]
           X.Org: 1.12.4 drivers: ati,radeon (unloaded: fbdev,vesa) Resolution: 1280x1024@60.0hz
           GLX Renderer: N/A GLX Version: N/A

MODSET 2
demo@antiX1:~
$ inxi -G
Graphics:  Card: Advanced Micro Devices [AMD] nee ATI RS480 [Radeon Xpress 200G Series]
           X.Org: 1.12.4 drivers: ati,radeon (unloaded: fbdev,vesa) Resolution: 1280x1024@60.0hz
           GLX Renderer: N/A GLX Version: N/A
Posts: 13
peregrine
Joined: 14 Aug 2012
#14
Sony Vaio Notebook AMD Athlon XP 2000+ (~10 years old)
Live CD 386
All booted to X and all look good.

Code: Select all

DEFAULT

$ inxi -F
System:    Host: antiX1 Kernel: 3.6.11-antix.1-486-smp i686 (32 bit)
           Desktop: IceWM 1.3.7 Distro: antiX-13-rc1_386-full Luddite 4 May 2013
Machine:   Mobo: Sony model: Q51-Project version: 01 Bios: Phoenix version: R0105K6 date: 01/23/2003
CPU:       Single core mobile AMD Athlon XP 2000+ (-UP-) cache: 256 KB flags: (pae sse) clocked at 399.996 MHz
Graphics:  Card: NVIDIA NV17 [GeForce4 420 Go]
           X.Org: 1.12.4 drivers: vesa,nouveau (unloaded: fbdev) Resolution: 1024x768@0.0hz
           GLX Renderer: N/A GLX Version: N/A
Audio:     Card: VIA VT8233/A/8235/8237 AC97 Audio Controller driver: snd_via82xx Sound: ALSA ver: 1.0.25
Network:   Card: Realtek RTL-8139/8139C/8139C+ driver: 8139too
           IF: eth0 state: unknown speed: 100 Mbps duplex: full mac: 08:00:46:ae:4f:44
Drives:    HDD Total Size: 40.0GB (-) 1: id: /dev/sda model: HITACHI_DK23EA size: 40.0GB
Partition: ID: / size: 392M used: 12M (3%) fs: rootfs ID: swap-1 size: 0.53GB used: 0.00GB (0%) fs: swap
Sensors:   System Temperatures: cpu: 55.0C mobo: N/A
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 65 Uptime: 11 min Memory: 137.5/500.1MB Client: Shell (bash) inxi: 1.8.45
demo@antiX1:~
$ inxi -G
Graphics:  Card: NVIDIA NV17 [GeForce4 420 Go]
           X.Org: 1.12.4 drivers: vesa,nouveau (unloaded: fbdev) Resolution: 1024x768@0.0hz
           GLX Renderer: N/A GLX Version: N/A

AUTORES 1
demo@antiX1:~
$ inxi -G
Graphics:  Card: NVIDIA NV17 [GeForce4 420 Go]
           X.Org: 1.12.4 drivers: vesa,nouveau (unloaded: fbdev) Resolution: 1024x768@71.0hz
           GLX Renderer: N/A GLX Version: N/A

AUTORES 2
demo@antiX1:~
$ inxi -G
Graphics:  Card: NVIDIA NV17 [GeForce4 420 Go]
           X.Org: 1.12.4 drivers: vesa,nouveau (unloaded: fbdev) Resolution: 1024x768@71.0hz
           GLX Renderer: N/A GLX Version: N/A

MODSET 0
demo@antiX1:~
$ inxi -G
Graphics:  Card: NVIDIA NV17 [GeForce4 420 Go]
           X.Org: 1.12.4 drivers: nouveau (unloaded: fbdev,vesa) Resolution: 1024x768@60.0hz
           GLX Renderer: N/A GLX Version: N/A

MODSet 1

demo@antiX1:~
$ inxi -G
Graphics:  Card: NVIDIA NV17 [GeForce4 420 Go]
           X.Org: 1.12.4 drivers: nouveau (unloaded: fbdev,vesa) Resolution: 1024x768@60.0hz
           GLX Renderer: N/A GLX Version: N/A

MODSET 2
demo@antiX1:~
$ inxi -G
Graphics:  Card: NVIDIA NV17 [GeForce4 420 Go]
           X.Org: 1.12.4 drivers: nouveau (unloaded: fbdev,vesa) Resolution: 1024x768@60.0hz
           GLX Renderer: N/A GLX Version: N/A
Posts: 1,308
BitJam
Joined: 31 Aug 2009
#15
Thanks for all the testing! Here are some antiX-13 bootloader Easter eggs:
  • F10 ---> shutdown and reboot options
  • F11 ---> toggle through four slightly different styles
  • F12 ---> see selected boot parameters