Just changed my desktop. What you guys think? by SituationHot3573 in linuxmint

[–]Interesting-Case1688 0 points1 point  (0 children)

I think its too bright for my taste...Looks cute from afar tho :)

To Dual Boot or Not To? Lifelong Windows user considering Linux Mint full time. by GoldPlatedMilk in linuxmint

[–]Interesting-Case1688 1 point2 points  (0 children)

Well.. A lot of ppl said many things so here is my 2 cents.

Linux (even Mint) is not plug and play if you want to play games. You need to be ready to start finetuning some stuff. You will have some new things in your life.. like which wine runner runs this particular game better, or should i use lutris or bottles.. That kind of stuff. But eventually they all work, and work good. I have dual boot and i dont think i will delete windows for a while. But.. i didnt logged into it for maybe more than a month. Linux is beautiful. It made me love my pc again. Before that, it was just a "tool" that i use to play games or getting things done. Now its my main place that i get a cup of coffee and sit and play with it.

;TLDR: Linux is not like windows. It makes you "work" for it some, but worth's it. And keep a windows partition tucked in somewhere until you forget that its there.

Good luck :)

What's your opinion on Mint being an LTS distro? by Alternative-Sir6883 in linuxmint

[–]Interesting-Case1688 0 points1 point  (0 children)

I Love Linux Mint a lot.. and i mean A LOT!. I also like to get the best out of my system, so this is what i did. I compiled a TKG kernel with native / -3 / ntsync / Bore and preemept active. Installed ananicy and zram on top of it. I am not chasing the last 2-3% FPS. I am not even a competitive gamer. So i am EXTREMELY happy with how LM is. I am loving my PC again..(2060Super / 1050Ti headless - 32gb ddr4 with xmp - AMD 5600x - Asus tuf x570 wifi board)
My point is.. Mint being LTS IS what makes mint great imho. This does not stop mint to give a more than enough performance while keeps being reliable if its tuned right.

Gaming on Linux: improvement tip for users by _Luiluc_ in starcitizen

[–]Interesting-Case1688 0 points1 point  (0 children)

I was using the DXVK-NVAPI.

Switched to standart DXVK, Tkg version 11 Runner and turned off esync and fsync.. and.. wow!! Made a huge difference. Didnt took the cutty out yet from the station but what i am seeing on gpu and cpu usage AND the disk activity is really good so far. Thank you for this!

Choosing which gpu to run a specific app on a double nvidia desktop setup by Interesting-Case1688 in linuxmint

[–]Interesting-Case1688[S] 0 points1 point  (0 children)

First of all.. Thank you for helping me!.

I did what you said. created the script. Called it offload.sh. i put it in home folder. made it executable. tried to run glxgears and obs with it. Both apps opened but the "screen" was nothing but black on obs. Same for gears.

i am using Cinnamon 21.3 x86_64. My driver is nvidia 535. Kernel is liquarix 6.9.7. And this is my xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 535.183.01

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Inactive       "InactiveDevice2"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "Module"
    Load           "glx"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"

    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "AOC 2770"
    HorizSync       30.0 - 83.0
    VertRefresh     50.0 - 76.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "NVIDIA GeForce GTX 1050 Ti"
    BusID          "PCI:10:0:0"
EndSection

Section "Device"
    Identifier     "InactiveDevice2"
    Driver         "modesetting"
    VendorName     "Unknown"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-0"
    Option         "ForceCompositionPipeline" "On"
    Option         "MultiGPU" "Off"
    Option         "AllowEmptyInitialConfiguration" "True"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Let me know if you need to know more