SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 2011-08-12 15:13:48

ch.wise
Member
Registered: 2011-08-12
Posts: 17

CrunchBang newbie anticipating download and install

Hey guys!

I'm relatively new to Linux (I only installed Ubuntu as the primary OS on my laptop a few months ago), but it sure beats anything from Apple or Microsoft. Unfortunately, it seems that Ubuntu is getting pretty bloated and slow these days (the Unity desktop doesn't help), so I am seriously contemplating using CrunchBang on a new netbook that I'll be purchasing. I'll probably keep Ubuntu on my old laptop for testing sake, but I've been investigating nimble netbook operating systems and CrunchBang keeps coming up as one of the best.

I hope you'll all forgive me for registering and posting before I even have CrunchBang downloaded, installed and running, but I'm very excited about using it and just wanted to introduce myself and say what a great community of support and enthusiasm there seems to be behind this project. I think the community behind a distro can really make or break it, and I've been getting a really good vibe about the CrunchBang community already.

I'm sure I'll need some help and advice when it comes time to download and install CrunchBang, so I'll hit you guys up for help when I need it. Can't wait to test it out!

Sincerely,
Charles


"He who cannot draw on three thousand years is living from hand to mouth." ~Goethe

Offline

Help fund CrunchBang, donate to the project!

#2 2011-08-12 15:32:00

snowpine
#!-a-roo
Registered: 2008-11-24
Posts: 2,950

Re: CrunchBang newbie anticipating download and install

Welcome to the forums, it is a nice place to be! smile


/hugged

Offline

#3 2011-08-15 15:26:45

merelyjim
#! Die Hard
From: Fort Worth, Texas
Registered: 2010-04-07
Posts: 2,303
Website

Re: CrunchBang newbie anticipating download and install

Welcome to #! smile

So... three days later. How'd it go?


"When I enter a command... I expect ass to be hauled and the coffeelike aroma of hustle delicately hovering in the air." -thalassophile

My attempt at a blog; http://waitingonragnarok.blogspot.com/

Offline

#4 2011-08-25 21:03:40

ch.wise
Member
Registered: 2011-08-12
Posts: 17

Re: CrunchBang newbie anticipating download and install

So I finally purchased the netbook, kicked Windows Starter off, and installed #! successfully. I'm still ironing out a few kinks in the system (configuring the network adapter was fun) and fixing the clock, which seems to have gone haywire, but I love the system already. It boots so fast!

By the way, does anyone know if there is a way to enable support for the proprietary keyboard shortcuts that the manufacturer put in? My netbook is a Samsung, and I guess under Windows you could raise and lower the volume or adjust the screen contrast by pressing the Samsung "Fn" key and then another specific key. Is it possible to configure #! to do this, or is there an easier way? I don't mind not having to use the Samsung shortcuts if that were easier...

Thanks in advance!


"He who cannot draw on three thousand years is living from hand to mouth." ~Goethe

Offline

#5 2011-08-25 21:08:04

cbdxs
#! Die Hard
From: Capital Wasteland
Registered: 2011-08-03
Posts: 1,898

Re: CrunchBang newbie anticipating download and install

Welcome to #! ch.wise! My fn keys work, but I have a Toshiba, so yours might vary. Did you try using them yet?


叫我差不多先生。

Offline

#6 2011-08-25 21:40:22

sunfizz98
Carbonated Orange Juice
From: su terminal
Registered: 2011-05-12
Posts: 1,876
Website

Re: CrunchBang newbie anticipating download and install

Yes, try searching the forum in the Help and support section.  Also try google too.  If that doesn't work, you can post a thread in that section as well.

Offline

#7 2011-08-25 21:41:10

ch.wise
Member
Registered: 2011-08-12
Posts: 17

Re: CrunchBang newbie anticipating download and install

Yes, but they only work on a few select keys (eg: enabling NUM Lock for part of the keyboard or disabling the mousepad). The ones I'm interested in using, namely the volume and screen contrast controls, don't seem to be working. Is there any way to configure them to work?


"He who cannot draw on three thousand years is living from hand to mouth." ~Goethe

Offline

#8 2011-08-25 21:54:26

ch.wise
Member
Registered: 2011-08-12
Posts: 17

Re: CrunchBang newbie anticipating download and install

Okay, I'll check it out. Thanks for the advice.


"He who cannot draw on three thousand years is living from hand to mouth." ~Goethe

Offline

#9 2011-08-27 03:10:29

stonethumb
Member
Registered: 2011-08-27
Posts: 17

Re: CrunchBang newbie anticipating download and install

I'm new to Linux recently as well, and took the same path going from Ubuntu (being rather slow) to CrunchBang (being wonderful and snappy).

I had the same volume key issue with my laptop - if you haven't gotten it worked out by now, the combination of fn+whatever (for me, it's the up and down arrows) ends up sending XF86AudioRaiseVolume or XF86AudioLowerVolume key signals. To accommodate for these, just add the following to Openbox's rc.xml in the <keyboard> block:

<!-- audio -->
    <keybind key="XF86AudioRaiseVolume">
      <action name="Execute">
        <command>amixer set Master 5%+</command>
      </action>
    </keybind>
    <keybind key="XF86AudioLowerVolume">
      <action name="Execute">
        <command>amixer set Master 5%-</command>
      </action>
    </keybind>
    <keybind key="XF86AudioMute">
      <action name="Execute">
        <command>amixer set Master toggle</command>
      </action>
    </keybind>

Offline

#10 2011-08-30 01:17:35

ch.wise
Member
Registered: 2011-08-12
Posts: 17

Re: CrunchBang newbie anticipating download and install

I discovered a thread in the HowTo wiki which addressed the problem this way as well, but thanks for posting! I've got it working now! You should also update the autostart.sh file so that you don't have to remap the keys each time you restart.


"He who cannot draw on three thousand years is living from hand to mouth." ~Goethe

Offline

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo