hi wtogami :-)<br><br>i am nadav that was IRCing with you last meeting.<br>i upgrade FC6 to FC8 and everything worked fine and then to FC9 and many issues surfaced :-(<br>i still did not wipe clean install FC9 as you suggest on your personal blog. but i will have time for it this week and so i let you know how it was progressing, especially with the hebrew and RTL issues (we sadly have all the time)<br>
<br>anyways...<br>back to your post. here is a snap of how we use (ltsp 4.2) to configure X in lts.conf :<br>XKBSYMBOLS = "us(pc101)"<br>XKBMODEL           = "pc101"<br>     XKBLAYOUT          = "us,il"<br>
        XKBRULES           = "xorg"<br> #XKBOPTIONS         = "grp:alt_shift_toggle,grp_led:scroll"<br> <br>      # hebrew nikud support (Win+Num)<br>      XKBOPTIONS         = "grp:alt_shift_toggle,grp_led:scroll,lv3:lwin_switch"<br>
        XKBVARIANT         = ",si1452"<br><br><pre>and a link to a backup of this file (to get the whole picture)<br></pre><a href="http://www.eagle-israel.co.il/ltsp/opt_ltsp/i386/etc/lts.conf">http://www.eagle-israel.co.il/ltsp/opt_ltsp/i386/etc/lts.conf</a><br>
<br>will i still need that ?<br><br><br><div class="gmail_quote">On Fri, Jun 20, 2008 at 11:51 PM, Warren Togami <<a href="mailto:wtogami@redhat.com">wtogami@redhat.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Debian LTSP uses configure-x.sh which writes an xorg.conf before running X.<br>
<br>
Fedora LTSP by default has no xorg.conf when the client runs, because we rely on X autoconfiguration which works for the vast majority of hardware.  This however means many of the XKB* layout related options and X_* options for forcing a screen resolution do not work.<br>

<br>
So I learned from ajax yesterday during FUDCon Boston 2008 something that I did not previously realize.  xorg.conf with *only* screen resolution or layout options will not prevent autodetection of everything else (video driver mainly).<br>

<br>
This means we could use a significantly streamlined configure-x.sh for only a few options that people use.<br>
<br>
On a related matter, I'm 50% done writing a script that can be run from ldm's rc.d scripts that sets the keyboard layout without getting xorg.conf involved.  By default in Fedora it would set the keyboard layout from /etc/sysconfig/keyboard (which is copied from the server during ltsp-build-client).  If the user attempts an lts.conf override with XKB* options then it would use that instead.<br>

<br>
So this is one less thing that we need would need in configure-x.sh.<br>
<br>
Keep in mind though, that needing anything at all in xorg.conf is only for the minority of users.<br>
<br>
Warren Togami<br>
<a href="mailto:wtogami@redhat.com" target="_blank">wtogami@redhat.com</a><br>
<br>
_______________________________________________<br>
K12Linux-devel-list mailing list<br>
<a href="mailto:K12Linux-devel-list@redhat.com" target="_blank">K12Linux-devel-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/k12linux-devel-list" target="_blank">https://www.redhat.com/mailman/listinfo/k12linux-devel-list</a><br>
</blockquote></div><br>