Now you are using 1280x1024, but you are not satisfied. In the file xorg.conf, the maximum resolution is even only 1024x768.noob51 wrote:Today i was able to boot into live cd using ACPI=off option, screen resolution is 1280x1024 using vesa & supplied intel driver, not too good but usable.
The intel driver in 14.0 is 2.19.0, In 14.1 it is 2.21.15.
Possible cause??
Thanks.
If I had to solve the problem, I would do the following:
1. Use the Salix 14.0 installation for testing, because obviously it works.
2. Determine the natural screen resolution, e.g. from the manual.
3. Include this resolution in file /etc/X11/xorg.conf, this one with the VESA driver.
4. Create the same for a second xorg.conf file that uses the Intel driver (xf86-video-intel).
5. Test all.
6. Save/backup both files.
7. Install Salix 14.1.
8. If there are problems with X, use the file in 3rd,
9. then use the file in 4th.
To 3rd and 4th: assumed, this resolution is 1600x1200, then change all lines with Modes "1024x768" "800x600" "640x480" to Modes "1600x1200" "1024x768" "800x600" "640x480" and test it. Use only resolutions that are supported by each driver and the monitor simultaneously. The resolutions which offer the drivers are different. Vesa will offer less.
If it works with the Vesa driver, start again with the Intel driver. The use of the Intel-Driver instead of Vesa, will result in better performance. Thats what you want.
Instead of 7th perhaps you can keep your Salix 14.0 and boot the live cd. Then stop the X server and start X again with a command line that points to one of the saved xorg.conf files. You have to mount the backup medium first. But I can not say, if the Salix live do allow this.
Please read
/usr/doc/xf86-video-intel-2.21.15/README
and
man intel