Windows 10: Can a celluloid tablet/tabtablet with SIM support be used to run a windows or linux either...

Discus and support Can a celluloid tablet/tabtablet with SIM support be used to run a windows or linux either... in Windows 10 Installation and Upgrade to solve the problem; I want to purchase a tablet with SIM support but at the same time also want to run windows on it. Is it possible?... Discussion in 'Windows 10 Installation and Upgrade' started by joyram chowdhury, Nov 2, 2024.

  1. Can a celluloid tablet/tabtablet with SIM support be used to run a windows or linux either...


    I want to purchase a tablet with SIM support but at the same time also want to run windows on it. Is it possible?

    :)
     
    joyram chowdhury, Nov 2, 2024
    #1

  2. Run Linux Apps on Windows using Windows Subsystem for Linux

    WSL or Windows Subsystem for Linux allows you to run GNU/Linux environment in Windows 10/11 directly without using a dual-boot configuration or a virtual machine.


    Can a celluloid tablet/tabtablet with SIM support be used to run a windows or linux either... 3efdffff-499b-46b5-b4cf-13ecbed40406?upload=true.png


    GIMP running on Windows 11 installation, courtesy of WSLg


    Prerequisites for WSL

    WSL1/WSL2 requires Windows 10 Build 2004 or higher. For GUI Apps, aka WSLg, it requires Windows 11 Build 22000. You can install WSL on Windows 11 Home editions as well.

    Installation

    At the time of this writing, WSL supports multiple distributions of Linux, given below:

    Name Friendly name

    1. Ubuntu Ubuntu
    2. Debian Debian GNU/Linux
    3. kali-linux Kali Linux Rolling
    4. openSUSE-42 openSUSE Leap 42
    5. SLES-12 SUSE Linux Enterprise Server v12
    6. Ubuntu-16.04 Ubuntu 16.04 LTS
    7. Ubuntu-18.04 Ubuntu 18.04 LTS
    8. Ubuntu-20.04 Ubuntu 20.04 LTS
    The installation of WSL is pretty simple:

    1. In the Run Dialog box, type powershell.exe and press Ctrl+Shift+Enter, to run it as elevated.
    2. Execute the command: wsl --install
    3. This command would automatically enable required optional features and Install the default distribution Ubuntu for you.
    4. If you want to change the default distribution, use the -d switch. For Example, to install Kali Linux, use wsl --install -d kali-linux

    Can a celluloid tablet/tabtablet with SIM support be used to run a windows or linux either... c56a1465-ff12-4c0f-b36f-d2aefcbab209?upload=true.png


    WSL installing Kali Linux

    ❗Bonus Tip❗: Additionally, You can install WSL from the Microsoft Store if the machine is on Windows 11. Link here. Make sure the Virtual Machine Platform named feature is enabled, in Windows features for installing from the Store, which can be enabled using this command:

    dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all

    Difference between WSL1, WSL2, and WSLg

    WSL2 is the next version of WSL, which can run ELF64 binaries on Windows, alongside supporting faster system performance. WSL1 and WSL2 can exist simultaneously, and you can configure a specific distribution to run on WSL1 or 2. From the documentation:

    WSL 2 provides the benefits of WSL 1, including seamless integration between Windows and Linux, fast boot times, a small resource footprint, and requires no VM configuration or management. While WSL 2 does use a VM, it is managed and run behind the scenes, leaving you with the same user experience as WSL 1.

    WSLg is based on WSL2, which also allows you to run Linux-based GUI Apps on Windows 11.

    Setting up WSL for first use

    1. After the WSL distribution download is complete, you would need to configure it. Afterward, when the download is done, open the distribution from the start menu.
    2. Now, the next step is to set up a username and password for opening the Distro. Enter your desired username and password, and press Enter. The username should be in small letters.
    3. You would see username@PCName in the command line, waiting for a command.
    4. Enter sudo apt update && sudo apt upgrade command to update the Distro with the latest packages.

    Can a celluloid tablet/tabtablet with SIM support be used to run a windows or linux either... 7da92c72-358e-4536-aeb1-72efbcf88f7d?upload=true.png


    Navigating with files

    When the Distro is installed, Windows would add an option in the File Explorer so that you can directly access the files.


    Can a celluloid tablet/tabtablet with SIM support be used to run a windows or linux either... 33ed63dd-47bb-4032-8624-f3e132c23f34?upload=true.png


    Run GUI Apps in WSL

    If you are running Windows 11, you can run Linux GUI apps natively on Windows 11. See the steps below

    1. Make sure the latest GPU drivers are installed from the GPU manufacturer.
    2. If you had set up a Linux distribution before, you would need to update WSL to support GUI. For the same, execute wsl --update in an elevated Powershell. You can also check for Windows updates.
    3. The next step is to download the specific app. Some of the widely used GUI apps on Linux can be installed using the commands below:
      1. GEDIT: sudo apt install gedit -y
      2. GIMP: sudo apt install gimp -y
      3. VLC: sudo apt install vlc -y
    Additionally, other apps, which the package manager does not support, can be installed by downloading a Debian package and the Command line. For Example, for Edge, see the steps below:

    Download Microsoft Edge Insider Channels

    For Microsoft Teams:

    1. Swap directories into the temp folder: cd /tmp
    2. Use the curl command to download the package: sudo curl -L -o "./teams.deb" "https://teams.microsoft.com/downloa...x&arch=x64&download=true&linuxArchiveType=deb"
    3. Use the apt command to install it: sudo apt install ./teams.deb -y

    When the installation is complete, you will see the app listed in the Start menu. You can also cycle between apps using Alt+Tab as well.


    Can a celluloid tablet/tabtablet with SIM support be used to run a windows or linux either... ef99fdd5-3919-4067-8b82-4529ea6849e9?upload=true.png


    GIMP installed using Ubuntu

    Support

    You can always search for or open an issue at Github as the WSL repository is maintained there.

    Issues · Microsoft/WSL (github.com)

    References:

    FAQ's about Windows Subsystem for Linux | Microsoft Docs

    microsoft/WSL: Issues found on WSL (github.com)

    A preview of WSL in the Microsoft Store is now available! - Windows Command Line
     
    Sumit (Volunteer Moderator), Nov 2, 2024
    #2
  3. Silverel Win User
    Guide: How to enable, use, and configure SLI on Linux.

    I guess the next logical step would be to report on the performance you can get with SLI in Linux. That'd be my suggestion anyway.
     
    Silverel, Nov 2, 2024
    #3
  4. Vinska Win User

    Can a celluloid tablet/tabtablet with SIM support be used to run a windows or linux either...

    L4D2 Runs Faster on Linux than Windows

    That would mean Nvidia's Windows drivers also suck, as most of their (windows and linux driver) codebase is shared.
    And also:

    Was it Your opinion that these drivers suck, or did You read/hear that somewhere? 'Cause apparently, You didn't really had a chance to asses their "badness" on Linux. I mean, one week of "no idea what I am doing"? Oh, come on! ¬___¬

    I had more problems with hardware support on Win7 than on Linux (which was no problem at all). Three different network cards I tried using on Win7 have no drivers for it whatsoever. And that's just the start of the list. No such problems in linux x0ax0ax0a!!!

    At the current time, this is only partially true. And it is moving towards "Your statement is no longer true" at a reasonable pace. Wine [1] isn't standing still.

    You, sir, seem to know very little about OGL and its capabilities.

    I prefer it. =P


    [1] "Wine" is the correct capitalization.
     
    Vinska, Nov 2, 2024
    #4
Thema:

Can a celluloid tablet/tabtablet with SIM support be used to run a windows or linux either...

Loading...
  1. Can a celluloid tablet/tabtablet with SIM support be used to run a windows or linux either... - Similar Threads - celluloid tablet tabtablet

  2. Can a celluloid tablet/tabtablet with SIM support be used to run a windows or linux either...

    in Windows 10 Gaming
    Can a celluloid tablet/tabtablet with SIM support be used to run a windows or linux either...: I want to purchase a tablet with SIM support but at the same time also want to run windows on it. Is it possible? https://answers.microsoft.com/en-us/windows/forum/all/can-a-celluloid-tablettabtablet-with-sim-support/f02ce7b3-33dd-453f-ae02-2998d8e26d50
  3. Can a celluloid tablet/tabtablet with SIM support be used to run a windows or linux either...

    in Windows 10 Software and Apps
    Can a celluloid tablet/tabtablet with SIM support be used to run a windows or linux either...: I want to purchase a tablet with SIM support but at the same time also want to run windows on it. Is it possible? https://answers.microsoft.com/en-us/windows/forum/all/can-a-celluloid-tablettabtablet-with-sim-support/f02ce7b3-33dd-453f-ae02-2998d8e26d50
  4. Run Linux Apps on Windows using Windows Subsystem for Linux

    in Windows 10 Gaming
    Run Linux Apps on Windows using Windows Subsystem for Linux: WSL or Windows Subsystem for Linux allows you to run GNU/Linux environment in Windows 10/11 directly without using a dual-boot configuration or a virtual machine.GIMP running on Windows 11 installation, courtesy of WSLgPrerequisites for WSLWSL1/WSL2 requires Windows 10 Build...
  5. Run Linux Apps on Windows using Windows Subsystem for Linux

    in Windows 10 Software and Apps
    Run Linux Apps on Windows using Windows Subsystem for Linux: WSL or Windows Subsystem for Linux allows you to run GNU/Linux environment in Windows 10/11 directly without using a dual-boot configuration or a virtual machine.GIMP running on Windows 11 installation, courtesy of WSLgPrerequisites for WSLWSL1/WSL2 requires Windows 10 Build...
  6. Introducing Linux GUI apps running on Windows using the Windows Subsystem for Linux (WSL)

    in Windows 10 Ask Insider
    Introducing Linux GUI apps running on Windows using the Windows Subsystem for Linux (WSL): [ATTACH] submitted by /u/no_quests [link] [comments] https://www.reddit.com/r/Windows10/comments/mvlwj9/introducing_linux_gui_apps_running_on_windows/
  7. Can I use Linux to get back Windows?

    in Windows 10 BSOD Crashes and Debugging
    Can I use Linux to get back Windows?: Hello, everyone. I have a HP Stream '14 Laptop, with very bad specs. A series of events led me to no longer having access to the Windows OS, and instead with a computer with the "No Boot Device Found" error. I do NOT have access to another computer, or any Windoes...
  8. Can my Surface run the Sims 4 + expansions?

    in Windows 10 Installation and Upgrade
    Can my Surface run the Sims 4 + expansions?: I have a Surface Pro 6 (?), here's the specs or whatever [ATTACH] I'm wondering if this can run the Sims 4 and expansions smoothly and without messing up/slowing down my laptop. I'm not at all technically adept to figure it out myself, so any help would be appreciated....
  9. Run Kali Linux

    in Windows 10 Virtualization
    Run Kali Linux: I have total of 4G RAM in TOSHIBA laptop Can I run virsual machine here? 126194
  10. Any Linux users running Windows using KVM

    in Windows 10 Virtualization
    Any Linux users running Windows using KVM: Hi there Just wondering if there are any Linux users here running a Windows VM with the KVM virtualisation module in Linux. Cheers jimbo 2494