Comment 9 for bug 149006

Revision history for this message
francoisb (francois-barillon) wrote :

I've got the same problem as Hasan with an Intel 82815 video card.

the ltsp finds the "i810" driver and a worksation install finds "intel".

I made two custom xorg.conf called in lts.conf (XF86CONFIG_FILE = /etc/X11/xorg-i810.conf or XF86CONFIG_FILE = /etc/X11/xorg-intel.conf).

But both are working well.

Then I noticed another difference :

- in the ltsp-calculated xorg.conf, HorizSync and vertRefresh are defined in the monitor section.

- but in the workstation xorg.conf, there is a "Display" subsection in the "Screen" section
 SubSection "Display"
  Modes "1024x768" "800x600" "640x480"
 EndSubSection

It seems that this add make my Xserver work.

Could it possible to fix prefered modes in the lts.conf ?