Re: [arch-general] Free photo scan software with batch process?

2012-07-09 Thread Vitor Garcia

Em 09-07-2012 02:53, Arvid Warnecke escreveu:

I am looking for a software for my Epson V700 Photo scanner which is
able to scan in batch mode.

You should install sane:
https://wiki.archlinux.org/index.php/Sane

Then you can use the command line. Read the manual:
$ man scanimage

Cheers,
Vitor



[arch-general] LibreOffice crashing on Dual Screen

2012-04-20 Thread Vitor Garcia
Good afternoon,

Libreoffice started crashing when I try to start it on the display :0.1,
since the last update. I have dual screen Nvidia layout (using
proprietary driver, separate X screens and disabled Xinerama). Starting
libreoffice on display :0.0 works just fine.


---
vgarcia@cae_nb01 Desktop]$ libreoffice

(soffice:31950): Gdk-CRITICAL **: IA__gdk_screen_get_monitor_geometry:
assertion `monitor_num < screen_x11->n_monitors' failed

(soffice:31950): Gdk-CRITICAL **: IA__gdk_screen_get_monitor_geometry:
assertion `monitor_num < screen_x11->n_monitors' failed
The program 'soffice' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 923 error_code 8 request_code 62 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
---

Is anyone having the same issue?

I have checked on LibreOffice bugzilla, and there isn't anything like
that. Should I place a bug there, or could it be something that might
only happen on Arch?

By the way, does anyone know how to switch displays? I'd like my big
screen to be the :0.0, and not the smaller screen on the laptop.

Best regards,
Vitor


Re: [arch-general] Can you test machine to set --jobs[=N] from w/i PKGBUILD?

2012-04-01 Thread Vitor Garcia
On Sun, 01 Apr 2012 13:37:27 +0200
Florian Pritz  wrote:

> Simple tests (building readline because it's small) with -j4 and -j8
> on my i7-920 show that -j8 is around 20% faster than -j4. IIRC
> wikipedia states that HT core can increase performance by up to 30%.

This is nice to know. I work with mechanichal engineering simulations
and we have noted that using more threads then avaiable processors (we
have a  2 x 6 cores processors that has HT, so it looks like a 24 cores
server) increases the calculation time on the softwares we have. I
assumed that the same would apply to any intensive task, and we have
even disabled HT on the BIOS. Perhaps I'll enable it again.


Re: [arch-general] Can you test machine to set --jobs[=N] from w/i PKGBUILD?

2012-04-01 Thread Vitor Garcia
On Sun, 1 Apr 2012 04:45:08 -0400
Auguste Pop  wrote:

> anyway, i think the following command can easily get the information
> you need: grep -c processor /proc/cpuinfo


This command will make a few 2 Cores processor with some kind of
virtual processing technology (like hyper-threading) to be counted as a
4 cores processor.

You may use:
#cat /proc/cpuinfo | grep "physical id" | sort | uniq | wc -l

To get the number of CPU "slots" you have on the machine.

And then:
#cat /proc/cpuinfo | grep "cpu cores" | uniq

To get the number of cores per "slot".

Then you just have to multiply both numbers and you know how many "real
cpus" you have on the system. Otherwise you may be counting virtual
processors, which shouldn't be used for heavy stuff such as compiling.


Regards,
Vitor


Re: [arch-general] Using + F1 on XFCE

2012-02-28 Thread Vitor Garcia
On Tue, 28 Feb 2012 15:52:37 +0100
Cédric Girard  wrote:

> What keymap are you using?


Thanks for the clue. The keymap was the problem. I had a custom
keyboard layout that had a few bugs. Using the default keymap solves the
problem.


Thanks for the help!


Re: [arch-general] Using + F1 on XFCE

2012-02-28 Thread Vitor Garcia
On Tue, 28 Feb 2012 14:12:58 +
Mauro Santos  wrote:

>  + F1 does nothing here, are you sure you didn't configure xfce
> or something else to use  + F1 to change to a virtual console?


I have other 2 laptops and 3 workstations at the office, all of them
with Arch Linux x86_64 + xfce4, and all of them behave the same way. If
I hit  + F1 it goes to the virtual console.

I have installed them all from scratch (following to beginners guide),
and I'm sure I haven't configured anything to do that.

Could it have anything related to the NVIDIA proprietary driver?


Regards,
Vitor


[arch-general] Using + F1 on XFCE

2012-02-28 Thread Vitor Garcia
Good morning.

I have an Arch Linux x86_64 installation on my laptop, and I use a
couple of programs that requires me to use  + F1 to start a few
functions, but every time I do that I'm dropped to the Virtual Console,
and then I have to use  +  + F7 to get back to XFCE.

It is not possible to change the shortcuts of the softwares I use, so I
need to disable this feature in XFCE, but so far I haven't found
anything on Google/Arch Wiki.

Any ideas of how to do that?

My system is:
Arch x86_64
XFCE4 (started with startx, I don't use a login manager)



Cheers,
Vitor 


Re: [arch-general] Unable to use tape drive

2011-08-24 Thread Vitor Garcia
On Wed, 24 Aug 2011 16:51:16 +0200
Jan de Groot  wrote:

> Please paste your dmesg output somewhere. The SCSI controller that
> connects the drive is probably not even recognized.

dmesg | grep -i tape

shows nothing

dmesg | grep -i scsi

shows nothing too.

As the device is conected to a sata port, I have tried: 

dmesg | grep -i sata

ata1: SATA link down (SStatus 1 SControl 310)
ata1: limiting SATA link speed to 1.5 Gbps
(The 2 above lines repeats hundreds of times)


But I'm not sure it has any connection to the tape drive.


Any ideas?



Thanks for the help!


Re: [arch-general] Unable to use tape drive

2011-08-24 Thread Vitor Garcia
On Wed, 24 Aug 2011 15:53:47 +0200
Tom Gundersen  wrote:

Thanks very much for the tips, but I haven't found my device on /sys


> To get a better idea of what is happening, check `dmesg` for any
> messages regarding your tape-drive. You could also do `rmmod st &&
> modprobe -v st` and check the output to the console and dmesg for any
> errors.

modprobe -v st shows:
insmod /lib/modules/2.6.33-ARCH/kernel/drivers/scsi/st.ko

> Finally, I'd find the path to your device in /sys and look in the
> modalias file. This needs to match one of the modalias expressions you
> see in `modinfo st`. A simple way to check this is to `modprobe -R
> `. It should tell you the name of the modules it
> matches with.

/sys/class/scsi_tape is empty.



[arch-general] Unable to use tape drive

2011-08-24 Thread Vitor Garcia
Good morning.

I have been trying to my Dell LTO-120 SCSI Tape Drive on Arch without
success.

I have tried to run $ modprobe st, but still, I have no /dev/st0 and
neither /dev/nst0. dmesg | grep -i tape shows nothing too.

Is there anything I'm missing here? Dell's user manual says that the
drive should work out of the box on linux.


Best regards,
Vitor


Re: [arch-general] Xorg 1.9 - This traing is going to hell.

2010-09-30 Thread Vitor Garcia
On Thu, 30 Sep 2010 19:51:23 +0400
Fess  wrote:

> 1)Synaptics.
> 
> Errors that no synaptics devices found.
> Google says nothing, except the same errors and "wtf is going on".
I had the same in here. You just have to update xf86-input-synaptics to
the version that is in testing repository (1.3.0-1). 


> 2)Bug or feature?
> 
> Using caps_toggle: X now won't switch on\off your cute led, while you
> changing language.
Caps Lock works fine and it's indicator led is switching on\off as
expected.

Cheers,
Vitor


[arch-general] How to set UXA as AccelMethod in xorg 1.6?

2009-04-27 Thread Vitor Garcia
Hello,

I'm trying to set AccelMethod as UXA in xorg.conf by using:

Section "Device"
Identifier  "Card0"
Option "AccelMethod" "UXA"
Driver  "intel"
EndSection

(I have intel legacy driver installed, by the way.)

But EXA continues to be used:

(II) Module vgahw: vendor="X.Org Foundation"
compiled for 1.6.1, module version = 0.1.0
ABI class: X.Org Video Driver, version 5.0
(**) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(**) intel(0): Option "AccelMethod" "UXA"
(II) intel(0): Integrated Graphics Chipset: Intel(R) 965G
(--) intel(0): Chipset: "965G"
(--) intel(0): Linear framebuffer at 0xC000
(--) intel(0): IO registers at addr 0xDFE0
(II) intel(0): 2 display pipes available.
*
(==) intel(0): Using EXA for acceleration
*********


Does anyone know what I may have made wrong?


Thanks for the help,

-- 
Vitor Garcia


Re: [arch-general] Problems with Acer Aspire One and Arch installer

2009-03-04 Thread Vitor Garcia
Hello

I've had the same issue some time ago, then I've checked the md5sum of
a image of the stick and it failed.
If you try to copy the image again to the stick it may work.
Anyway, if it persists failing, there is an "How to" in Arch wiki about
Acer Aspire One (http://wiki.archlinux.org/index.php/Acer_Aspire_One),
but I haven't seen anything related to any fails on grub.

Regards,
Vitor



On Wed, 4 Mar 2009 14:33:14 +0200
Henri Häkkinen  wrote:

> Hello
> 
> I'm having some troubles with installing Arch on my Acer Aspire One
> (this is the version with Linpus Linux). I have downloaded the
> installer FTP-USB image from the web site and copied the image to my
> 256 MB USB stick as usual with dd. However, when I try to boot my AA1
> machine from it, it halts to the place where it gives "GRUB loading,
> please wait..." and nothing shows up. Any ideas?
> 
> Thanks.
> 



[arch-general] SSH Keys

2008-06-12 Thread Vitor Garcia
Hello, All.

I'm trying to configure my ssh keys on a remote machine but something
is going wrong. I've made exactly as it was explained on the Arch wiki
(http://wiki.archlinux.org/index.php/Using_SSH_Keys), but the remote
machine keeps requesting me the password when I log in (I've used no
passphrase so it is not supposed that I'd be prompted for the password
everytime).

Does anyone have an idea of what I may have made wrong?


Cheers,

-- 
Vitor Garcia