Re: [Trisquel-users] graphics issue -- Intel 82845G/GL[Brookdale-G]/GE

2012-08-09 Thread TralfamadorianOrator
On Dagda, up until just a moment ago, I was having issues with choppy video  
playback.


Using the following /etc/xorg.conf file fixed it. I can now play my HD Ogg  
Theora copy of Louis CK's comedy special again!



Section "Device"
Identifier  "Configured Video Device"
Driver  "intel"
BusID   "PCI:0:2:0"
Option  "AccelMethod" "uxa"
Option  "DRI" "true"
Option  "Tiling" "true"
Option  "MigrationHeuristic" "greedy"
EndSection

Section "Monitor"
Identifier  "Configured Monitor"
EndSection

Section "Screen"
Identifier  "Default Screen"
Monitor "Configured Monitor"
Device  "Configured Video Device"
EndSection



Re: [Trisquel-users] gedit and PGP encryption alternative for Brigantia

2012-08-09 Thread Ivaylo Valkov
В 22:29 +0200 на 09.08.2012 (чт), sig...@tormail.org написа:
> Hello. In the past, I encrypted and signed plain text in gedit thanks to the  
> Seahorse plugins. Is there an alternative for Trisquel 5.5?

As far as I remember Nautilus used to have encrypt functionality in the
right-click context menu. Anybody knows what happened to that or did I
imagined it? That would have been an option. 

The other is manually encrypting from terminal:

$ gpp -e -r recipient-key@some-address file  

Supports multiple -r options for multiple recipients. This produces
file.gpg. Probably the forum software will hide the recipient part,
because it looks like an e-mail address. It is
recipient-key_at_some-address. Replace the _at_ with the at symbol - @. 

Decrypting is easy as well:

$ gpg -d file.gpg > decrypted_file


As akirashinigami said, if you use Emacs it can do encryption for you.
If you have the EasyPG Assistant package and put the following line in
the header of the file, Emacs will automatically encrypt files when they
are saved:

;-*- epa-file-ecrypt-to: ("recipient-key-id") -*-


signature.asc
Description: This is a digitally signed message part


Re: [Trisquel-users] gedit and PGP encryption alternative for Brigantia

2012-08-09 Thread em9002
If you use emacs, you can do all of that transparently by saving files with a  
.gpg extension.


[Trisquel-users] gedit and PGP encryption alternative for Brigantia

2012-08-09 Thread siglar
Hello. In the past, I encrypted and signed plain text in gedit thanks to the  
Seahorse plugins. Is there an alternative for Trisquel 5.5?