Czytałeś poradnik Kaki' ? 
Jest tam dokładnie opisane jak skonfigurować xorg.conf po instalacji sterowników nvidii.
W kwestii ustawień czasu chodzi Ci zapewne o "Network Time Protocol".
			
			
									
						
										
						[+] system widzi polskie znaki ale nie mog
Musisz zmienić też trochę wyżej Keyboard0 na Generic Keyboard.Andros pisze:Oj stary Twoja rada nie pomogla, wywalilo mi calkiem X po tym wpisie. Dobrze ze zrobilem kopie.
Jakis inny pomysl? Pomozcie bo przez swieta musze napisac kilka rzeczy na komputerze, a nie chcę robic tego pod Windowsem.
Wydaje mi się, że całość powinna wyglądać tak:
Kod: Zaznacz cały
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder62)  Tue Mar 24 06:15:32 PST 2009
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Generic Keyboard" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    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"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "pl"
EndSection
Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection
Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection
Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
Option         "TripleBuffer" "true"
Option         "no GLXFBConfig for depth 32"
Option         "AddARGBVisuals" "True"
Option         "AddARGBGLXVisuals" "True"
Option         "DisableGLXRootClipping" "true"
EndSection
Section "Extensions"
    Option         "Composite" "Enable"
EndSection