RanXerox wrote:
> bisco wrote:
>   
>> 2008/7/12 RanXerox <[EMAIL PROTECTED]>:
>>
>>   
>>     
>>> Salve a tutta la lista, ho installato i driver come da oggetto ed ho
>>> fatto generare direttamente dall-installer di nvidia il file xorg.conf.
>>> che riporto di seguito
>>>
>>>     
>>>       
>> [cut]
>>
>>
>>   
>>     
>>> Dove devo specificare che la mia tastiera e- ita
>>>
>>> Grazie
>>>     
>>>       
>> ti accade solo in X oppure anche senza avviare il server grafico?
>>
>> se ti accade solo col server grafico avviato, prova ad usare setxkbmap per
>> impostare la tastiera.
>>
>> se cosi' funziona, prova ad inserire nella sezione della tastiera queste tre
>> righe:
>>
>>    Option         "XkbRules" "xorg"
>>    Option         "XkbModel" "pc105"
>>    Option         "XkbLayout" "it"
>>
>> ciaociao
>>
>> bisco
>>
>>   
>>     
> Il comando setxkbmap non va ma ho aggiunto senza successo le tre righe 
> questo [ il risultato
>
>
> # nvidia-xconfig: X configuration file generated by nvidia-xconfig
> # nvidia-xconfig:  version 1.0  ([EMAIL PROTECTED])  Tue Jan 22 
> 19:53:46 PST 2008
>
> Section "ServerLayout"
>     Identifier     "Layout0"
>     Screen      0  "Screen0"
>     InputDevice    "Keyboard0" "CoreKeyboard"
>     InputDevice    "Mouse0" "CorePointer"
> EndSection
>
> Section "Files"
>     RgbPath         "/usr/X11R6/lib/X11/rgb"
> 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"
>     Option         "XkbRules" "xorg"
>     Option         "XkbModel" "pc105"
>     Option         "XkbLayout" "it"
> EndSection
>
> Section "InputDevice"
>     # generated from default
>     Identifier     "Keyboard0"
>     Driver         "kbd"
>
> EndSection
>
> Section "Monitor"
>     Identifier     "Monitor0"
>     VendorName     "Unknown"
>     ModelName      "Unknown"
>     HorizSync       30.0 - 110.0
>     VertRefresh     50.0 - 150.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
>         Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
>     EndSubSection
> EndSection
>
>
>
> _______________________________________________
> ml mailing list
> [email protected]
> http://nalug.net/mailman/listinfo/ml
>
>   
Avevo sbagliato section ora funziona tutto

l'xorg.conf ora รจ cosi'


# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  ([EMAIL PROTECTED])  Tue Jan 22 
19:53:46 PST 2008

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
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"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "it"

EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.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
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

:D
_______________________________________________
ml mailing list
[email protected]
http://nalug.net/mailman/listinfo/ml

Rispondere a