Resolucion pantalla en Debian 2.6.32-5-686

Iniciado por Reyentus, 9 Noviembre 2012, 18:26 PM

0 Miembros y 1 Visitante están viendo este tema.

Reyentus

Buenas,

Tengo una tarjeta grafica Nvidia Geforce GTS250 y el sistema operativo Debian versión 2.6.32-5-686 y resulta que la resolución máxima que puedo poner es de 1380x768, me gustaría saber si es posible poner la resolución 1920x1200.

He instalado los drivers desde la pagina oficial de Nvidia, he leído muchos manuales y he probado varias cosas pero no lo he conseguido. ¿Alguien puede ayudarme o indicarme si es posible hacer lo que quiero?

Adjunto la información de "xrandr" y "/etc/X11/xorg.conf

xrandr

Screen 0: minimum 8 x 8, current 2384 x 768, maximum 8192 x 8192
DVI-I-0 connected 1360x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768       60.0 +
   1360x768       60.0*    59.8 
   1152x864       60.0 
   800x600        72.2     60.3     56.2 
   680x384       119.9    119.6 
   640x480        59.9 
   512x384       120.0 
   400x300       144.4 
   320x240       120.1 
DVI-I-1 connected 1024x768+1360+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768       60.0*+
   1360x768       60.0     59.8 
   1152x864       60.0 
   800x600        72.2     60.3     56.2 
   680x384       119.9    119.6 
   640x480        59.9 
   512x384       120.0 
   400x300       144.4 
   320x240       120.1 
TV-0 disconnected (normal left inverted right x axis y axis)
DVI-I-2 disconnected (normal left inverted right x axis y axis)
DVI-I-3 disconnected (normal left inverted right x axis y axis)

/etc/X11/xorg.conf

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 304.60  (buildmeister@swio-display-x86-rhel47-13)  Sun Oct 14 21:19:07 PDT 2012

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
    Option         "Xinerama" "0"
EndSection

Section "Files"
    ModulePath      "/usr/lib/xorg/modules"
    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"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath        "built-ins"
EndSection

Section "Module"
    Load           "record"
    Load           "dri2"
    Load           "dbe"
    Load           "glx"
    Load           "dri"
    Load           "extmod"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "CRT-0"
    HorizSync       28.0 - 55.0
    VertRefresh     43.0 - 72.0
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "G92 [GeForce GTS 250]"
    BusID          "PCI:1:0:0"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTS 250"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "CRT-0"
    Option         "metamodes" "CRT-0: 1360x768 +0+0, CRT-1: nvidia-auto-select +1360+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Gracias

adgellida

Prueba con otra distro o paquetes gráficos. Si esos dan un tope, pues no creo que se puedan modificar no? Pruebas con los xorg inestables de launchpad, como último recurso, antes de intentar modificar a mano.

_Slash_

Mi archivo de configuración xorg.conf lo tengo de la siguiente manera:


# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildd@barber)  Sun Jun 13 12:08:56 UTC 2010

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

Section "Files"
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"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.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
    EndSubSection
EndSection


Esta configuración me la creo por defecto el programa nvidia-xconfig que viene en Debian y no tengo ningún problema para poner al máximo de resolución que soporta mi monitor 1920 × 1080.

Saludos.
Despierta del sueño en el que has estado siempre y date cuenta de la cruda y cruel realidad.

adgellida

No entiendo, arriba dices que no puedes y ahora que no tienes ningún problema? Prueba con otra distro en live cd a ver, una ubuntu.

_Slash_

Cita de: tonigellida en 11 Noviembre 2012, 21:51 PM
No entiendo, arriba dices que no puedes y ahora que no tienes ningún problema? Prueba con otra distro en live cd a ver, una ubuntu.

Yo no tengo ningún problema, solo puse mi configuración para ver si le sirve a Reyentus.
Despierta del sueño en el que has estado siempre y date cuenta de la cruda y cruel realidad.

adgellida

Entiendo, confusión mía. Todo parece ser o driver o modelo de gráfica no? Porque distro y kernel es igual no?

Foxy Rider

Buscá el paquete nvidia-settings y ahí podés configurar la resolución ... pero primero borrá ese xorg.conf y seguido de eso ejecutá nvidia-xconfig.

Saludos.