Re: [Trisquel-users] Trisquel 7 feedback (with hardware details)

2015-09-18 Thread t8mf4nu6lizp
Thanks. I read somewhere that upstream nowadays upgrades the stack  
automatically, I wonder if Trisquel 7 actually does it too.


Re: [Trisquel-users] Trisquel 7 feedback (with hardware details)

2015-09-17 Thread onpon4
Compiz was experimented with in Trisquel 6, but it turned out to cause  
problems with accessibility, so Trisquel 7 returned to just using Metacity by  
default.


Re: [Trisquel-users] Trisquel 7 feedback (with hardware details)

2015-09-17 Thread strypey
Sure, but if old/ slow harware is a problem, surely that's what Trisquel Mini  
is for?


My laptop is a least 5 years old "netbook", and runs Compiz in Trisquel 6  
with no noticeable issues. I tried switching to Metacity. I didn't notice it  
make anything work faster, it just made it harder to use. For example in  
Compiz I can hold CTRL and ALT and tap the right arrow and the down arrow, to  
get directly from desktop 1 top desktop 4. To do the same in Metacity I have  
to tap the right arrow three times and wait for the window manager to draw  
and redraw the two desktops in between. First world problems I know :) But  
annoying all the same.


Re: [Trisquel-users] Trisquel 7 feedback (with hardware details)

2015-09-17 Thread strypey
Fair enough, but Toutatis included both, with Compiz as default. Why not do  
the same in Belenos, but with Metacity as default? Does even having it on the  
system as an opt-in disrupt accessibility too? If so, again fair enough. If  
not, I'm putting in a +1 for bundling both in future Trisquel releases.


Speaking of accessibility, I understand and agree with the decision to have  
Orca turned on by default in the graphical installer. Would it be possible to  
have instructions for how to turn it off right at the start of the install? A  
button that toggles it off would be ideal, but a simple text instruction for  
the shortcut keys to turn it off would be enough. Again, first world  
problems, but...


Re: [Trisquel-users] Trisquel 7 feedback (with hardware details)

2015-09-17 Thread strypey
I do have some weird display issues from time to time, and I have wondered if  
there is a better libre driver for my screens (built-in screen on Acer Aspire  
One KAV60, and using the VGA port, an external Dell Flat Panel Monitor  
1707FPt). How do I remove a driver module from the blacklist? 


Re: [Trisquel-users] Trisquel 7 feedback (with hardware details)

2015-09-17 Thread t8mf4nu6lizp
You could try a newer kernel + x stack. Currently the newest I believe issudo  
apt-get install --install-recommends  
{linux-generic,xserver-xorg,libgl1-mesa-glx,libegl1-mesa-drivers}-lts-utopic


To blacklist a module, one puts a file to /etc/modprobe.d/ that contains  
"blacklist module". You might want toman modprobeman modprobe.conf


Re: [Trisquel-users] Trisquel 7 feedback (with hardware details)

2015-09-13 Thread moxalt
Not to mention far heavier on the hardware.


Re: [Trisquel-users] Trisquel 7 feedback (with hardware details)

2015-09-13 Thread onpon4
Compiz was installed by default on Trisquel 6. All the script did was tweak  
some configuration scripts so that Compiz would actually run instead of  
Metacity, or vice-versa.


Re: [Trisquel-users] Trisquel 7 feedback (with hardware details)

2015-09-12 Thread strypey
Thanks for the help, but I'm ashamed to admit the problem was partly user  
error. Be default, Trisquel 7 supports a two-finger scroll style I'm not used  
to. The command you gave me changed that back to the 'one-finger on the  
right-hand edge of the scroll bar' scroll style I was used to on 6. Now that  
I'm remember to use the two-finger scroll, I'm fine :)


Re: [Trisquel-users] Trisquel 7 feedback (with hardware details)

2015-09-12 Thread strypey
In that case I think the question is "why is Metacity the default, rather  
than Compiz?" Compiz is much more helpful to use IMHO.


Re: [Trisquel-users] Trisquel 7 feedback (with hardware details)

2015-09-12 Thread strypey

Yes, this is what Onpon told me, as quoted in the comment you're replying to.

What I need to know to get Compiz working again in Trisquel 7 is:
* what is this special Trisquel/Compiz script called, and where do I install  
it from or copy it from (online? copy from my 6 install?)

* do I install Compiz from the repos first, then the script?
OR, install the script first, then Compiz?
OR, is installing Compiz one of jobs done automatically when I runing the  
script?


Re: [Trisquel-users] Trisquel 7 feedback (with hardware details)

2015-07-27 Thread nicolasmaia
A quick search for Acer Inspire One on h-node brings up no results, so any  
hardware feedback you have would be greatly appreciated :)


Re: [Trisquel-users] Trisquel 7 feedback (with hardware details)

2015-07-27 Thread t8mf4nu6lizp
 A question about kernels, what are linux-generic-headers packages, and why  
are they sometimes held back when I run sudo apt-get upgrade?


Apparently they're used to build third-party modules for your kernel.

Sometimes you need to dist-upgrade instead. From the manual page of  
apt-get(8):


upgrade upgrade is used to install the newest versions of all packages  
currently installed on the system from the sources enumerated in  
/etc/apt/sources.list. Packages currently installed with new versions  
available are retrieved and upgraded; under no circumstances are currently  
installed packages removed, or packages not already installed retrieved and  
installed. New versions of currently installed packages that cannot be  
upgraded without
changing the install status of another package will be left at their current  
version. An update must be performed first so that apt-get knows that new  
versions of packages are available.



dist-upgrade in addition to performing the function of upgrade, also  
intelligently handles changing dependencies with new versions of packages;  
apt-get has a smart conflict resolution system, and it will attempt to  
upgrade the most important packages at the expense of less important ones if  
necessary. So, dist-upgrade command may remove some packages. The  
/etc/apt/sources.list file contains a list of locations from which to  
retrieve desired package files. See also apt_preferences(5) for a mechanism  
for overriding the general settings for individual packages.


Re: [Trisquel-users] Trisquel 7 feedback (with hardware details)

2015-07-27 Thread t8mf4nu6lizp
It just means the module won't be automatically loaded. (Unless required by  
some other module.) There should be no freedom implications since all the  
modules in Trisquel are free.


Re: [Trisquel-users] Trisquel 7 feedback (with hardware details)

2015-07-27 Thread strypey
What does it mean for a driver module to be blacklisted? What are the  
implications (eg for software freedom) of removing a driver module from the  
blacklist?


Re: [Trisquel-users] Trisquel 7 feedback (with hardware details)

2015-07-27 Thread strypey
Thanks again lembas, I'll have a go at upgrading my kernel. A question about  
kernels, what are linux-generic-headers packages, and why are they sometimes  
held back when I run sudo apt-get upgrade?


Magic Banana, thanks for the clarification about Compiz. Why has it not been  
included in Trisquel 7? Stability problems? Nonfree dependencies? Other?


I'm just testing Trisquel 7 with my external flat-screen display (Dell),  
which plugged into my Acer (see above) via VGA. Still using Metacity. The  
performance is actually just the same as on 6.


Using the Display applet in System Settings, the Dell has 4 resolution  
options available, the built-in screen has 2. If I set the built-in screen to  
the lesser of the two options (800x600 4:3), and the Dell to the second  
highest option (1152x864 4:3), everything seems to work ok. I can only use  
the best option on the Dell (1280x1024 5:4) if I turn off the built-in screen  
completely. I can use the best option on the built-in screen (1024x600 16:9),  
which is better for the shape of the screen, but I have to change the Dell  
down to 1024x768 4:3.


If I try to put both screens on the better option, or change the built-in  
screen up without changing the Dell down the desktops are visible, but  
display response slows to a crawl. I'm assuming that's because either my CPU  
or graphics chips are not up to the job, but I'd love to discover I'm wrong  
about that :)


Re: [Trisquel-users] Trisquel 7 feedback (with hardware details)

2015-07-26 Thread strypey
The reason I'm posting this feedback here is that I'm assuming these are  
teething problems with Trisquel 7, not general GNU+Linux hardware support  
issues, because they are things that currently work with this hardware in  
Trisquel 6. I'm happy to repost to h-node if that would be useful, but could  
either of you explain why it would be useful?


Re: [Trisquel-users] Trisquel 7 feedback (with hardware details)

2015-07-26 Thread strypey
I have to re-run the command every time I login though. Is there any way to  
make the change permanent?


I'm happy to try a newer kernel with 7, but the kernel it comes with by  
default is surely newer than the one in 6, so why does the newer one not have  
a capacity that the older one has? Sorry to be a pain, but I have a sneaking  
feeling there is GNU+Linux user wisdom involved here that I haven't grasped  
yet.


Re: [Trisquel-users] Trisquel 7 feedback (with hardware details)

2015-07-26 Thread t8mf4nu6lizp
You can put the command to /etc/rc.local. You need to be a super user to edit  
that file.


Sometimes things go backwards instead of forwards. Trying a newer kernel is  
just something that's easy to try. :-/


Re: [Trisquel-users] Trisquel 7 feedback (with hardware details)

2015-07-19 Thread gromobir
The best place for feedback concerning hardware is probably www.h-node.org.  
Welcome to freedom.


Re: [Trisquel-users] Trisquel 7 feedback (with hardware details)

2015-07-19 Thread strypey

In a thread of GRUB issues, we drifted into some general feedback on 7:
https://trisquel.info/en/forum/grub-issues#comment-73834

onpon4 wrote about the lack of easy access to Compiz in 7:
The tool you're talking about was from the Trisquel devs, and it was dropped  
in Trisquel 7. You now need to enable Compiz by yourself. The script is  
pretty simple, though, so you could copy it from Trisquel 6 to Trisquel 7, or  
8 (whatever you upgrade to next), or just read it to understand how to enable  
Compiz manually.


Ok. So does the script you speak of download Compiz from the repositories  
before it does anything else? Or is it that Compiz is still in the default  
install, but there's no longer a GUI way to turn it on?


Re: [Trisquel-users] Trisquel 7 feedback (with hardware details)

2015-07-19 Thread t8mf4nu6lizp

What kind of hardware is that? I.e. your output oflspci

Does this make your touchpad scroll work?synclient VertEdgeScroll=1


Re: [Trisquel-users] Trisquel 7 feedback (with hardware details)

2015-07-19 Thread matt . ivie
I have some hardware that had resolution issues when I moved from Trisquel 6  
to Trisquel 7. If I remember right it was an ATI graphics card and in  
Trisquel 7 the driver module was blacklisted. I removed it from the blacklist  
and it worked much better.


Re: [Trisquel-users] Trisquel 7 feedback (with hardware details)

2015-07-19 Thread strypey

What kind of hardware is that? I.e. your output of lspci


strypey@BISHOP:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GSE Express Memory  
Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GSE Express  
Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME,  
943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition  
Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1  
(rev 02)
00:1c.1 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 2  
(rev 02)
00:1c.2 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 3  
(rev 02)
00:1c.3 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 4  
(rev 02)
00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI  
Controller #1 (rev 02)
00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI  
Controller #2 (rev 02)
00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI  
Controller #3 (rev 02)
00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI  
Controller #4 (rev 02)
00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI  
Controller (rev 02)

00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge  
(rev 02)
00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7-M Family) SATA  
Controller [AHCI mode] (rev 02)

00:1f.3 SMBus: Intel Corporation NM10/ICH7 Family SMBus Controller (rev 02)
01:00.0 Network controller: Qualcomm Atheros AR9285 Wireless Network Adapter  
(PCI-Express) (rev 01)

03:00.0 Ethernet controller: Qualcomm Atheros AR8132 Fast Ethernet (rev c0)



Re: [Trisquel-users] Trisquel 7 feedback (with hardware details)

2015-07-19 Thread nicolasmaia

Agreed. Please post this to h-node.


Re: [Trisquel-users] Trisquel 7 feedback (with hardware details)

2015-07-19 Thread t8mf4nu6lizp

Glad to hear you're scrolling again!

To fix the resolution issue it might be worth trying a newer kernel from e.g.  
https://jxself.org/linux-libre/


Re: [Trisquel-users] Trisquel 7 feedback (with hardware details)

2015-07-19 Thread cooloutac
I would like to know about this script too.  I have installed it and made a  
.desktop file to autostart it in trisquel 7,  but I have run into a problem i  
had to work around.


namely this bug.   
https://bugs.launchpad.net/ubuntu/+source/compiz-fusion-plugins-extra/+bug/819302