Risoluzione schermo con driver "NVIDIA"[NON RISOLT

Inviare un nuovo argomento   Argomento chiuso, non puoi modificare i messaggi o rispondere

Pagina 1 su4 1, 2, 3, 4  Seguente

Vedere l'argomento precedente Vedere l'argomento seguente Andare in basso

Risoluzione schermo con driver "NVIDIA"[NON RISOLT

Messaggio Da gasgas_penguin il Ven Ott 19, 2007 10:06 pm

Salve a tutti ho un problema con la risoluzione del monitor che ho anche sulle distro che uso.
Confido nel Vs. aiuto anche perchè pur non usando i giochi vorrei risolvere.
In pratica con i driver "nvidia" correttamente installati ho sì l'accelerazione 3D ma la risoluzione max dello schermo và ad 800x600 invece con i driver "nv" la risoluzione è ok ma non ho l'acc. 3D. Il monitor è un "Mecotek LD 155" (lcd) e la scheda grafica è integrata serie 6 GEforce.
Ho provato a vedere in giro ma anche le modifiche manuali all'"xorg.conf" (per es il DFP etc" non hanno funzionato:cry:.
Insomma cosa sbaglio visto che con i driver proprietari "nvidia" non riesco a modificare la risoluzione dello schermo?
Ciao a tutti e grazie anticipatamente per l'attenzione.:rabbit: Gas.:sleep:

gasgas_penguin
Consultant
Consultant

Sesso:MaschileGemelliCavallo
Messaggi : 204
Registrato il : 16/10/07
Età : 42
Localizzazione : Milano
Occupazione/Ozio : Anestesista
Rispetto delle regole del forum : : http://i34.servimg.com/u/f34/11/14/55/92/111010.png

Esperienza
esperienza:
50/100  (50/100)

Tornare in alto Andare in basso

Re: Risoluzione schermo con driver "NVIDIA"[NON RISOLT

Messaggio Da OMAR il Sab Ott 20, 2007 12:33 am

se mi posti il tuo xorg.conf ti guido passo passo nella modifica in modo da avere la risoluzione ottimale!

dai nel terminale:

Codice:
su
nano /etc/X11/xorg.conf


e posta il contenuto
IL BAR DEL FORUM E' SEMPRE APERTO.


OMAR
Admin
Admin

Sesso:MaschileSagittarioCapra
Messaggi : 2545
Registrato il : 13/09/07
Età : 29
Localizzazione : Vivo a Cremona..ma sono Salentino.
Occupazione/Ozio : Infermiere
Umore : Per adesso buono!
Rispetto delle regole del forum : : http://i34.servimg.com/u/f34/11/14/55/92/111010.png

Tornare in alto Andare in basso

Risoluzione con driver nvidia

Messaggio Da gasgas_penguin il Sab Ott 20, 2007 8:38 am

Ciao,
ti posto la copia che ho conservato dopo l'install automatico della distro non quella che uso attualmente con i driver "nv" dato che mi è più utile la risoluzione a 1024. Ovviamente non posto per ora l'"xorg.conf" sul quale ho tentato le modifiche.
Grazie, ciao Gas:lol:

Codice:
Section "Files"


    #FontPath    "/usr/share/fonts/local/"
    FontPath    "/usr/share/fonts/misc/"
    FontPath    "/usr/share/fonts/Type1/"
    FontPath    "/usr/share/fonts/TTF/"
    FontPath    "/usr/share/fonts/75dpi/"
    FontPath    "/usr/share/fonts/100dpi/"
    FontPath    "/usr/share/fonts/corefonts"

EndSection

# **********************************************************************
# Module section -- this is an optional section which is used to specify
# which run-time loadable modules to load when the X server starts up.
# **********************************************************************

Section "Module"

    Load    "dbe"
    Load    "i2c"
    Load    "glx"
    Load    "ddc"
    Load    "type1"
    Load    "freetype"
    Load    "extmod"
    Load    "synaptics"
    Load    "vbe"
#  Load        "dri"

EndSection


# **********************************************************************
# Server flags section.  This contains various server-wide Options.
# **********************************************************************

Section "ServerFlags"

    Option    "AllowMouseOpenFail" "true"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"
    Identifier        "Synaptics1"
    Driver        "synaptics"
    Option        "SendCoreEvents"    "true"
    Option        "Device"        "/dev/psaux"
    Option        "Protocol"        "auto-dev"
    Option        "HorizScrollDelta"    "0"
    Option        "SHMConfig"        "on"
    # For ALPS/MacBook TouchPads
    #Option        "MaxSpeed"        "0.7"
    #Option        "MinSpeed"        "0.18"
    #Option        "AccelFactor"        "0.08"
    #Option        "TopEdge"        "120"
    #Option        "LeftEdge"        "120"
    #Option        "BottomEdge"        "830"
    #Option        "RightEdge"        "650"
    #Option        "FingerLow"        "25"
    #Option        "FingerHigh"        "30"
    # MacBook touchpad
    #Option        "MaxTapTime"        "180"
    #Option        "MaxTapMove"        "220"
    #Option        "MaxDoubleTapTime"    "180"
    #Option        "VertScrollDelta"    "20"
    #Option        "HorizScrollDelta"    "50"
    #Option        "TapButton2"        "3"
    #Option        "TapButton3"        "2"
    #Option        "VertTwoFingerScroll"    "1"

    # Do you keep moving the mouse while typing? Try this trick.
    #synclient TouchpadOff=1 disable your synaptics touchpad
    #synclient TouchpadOff=0 enable your synaptics touchpad
EndSection


Section "InputDevice"

    Identifier    "Keyboard1"
    Driver    "kbd"

    Option    "AutoRepeat"    "500 5"
    Option      "XkbModel"      "pc105"
    Option    "XkbLayout"    "it"
    Option      "XkbRules"      "xorg"
    # Macintosh keyboard
    #Option    "XkbOptions"    "lv3:rwin_switch"

EndSection


Section "InputDevice"
  Driver        "wacom"
  Identifier    "wacom1"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"  "ISDV4"              # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "wacom2"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"  "ISDV4"              # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "wacom3"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"  "ISDV4"              # Tablet PC ONLY
EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier    "Mouse1"
    Driver    "mouse"

    Option    "Device"    "/dev/psaux"
    Option    "Protocol"    "ImPS/2"
    Option    "ZAxisMapping"    "4 5"

EndSection

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


# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier    "Generic Monitor"
    #Option      "DPMS"

    HorizSync    31.5 - 57.0
    VertRefresh  40.0 - 70.0


EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

Section "Device"
    Identifier  "VESA"
    Driver      "nvidia" # do not remove vesa
    #Option "RenderAccel" "on"
    Option "XAANoOffscreenPixmaps"
    #Option "BusType" "PCI"
    #Option "ColorTiling" "on"
    #Option "EnablePageFlip" "on"
EndSection


# **********************************************************************
# Screen sections.
# **********************************************************************

Section "Screen"

# The Identifier, Device and Monitor lines must be present

    Identifier    "Screen 1"
    Device    "VESA"
    Monitor    "Generic Monitor"
    #Option "AddARGBGLXVisuals" "true"

# The favoured Depth and/or Bpp may be specified here

    Identifier "Screen 1"
    Device    "VESA"
    Monitor    "Generic Monitor"
    DefaultDepth    24
    SubSection "Display"
        Viewport  0 0
        Depth    8
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Viewport  0 0
        Depth    16
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Viewport  0 0
        Depth    24
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "DRI"
    Mode        0666
EndSubsection


EndSection


Section "ServerLayout"
# The Identifier line must be present

    Identifier    "Main Layout"
    Screen 0    "Screen 1"
    InputDevice    "Mouse1" "CorePointer"
    InputDevice    "Mouse2" "SendCoreEvents"
    #InputDevice "Synaptics1" "SendCoreEvents"
    #InputDevice "wacom1" "SendCoreEvents"
    #InputDevice "wacom2" "SendCoreEvents"
    #InputDevice "wacom3" "SendCoreEvents"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

Section "DRI"
    Mode 0666
EndSection

Section "Extensions"
  Option "Composite" "Enable"
EndSection
[color=Black]

[/color]


Ultima modifica di il Sab Ott 20, 2007 3:14 pm, modificato 1 volta

gasgas_penguin
Consultant
Consultant

Sesso:MaschileGemelliCavallo
Messaggi : 204
Registrato il : 16/10/07
Età : 42
Localizzazione : Milano
Occupazione/Ozio : Anestesista
Rispetto delle regole del forum : : http://i34.servimg.com/u/f34/11/14/55/92/111010.png

Esperienza
esperienza:
50/100  (50/100)

Tornare in alto Andare in basso

Re: Risoluzione schermo con driver "NVIDIA"[NON RISOLT

Messaggio Da OMAR il Sab Ott 20, 2007 8:59 am

Comunque per quelli che come te hanno lo stesso problema , questo è il xorg.conf in sabayon:

Codice:

Section "Files"


    #FontPath  "/usr/share/fonts/local/"
    FontPath    "/usr/share/fonts/misc/"
    FontPath    "/usr/share/fonts/Type1/"
    FontPath    "/usr/share/fonts/TTF/"
    FontPath    "/usr/share/fonts/75dpi/"
    FontPath    "/usr/share/fonts/100dpi/"
    FontPath    "/usr/share/fonts/corefonts"

EndSection

# **********************************************************************
# Module section -- this is an optional section which is used to specify
# which run-time loadable modules to load when the X server starts up.
# **********************************************************************

Section "Module"

    Load        "dbe"
    Load        "i2c"
    Load        "glx"
    Load        "ddc"
    Load        "type1"
    Load        "freetype"
    Load        "extmod"
    Load        "synaptics"
    Load        "vbe"
#  Load        "dri"

EndSection


# **********************************************************************
# Server flags section.  This contains various server-wide Options.
# **********************************************************************

Section "ServerFlags"

    Option    "AllowMouseOpenFail" "true"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"
    Identifier          "Synaptics1"
    Driver              "synaptics"
    Option              "SendCoreEvents"        "true"
    Option              "Device"                "/dev/psaux"
    Option              "Protocol"              "auto-dev"
    Option              "HorizScrollDelta"      "0"
    Option              "SHMConfig"            "on"
    # For ALPS/MacBook TouchPads
    #Option            "MaxSpeed"              "0.7"
    #Option            "MinSpeed"              "0.18"
    #Option            "AccelFactor"          "0.08"
 #Option            "TopEdge"              "120"
    #Option            "LeftEdge"              "120"
    #Option            "BottomEdge"            "830"
    #Option            "RightEdge"            "650"
    #Option            "FingerLow"            "25"
    #Option            "FingerHigh"            "30"
    # MacBook touchpad
    #Option            "MaxTapTime"            "180"
    #Option            "MaxTapMove"            "220"
    #Option            "MaxDoubleTapTime"      "180"
    #Option            "VertScrollDelta"      "20"
    #Option            "HorizScrollDelta"      "50"
    #Option            "TapButton2"            "3"
    #Option            "TapButton3"            "2"
    #Option            "VertTwoFingerScroll"  "1"

    # Do you keep moving the mouse while typing? Try this trick.
    #synclient TouchpadOff=1 disable your synaptics touchpad
    #synclient TouchpadOff=0 enable your synaptics touchpad
EndSection

Section "InputDevice"

    Identifier  "Keyboard1"
    Driver      "kbd"

    Option      "AutoRepeat"    "500 5"
    Option      "XkbModel"      "pc105"
    Option      "XkbLayout"    "it"
    Option      "XkbRules"      "xorg"
    # Macintosh keyboard
    #Option    "XkbOptions"    "lv3:rwin_switch"

EndSection


Section "InputDevice"
  Driver        "wacom"
  Identifier    "wacom1"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"  "ISDV4"              # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "wacom2"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
Option        "ForceDevice"  "ISDV4"              # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "wacom3"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"  "ISDV4"              # Tablet PC ONLY
EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
Section "InputDevice"

# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"

    Option      "Device"        "/dev/psaux"
    Option      "Protocol"      "ImPS/2"
    Option      "ZAxisMapping"  "4 5"

EndSection

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


# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present
Section "Monitor"

    Identifier  "Generic Monitor"
    #Option      "DPMS"

    VertRefresh 55-75
    HorizSync 30-83

EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

Section "Device"
    Identifier  "VESA"
    Driver      "nvidia" # do not remove vesa
    #Option "RenderAccel" "on"
    Option "XAANoOffscreenPixmaps"
    #Option "BusType" "PCI"
    #Option "ColorTiling" "on"
    #Option "EnablePageFlip" "on"
EndSection


# **********************************************************************
# Screen sections.
# **********************************************************************

Section "Screen"

# The Identifier, Device and Monitor lines must be present
# The Identifier, Device and Monitor lines must be present

    Identifier  "Screen 1"
    Device      "VESA"
    Monitor    "Generic Monitor"
    Option "AddARGBGLXVisuals" "true"

# The favoured Depth and/or Bpp may be specified here

    DefaultDepth 24

    SubSection "Display"
        Depth          8
        ViewPort        0 0
        Modes "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection

    SubSection "Display"
        Depth          16
ViewPort        0 0
        Modes "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection

    SubSection "Display"
        Depth          24
        ViewPort        0 0
        Modes "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection


EndSection


Section "ServerLayout"
# The Identifier line must be present

    Identifier  "Main Layout"
Screen 0    "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Mouse2" "SendCoreEvents"
    #InputDevice "Synaptics1" "SendCoreEvents"
    #InputDevice "wacom1" "SendCoreEvents"
    #InputDevice "wacom2" "SendCoreEvents"
    #InputDevice "wacom3" "SendCoreEvents"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

Section "DRI"
    Mode 0666
EndSection

Section "Extensions"
  Option "Composite" "Enable"
EndSection


La sezione relativa al monitor può essere cambiata se si conoscono i valori delle frequenze orizzontali e verticali(basta cercare il proprio modello di monitor con google)
Codice:
Section "Monitor"



    Identifier  "Generic Monitor"

    #Option      "DPMS"



    VertRefresh 55-75

    HorizSync 30-83



EndSection


Per quanto riguardala risoluzione si può intervenire in due modi:

1. modificando questa sezione:

Codice:
Section "Screen"



# The Identifier, Device and Monitor lines must be present

# The Identifier, Device and Monitor lines must be present



    Identifier  "Screen 1"

    Device      "VESA"

    Monitor    "Generic Monitor"

    Option "AddARGBGLXVisuals" "true"



# The favoured Depth and/or Bpp may be specified here



    DefaultDepth 24



    SubSection "Display"

        Depth          8

        ViewPort        0 0

        Modes "1152x864" "1024x768" "800x600" "640x480"

    EndSubsection



    SubSection "Display"

        Depth          16

ViewPort        0 0

        Modes "1152x864" "1024x768" "800x600" "640x480"

    EndSubsection



    SubSection "Display"

        Depth          24

        ViewPort        0 0

        Modes "1152x864" "1024x768" "800x600" "640x480"

    EndSubsection





EndSection


in particolare nella sezione depth 24 potete aggiungere la vostra risoluzione:
AD ESEMPIO se la nostra risoluzione è 1440x900 questa sezione diventerà:
Codice:
SubSection "Display"


        Depth          24


        ViewPort        0 0


        Modes "1152x864" "1024x768" "800x600" "640x480"


    EndSubsection


così:

Codice:
SubSection "Display"



        Depth          24



        ViewPort        0 0



        Modes "1440x900" "1152x864" "1024x768" "800x600" "640x480"



    EndSubsection


Un altro modo, ma più rischioso per l'incolumità del vostro xorg è usare nvidia-settings

Se digitiamo in un terminale da root
Codice:
nvidia-settings


ci troveremò un utility nvidia da cui modificare i parametri della scheda video tra cui la risoluzione.
L'unico inconveniete è che salvando le modifiche il file xorg originale verrà riscritto da quello generato da questa utility.
Quindi se proprio volete usarla fate prima un backup
IL BAR DEL FORUM E' SEMPRE APERTO.


OMAR
Admin
Admin

Sesso:MaschileSagittarioCapra
Messaggi : 2545
Registrato il : 13/09/07
Età : 29
Localizzazione : Vivo a Cremona..ma sono Salentino.
Occupazione/Ozio : Infermiere
Umore : Per adesso buono!
Rispetto delle regole del forum : : http://i34.servimg.com/u/f34/11/14/55/92/111010.png

Tornare in alto Andare in basso

Re: Risoluzione schermo con driver "NVIDIA"[NON RISOLT

Messaggio Da OMAR il Sab Ott 20, 2007 9:06 am

la sezione che devi modificare è questa:

Codice:
[color=Lime]Section "Screen"

# The Identifier, Device and Monitor lines must be present

    Identifier    "Screen 1"
    Device    "VESA"
    Monitor    "Generic Monitor"
    #Option "AddARGBGLXVisuals" "true"

# The favoured Depth and/or Bpp may be specified here

    Identifier "Screen 1"
    Device    "VESA"
    Monitor    "Generic Monitor"
    DefaultDepth    24
    SubSection "Display"
        Viewport  0 0
        Depth    8
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Viewport  0 0
        Depth    16
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Viewport  0 0
        Depth    24
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
EndSection[/color]


in particolare a questa riga ci aggiungi la risoluzione che vuoi:

Codice:
[color=Lime]        Depth    24
        Modes    "1024x768" "800x600" "640x480"[/color]
IL BAR DEL FORUM E' SEMPRE APERTO.


OMAR
Admin
Admin

Sesso:MaschileSagittarioCapra
Messaggi : 2545
Registrato il : 13/09/07
Età : 29
Localizzazione : Vivo a Cremona..ma sono Salentino.
Occupazione/Ozio : Infermiere
Umore : Per adesso buono!
Rispetto delle regole del forum : : http://i34.servimg.com/u/f34/11/14/55/92/111010.png

Tornare in alto Andare in basso

Risoluzione nvidia

Messaggio Da gasgas_penguin il Sab Ott 20, 2007 9:19 am

No scusa OMAR,
se osservi l'"xorg.conf" che ho postato la risoluzione corretta (1024x768) c'è già: il problema è che poi in realtà non viene applicata e tramite l'"nvidia settings" non mi dà nemmeno la possibilità di andare oltre l'800x600!!!!!
Inoltre nell'xorg che Ti ho postato ho già modificato le frequenze del monitor con quelle corrette.:cry:
La soluzione purtroppo sembra un'altra.
Ciao, grazie
Gas:arrow:.

gasgas_penguin
Consultant
Consultant

Sesso:MaschileGemelliCavallo
Messaggi : 204
Registrato il : 16/10/07
Età : 42
Localizzazione : Milano
Occupazione/Ozio : Anestesista
Rispetto delle regole del forum : : http://i34.servimg.com/u/f34/11/14/55/92/111010.png

Esperienza
esperienza:
50/100  (50/100)

Tornare in alto Andare in basso

Re: Risoluzione schermo con driver "NVIDIA"[NON RISOLT

Messaggio Da OMAR il Sab Ott 20, 2007 9:27 am

scusami mi sono dimenticato di dirti che devi aggiungere questa linea:

Codice:
DefaultDepth 24


dopo la linea che hai nel tuo xorg:

Codice:
[color=Lime]# The favoured Depth and/or Bpp may be specified here[/color]


e toglila da più in basso


p.s:
anzi fà una cosa:
calcella questa sezione che è scritta malissimo


Codice:
    Identifier "Screen 1"
    Device    "VESA"
    Monitor    "Generic Monitor"
    DefaultDepth    24
    SubSection "Display"
        Viewport  0 0
        Depth    8
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Viewport  0 0
        Depth    16
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Viewport  0 0
        Depth    24
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
EndSection


e sostituiscila con questa:

Codice:
# The favoured Depth and/or Bpp may be specified here

    DefaultDepth 24

    SubSection "Display"
        Depth          8
        ViewPort        0 0
        Modes "1024x768" "800x600" "640x480"
    EndSubsection

    SubSection "Display"
        Depth          16
ViewPort        0 0
        Modes "1024x768" "800x600" "640x480"
    EndSubsection

    SubSection "Display"
        Depth          24
        ViewPort        0 0
        Modes "1024x768" "800x600" "640x480"
    EndSubsection
IL BAR DEL FORUM E' SEMPRE APERTO.


OMAR
Admin
Admin

Sesso:MaschileSagittarioCapra
Messaggi : 2545
Registrato il : 13/09/07
Età : 29
Localizzazione : Vivo a Cremona..ma sono Salentino.
Occupazione/Ozio : Infermiere
Umore : Per adesso buono!
Rispetto delle regole del forum : : http://i34.servimg.com/u/f34/11/14/55/92/111010.png

Tornare in alto Andare in basso

risoluzione nvidia

Messaggio Da gasgas_penguin il Sab Ott 20, 2007 10:05 am

Scusa se ho capito bene dovrei togliere anche le righe relative al "device" "Identifier e "monitor"???
Grazie e ciao.

gasgas_penguin
Consultant
Consultant

Sesso:MaschileGemelliCavallo
Messaggi : 204
Registrato il : 16/10/07
Età : 42
Localizzazione : Milano
Occupazione/Ozio : Anestesista
Rispetto delle regole del forum : : http://i34.servimg.com/u/f34/11/14/55/92/111010.png

Esperienza
esperienza:
50/100  (50/100)

Tornare in alto Andare in basso

Re: Risoluzione schermo con driver "NVIDIA"[NON RISOLT

Messaggio Da OMAR il Sab Ott 20, 2007 10:11 am

allora, il tuo xorg.conf dovrebbe diventare così:

Codice:
Section "Files"


    #FontPath    "/usr/share/fonts/local/"
    FontPath    "/usr/share/fonts/misc/"
    FontPath    "/usr/share/fonts/Type1/"
    FontPath    "/usr/share/fonts/TTF/"
    FontPath    "/usr/share/fonts/75dpi/"
    FontPath    "/usr/share/fonts/100dpi/"
    FontPath    "/usr/share/fonts/corefonts"

EndSection

# **********************************************************************
# Module section -- this is an optional section which is used to specify
# which run-time loadable modules to load when the X server starts up.
# **********************************************************************

Section "Module"

    Load    "dbe"
    Load    "i2c"
    Load    "glx"
    Load    "ddc"
    Load    "type1"
    Load    "freetype"
    Load    "extmod"
    Load    "synaptics"
    Load    "vbe"
#  Load        "dri"

EndSection


# **********************************************************************
# Server flags section.  This contains various server-wide Options.
# **********************************************************************

Section "ServerFlags"

    Option    "AllowMouseOpenFail" "true"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"
    Identifier        "Synaptics1"
    Driver        "synaptics"
    Option        "SendCoreEvents"    "true"
    Option        "Device"        "/dev/psaux"
    Option        "Protocol"        "auto-dev"
    Option        "HorizScrollDelta"    "0"
    Option        "SHMConfig"        "on"
    # For ALPS/MacBook TouchPads
    #Option        "MaxSpeed"        "0.7"
    #Option        "MinSpeed"        "0.18"
    #Option        "AccelFactor"        "0.08"
    #Option        "TopEdge"        "120"
    #Option        "LeftEdge"        "120"
    #Option        "BottomEdge"        "830"
    #Option        "RightEdge"        "650"
    #Option        "FingerLow"        "25"
    #Option        "FingerHigh"        "30"
    # MacBook touchpad
    #Option        "MaxTapTime"        "180"
    #Option        "MaxTapMove"        "220"
    #Option        "MaxDoubleTapTime"    "180"
    #Option        "VertScrollDelta"    "20"
    #Option        "HorizScrollDelta"    "50"
    #Option        "TapButton2"        "3"
    #Option        "TapButton3"        "2"
    #Option        "VertTwoFingerScroll"    "1"

    # Do you keep moving the mouse while typing? Try this trick.
    #synclient TouchpadOff=1 disable your synaptics touchpad
    #synclient TouchpadOff=0 enable your synaptics touchpad
EndSection


Section "InputDevice"

    Identifier    "Keyboard1"
    Driver    "kbd"
   
    Option    "AutoRepeat"    "500 5"
    Option      "XkbModel"      "pc105"
    Option    "XkbLayout"    "it"
    Option      "XkbRules"      "xorg"
    # Macintosh keyboard
    #Option    "XkbOptions"    "lv3:rwin_switch"

EndSection


Section "InputDevice"
  Driver        "wacom"
  Identifier    "wacom1"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"  "ISDV4"              # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "wacom2"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"  "ISDV4"              # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "wacom3"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"  "ISDV4"              # Tablet PC ONLY
EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier    "Mouse1"
    Driver    "mouse"

    Option    "Device"    "/dev/psaux"
    Option    "Protocol"    "ImPS/2"
    Option    "ZAxisMapping"    "4 5"
   
EndSection

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


# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier    "Generic Monitor"
    #Option      "DPMS"

    HorizSync    31.5 - 57.0
    VertRefresh  40.0 - 70.0
   
   
EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

Section "Device"
    Identifier  "VESA"
    Driver      "nvidia" # do not remove vesa
    #Option "RenderAccel" "on"
    Option "XAANoOffscreenPixmaps"
    #Option "BusType" "PCI"
    #Option "ColorTiling" "on"
    #Option "EnablePageFlip" "on"
EndSection


# **********************************************************************
# Screen sections.
# **********************************************************************

Section "Screen"

# The Identifier, Device and Monitor lines must be present

    Identifier    "Screen 1"
    Device    "VESA"
    Monitor    "Generic Monitor"
    #Option "AddARGBGLXVisuals" "true"

# The favoured Depth and/or Bpp may be specified here

    DefaultDepth 24

    SubSection "Display"
        Depth          8
        ViewPort        0 0
        Modes "1024x768" "800x600" "640x480"
    EndSubsection

    SubSection "Display"
        Depth          16
ViewPort        0 0
        Modes "1024x768" "800x600" "640x480"
    EndSubsection

    SubSection "Display"
        Depth          24
        ViewPort        0 0
        Modes "1024x768" "800x600" "640x480"
    EndSubsection
[color=Lime]


Section "DRI"
    Mode        0666
EndSubsection


EndSection


Section "ServerLayout"
# The Identifier line must be present

    Identifier    "Main Layout"
    Screen 0    "Screen 1"
    InputDevice    "Mouse1" "CorePointer"
    InputDevice    "Mouse2" "SendCoreEvents"
    #InputDevice "Synaptics1" "SendCoreEvents"
    #InputDevice "wacom1" "SendCoreEvents"
    #InputDevice "wacom2" "SendCoreEvents"
    #InputDevice "wacom3" "SendCoreEvents"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

Section "DRI"
    Mode 0666
EndSection

Section "Extensions"
  Option "Composite" "Enable"
EndSection


prova così!;)
IL BAR DEL FORUM E' SEMPRE APERTO.


OMAR
Admin
Admin

Sesso:MaschileSagittarioCapra
Messaggi : 2545
Registrato il : 13/09/07
Età : 29
Localizzazione : Vivo a Cremona..ma sono Salentino.
Occupazione/Ozio : Infermiere
Umore : Per adesso buono!
Rispetto delle regole del forum : : http://i34.servimg.com/u/f34/11/14/55/92/111010.png

Tornare in alto Andare in basso

Risoluzione con driver nvidia

Messaggio Da gasgas_penguin il Sab Ott 20, 2007 10:30 am

Purtroppo dopo "copia incolla", per non fare errori......
UN BELLO SCHERMO NERO.
Insomma il mio monitor stà proprio sulle ...... al driver nvidia.
Se Ti vengono altri suggerimenti grazie e comunque perdona la rottura.
Ciao, Gas:silent:

gasgas_penguin
Consultant
Consultant

Sesso:MaschileGemelliCavallo
Messaggi : 204
Registrato il : 16/10/07
Età : 42
Localizzazione : Milano
Occupazione/Ozio : Anestesista
Rispetto delle regole del forum : : http://i34.servimg.com/u/f34/11/14/55/92/111010.png

Esperienza
esperienza:
50/100  (50/100)

Tornare in alto Andare in basso

Risoluzione con driver nvidia

Messaggio Da gasgas_penguin il Sab Ott 20, 2007 10:34 am

PS.
Ti invio l'xorg che funziona con i driver "nv" .... ma senza accelerazione.


Ultima modifica di il Sab Ott 20, 2007 3:15 pm, modificato 1 volta

gasgas_penguin
Consultant
Consultant

Sesso:MaschileGemelliCavallo
Messaggi : 204
Registrato il : 16/10/07
Età : 42
Localizzazione : Milano
Occupazione/Ozio : Anestesista
Rispetto delle regole del forum : : http://i34.servimg.com/u/f34/11/14/55/92/111010.png

Esperienza
esperienza:
50/100  (50/100)

Tornare in alto Andare in basso

Re: Risoluzione schermo con driver "NVIDIA"[NON RISOLT

Messaggio Da OMAR il Sab Ott 20, 2007 10:55 am

dottor non si capisce niente.....non usare i colori all'interno del codice

p.s

quando hai copiato il mio suggerimento e ti è uscito lo schermo nero non ti ricordi che tipo di errore èuscito???

molte volte quando fai copia-incolla dai siti nello xorg.conf alcuni cratteri non vengono riconsciuti
AD ESEMPIO se tu copi "1024x768"
lui incolla £$1024x768"£

prova a controllare.
copi il mio suggerimento
nano /etc/X11/xorg.conf
F3
F2
contr-alt-backspace

se non parte scrivi startx
e vedi il log di errore

sempre da li(non entrare in x)
lancia ancora sudo nano /etc/X11/xorg.conf
IL BAR DEL FORUM E' SEMPRE APERTO.


OMAR
Admin
Admin

Sesso:MaschileSagittarioCapra
Messaggi : 2545
Registrato il : 13/09/07
Età : 29
Localizzazione : Vivo a Cremona..ma sono Salentino.
Occupazione/Ozio : Infermiere
Umore : Per adesso buono!
Rispetto delle regole del forum : : http://i34.servimg.com/u/f34/11/14/55/92/111010.png

Tornare in alto Andare in basso

Risoluzione con driver nvidia

Messaggio Da gasgas_penguin il Sab Ott 20, 2007 11:08 am

Mi chiamo Gaspare è più facile.
Allora non sò cosa succede oggi ma io il colore nel codice non l'avevo inserito anche nell'anteprima non c'era ...... scusa. Provo a ripostarlo.
Invece per quanto riguarda l'errore immagino sia il solito ..... tradotto dall'inglese " .....il monitor non ha una configurazione usabile..."
Io ho il dubbio di dover modificare l'EDID ma non sò da dove cominciare.
Rimango fiducioso nella tua PAZIENZA e competenza.
Ciao, Gas.
Codice:

# **********************************************************************
# Module section -- this is an optional section which is used to specify
# which run-time loadable modules to load when the X server starts up.
# **********************************************************************
# **********************************************************************
# Server flags section.  This contains various server-wide Options.
# **********************************************************************
# **********************************************************************
# Input devices
# **********************************************************************
# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
# **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
# **********************************************************************
# Graphics device section
# **********************************************************************
# Any number of graphics device sections may be present
# **********************************************************************
# Screen sections.
# **********************************************************************

Section "ServerLayout"

# The Identifier line must be present
    #InputDevice "Synaptics1" "SendCoreEvents"
    #InputDevice "wacom1" "SendCoreEvents"
    #InputDevice "wacom2" "SendCoreEvents"
    #InputDevice "wacom3" "SendCoreEvents"
    Identifier    "Main Layout"
    Screen      0  "Screen 1" 0 0
    InputDevice    "Mouse1" "CorePointer"
    InputDevice    "Mouse2" "SendCoreEvents"
    InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"

    #FontPath    "/usr/share/fonts/local/"
    FontPath    "/usr/share/fonts/misc/"
    FontPath    "/usr/share/fonts/Type1/"
    FontPath    "/usr/share/fonts/TTF/"
    FontPath    "/usr/share/fonts/75dpi/"
    FontPath    "/usr/share/fonts/100dpi/"
    FontPath    "/usr/share/fonts/corefonts"
EndSection

Section "Module"
    Load  "dbe"
    Load  "i2c"
    Load  "glx"
    Load  "ddc"
    Load  "type1"
    Load  "freetype"
    Load  "extmod"
    Load  "synaptics"
    Load  "vbe"
#  Load        "dri"
EndSection

Section "ServerFlags"
    Option        "AllowMouseOpenFail" "true"
EndSection

Section "InputDevice"

    #Option        "MaxSpeed"        "0.7"
    #Option        "MinSpeed"        "0.18"
    #Option        "AccelFactor"        "0.08"
    #Option        "TopEdge"        "120"
    #Option        "LeftEdge"        "120"
    #Option        "BottomEdge"        "830"
    #Option        "RightEdge"        "650"
    #Option        "FingerLow"        "25"
    #Option        "FingerHigh"        "30"
    # MacBook touchpad
    #Option        "MaxTapTime"        "180"
    #Option        "MaxTapMove"        "220"
    #Option        "MaxDoubleTapTime"    "180"
    #Option        "VertScrollDelta"    "20"
    #Option        "HorizScrollDelta"    "50"
    #Option        "TapButton2"        "3"
    #Option        "TapButton3"        "2"
    #Option        "VertTwoFingerScroll"    "1"
    # Do you keep moving the mouse while typing? Try this trick.
    #synclient TouchpadOff=1 disable your synaptics touchpad
    #synclient TouchpadOff=0 enable your synaptics touchpad
    Identifier  "Synaptics1"
    Driver      "synaptics"
    Option        "SendCoreEvents" "true"
    Option        "Device" "/dev/psaux"
    Option        "Protocol" "auto-dev"
    Option        "HorizScrollDelta" "0"
    Option        "SHMConfig" "on"
    # For ALPS/MacBook TouchPads
EndSection

Section "InputDevice"

    #Option    "XkbOptions"    "lv3:rwin_switch"
    Identifier  "Keyboard1"
    Driver      "kbd"
    Option        "AutoRepeat" "500 5"
    Option        "XkbModel" "pc104"
    Option        "XkbLayout" "it"
    Option        "XkbRules" "xorg"
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier  "wacom1"
    Driver      "wacom"
    Option        "Device" "/dev/wacom"          # Change to
    Option        "Type" "stylus"
    Option        "ForceDevice" "ISDV4"              # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier  "wacom2"
    Driver      "wacom"
    Option        "Device" "/dev/wacom"          # Change to
    Option        "Type" "eraser"
    Option        "ForceDevice" "ISDV4"              # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier  "wacom3"
    Driver      "wacom"
    Option        "Device" "/dev/wacom"          # Change to
    Option        "Type" "cursor"
    Option        "ForceDevice" "ISDV4"              # Tablet PC ONLY
EndSection

Section "InputDevice"

# Identifier and driver
    Identifier  "Mouse1"
    Driver      "mouse"
    Option        "Device" "/dev/psaux"
    Option        "Protocol" "ImPS/2"
    Option        "ZAxisMapping" "4 5"
EndSection

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

Section "Monitor"

    #Option      "DPMS"
 ### Comment all HorizSync and VertRefresh values to use DDC:
 ### Comment all HorizSync and VertRefresh values to use DDC:
 ### Comment all HorizSync and VertRefresh values to use DDC:
    Identifier  "Generic Monitor"
 ### Comment all HorizSync and VertRefresh values to use DDC:
    HorizSync    31.5 - 57.0
    VertRefresh  40.0 - 70.0
EndSection

Section "Device"

 # do not remove vesa
    #Option "RenderAccel" "on"
    #Option        "XAANoOffscreenPixmaps"
    #Option "BusType" "PCI"
    #Option "ColorTiling" "on"
    #Option "EnablePageFlip" "on"
    Identifier  "VESA"
    Driver      "nv"
    BusID      ""
EndSection

Section "Screen"

# The Identifier, Device and Monitor lines must be present
    #Option        "AddARGBGLXVisuals" "true"
# The favoured Depth and/or Bpp may be specified here
    Identifier "Screen 1"
    Device    "VESA"
    Monitor    "Generic Monitor"
    DefaultDepth    24
    SubSection "Display"
        Viewport  0 0
        Depth    8
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Viewport  0 0
        Depth    16
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Viewport  0 0
        Depth    24
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "DRI"
    Mode        0666
EndSection


gasgas_penguin
Consultant
Consultant

Sesso:MaschileGemelliCavallo
Messaggi : 204
Registrato il : 16/10/07
Età : 42
Localizzazione : Milano
Occupazione/Ozio : Anestesista
Rispetto delle regole del forum : : http://i34.servimg.com/u/f34/11/14/55/92/111010.png

Esperienza
esperienza:
50/100  (50/100)

Tornare in alto Andare in basso

Re: Risoluzione schermo con driver "NVIDIA"[NON RISOLT

Messaggio Da OMAR il Sab Ott 20, 2007 11:30 am

scusa ....gas
hai provato semplicemente a sostituire nv con nvidia

Codice:
Section "Device"

 # do not remove vesa
    #Option "RenderAccel" "on"
    #Option        "XAANoOffscreenPixmaps"
    #Option "BusType" "PCI"
    #Option "ColorTiling" "on"
    #Option "EnablePageFlip" "on"
    Identifier  "VESA"
    Driver      "nv" #-------->>>>quì ci metti nvidia
    BusID      ""
EndSection
IL BAR DEL FORUM E' SEMPRE APERTO.


OMAR
Admin
Admin

Sesso:MaschileSagittarioCapra
Messaggi : 2545
Registrato il : 13/09/07
Età : 29
Localizzazione : Vivo a Cremona..ma sono Salentino.
Occupazione/Ozio : Infermiere
Umore : Per adesso buono!
Rispetto delle regole del forum : : http://i34.servimg.com/u/f34/11/14/55/92/111010.png

Tornare in alto Andare in basso

Re: Risoluzione schermo con driver "NVIDIA"[NON RISOLT

Messaggio Da gasgas_penguin il Sab Ott 20, 2007 11:34 am

Allora ho corretto l'xorg.conf dopo il copia incolla: gli errori erano legati ad alcuni errori di sintassi delle righe .... mancavano degli EndSection e dei SubSection erano al posto errato.
MA PURTROPPO la grafica và sempre solo a 800x600.
Che p...e.
Le speranze si affievoliscono e pensare che quando ho cambiato il PC ho cercato la scheda nvidia apposta per non aver problemi con linux .......
Ciao, se hai altri suggerimenti .......
Gaspare

gasgas_penguin
Consultant
Consultant

Sesso:MaschileGemelliCavallo
Messaggi : 204
Registrato il : 16/10/07
Età : 42
Localizzazione : Milano
Occupazione/Ozio : Anestesista
Rispetto delle regole del forum : : http://i34.servimg.com/u/f34/11/14/55/92/111010.png

Esperienza
esperienza:
50/100  (50/100)

Tornare in alto Andare in basso

Pagina 1 su4 1, 2, 3, 4  Seguente

Vedere l'argomento precedente Vedere l'argomento seguente Tornare in alto


Inviare un nuovo argomento   Argomento chiuso, non puoi modificare i messaggi o rispondere