Re: [arch-general] VirtualBox ALT-key problems (especially with Adobe programs)

2016-07-09 Thread Bruno Widmann via arch-general
Try some other window manager, that way you can find out if it's gnome's wm
which is causing the problem. Personally i'm using fvwm, and everything in
my windows vboxes is working fine. Haven't tried photoshop though...

On Sat, Jul 9, 2016 at 2:11 PM, Klaus Doblmann M.A.  wrote:

> On 2016-07-09 13:18, Ralf Mardorf wrote:
> > On Sat, 9 Jul 2016 12:57:19 +0200, Klaus Doblmann M.A. wrote:
> >> I'm having troubles getting the ALT-key to work properly in VirtualBox
> >> as a modifier in applications like Photoshop for things like the clone
> >> tool, it isn't recognised as the ALT-key.
> >
> > Hi,
> >
> > perhaps the used version of photoshop does work better when using wine.
> > Wine is as easy to use as vbox, it doesn't require graphical desktop
> > sharing by VNC and doesn't require SAMBA to share files or something
> > similar, that is needed by other virtual machines.
> >
>
> Hi Ralf,
>
> Thanks for your reply. I'm very familiar with Wine, however I can't even
> get past installing the Creative Cloud application which works as a
> hub/installer for the main apps. Some people report success on running
> Photoshop on Wine with a lot of tinkering but some of these reports seem
> to use unlicensed versions... ;)
>
> The whole solution to my problem should be rather easy - SOMETHING
> messes with the Alt key on the linux side - it's just a matter of
> finding out what... ;)
>
> Klaus
>


Re: [arch-general] nvidia optimus with intel/nouveau and bumblebee + bbswitch

2014-05-02 Thread Bruno Widmann
On Sat, May 3, 2014 at 4:35 AM, Mihamina Rakotomandimby
 wrote:
> I setup nouveau to be early loaded

How? Kernel Module?

> When this option is checked (the system boots on the Nvidia card) "xrandr"
> only lists 1 provider: nouveau.

Not sure if i can help, on my sys "xrandr --listproviders" gives intel
after i login to X. The second screen shows up in xrandr after i do:
optirun true
/usr/bin/intel-virtual-output

I'm using the NVidia binary drivers though.


Re: [arch-general] nvidia optimus with intel/nouveau and bumblebee + bbswitch

2014-05-02 Thread Bruno Widmann
On Sat, May 3, 2014 at 4:35 AM, Mihamina Rakotomandimby
 wrote:
> I setup nouveau to be early loaded

How? Kernel Module?

> When this option is checked (the system boots on the Nvidia card) "xrandr"
> only lists 1 provider: nouveau.

Not sure if i can help, on my sys "xrandr --listproviders" gives intel
after i login to X. The second screen shows up in xrandr after i do:
optirun true
/usr/bin/intel-virtual-output

I'm using the NVidia binary drivers though.


Re: [arch-general] NVIDIA Corporation GF108GLM [NVS 5200M]

2014-04-04 Thread Bruno Widmann
Is this a dual graphics (Intel HD / nvidia) machine?

If yes, it can be quite tricky to get all 3 displays working. If you
are lucky then maybe everything works if you just select one of the
cards in the bios, but that is not the case if its anything like my
notebook where the digital output is physically connected to the
Nvidia card, while the analog VGA is connected to the intel.

The bumblebee article on the wiki might be what you will have to look
into. However, it is slightly out of date in the tripple-head section:
 * patching the xf86-video-intel package with the virtual-crtc is no
longer necessary, the needed functionality is now in the official
package.
 * Instead of the screenclone tool, you can use /usr/bin/intel-virtual-output



On Fri, Apr 4, 2014 at 11:26 AM, Mihamina Rakotomandimby
 wrote:
> Hi all,
>
> I have a Dell Latitude E6430 shipped with this Nvidia device:
>
> 01:00.0 VGA compatible controller: NVIDIA Corporation GF108GLM [NVS 5200M]
> (rev a1) (prog-if 00 [VGA controller])
> Subsystem: Dell Device 1534
> Flags: bus master, fast devsel, latency 0, IRQ 44
> Memory at f500 (32-bit, non-prefetchable) [size=16M]
> Memory at e000 (64-bit, prefetchable) [size=256M]
> Memory at f000 (64-bit, prefetchable) [size=32M]
> I/O ports at e000 [size=128]
> Expansion ROM at f600 [disabled] [size=512K]
> Capabilities: [60] Power Management version 3
> Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+
> Capabilities: [78] Express Endpoint, MSI 00
> Capabilities: [b4] Vendor Specific Information: Len=14 
> Capabilities: [100] Virtual Channel
> Capabilities: [128] Power Budgeting 
> Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1
> Len=024 
> Kernel driver in use: nouveau
>
> My Laptop has VGA and HDMI output, both are used inorder to get a triple
> display system: on board screen + one on VGA, one on HDMI.
>
> Do you have special recommandation on which driver to install and any tip
> relative to that hardware?
>
> Note: Currently using Fedora it works quite well, but I really want to give
> a try to ARch and want to get my screens as soon as possible :-)
>
> Thanks for your help.


Re: [arch-general] A bug about Bumblebee

2014-03-12 Thread Bruno Widmann
On Wed, Mar 12, 2014 at 9:26 AM, Liuyang  wrote:
>
> ██ optirun firefox
> [ 1353.034599] [ERROR]Cannot access secondary GPU - error: [XORG] (EE)
> NVIDIA(GPU-0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
>
> [ 1353.034658] [ERROR]Aborting because fallback start is disabled.
>

I searched for that error msg in the Bumblebee wiki article, and it
lead to this: https://bbs.archlinux.org/viewtopic.php?id=169742

Have a look at the suggested solution there, maybe it will help. good luck!


Re: [arch-general] Beginner's Guide: Disable dhcpd service before setting static ip

2013-04-09 Thread Bruno Widmann
On Tue, Apr 9, 2013 at 10:31 AM, Rodrigo Rivas
wrote:

>
> What you probably want is to stop *and* disable:
>
>
No, the Beginners-Guide section at issue here is about getting the Network
going when initialy booting into the Arch installation environment.

At that point, the user still outside the chroot. There is a separate
section further down below in the guide which deals with making network
config persistent while chrooted inside the newly installed system.

-- 
Bruno