<span class="gmail_quote"><br></span>Hi<br><br>I noticed few small glitches with the new FC6t3:<br><br>Installation was trouble free. But problems soon started popping up<br><br>&nbsp;I was not able to set x resolution below 1200 x 1152 using the gui utility for display management. Was only fixed when I added the following code to my 
xorg.conf<br>&nbsp;Section &quot;Monitor&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp; &quot;Monitor0&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VendorName&nbsp;&nbsp; &quot;Monitor Vendor&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ModelName&nbsp;&nbsp;&nbsp; &quot;Samsung SyncMaster 793S/793V/CM173G&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; HorizSync&nbsp;&nbsp;&nbsp; 
40.0 - 50.0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VertRefresh&nbsp; 80.0 - 120.0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;dpms&quot;<br>&nbsp;EndSection<br>and&nbsp; <span class="sg">the following subsection under screen<br>SubSection &quot;Display&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Viewport&nbsp;&nbsp; 0 0
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Depth&nbsp;&nbsp;&nbsp;&nbsp; 24<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Modes&nbsp;&nbsp;&nbsp; &quot;1024x768&quot;<br>&nbsp;EndSubSection<br><br>2. I was running xen dom0 with openoffice firefox thunderbird gnome-terminal when my x froze. all the windows on my x froze. I was still able to drag the mouse all over the desktop, nothing else. one more thing, I had used &quot;xm mem-set 0 244&quot; for freeing up some memory for a virtual maching a few minutes before x faulted
<br><br>3. Yum hung up a few times after it finishes reading the repository meta data for packages. But this problem always gets resolved by a reboot.<br><br>4. K3b was not working giving out errors like <br>can not annonmously mmap 
<br>resource busy.<br>Later I came to know that It has nothing to do with FC6. New kernels in the 2.6.x series doen't allow priviledged user to lock large memory resources. that broke growisofs. I tried searching on google and found two solutions to this
<br>Run the following command in bash &quot;ulimit -l unlimited&quot;&nbsp; and restart k3b. This one didnt work for me. I am not sure if it will work for anyone else.<br>go to settings --&gt; configure k3b --&gt; programs and put the following arguments to growisofs
<br>-use-the-force-luke=bufsize:16m<br>This one worked for me. <br><br>Rest is cool untill now. Infact a lot of things are better than previous releases.<br><br>Cheers !<br><br>Pritam Ghanghas<br><br></span>