← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 239722] Re: xorg fails to correctly detect Satellite pro 4600 and 6000 screen resolution

 

I can confirm the bug on a SP6000 using Ubuntu 10.04.

The maximum resolution that it supports by default is 800x600. The odd
thing is that even though I have enabled image stretching in the BIOS,
the displayed screen is squarely at the centre of the monitor.

Anyway, by creating an xorg file trough a tty:

$ sudo service gdm stop
$ sudo Xorg -configure
$ sudo mv ~/xorg.conf.new /etc/X11/xorg.conf

and editing it to add the following HorizSync and VertRefresh settings
in the Monitor section

Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    HorizSync 31-60
    VertRefresh 50-75
EndSection

along with adding 'modes "1024x768"'  in the Screen's display
subsections, it works fine.

-- 
xorg fails to correctly detect Satellite pro 4600 and 6000 screen resolution
https://bugs.launchpad.net/bugs/239722
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-trident in ubuntu.