After trying loads of things for a day, the following (based on mpitch's
code above) worked for my Toshiba Tecra M1 with Trident XP4m32 graphics
(1024x768, 60Hz LCD screen). My problem was that i could not get the
option to choose a screen resolution higher than 800x600 (a common
problem, judging by the fora).

after re-installation of xserver-xorg so that computer booted into its default 
(small screen) state, i:
1) deleted the last few sections of mpitch's code
2) changed the clock MHz to 63.5 (rather than 65.0)
3) adjusted the Modeline dimensions (and changed -vsync -hsync to -Hsync +Vsync)
4) added the Option "PreferredMode" "1024x...@60"
I can't say which of these small changes were responsible, and i also 
re-installed all the xserver-xorg packages again halfway through the above 
process, 'cause it seemed to be failing, though all was well on shutdown and 
restart - it restarted in 800x600, but i then had the option to change to 
1024x768 in Screen Resolution.

thanks mpitch and good luck to others..

Section "Device"
        Identifier "Configured Video Device"
        Boardname "Trident CyberBlade (generic)"
        Busid "PCI:1:0:0"
        Driver "trident"
        Screen 0
        Vendorname "Trident"
EndSection

Section "Monitor"
        Identifier "Configured Monitor"
        Vendorname "Generic LCD Display"
        Modelname "LCD Panel 1024x768"
        Horizsync 31.5-48.0
        Vertrefresh 56.0 - 65.0
        Modeline "1024x...@60" 63.5 1024 1072 1176 1328 768 771 775 798 -Hsync 
+Vsync
        Option "PreferredMode" "1024x...@60"
        Gamma 1.0
EndSection

Section "Screen"
        Identifier "Default Screen"
        Monitor "Configured Monitor"
        Device "Configured Video Device"
        Defaultdepth 24
        SubSection "Display"
                Depth 24
                Virtual 1024 768
                Modes "1024x...@60"
        EndSubSection
EndSection

** Attachment added: "F:\X11_config\xorg.conf"
   http://launchpadlibrarian.net/20399330/F%3A%5CX11_config%5Cxorg.conf

-- 
Trident Cyberblade XP2 on Toshiba satellite A25, cant set screen resolution 
higher than 800x600
https://bugs.launchpad.net/bugs/271987
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to