Problemas de resolucion de ubuntu

Bueno tenia ubuntu 8.04 y al salir la version 8.10 decidi actualizar y lo instale formateando y haciendo una instalacion nueva y limpia, al instalarlo todo se queda bien, excepto la resolucion, solo deja poner 800x600 y 640x480, al instalar el driver privativo solo me deja poner 640x480 y 320xnosecuantos.
En los dos casos son resoluciones que no permiten utilizar ubuntu de forma comoda, tambien e probado a instalar los drivers desde synaptic y desde envy y el resultado es el mismo, si instalo el driver 800x600 y si lo habilito 640x480.
El driver de la pagina de nvidia al ir a instalarlo me dice que no soporta el kernel.
Otro intento fue desde Nvidia x server seting y intente forzarlo a utilizar 1280x1024 (que es lo maximo que admite mi monitor), el resultado es que la pantalla ocupa los 1280x1024 pixeles pero solo muestra 640x480 y segun muevas el raton se desplaza a una zona o otra.
Y por ultimo intente modificando el xorg.conf, por lo general las configuraciones que e puesto despues de googlear mucho solian joderme el archivo y al reiniciar tenia que volver al backup, el ultimo intento no me jodio el archivo, funciona pero como si no lo hubiera tocado.

Despues de mirar mucho por google y problemas similares por aqui ya no se me ocurre nada, al instalar los drivers privativos la grafica la reconoce (xfx nvidia 5700le), pero el monitor no (proview 780) y por eso no me deja aumentar la resolucion a mas de 800x600 en el mejor de los casos cuando mi monitor acepta hasta 1280x1024.
¿A alguien se le ocurre alguna solucion?
muestranos tu /etc/X11/xorg.conf, parece ser un problema con la SubSection "Display", pero es mejor asegurarse.
Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Defaultdepth 24
Modes "1280x1024""1024x768""800x600"
EndSubSection

EndSection

Section "Module"
Load "glx"
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection

La parte seleccionada en negrita es la editada, el diver privativo de nvidia no esta activo.
Sin editarlo esa parte seria asi, Defaultdepth 24
Prueba con:
Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    Defaultdepth 24
    SubSection "Display"
        Viewport  0 0
        Depth     24
        Virtual   1280 1024
        Modes     "1280x1024" "1024x768"
    EndSubSection
EndSection


Lo del Viewport y Virtual deberia solucionarte el problema de desplazamiento de la pantalla con el cursor (y esperemos que la resolución tambien).
Nada que no, solo muestra 640x480 aunque el escritorio tenga 1280x1024 [mamaaaaa]
Sucede lo mismo con ambos controladores? (nv y nvidia).

Quiza en el /var/log/Xorg.0.log salga algo del porqué no te acepta la resolución .
X.Org X Server 1.5.2
Release Date: 10 October 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-19-server i686 Ubuntu
Current Operating System: Linux sergio-ubuntu 2.6.27-7-generic #1 SMP Tue Nov 4 19:33:20 UTC 2008 i686
Build Date: 24 October 2008  08:00:16AM
xorg-server 2:1.5.2-2ubuntu3 (buildd@rothera.buildd)
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Nov 17 17:05:05 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) No Layout section.  Using the first Screen section.
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Configured Monitor"
(**) |   |-->Device "Configured Video Device"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified.  Using compiled-in default.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
   Entry deleted from font path.
(==) FontPath set to:
   /usr/share/fonts/X11/misc,
   /usr/share/fonts/X11/100dpi/:unscaled,
   /usr/share/fonts/X11/75dpi/:unscaled,
   /usr/share/fonts/X11/Type1,
   /usr/share/fonts/X11/100dpi,
   /usr/share/fonts/X11/75dpi,
   /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
   If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81d9a40
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.4
   X.Org Video Driver: 4.1
   X.Org XInput driver : 2.1
   X.Org Server Extension : 1.1
   X.Org Font Renderer : 0.6
(II) Loader running on linux
(++) using VT number 7

(--) PCI: (0@0:12:0) Brooktree Corporation Bt878 Video Capture rev 2, Mem @ 0xeb001000/0
(--) PCI:*(0@1:0:0) nVidia Corporation NV36 [GeForce FX 5700LE] rev 161, Mem @ 0xe8000000/0, 0xd0000000/0, BIOS @ 0x????????/131072
(II) System resource ranges:
   [0] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [5] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
(II) "extmod" will be loaded by default.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded by default.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) LoadModule: "glx"

(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.0
   Module class: X.Org Server Extension
(II) NVIDIA GLX Module  173.14.12  Thu Jul 17 18:36:35 PDT 2008
(II) Loading extension GLX
(II) LoadModule: "extmod"

(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 1.5.2, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 1.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"

(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 1.5.2, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "freetype"

(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 1.5.2, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.6
(II) Loading font FreeType
(II) LoadModule: "record"

(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
   compiled for 1.5.2, module version = 1.13.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 1.1
(II) Loading extension RECORD
(II) LoadModule: "dri"

(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
   compiled for 1.5.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 1.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "nvidia"

(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.0
   Module class: X.Org Video Driver
(II) NVIDIA dlloader X Driver  173.14.12  Thu Jul 17 18:15:54 PDT 2008
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01@00:00:0
(II) Loading sub module "fb"
(II) LoadModule: "fb"

(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
   compiled for 1.5.2, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"

(II) Loading /usr/lib/xorg/modules//libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
   compiled for 1.5.2, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) resource ranges after probing:
   [0] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [5] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
(==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NoLogo" "True"
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(WW) NVIDIA(GPU-0): The EDID read for display device CRT-0 is invalid:
(WW) NVIDIA(GPU-0):     unrecognized EDID Header.
(II) NVIDIA(0): NVIDIA GPU GeForce FX 5700LE (NV36) at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 04.36.20.33.0c
(II) NVIDIA(0): Detected AGP rate: 4X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce FX 5700LE at
(--) NVIDIA(0):     PCI:1:0:0:
(--) NVIDIA(0):     CRT-0
(--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-0
(WW) NVIDIA(0): No valid modes for "1280x1024"; removing.
(WW) NVIDIA(0): No valid modes for "1024x768"; removing.
(WW) NVIDIA(0):
(WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
(WW) NVIDIA(0):     "nvidia-auto-select".
(WW) NVIDIA(0):
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "nvidia-auto-select"
(**) NVIDIA(0): Virtual screen size configured to be 1280 x 1024
(WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI
(WW) NVIDIA(0):     from CRT-0's EDID.
(==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
(==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [5] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
(II) NVIDIA(0): Initialized AGP GART.
(II) NVIDIA(0): Setting mode "nvidia-auto-select"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(II) config/hal: Adding input device Macintosh mouse button emulation
(II) LoadModule: "evdev"

(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
   compiled for 1.5.2, module version = 2.0.99
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 2.1
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event0"
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Configuring as mouse
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) config/hal: Adding input device MOSART Semi. Wireless Keyboard & Mouse
(**) MOSART Semi. Wireless Keyboard & Mouse: always reports core events
(**) MOSART Semi. Wireless Keyboard & Mouse: Device: "/dev/input/event2"
(II) MOSART Semi. Wireless Keyboard & Mouse: Found x and y relative axes
(II) MOSART Semi. Wireless Keyboard & Mouse: Found 15 mouse buttons
(II) MOSART Semi. Wireless Keyboard & Mouse: Found keys
(II) MOSART Semi. Wireless Keyboard & Mouse: Configuring as mouse
(II) MOSART Semi. Wireless Keyboard & Mouse: Configuring as keyboard
(II) XINPUT: Adding extended input device "MOSART Semi. Wireless Keyboard & Mouse" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) MOSART Semi. Wireless Keyboard & Mouse: xkb_rules: "evdev"
(**) Option "xkb_model" "pc105"
(**) MOSART Semi. Wireless Keyboard & Mouse: xkb_model: "pc105"
(**) Option "xkb_layout" "es"
(**) MOSART Semi. Wireless Keyboard & Mouse: xkb_layout: "es"
(**) MOSART Semi. Wireless Keyboard & Mouse: YAxisMapping: buttons 4 and 5
(**) MOSART Semi. Wireless Keyboard & Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) config/hal: Adding input device MOSART Semi. Wireless Keyboard & Mouse
(**) MOSART Semi. Wireless Keyboard & Mouse: always reports core events
(**) MOSART Semi. Wireless Keyboard & Mouse: Device: "/dev/input/event1"
(II) MOSART Semi. Wireless Keyboard & Mouse: Found keys
(II) MOSART Semi. Wireless Keyboard & Mouse: Configuring as keyboard
(II) XINPUT: Adding extended input device "MOSART Semi. Wireless Keyboard & Mouse" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) MOSART Semi. Wireless Keyboard & Mouse: xkb_rules: "evdev"
(**) Option "xkb_model" "pc105"
(**) MOSART Semi. Wireless Keyboard & Mouse: xkb_model: "pc105"
(**) Option "xkb_layout" "es"
(**) MOSART Semi. Wireless Keyboard & Mouse: xkb_layout: "es"
(II) config/hal: Adding input device bttv IR (card=34)
(**) bttv IR (card=34): always reports core events
(**) bttv IR (card=34): Device: "/dev/input/event5"
(II) bttv IR (card=34): Found keys
(II) bttv IR (card=34): Configuring as keyboard
(II) XINPUT: Adding extended input device "bttv IR (card=34)" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) bttv IR (card=34): xkb_rules: "evdev"
(**) Option "xkb_model" "pc105"
(**) bttv IR (card=34): xkb_model: "pc105"
(**) Option "xkb_layout" "es"
(**) bttv IR (card=34): xkb_layout: "es"
(II) NVIDIA(0): Setting mode "CRT-0:nvidia-auto-select@1280x1024+0+0"
(II) NVIDIA(0): Setting mode "CRT-0:640x480@1280x1024+0+0"
El problema viene de
(WW) NVIDIA(GPU-0): The EDID read for display device CRT-0 is invalid:
(WW) NVIDIA(GPU-0):     unrecognized EDID Header.

En pocas palabras: el controlador de nvidia por X razon no pudo leer el EDID del monitor y pone una resolución por defecto.

Tengo tiempo que no uso una nvidia, asi que desconozco como usar la opción CustomEDID correctamente.

Prueba añadiendo la opcion de metamodes para forzar que use ese en ves del 640x480, si no funciona busca información de como usar la opcion del customEDID.

Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    Defaultdepth 24
    Option   "metamodes" "1280x1024 +0+0"
    SubSection "Display"
        Viewport  0 0
        Depth     24
        Virtual   1280 1024
        Modes     "1280x1024" "1024x768"
    EndSubSection
EndSection
Te faltan los drivers del a grafica o al menos yo los he instalado y ya puedo poner una gama de resoluciones y no solo esas dos.
es el driver de nvidia se ve en la ultima linea te cambia a 1280 y despues a 640 ve que pasa desactivando el privativo
Bueno al final lo solucione volviendo a la version 8.04 y instalando el driver de nvidia desde envy.
Aqui pongo mi nuevo xorg.
No se si volviendo a 8.10 y poniendo este xorg funcionaria bien, pero de momento me voy a quedar con la 8.04.
gracias por la ayuda.
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Screen"
   Identifier   "Default Screen"
   Device      "Configured Video Device"
   Monitor      "Configured Monitor"
   SubSection "Display"
      Depth   24
      Virtual   1280   1024
      Modes      "800x600@60"   "1024x768@60"   "800x600@56"   "1280x960@60"   "640x480@60"   "1280x1024@60"
   EndSubSection
   Option      "AddARGBGLXVisuals"   "True"
   Defaultdepth   24
EndSection

Section "Screen"
   Identifier   "screen1"
   Device      "device1"
   Monitor      "monitor1"
   Option      "AddARGBGLXVisuals"   "True"
   Defaultdepth   24
EndSection

Section "Device"
   Identifier   "Configured Video Device"
   Boardname   "NVIDIA GeForce FX (generic)"
   Busid      "PCI:1:0:0"
   Driver      "nvidia"
   Screen   0
   Vendorname   "NVIDIA"
EndSection

Section "Device"
   Identifier   "device1"
   Boardname   "NVIDIA GeForce FX (generic)"
   Busid      "PCI:1:0:0"
   Driver      "nvidia"
   Screen   1
   Vendorname   "NVIDIA"
EndSection

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

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

Section "ServerLayout"
   Identifier   "Default Layout"
  screen 0 "Default Screen" 0 0
EndSection

Section "Module"
   Load      "glx"
   Load      "GLcore"
   Load      "v4l"
EndSection

Section "Monitor"
   Identifier   "Configured Monitor"
   Vendorname   "Generic LCD Display"
   Modelname   "LCD Panel 1280x1024"
   Horizsync   31.5-64.0
   Vertrefresh   56.0   -   65.0
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
  modeline  "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
  modeline  "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
   Gamma   1.0
EndSection

Section "Monitor"
   Identifier   "monitor1"
   Gamma   1.0
EndSection

Section "Extensions"
   Option      "Composite"   "Enable"
EndSection
Buenas,tengo instalado ubuntu 8.10 y no me admitia resolucion 1024x768@60 siempre me arrancaba a 640x480 he probado de mil formas, mediante envy y modificando el xorg.conf y nada, hasta que he dado con tu configuracion de xorg,lo he probado y funciona con los efectos de escritorio 100x100, mi grafica es una nvidia fx5600xt, te animo a probar el 8.10, Saludos y Gracias. [beer]
Ok lo e vuelto a probar y ahora si va bien, no e necesitado modificar el xorg.conf que postee antes, instale el driver desde envy y a funcionar. XD
12 respuestas