Tak sem zkusil ho po pameti nejak upravit a zkusil byto takhle, ale jelikoz nejsem u sveho pc, ale v praci, tak nemam moznost to poropvnat. Takze nerucim za funkcnost. Az budu doma tak kolem pul sedmy tak se na to muzu mrknout.Pokud uz to neudela nekdo jinej
. Zkusil bych nainstalovat ovladace pomoci
sudo apt-get install nvidia-glx-new
Pred upravou si xorg zazalohuj!!!!edituje se
sudo gedit /etc/X11/xorg.conf
a pak v xorg.conf v sekci "Device" zmenit driver na "nvidia"
jeste je dulezity spravny rozliseni monitoru.
pomoci
gtf 1024 768 60
se zjisti frekvencemonitor(kde 1024x768 je rozliseni monitoru a 60 obnovovaci frekvence,dosad svoje udaje). A cely dva radky se daji mo sekce "Monitor"
melo by to vypadat asi takhle:
Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Plug 'n' Play"
Modelname "Plug 'n' Play"
Gamma 1.0
#......
modeline 1024 .........
EndSection
cely by to mohlo vypadat
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "cz"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Device"
Identifier "Configured Video Device"
Busid "PCI:1:0:0"
Driver "nvidia"
Screen 0
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Plug 'n' Play"
Modelname "Plug 'n' Play"
Gamma 1.0
#....
modeline 1024.....
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
Inputdevice "Synaptics Touchpad"
EndSection
Section "Module"
Load "glx"
EndSection
pokud to nepujde, tak bych zkusil znovu obnoveni xorg.
sudo dpkg-reconfigure -phigh xserver-xorg
Jo sorry jestli je to psany nejak zmatene,uz koncim v praci, tak trochu pospicham
.