SEARCH

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

You are not logged in.

#101 2012-08-17 03:33:10

ivanovnegro
Ivan #000000
Registered: 2011-06-02
Posts: 5,264

Re: Statler^Wheezy / Statler^Sid - known issues *with solutions*

^ +1. If you have no issues, leave as is.

Offline

Help fund CrunchBang, donate to the project!

#102 2012-08-17 18:25:09

Narvey
Member
Registered: 2011-09-26
Posts: 25

Re: Statler^Wheezy / Statler^Sid - known issues *with solutions*

Waldorf issue: annoying
The battery meter doesn't show up in the system tray, even though it is in autostart.

Solution:
Add the following line after the lines about starting the volumeicon:

## Enable power management AFTER volume
(sleep 30s && xfce4-power-manager) & 

And remove the original xfce4-power-manager entry

Last edited by Narvey (2012-08-17 18:31:52)

Offline

#103 2012-10-31 13:14:17

capoassurdo
Member
Registered: 2012-05-02
Posts: 10

Re: Statler^Wheezy / Statler^Sid - known issues *with solutions*

Waldorf: Catalyst 12.6 and Xorg 1.13 aren't friends

Solution:

1. Add these repos to downgrade Xorg

deb http://snapshot.debian.org/archive/debian/20120515T220710Z/ wheezy main
deb-src http://snapshot.debian.org/archive/debian/20120515T220710Z/ wheezy main

2. Create the file /etc/apt/preferences.d/60xorg_rollback.pref

Package: xserver-xorg*
Pin: origin "snapshot.debian.org"
Pin-Priority: 1001

3. In order to prevent apt check the date in the repos (this mechanism prevents accidental installation of older software), we create a file called /etc/apt/apt.conf.d/60ignore_repo_date_check

Acquire
{
Check-Valid-Until "false";
}

4- We make the changes and downgrade xserver-xorg package

as root:

# apt-get update
# apt-get dist-upgrade

5. Install AMD Catalyst 12.6

fonte: http://lists.debian.org/debian-user/201 … 00647.html

Last edited by capoassurdo (2012-10-31 13:16:10)

Offline

#104 2012-12-07 18:32:06

Blackout
Member
Registered: 2010-12-16
Posts: 21

Re: Statler^Wheezy / Statler^Sid - known issues *with solutions*

On sony vaio notebooks
taping the touchpad doesn't work

solution in the autostart replace the egrep command with the following:



if egrep -iq 'Sony Vaio Jogdial' /proc/bus/input/devices; then
    synclient VertEdgeScroll=1 &
    synclient TapButton1=1 &
fi

Offline

#105 2012-12-07 21:38:19

pvsage
Internal Affairs
From: North Carolina
Registered: 2009-10-18
Posts: 9,012

Re: Statler^Wheezy / Statler^Sid - known issues *with solutions*

@Blackout:  Is this after a migration from Statler to Wheezy/Waldorf or Sid, or is this on a clean Waldorf install?  If the latter, I can fork this to the Development area.


while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.

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