<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> 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> Section "Monitor"<br>        Identifier   "Monitor0"<br>        VendorName   "Monitor Vendor"<br>        ModelName    "Samsung SyncMaster 793S/793V/CM173G"<br>        HorizSync    
40.0 - 50.0<br>        VertRefresh  80.0 - 120.0<br>        Option      "dpms"<br> EndSection<br>and  <span class="sg">the following subsection under screen<br>SubSection "Display"<br>                Viewport   0 0
<br>                Depth     24<br>                Modes    "1024x768"<br> 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 "xm mem-set 0 244" 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 "ulimit -l unlimited"  and restart k3b. This one didnt work for me. I am not sure if it will work for anyone else.<br>go to settings --> configure k3b --> 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>