Visualizzazione dei risultati da 1 a 10 su 10
  1. #1

    Problema risoluzione Schermo

    Ciao, oggi ho installato ubunto, e devo dire che va benissimo, c'è solo un piccolo pronlema nella risoluzione dello schermo!! che mi vede solo 800X600

    Come faccio a cambiarla??

    Ho provato anche tramite il comando /etc/X11/xorg.conf però mi da accesso negato!!

    Attendo aiuti!!

    Non esiste grande genio senza una dose di Follia!! ;o)

  2. #2

    Re: Problema risoluzione Schermo

    Originariamente inviato da futureshow11
    Ciao, oggi ho installato ubunto, e devo dire che va benissimo, c'è solo un piccolo pronlema nella risoluzione dello schermo!! che mi vede solo 800X600

    Come faccio a cambiarla??

    Ho provato anche tramite il comando /etc/X11/xorg.conf però mi da accesso negato!!

    Attendo aiuti!!

    fai
    codice:
    sudo gedit /etc/X11/xorg.conf
    E postane il contenuto
    "L'utopia è come l'orizzonte: cammino due passi, e si allontana di due passi. Cammino di dieci passi, e si allontana di dieci passi. E allora, a cosa serve l'utopia? A questo: serve per continuare a camminare."
    Eduardo Galeano
    Il mio sito
    "if you want people to RTFM, make a better FM!"

  3. #3

  4. #4

    Re: Re: Problema risoluzione Schermo

    Originariamente inviato da psykopear
    fai
    codice:
    sudo gedit /etc/X11/xorg.conf
    E postane il contenuto
    Ecco quello che mi viene scritto
    # /etc/X11/xorg.conf (xorg 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(5) 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

    Section "Files"
    FontPath "/usr/share/fonts/X11/misc"
    FontPath "/usr/share/fonts/X11/cyrillic"
    FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath "/usr/share/fonts/X11/Type1"
    FontPath "/usr/share/fonts/X11/100dpi"
    FontPath "/usr/share/fonts/X11/75dpi"
    # path to defoma fonts
    FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    EndSection

    Section "Module"
    Load "bitmap"
    Load "ddc"
    Load "dri"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "int10"
    Load "vbe"
    EndSection

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "it"
    EndSection

    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "stylus"
    Option "Device" "/dev/input/wacom"
    Option "Type" "stylus"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "eraser"
    Option "Device" "/dev/input/wacom"
    Option "Type" "eraser"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "cursor"
    Option "Device" "/dev/input/wacom"
    Option "Type" "cursor"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection

    Section "Device"
    Identifier "Scheda video generica"
    Driver "nvidia"
    BusID "PCI:5:0:0"
    EndSection

    Section "Monitor"
    Identifier "Monitor Generico"
    Option "DPMS"
    HorizSync 28-51
    VertRefresh 43-60
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "Scheda video generica"
    Monitor "Monitor Generico"
    DefaultDepth 16
    SubSection "Display"
    Depth 1
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    InputDevice "stylus" "SendCoreEvents"
    InputDevice "cursor" "SendCoreEvents"
    InputDevice "eraser" "SendCoreEvents"
    EndSection

    Section "DRI"
    Mode 0666
    EndSection
    Non esiste grande genio senza una dose di Follia!! ;o)

  5. #5
    Originariamente inviato da sacarde
    http://www.cyberciti.biz/faq/ubuntu-...m-xorg-server/
    ho provato ma nn c'è modo di modificare la risoluzione da 800X600!!


    perchè help help help


    Non esiste grande genio senza una dose di Follia!! ;o)

  6. #6
    prova:


    xorgcfg -textmode

  7. #7

    Re: Re: Re: Problema risoluzione Schermo

    Originariamente inviato da futureshow11
    Ecco quello che mi viene scritto
    # /etc/X11/xorg.conf (xorg 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(5) 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

    Section "Files"
    FontPath "/usr/share/fonts/X11/misc"
    FontPath "/usr/share/fonts/X11/cyrillic"
    FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath "/usr/share/fonts/X11/Type1"
    FontPath "/usr/share/fonts/X11/100dpi"
    FontPath "/usr/share/fonts/X11/75dpi"
    # path to defoma fonts
    FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    EndSection

    Section "Module"
    Load "bitmap"
    Load "ddc"
    Load "dri"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "int10"
    Load "vbe"
    EndSection

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "it"
    EndSection

    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "stylus"
    Option "Device" "/dev/input/wacom"
    Option "Type" "stylus"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "eraser"
    Option "Device" "/dev/input/wacom"
    Option "Type" "eraser"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "cursor"
    Option "Device" "/dev/input/wacom"
    Option "Type" "cursor"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection

    Section "Device"
    Identifier "Scheda video generica"
    Driver "nvidia"
    BusID "PCI:5:0:0"
    EndSection

    Section "Monitor"
    Identifier "Monitor Generico"
    Option "DPMS"
    HorizSync 28-51
    VertRefresh 43-60
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "Scheda video generica"
    Monitor "Monitor Generico"
    DefaultDepth 16
    SubSection "Display"
    Depth 1
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    InputDevice "stylus" "SendCoreEvents"
    InputDevice "cursor" "SendCoreEvents"
    InputDevice "eraser" "SendCoreEvents"
    EndSection

    Section "DRI"
    Mode 0666
    EndSection

    allora, prima di tutto, fai una copia di backup dell'xorg.conf magari nella tua home, così, se per qualche motivo si dovesse piantare il server x, da modalità testuale, dopo aver effettuato il login comeutente root gli dai

    cp /home/nomutente/xorg.conf /etc/X11/xorg.conf Dove ovviamente nomeutente è da sostituire con il nome dell'utente dove hai salvato la copia.

    Prova a sostituire la sezione screen con:

    Section "Screen"
    Identifier "Default Screen"
    Device "Scheda video generica"
    Monitor "Monitor Generico"
    DefaultDepth 16
    SubSection "Display"
    Depth 16
    Modes "1024x768"
    EndSubSection

    Lasciando così solo la risoluzionne massima di cui hai bisogno. Se non va fai l'operazione che ti ho postato prima e riproviamo ^^
    "L'utopia è come l'orizzonte: cammino due passi, e si allontana di due passi. Cammino di dieci passi, e si allontana di dieci passi. E allora, a cosa serve l'utopia? A questo: serve per continuare a camminare."
    Eduardo Galeano
    Il mio sito
    "if you want people to RTFM, make a better FM!"

  8. #8
    Originariamente inviato da sacarde
    prova:


    xorgcfg -textmode
    appena provato!! mi esce scritto command not found!!
    Non esiste grande genio senza una dose di Follia!! ;o)

  9. #9

    Re: Re: Re: Re: Problema risoluzione Schermo

    Originariamente inviato da psykopear
    allora, prima di tutto, fai una copia di backup dell'xorg.conf magari nella tua home, così, se per qualche motivo si dovesse piantare il server x, da modalità testuale, dopo aver effettuato il login comeutente root gli dai

    cp /home/nomutente/xorg.conf /etc/X11/xorg.conf Dove ovviamente nomeutente è da sostituire con il nome dell'utente dove hai salvato la copia.

    Prova a sostituire la sezione screen con:

    Section "Screen"
    Identifier "Default Screen"
    Device "Scheda video generica"
    Monitor "Monitor Generico"
    DefaultDepth 16
    SubSection "Display"
    Depth 16
    Modes "1024x768"
    EndSubSection

    Lasciando così solo la risoluzionne massima di cui hai bisogno. Se non va fai l'operazione che ti ho postato prima e riproviamo ^^
    Fatto come hai detto, ho riavviato, è partito normalmente ma niente c'è sempre e solo la risoluzione 800X600!!

    MA perchè??
    Non esiste grande genio senza una dose di Follia!! ;o)

  10. #10
    Problema risolto!!

    Grazie di tuttto!! ;o)


    Non esiste grande genio senza una dose di Follia!! ;o)

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.