Wrong resolution with an nvidia GeForceGo 7300

Bug #79017 reported by Baptiste
2
Affects Status Importance Assigned to Milestone
xserver-xorg-video-nv (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: xserver-xorg-video-nv

I use an asus laptop (A6Tc) with an nvidia GeForceGo 7300. The default and maximum resolution isn't correct. In fact, the laptop has a widescreen and ubuntu uses this resolution : 1024x768. The correct resolution is 1280x800 (as it seems to be for 15" a widescreen).

Here is a part of the xorg.conf file :

Section "Device"
 Identifier "NVIDIA Corporation NVIDIA Default Card"
 Driver "nv"
 BusID "PCI:2:0:0"
EndSection

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

Section "Screen"
 Identifier "Default Screen"
 Device "NVIDIA Corporation NVIDIA Default Card"
 Monitor "Generic Monitor"
 DefaultDepth 24
 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

Let me add that the same problem exists on ubuntu feisty herd 2 (moreover nv is very slow).

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.