You are not logged in.

#1 2010-04-21 08:42:38

boorishid
Member
Registered: 2010-04-21
Posts: 2

New to Arch couple quick questions

Hi first let me say i love arch im glad i found it! I havent used linux in about 3 years but ive been on and off with it since 99, the last distro i was on was gentoo.

Im running on a netbook as my primary computer now to be exact an asus eee1001p. I have a couple quick questions some of this stuff are things ive never had to deal with in the past so i just dont know how to solve the problems or where to look..

First thing that bugs me is when i type 'shutdown now', the system throws me into single user mode. Does anyone have any clue why this may be? I have never had an issue with shutdown not acually shutting the system down, reboot works just fine.

I set up some space for linux becuase i like to code and right now i really want to learn assembly, and low level c without librarys. I am very intrested in OS dev and maybe even working on the android or linux kernel a bit! So i need my CLI to be perfect! I acually chose arch so i would force myself to relearn the CLI only way of linux. When i ran pacman -Syu it changed my sceen res in the CLI. As soon as boot up says loading modules the screen res changes. Im pretty sure its 1024x600 its just the type is a bit small for my taste. When i looked in rc.conf ndiswrapper was the only module im loading. So exactly how do i mess with all the vga CLI stuff?

Last question gpm is on my system if i add to rc.conf should my touchpad work in the CLI?

Offline

#2 2010-04-21 08:48:58

Ber
Member
From: Belgium
Registered: 2006-07-05
Posts: 80
Website

Re: New to Arch couple quick questions

For shutdown, you have to use the -h option to actually halt the system : http://linux.die.net/man/8/shutdown

I guess your framebuffer resolution "issue" is somewhat KMS-related.  Do you have an intel or ATI GPU?  Look for KMS in the wiki

gpm : I guess, that's pretty easy to try...


V=RI sweet V=RI

Offline

#3 2010-04-21 09:08:41

Perry3D
Member
Registered: 2008-03-20
Posts: 553

Re: New to Arch couple quick questions

I think you have an intel card. So KMS is changing your resolution automaticly. If the fonts are too small for you, i propose to change them and not the resolution: http://wiki.archlinux.org/index.php/Fonts#Console_fonts

Offline

#4 2010-04-21 09:22:26

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: New to Arch couple quick questions

For shutting down, prefer "poweroff".

Offline

#5 2010-04-21 09:30:13

boorishid
Member
Registered: 2010-04-21
Posts: 2

Re: New to Arch couple quick questions

Thanks wow that was really quick.. I will read up on KMS i have an intel 950 chip.

I tried just running gpm that didnt seem to give me any mousing abilities.

Offline

#6 2010-04-21 14:57:03

reed9
Member
Registered: 2008-06-12
Posts: 77

Re: New to Arch couple quick questions

boorishid wrote:

Thanks wow that was really quick.. I will read up on KMS i have an intel 950 chip.

I tried just running gpm that didnt seem to give me any mousing abilities.

Did you edit /etc/conf.d/gpm appropriately?

http://wiki.archlinux.org/index.php/Con … se_Support

Offline

#7 2010-04-21 15:00:30

archman-cro
Member
From: Croatia
Registered: 2010-04-04
Posts: 943
Website

Re: New to Arch couple quick questions

flamelab wrote:

For shutting down, prefer "poweroff".

What's the difference between poweroff and shutdown -h commands? Why do you prefer it? smile

Offline

#8 2010-04-21 15:05:03

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: New to Arch couple quick questions

archman-cro wrote:
flamelab wrote:

For shutting down, prefer "poweroff".

What's the difference between poweroff and shutdown -h commands? Why do you prefer it? smile

It's being used in rc.shutdown script smile

Offline

#9 2010-04-21 17:46:33

archman-cro
Member
From: Croatia
Registered: 2010-04-04
Posts: 943
Website

Re: New to Arch couple quick questions

Hmm, so "poweroff" does all the process termination before powering off? Isn't "shutdown -h" doing the same thing?

Offline

Board footer

Powered by FluxBB