Bugzilla – Bug 116837
Sax2 can't set maximum display resolution
Last modified: 2005-09-20 21:07:39 UTC
When configuring X-windows through Sax2 it is not possible to set the resolution to the laptops maximum resolution, 1024*768. Hardware is a Dell Latitude CPx. Graphic card is (according to Sax) Mach64LM/Dell. I can choose display and screen resolution to 1024*768 but when testing it falls back to 800*600. Ubuntu, Knoppix and Windows 2000 works with 1024*768.
Hmm, I'm sorry but without logs it is difficult to debug what happens if you don't mind call the following command from runlevel 3 as user root sax2 -r now click on "change configuration" and setup the 1024x768 resolution as you did before. After this test your configuration... the problem should appear now if I understand you correctly. At this stage cancel the test and exit sax. You are back on the console and can send me the file /var/log/SaX.log Tanks
10.0 has been shipped, remind this one
Created attachment 50064 [details] Log from command sax2 -r
Any results from the attached logfile?
Oh I see the card isn't part of our database therefore the fbdev driver is used. While using this driver resolution changes are not possible. You can try to call sax2 with the following option sax2 -m 0=ati Stefan could you add the card to the CDB. Thanks
Pleast test first, if the driver works for you. I remember seen so many complaints that the ati driver does not work with that ATI chip (4c4d), so I decided to configure it with the fbdev driver.
Sorry, it's not working. The screen displays a dark background that slowly turns to white, or rather light grey. No data is seen on this screen. I have to kill it with Ctrl-Alt-backspace.
Use 1024x768 as framebuffer resolution, i.e. edit /boot/grub/menu.lst and set "vga=0x317". Probably this currently set to "vga=0x314". Try again. Sometimes this help. Otherwise use "fbdev" driver as before ("sax2 -r"), but this time in 1024x768 resolution.
Great, it works now with the ati driver! Thanks.