Jump to content

Abhishek sharma

Member
  • Posts

    56
  • Joined

  • Last visited

Everything posted by Abhishek sharma

  1. No, XB Series s supports freesync and today I downloaded COD warzone to test the 120 fps drops as it barely touches 120 target. My monitor was switching between the refresh rates as the gameplay pushed some number of Frames. My concern is that the games which max out at 60 fps, for them also the refresh rate is 120 hz which is kind of wierd. Technically it should go to 60 right?
  2. I recently purchased XBSS(PC gamer too) and to pair it up with Acer VG271U(1440p 144hz) monitor. I switched on the 120HZ in the Xbox settings and then started to play games that had both 60fps and 120 fps mode. In the menu also the refresh rate is locked at 120hz. As I launched RL which has two modes, Quality and performance for 60 and 120fps respectively. The problem is my monitor is still at 120 hz when playing at quality mode. Why is that? Is this normal? VRR is on in the settings of Xbox. Also games which are capped at 60 fps like Forza, the refresh rate of the monitor is at 120 hz. Ideally it should drop to 60 right?
  3. I just installed KDE on plasma on my fedora machine. After installing I was customizing it. Installed themes and whatnot. Lastly, I was not satisfied with the transparency so google it. So I did this setting which was asked in the link below. It asked to go to Settings | Window Management | Window Rules and then create a new rule with active and inactive opacity checked and value at 60% and "Forced". After that everything got on top of each other and I didn't like the look. So I thought to reset. I deleted the new rule. That didn't change anything so I thought of clicking on the "Default" button but it was unclickable. After that, I made a new rule and with the above settings as 100% and "Forced". Now I have a black screen. Even after the restart, the screen remains black with the only mouse cursor. How do I fix, reset or reinstall KDE?
  4. Did this one experiment, I didnt "Power Off" the system this time. Instead just closed the lid and for some reason I was at 18% battery. Earlier (I remind you) I couldnt even boot up my system and when I connected the charger and booted up I was still at 5%. Something is wrong for sure.
  5. I can check that and come back, but what about the same thing when using windows. I am not really sure but I think in case of windows I was still able to boot up and use it if I shut down at the same percentage of the battery. Its been only two months of me using fedora, so I dont think so the battery health has gone this bad in such a short time that I cant compare the two.
  6. yeah! The gui button says 'Power Off'. There is a seperate button for suspend
  7. I charge my laptop till 50% and shut it down at night. The laptop is in the shut down state for like 9-10 hours. After I boot up the system it refuses to power up and I have to connect my charger to switch on the laptop. I have two OS on my HDD. Fedora and Windows. I am not using windows at the moment and only using fedora. I still remember when I used to power off the system through windows next day I was easily able to boot up with some battery percentage lost(considering the load of booting up taking the system resources) and this was when I was shutting down the system at much lower percentages. I have been using Fedora for 2 months now and have updated it to the latest kernel and running the latest version of fedora. The issue still persists. I have tried switching off wifi and bluetooth manually but no change. I also tried init 0 but same result. Please help me with this
  8. Thanks for the reply. One more thing, if I have taken the uefi backup and backup of my personal files seperately, I can recover my windows from that?
  9. Can I just copy the contents of the drive to my external HDD?
  10. What about the recovery drive 980 MB capacity then? What is it used for?
  11. What about the recovery drive 980 MB capacity then? What is it used for?
  12. I did, formated it to make my disk more organised
  13. I have a partition called Recovery(NTFS). It is there since I bought the laptop. I have never used it. The size of the partition is 15.91 gb. Recently I was thinking to install linux along with windows but dont know about this partition. I have another partition, called recovery partition. I want to know what is its use and which one is actually required. Please also tell me if I can put them on extrenal hdd and free up my laptop space. I am attaching a screenshot of disk manager for better understanding.
  14. I was thinking of installing Pop os along with windows. While configuring the drives, it said that /boot should be at least 500Mib. My /boot is only 270Mib and I cant extend that, the adjacent partition to that is my Windows C drive. What are my options?
  15. I installed the VS code and then Anaconda. Whenever I run a simple command like import numpy as np It shows the following error on the terminal. I tried updating anaconda using conda terminal. But the issue persists. Error message in VS code terminal: PS G:\Online Courses and Resources\Python> conda activate base conda : The term 'conda' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + conda activate base + ~~~~~ + CategoryInfo : ObjectNotFound: (conda:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException PS G:\Online Courses and Resources\Python> & C:/Anaconda/python.exe "g:/Online Courses and Resources/Python/testingpackges.py" Traceback (most recent call last): File "g:/Online Courses and Resources/Python/testingpackges.py", line 1, in <module> import numpy as np File "C:\Anaconda\lib\site-packages\numpy\__init__.py", line 140, in <module> from . import _distributor_init File "C:\Anaconda\lib\site-packages\numpy\_distributor_init.py", line 34, in <module> from . import _mklinit ImportError: DLL load failed: The specified module could not be found. I cant find a solution that works for me. Thanks Tags anaconda
  16. I am facing a problem since last week. At some random time, the PC freezes and nothing happens. Nothing works including keyboard and mouse even the caps doesn't light on/off. It started a few days back only before that it never happened. I uninstalled the anti-virus which was the latest installation on the pc. But nothing seems to work. I have to shut down the laptop forcefully using the power button and restart. Is it something to do with windows update?? Please help I have a HP laptop with i5 and 12 gb ram.
  17. No nothing happens. It just stops responding
  18. My laptop is 2yr old. I don't remember installing anything new on my laptop. Same thing I got into my mind.not able to figure out the cause
  19. I am facing a problem since last week. At some random time, the PC freezes and nothing happens. Nothing works including keyboard and mouse even the caps doesn't light on/off. It started a few days back only before that it never happened. I have a HP laptop with i5 and 12 gb ram.
  20. # -*- coding: utf-8 -*- """ Created on Wed Feb 21 17:35:49 2018 @author: Abhishek Sharma """ import array as ar import math import pylab as plt p=ar.array('f',[]) q=ar.array('f',[]) r=ar.array('f',[]) s=ar.array('f',[]) t=ar.array('f',[]) u=ar.array('f',[]) k=8.62*(math.pow(10,-5)) x=ar.array('f',[(-0.2),(-0.18),(-0.16),(-0.14),(-0.12),(-0.1),(-0.08),(-0.06),(-0.04),(-0.02),(0.0),(0.02),(0.04),(0.06),(0.08),(0.1),(0.12),(0.14),(0.16),(0.18),(0.2)]) print (x) for i in range (0,21): p.append(1/(1+(math.exp(x[i])))) q.append(1/(1+(math.exp(x[i]/(k*100))))) r.append(1/(1+(math.exp(x[i]/(k*200))))) s.append(1/(1+(math.exp(x[i]/(k*300))))) t.append(1/(1+(math.exp(x[i]/(k*400))))) u.append(1/(1+(math.exp(x[i]/(k*500))))) print (q) p1=plt.plot(p,x) p2=plt.plot(q,x) p3=plt.plot(r,x) p4=plt.plot(s,x) p5=plt.plot(t,x) p6=plt.plot(u,x) plt.legend((p1,p2,p3,p4,p5,p6),('0k','100k','200k','300k','400k','500k') plt.xlabel('F(E)') plt.ylabel('ENERGY') plt.title('fermi-dirac distribution F(E) Vs Energy') plt.show() This is my code. I cant get the plot. Please help me.
  21. Appreciate your answer. But I don't know how to start programming with these new standards. Where can I find these? After a bit of research, I could find some seminars about the new releases but couldn't find a starting point as I couldn't understand what was he saying despite knowing the programming language.
  22. So I was just starting with writing codes in visual studio and it turns out that I couldn't. I know c++ and c and have done some basic programming in both of these languages.(By basic I mean like checking a palindrome, linked lists and queues and all that but I really don't know about the new standards and now that I am writing in visual studio nothing seems to work. For example (I will be talking about c++ from now on) I used to write code without that using namespace std which I see on many sites nowadays. I didn't write code for like 2 years after learning the basics of the language. Also, the cout statement to print the output doesn't work and gives an error. I researched about it and I think I have learnt the older version of the language and these are new things in it. So if there anyone who can help me out with this and tell me where can I start learning things and clear the above doubts. Thanks in advance
  23. Hey, But I don't have any linked account of Microsoft with Windows linked together. Should I link one?
  24. Yeah, it's win 10. Also where to download the OS after format.
×