Giving Linux another try


Recommended Posts

Running mint 17.1 w/ KACE in VMWare

I would like to be able to use the forward and backward side buttons on my Logitech Performance MX

Is there a way to do this ?

No help from Logitech apparently:
post-508501-0-04523500-1420692549.jpg

I did the Software Manager thing and didnt see anything that would help.

I dont think this is a VMWare thing as I am running win10 in VMWare as well - and of course there is no problem there...


Thanks

Link to comment
https://www.neowin.net/forum/topic/1242524-giving-linux-another-try/
Share on other sites

I've had no issues with my Logitech G602 with a Linux guest in VMWare -- as long as I added the following to the VM's .vmx configuration. If I didn't, I had a basic three button mouse as far as the VM was concerned, the extra buttons wouldn't get passed through, regardless of the guest additions. 

mouse.vusb.enable = "TRUE"
mouse.vusb.useBasicMouse = "FALSE"
usb.generic.allowHID = "TRUE"
  On 08/01/2015 at 05:21, Max Norris said:

 

I've had no issues with my Logitech G602 with a Linux guest in VMWare -- as long as I added the following to the VM's .vmx configuration. If I didn't, I had a basic three button mouse as far as the VM was concerned, the extra buttons wouldn't get passed through, regardless of the guest additions. 

mouse.vusb.enable = "TRUE"
mouse.vusb.useBasicMouse = "FALSE"
usb.generic.allowHID = "TRUE"

OK thanks, gonna try it out

 

  On 08/01/2015 at 05:35, T3X4S said:

So after adding these items, you were able to use all your buttons ?

 

Forwards and backwards yes, plus the other buttons I have programmed to particular keystrokes. Obviously those have to be set on a Windows box, as far as I know you can't reprogram it from a *Nix system, could be mistaken though.  My old mouse (a RAT 5) on the other hand took a fair bit of fiddling with the xorg.conf file to get working right, not sure if that still applies anymore though, was a year or so ago.

 

If anything just make a backup of the .vmx before you edit it, just in case. Any text editor will do, toss those three lines at the end, restart VMWare and fire up the machine, should notice the other buttons working immediately.

  On 08/01/2015 at 05:43, T3X4S said:

Next question - how did you know that was what needed to be done, and what exactly to add ?

 

Years and years of practice and fiddling.  And when the wife isn't looking, Google.  (Ruins the know-it-all rep if she sees me looking stuff up.)  Took a while to find though, they should put that in their FAQ, kind of an obvious thing that a lot of people will probably run into. Myself included a couple years back heh, I keep little tidbits like that in OneNote, just in case.

  • Like 3

OK, now that is done, and I have finished tweaking a lot of the appearance stuff I hated in mint MATE - I am looking for a simple screenshot app, like Snipping Tool - dont care about a ton of options, and editing tools

I have installed Shutter, but it is a little clumsy, takes too many clicks 

I looked through the site and didnt see a "best of apps" for linux - at least one that was updated in the last year or so.

Thanks

  On 09/01/2015 at 13:37, T3X4S said:

OK, now that is done, and I have finished tweaking a lot of the appearance stuff I hated in mint MATE - I am looking for a simple screenshot app, like Snipping Tool - dont care about a ton of options, and editing tools

I have installed Shutter, but it is a little clumsy, takes too many clicks 

I looked through the site and didnt see a "best of apps" for linux - at least one that was updated in the last year or so.

Thanks

 

Wouldn`t Accecsories -> Screenshot -> Choose whole screen / active windows / Area to grab suffice?

  On 09/01/2015 at 13:37, T3X4S said:

OK, now that is done, and I have finished tweaking a lot of the appearance stuff I hated in mint MATE - I am looking for a simple screenshot app, like Snipping Tool - dont care about a ton of options, and editing tools

I have installed Shutter, but it is a little clumsy, takes too many clicks 

I looked through the site and didnt see a "best of apps" for linux - at least one that was updated in the last year or so.

Thanks

 

Ksnapshot is by far the best screenshot plugin especially if you additionally pimp it up with the kipi plugins. 

  On 09/01/2015 at 16:51, Riggers said:

Wouldn`t Accecsories -> Screenshot -> Choose whole screen / active windows / Area to grab suffice?

Doesnt sounds very streamlined... but I'll check it out.

In Win7 I have the snipping tool in my launch bar @ that bottom - 1-2 clicks & done

Its something like this that I am hoping for.

post-508501-0-52504900-1420861508.jpg

Jack - I dont know what kipi plugins are, but I'll check it out.

 

  On 10/01/2015 at 03:45, T3X4S said:

Doesnt sounds very streamlined... but I'll check it out.

In Win7 I have the snipping tool in my launch bar @ that bottom - 1-2 clicks & done

Its something like this that I am hoping for.

attachicon.gifCapture.JPG

Jack - I dont know what kipi plugins are, but I'll check it out.

 

sudo apt-get install ksnapshot kipi-plugins

after installed forget about navigating through endless entries in the startmenu. you just press the print button on your keyboard and up comes a very nice interface with the screenshot already done + lots of options to send/upload your screenshots directly. i mostly use the export to imgur function.

 

8q6eeqH.jpg

U7n6rsC.jpg

  On 10/01/2015 at 08:25, T3X4S said:

Now I am going to try and master WINE as I dont like the open source office apps.  ;)

You should take a look at the Wine App DB in that case. The Platinum and Gold programs generally work OOTB without major issues.

  On 10/01/2015 at 20:16, simplezz said:

You should take a look at the Wine App DB in that case. The Platinum and Gold programs generally work OOTB without major issues.

Mostly games.  Since I dont see MS Office in there (anywhere) - am I to assume that it doesnt work well ?

I think I will just continue to use Thunderbird for email - make life simpler for me.

  On 09/01/2015 at 13:37, T3X4S said:

OK, now that is done, and I have finished tweaking a lot of the appearance stuff I hated in mint MATE - I am looking for a simple screenshot app, like Snipping Tool - dont care about a ton of options, and editing tools

I have installed Shutter, but it is a little clumsy, takes too many clicks 

I looked through the site and didnt see a "best of apps" for linux - at least one that was updated in the last year or so.

Thanks

 

you could just add a shell script icon to your taskbar that has a command in it for a screenshot to be taken

 

so install scrot

 

and in a sh file put

scrot -d 5 desktop.jpeg

the 5 is the delay so adjust that to how you wish

  • Like 1

Well, I scrapped the mint VM and started over.

I decided to install the VM on my SSD as opposed to the big 2TB drive because....well.... Im very impatient. ;)

So, now I am back to where I was.  Have the mouse backward/forward Logitech things fixed in VMWare, have ksnapshot installed, installed some custom themes to make the icons and stuff look a little "cooler" - and now it is pretty much a functioning OS

 

Thank you to everyone for your help on this.


 

 

  On 18/01/2015 at 00:09, starman444 said:

Its illegal to watch a dvd in Linux

Thats OK - I havent watched a "DVD" in years :D

I do a lot of things that are illegal - its OK - I'll be able to sleep tonight.

I did drugs in college, drank enough to sink a battleship

I regularly drive waaaaayyyyy over the speed limit (was doing 130mph just yesterday)

I have been to Silk Road on the Deep Web

So, watching something I shouldn't - its OK.

 

  On 18/01/2015 at 07:08, starman444 said:

Is it illegal to watch blu ray on my mac when i have paid for the software and on my Win 8.1 machine I have powerdvd does that make it illegal?? gees, i paid heaps then

 

As long as you can play them, why is any movie illegal to view?

  On 18/01/2015 at 16:58, Mindovermaster said:

As long as you can play them, why is any movie illegal to view?

Licensing for the DVD decryption if I remember right, it's not a freebie.  Some OS's pay for the "privilege" so it's legal out of the box. Meh, don't think anyone really needs to worry about the license police kicking in any doors though.

  On 18/01/2015 at 17:04, Max Norris said:

Licensing for the DVD decryption if I remember right, it's not a freebie.  Some OS's pay for the "privilege" so it's legal out of the box. Meh, don't think anyone really needs to worry about the license police kicking in any doors though.

 

Whatever....

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.