Skip to main content

Lenovo IdeaCentre 3 Desktop 90MV00JHIN Price in India (AMD Athlon Silver 3050U / 4GB ram / 1TB HDD )

Lenovo IdeaCentre 3 Desktop 90MV00JHIN is now available to purchase in India online. It has an MRP list price of Rs 21,190. The current lowest price online is Rs 17,990. This desktop is now listed online on Amazon.in. Check here for the current price and offers.

Lenovo IdeaCentre 3 Desktop 90MV00JHIN is an entry-level, budget Desktop tower PC powered by AMD Athlon Silver 3050U dual-core processor. This is a basic AMD chipset and is suitable for general-purpose basic tasks like browsing, blogging etc. This model doesn't come with an operating system pre-installed. So you will have to either install a free OS like Ubuntu, or download Windows 10 / Windows 11 and install it.

For graphics, it uses Integrated AMD Radeon Graphics ( shared memory ). It comes with 4GB of ram and has 1TB HDD storage drive ( 7200rpm 3.5" ). There are Two DDR4 SO-DIMM slots available and the max memory supported is 16GB ( DDR4-2400 ). This model supports Up to two drives ( 1x 3.5" HDD + 1x M.2 SSD ).

You get a USB Calliope Keyboard and a USB Calliope Mouse with the package. It supports WiFi 5 networks and has Bluetooth 5.0 to connect accessories. On the front, you get 4 USB ports ( 2x USB 2.0, 2x USB 3.2 Gen 1 ) and on the rear, there are 4x USB 2.0 ports. This also has got 3.5mm combo jack, 3.5mm mic jack, VGA port, RJ-45 Ethernet port and a 1x line-out (3.5mm).

Suitable for: Basic Home and Office use only.

Lenovo IdeaCentre 3 Desktop 90MV00JHIN Specs and Features

  • AMD Athlon Silver 3050U ( Dual core / 2.3-3.2GHz frequency / 1MB L2 / 4MB L3)
  • Integrated AMD Radeon Graphics
  • 4GB ram ( 2x slots / max 16GB supported )
  • 1TB HDD storage ( 7200rpm 3.5" - up to 2 drives supported - 1x 3.5" HDD + 1x M.2 SSD )
  • USB Calliope Keyboard, USB Calliope Mouse bundled
  • Front ports: 2x USB 2.0, 2x USB 3.2 Gen 1, 1x headphone / microphone combo jack (3.5mm), 1x microphone (3.5mm)
  • Rear ports: 4x USB 2.0, 1x VGA, 1x HDMI 1.4, 1x Ethernet (RJ-45), 1x line-out (3.5mm)
  • Firmware TPM 2.0 integrated in chipset
  • WiFi 5 11ac, 2x2 + Bluetooth 5.0
  • Mineral Grey color
  • No Cd drive





Comments

Popular posts from this blog

[ Solved ] SBI ATM 055 Ineligible Transaction Error FIX

Are you experiencing 055 Ineligible Transaction Error every time when you use your SBI ATM Card ? I have a easy FIX for you. What is SBI 055 Ineligible Transaction Error ? It means you are doing a transaction which you or your bank has blocked for security or safety issues. Normally, a user blocks International Usage of a particular Debit / Credit card so that it won't be used by hackers or scammers from other parts of the world. The reason why you are seeing this 055 error in India is probably because your ATM Card's Domestic Usage option is Disabled - either you accidently disabled or your Bank Branch did it. Don't worry. It's easy to fix it. Go to  https://www.onlinesbi.com/  and login with your internet banking username and password. Go to ATM Card Services in the Menu, Select the Card you are have issues and the Click on Change Channel Type . You can see the current status of your Domestic Usage when you click on that. If it's Disabled, simply enab...

[ FIX ] Ubuntu 20.04 Bluetooth doesn't Turn On

I have been using a Logitech Bluetooth keyboard for a while now with my Ubuntu 20.04. Everything worked well without any issues until one day the operating system refused to turn on the Bluetooth. I could toggle Bluetooth On button from the Settings, but it did nothing.  After spending some time Google Searching why my Bluetooth started not working all of a sudden, and after trying a variety of commands to troubleshoot the problem, I finally found a working fix for this issue. Open a Terminal ( Ctrl + Alt + T )  and enter below commands one after another.  sudo rmmod btusb sudo modprobe btusb That's it. Your Bluetooth issue would be now solved.  I can guarantee you this problem is going to pop-up every now and then. So copy the above commands to a text file for future uses. Sometimes, even after entering above commands the bluetooth would refuse to turn on. In such cases, just Suspend the system and then wake up it again and check.

Reduce External Monitor Brightness on Ubuntu 20.04, 21.10

External Monitors are a great addition to any workspace. I have a Full HD Benq one connected with my laptop via HDMI cable to do multi-tasking. What I don't like about this setup is the external screen is still very bright even after setting it to the lowest possible setting via physical buttons present on the monitor. Changing brightness on the Laptop doesn't affect the brightness of the external monitor. However, In Ubuntu, you can adjust the brightness level of any connected monitor by opening up a terminal/command line and entering a few comments. Xrandr is the command we would be using to achieve this. How to change External Monitor Brightness on Ubuntu Linux Open a Terminal ( Ctrl + Alt + T ) Enter the command xrandr -q | grep " connected" and press Enter. Find the external monitor name displayed in this command's output. In my case, it is  HDMI-1 To change the brightness enter this command xrandr --output HDMI-1 --brightness 0.5 and press Ente...