Visualizzazione dei risultati da 1 a 3 su 3
  1. #1
    Utente di HTML.it
    Registrato dal
    Sep 2004
    Messaggi
    1,344

    Ubuntu senza monitor risoluzione max 800x600

    Ho un pc con ubuntu senza monitor.
    La risoluzione massima selezionabile è 800x600 (utilizzo vino per collegarmi in remoto). Leggendo vari post sembra che il problema sia proprio la mancanza del monitor (infatti collegandolo la risoluzione selezionabile è più alta).

    Ho quindi modificato il file xorg.conf aggiungendo queste righe:

    SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600" "720x400" "640x480"
    EndSubSection

    credendo di risolvere, ma la risoluzione selezionabile max resta sempre 800x600.

    Come posso fare?

  2. #2
    Moderatore di Linux e software L'avatar di francofait
    Registrato dal
    Aug 2001
    Messaggi
    13,558

    Re: Ubuntu senza monitor risoluzione max 800x600

    Originariamente inviato da aasmdaa
    Ho un pc con ubuntu senza monitor.
    La risoluzione massima selezionabile è 800x600 (utilizzo vino per collegarmi in remoto). Leggendo vari post sembra che il problema sia proprio la mancanza del monitor (infatti collegandolo la risoluzione selezionabile è più alta).

    Ho quindi modificato il file xorg.conf aggiungendo queste righe:

    SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600" "720x400" "640x480"
    EndSubSection

    credendo di risolvere, ma la risoluzione selezionabile max resta sempre 800x600.

    Come posso fare?
    Togli semplicemente i modes che non ti servono

    SubSection "Display"
    Depth 24
    Modes "1024x768"
    EndSubSection

  3. #3
    Utente di HTML.it
    Registrato dal
    Sep 2004
    Messaggi
    1,344
    Fatto, ma il risultato è lo stesso.
    Posto il mio xorg.conf:

    # 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.
    #
    # Note that some configuration settings that could be done previously
    # in this file, now are automatically configured by the server and settings
    # here are ignored.
    #
    # 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

    Section "Device"
    Identifier "Configured Video Device"
    EndSection

    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    SubSection "Display"
    Depth 24
    Modes "1024x768"
    EndSubSection
    EndSection

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.