Public bug reported: On Live and on Install the screen resolution is too low.
On Edgy on the same hardware the nvidia card displays at 1280x1024 and 3d acceleration works well. On Feisty the resolution defaults to 800x600 which is the maximum resolution that the "screen resolution" dialogue lets you choose. 3d acceleration does not work at all. Here is the relevant sections of xorg.conf on Edgy: ###### Edgy start Section "Module" # Load "GLcore" Load "i2c" Load "bitmap" Load "ddc" # Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "type1" Load "vbe" EndSection Section "Device" Identifier "NVIDIA Corporation NV18 [GeForce4 MX - nForce GPU]" Driver "nvidia" BusID "PCI:2:0:0" EndSection Section "Monitor" Identifier "T710B" Option "DPMS" HorizSync 30-71 VertRefresh 50-160 EndSection Section "Screen" Identifier "Default Screen" Device "NVIDIA Corporation NV18 [GeForce4 MX - nForce GPU]" Monitor "T710B" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection EndSection ###### Edgy end Here are the same sections under the default Feisty install: ######Feisty start Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "vbe" EndSection Section "Device" Identifier "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]" Driver "nv" BusID "PCI:1:0:0" EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" HorizSync 28-49 VertRefresh 43-72 EndSection Section "Screen" Identifier "Default Screen" Device "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1024x768" "800x600" "720x400" "640x480" "640x400" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" "800x600" "720x400" "640x480" "640x400" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800x600" "720x400" "640x480" "640x400" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800x600" "720x400" "640x480" "640x400" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "720x400" "640x480" "640x400" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "720x400" "640x480" "640x400" EndSubSection EndSection ######Feisty end In Feisty the maximum resolution in xorg.conf is not actually available as a choice. ** Affects: xorg-server (Ubuntu) Importance: Undecided Status: Unconfirmed -- nvidia resolution and 3d not initialised properly https://launchpad.net/bugs/82095 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs