SEARCH

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

You are not logged in.

#401 2012-06-26 10:15:14

wuxmedia
wookiee madclaw
From: Normal for Normandy
Registered: 2012-03-09
Posts: 831
Website

Re: Tint2 Help

probably your boot codes;

someone wrote:

ACPI (Advanced Configuration and Power Interface) is a standard for handling power management. Older systems may not support ACPI full, so sometimes it helps to give the kernel a hint to not use it. "acpi=off"

APIC (Advanced Programmable Interrupt Controller) is a kind of feature found on newer systems. The "local" version is called "LAPIC". What this controller can do is be set up to generate and handle interrupts, a signal the hardware uses to pass messages. Again, some implementations of APIC can have problems on older system, and so it is useful to disable it. "noapic" and "nolapic".

ie the battery can't talk to the kernel.

does your conky give battery details?

and this seem to indicate it.... maybe try aptgetting acpi (it's tiny) and see if you get something?

Good luck

Last edited by wuxmedia (2012-06-26 10:18:15)

Online

Help fund CrunchBang, donate to the project!

#402 2012-06-26 10:22:44

mariannemarlow
#! Die Hard
From: My flat, London, England
Registered: 2012-06-03
Posts: 2,195
Website

Re: Tint2 Help

No battery details in Conky either.

If I apt get acpi wont it screw up my system again so I can't log in and get a blank screen ?

Is there a another way to view my battery levels?


Between two evils, I always pick the one I never tried before ~ Mae West

Offline

#403 2012-06-26 10:46:52

wuxmedia
wookiee madclaw
From: Normal for Normandy
Registered: 2012-03-09
Posts: 831
Website

Re: Tint2 Help

shouldn't do, it just asks the system, "whats the temp/charge stats?"
worse case -should only- be that it won't output anything. "dunno, acpi is disabled, it's blanking me"

bit of a long shot there.

as for your levels;
if the battery can't talk to the kernel, then it won't be able to display any info about the battery. sad
i would try disabling acpi and seeing what happens to my lappy, last time i tried the resolution went horrible and i rebooted real quick (as it didn't solve a different prob i was having)

has it a hardware indicator? like the G3 Macs used to have?

Good Luck

Online

#404 2012-06-26 11:13:08

fortyseven
#! Junkie
From: Sector 7G
Registered: 2011-12-23
Posts: 494

Re: Tint2 Help

Yeah, although I'm not 100% sure, I'm starting to lean towards acpi being the issue here.

What's the result of:

acpi -V

on the outside looking in

Offline

#405 2012-06-26 11:17:43

mariannemarlow
#! Die Hard
From: My flat, London, England
Registered: 2012-06-03
Posts: 2,195
Website

Re: Tint2 Help

nicht gut

No support for device type: power_supply
No support for device type: power_supply
No support for device type: thermal
No support for device type: thermal

Between two evils, I always pick the one I never tried before ~ Mae West

Offline

#406 2012-06-26 11:45:10

fortyseven
#! Junkie
From: Sector 7G
Registered: 2011-12-23
Posts: 494

Re: Tint2 Help

As far as my knowledge goes, it seems you're outta luck with this one. Perhaps someone else knows a workaround for this but I think it's safe to say that you won't be seeing that little battery icon in tint2 anytime soon.


dawson-crying.jpg?w=300&h=225


on the outside looking in

Offline

#407 2012-06-26 11:50:00

mariannemarlow
#! Die Hard
From: My flat, London, England
Registered: 2012-06-03
Posts: 2,195
Website

Re: Tint2 Help

Boohoo.

Thank you for trying to help. Who is that wuss?


Between two evils, I always pick the one I never tried before ~ Mae West

Offline

#408 2012-06-26 19:32:12

EnochRoot
#! Junkie
From: London, UK
Registered: 2011-10-15
Posts: 253
Website

Re: Tint2 Help

^ You have such a lovely turn of phrase !

Offline

#409 2012-06-26 20:59:23

Trebor
Member
Registered: 2012-06-26
Posts: 11

Re: Tint2 Help

Hello, is it possible to add a "show desktop" type of launcher in tint2?

Offline

#410 2012-06-26 21:06:08

pidsley
#! Die Hard
Registered: 2012-05-23
Posts: 1,348

Re: Tint2 Help

Trebor wrote:

Hello, is it possible to add a "show desktop" type of launcher in tint2?

Does this help: http://crunchbanglinux.org/forums/topic … -in-tint2/

I found it by searching on "tint2 show desktop" in the search box at the upper right corner of your screen.

Offline

#411 2012-06-26 21:15:22

Trebor
Member
Registered: 2012-06-26
Posts: 11

Re: Tint2 Help

Yes it did! Thanks, didn't actually noticed the search box. Thanks!

Offline

#412 2012-06-26 21:18:53

pidsley
#! Die Hard
Registered: 2012-05-23
Posts: 1,348

Re: Tint2 Help

You're welcome -- there's actually quite a lot of stuff that's already been covered here, and the search box seems to work better than on many other forums.

Offline

#413 2012-06-28 02:40:14

elvaqueroloco
#! CrunchBanger
From: #! Rodeo bucking chute
Registered: 2012-03-25
Posts: 121

Re: Tint2 Help

Is there a way to move open programs between desktops via middle-click without an active tint2 panel present?

If I have my browser in one desktop, and I have a terminal in desktop 2, for example, I know I can click, hold, and drag one item to another desktop in tint2.  However, this does not seem possible via the middle-click method.


To say that any people are not fit for freedom, is to make poverty their choice, and to say they had rather be loaded with taxes than not. - Thomas Paine

Offline

#414 2012-06-28 02:46:27

pidsley
#! Die Hard
Registered: 2012-05-23
Posts: 1,348

Re: Tint2 Help

Not a fix with middle-click, but there are bound keys for this in rc.xml (no tint2 required):

<keybind key="S-A-Left">
  <action name="SendToDesktopLeft">
    <dialog>no</dialog>
    <wrap>no</wrap>
  </action>
</keybind>
<keybind key="S-A-Right">
  <action name="SendToDesktopRight">
    <dialog>no</dialog>
    <wrap>no</wrap>
  </action>
</keybind>

Last edited by pidsley (2012-06-28 02:47:01)

Offline

#415 2012-08-28 08:11:21

standard
New Member
Registered: 2011-07-17
Posts: 5

Re: Tint2 Help

Is it possible to configure the Tint2 panel so it stays on the bottom layer but come to the top (above windows" when the cursor is moved to the edge of the screen? Similiar to auto-hiding but without hiding the panel.

Offline

#416 2012-08-31 01:05:18

Haamu
New Member
Registered: 2012-08-31
Posts: 1

Re: Tint2 Help

So, this is a bit of a question or request. I'm looking to customize tint2 to display all of the desktops on the far left, and only to show the windows on those desktops once I open that desktop. Awesome does this, but I dislike tiling windows managers, so I prefer Openbox. If I explained it poorly, please tell me so I can include a screenshot and an edited image of what I'm asking for.

Offline

#417 2012-08-31 01:40:00

PackRat
#! Die Hard
From: USA
Registered: 2011-03-03
Posts: 733

Re: Tint2 Help

Might find what you're looking for here:

http://crunchbanglinux.org/forums/topic … int2-help/


"It does not require many words to speak the truth." - Chief Joseph, Nez Perce tribe

Offline

#418 2012-09-25 17:12:01

Ezprezo
Member
Registered: 2011-09-10
Posts: 33

Re: Tint2 Help

Hey fellas. I have dual monitors, and the date and time shows up on both screens. Is there a way to make it so it only shows up on the screen with the system tray (which is currently the screen on the left)?

I have already tried multi-monitor mode, which just does something funky with my taskbar items and nothing else.

Here is my current layout in case you're curious:
http://pastebin.com/DKigdY8Y

Offline

#419 2012-10-02 21:48:01

bozhkov
#! Junkie
Registered: 2009-12-29
Posts: 463

Re: Tint2 Help

I've read somewhere around the forum for a script that combines launchers and tasks, along with click to start/minimize/maximise, but I can't find it. Does anyone have an idea of what I'm talking about - I wanted to test if I can have a unity launcher-like panel, as I actually quite like the idea. smile

Offline

#420 2012-10-02 22:29:10

VastOne
#! Ranger
From: #! Fringe Division
Registered: 2011-04-26
Posts: 9,703
Website

Re: Tint2 Help

^ The How To is in my sig line.


VSIDO
If you build it, they will come...
Words That Build Or Destroy

Offline

#421 2012-10-31 23:52:57

dgz
#! CrunchBanger
Registered: 2011-11-22
Posts: 140

Re: Tint2 Help

how do i violently murder the systray until i can find/create a decent set of tiny icons? i've tried commenting its section and doing 'systray = 0', but they're red herrings apparently.

scrot for empathy:
201210312351021024x768s.jpg

Mod Edit - Image Resize - VastOne


ooh baby i like it raw

Offline

#422 2012-10-31 23:58:24

VastOne
#! Ranger
From: #! Fringe Division
Registered: 2011-04-26
Posts: 9,703
Website

Re: Tint2 Help

^ Try removing the S from

panel_items = LTS

Can you also post smaller thumbnails of your images? There are ppl with slow or limited Internet connections that huge images cause a nightmare.


VSIDO
If you build it, they will come...
Words That Build Or Destroy

Offline

#423 2012-11-01 00:01:48

dura
Bloated Gimp
From: interzone
Registered: 2012-09-15
Posts: 2,066

Re: Tint2 Help

^^ what window manager dgz?

Offline

#424 2012-11-01 01:35:44

dgz
#! CrunchBanger
Registered: 2011-11-22
Posts: 140

Re: Tint2 Help

@vastone\ my apologies, seems imageshack is no good for thumbs.
@dura\ hehe, ob+tint2. theme is dynedark.


ooh baby i like it raw

Offline

Be excellent to each other!

#425 2012-11-01 01:42:51

rizzo
#! wanderer
From: ~/
Registered: 2008-11-25
Posts: 5,100

Re: Tint2 Help

dgz wrote:

@vastone\ my apologies, seems imageshack is no good for thumbs.

I find postimage.org does a nice job and the ads are less intrusive.

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