[RELug] Risoluzione Monitor

qwert qwertsads@gmail.com
Lun 22 Set 2008 23:32:54 CEST


Simone Gandolfi wrote:
>
> Ecco il file xorg.conf . . . premetto che l'ho aperto solo ora dopo
> aver digitato la stringa  sudo dpkg-reconfigure -phigh xserver-xorg e
> che sono scompare le righe aggiunte in precedenza... bhà... sarà
> l'orario ma non vi nascondo che comincio a capirci sempre meno...
>
>
> # xorg.conf (X.Org X Window System server configuration file)
> #
> # This file was generated by dexconf, the Debian X Configuration tool,
> using
> # values from the debconf database.
> #
> # Edit this file with caution, and see the xorg.conf manual page.
> # (Type "man xorg.conf" at the shell prompt.)
> #
> # This file is automatically updated on xserver-xorg package upgrades
> *only*
> # if it has not been modified since the last upgrade of the xserver-xorg
> # package.
> #
> # If you have edited this file but would like it to be automatically
> updated
> # again, run the following command:
> #   sudo dpkg-reconfigure -phigh xserver-xorg
>
>

# versione nuova xorg.conf

Section "InputDevice"
       Identifier      "Generic Keyboard"
       Driver          "kbd"
       Option          "XkbRules"      "xorg"
       Option          "XkbModel"      "pc105"
       Option          "XkbLayout"     "it"
       Option          "XkbOptions"    "lv3:ralt_switch"
EndSection

Section "InputDevice"
       Identifier      "Configured Mouse"
       Driver          "mouse"
       Option          "CorePointer"
EndSection

Section "Device"
Identifier "NVIDIA Corporation NV40 [GeForce 6800]"
Driver "nvidia"
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    Option        "DPMS"
    HorizSync    30-70
    VertRefresh    50-160
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV40 [GeForce 6800]"
Monitor "Generic Monitor"
DefaultDepth 24
    Subsection "Display"
        Depth       8
        Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection
EndSection

# fine versione nuova





ti ricordo di fare una copia dell'attuale file con :
$ sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup


dopo aver modificato il file xorg.conf lancia il commando
$ sudo dpkg-reconfigure -phigh xserver-xorg



-- 
___________________________________________

qwert

email           qwertsads@gmail.com
linux blog      http://my.opera.com/qwertsad/blog/








Maggiori informazioni sulla lista RELug