Public bug reported:

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).

** Affects: xserver-xorg-video-nv (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
Wrong resolution with an nvidia GeForceGo 7300
https://launchpad.net/bugs/79016

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to