For KDE4
First time nvidia user here. I have experienced 2 bugs and decided to share fixes here.
1) Fixing DPI settings (small or huge fonts after installing nvidia driver)
Go to System Settings>Application Appearance>Fonts and check Force fonts DPI:96
Then reboot/logout.
2) Fixing tearing
Make text file Tearing.sh with following content:
Make it executable (right click on the file>properties>permissions and check "is executable".
Then Alt+F2 and type
Then copy the file and paste it to /etc/profile.d/ and reboot.
For Plasma 5
First method:
All the same only in Tearing.sh add these two lines:
Second method (enabling triple buffering):
Make text file Tearing.sh with following content:
Make it executable (right click on the file>properties>permissions and check "is executable".
Then Alt+F2 and type
Then copy the file and paste it to /etc/profile.d/
Then go to Konsole and type command
Then type
and navigate to /root/etc/X11/xorg.conf and open it. Add these lines under section "Device" :
and save. Then reboot.
I hope this how-to is easy and noob friendly
First time nvidia user here. I have experienced 2 bugs and decided to share fixes here.
1) Fixing DPI settings (small or huge fonts after installing nvidia driver)
Go to System Settings>Application Appearance>Fonts and check Force fonts DPI:96
Then reboot/logout.
2) Fixing tearing
Make text file Tearing.sh with following content:
Code:
export __GL_YIELD="USLEEP"
Then Alt+F2 and type
Code:
kdesudo dolphin
For Plasma 5
First method:
All the same only in Tearing.sh add these two lines:
Code:
export __GL_YIELD="USLEEP" export KWIN_EXPLICIT_SYNC=0
Second method (enabling triple buffering):
Make text file Tearing.sh with following content:
Code:
export __GL_YIELD="USLEEP"
Then Alt+F2 and type
Code:
kdesudo dolphin
Then go to Konsole and type command
Code:
sudo nvidia-xconfig
Code:
kdesudo dolphin
Code:
Option "NoLogo" "True" Option "CoolBits" "1" Option "TripleBuffer" "True" Option "ExactModeTimingsDVI" "True"
I hope this how-to is easy and noob friendly
Comment