Strona 2 z 2
					
				
				: 11 kwietnia 2009, 17:37
				autor: ArnVaker
				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".
			 
			
					
				
				: 11 kwietnia 2009, 18:42
				autor: lamek
				Zmien w 
xorg.conf sekcje 
InputDevice na:
Section "InputDevice" 
    Identifier   "Keyboard0" 
    Driver       "kbd" 
    Option      "XkbModel" "pc105" 
    Option      "XkbLayout"     "pl" 
EndSection
I powinno ruszyć. Mi tak działa 

 
			 
			
					
				
				: 11 kwietnia 2009, 20:48
				autor: 7PGXW
				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.
Musisz zmienić też trochę wyżej Keyboard0 na Generic Keyboard.
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 
 
			 
			
					
				
				: 11 kwietnia 2009, 21:34
				autor: Andros
				Pomogło, dziękuję.