<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.xfce.org/extern.php?action=feed&amp;tid=2863&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Xfce Forums / Xfce panel text size - (Xubuntu 6.06.1)]]></title>
		<link>http://forum.xfce.org/viewtopic.php?id=2863</link>
		<description><![CDATA[The most recent posts in Xfce panel text size - (Xubuntu 6.06.1).]]></description>
		<lastBuildDate>Mon, 16 Oct 2006 20:19:06 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Xfce panel text size - (Xubuntu 6.06.1)]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=12101#p12101</link>
			<description><![CDATA[<p>Nick,</p><p>Thanks for reply. I had already - <em>&quot;Maybe you can search google&quot;</em> with no luck.<br />(the Monitor is a DGM, L-1523, 15.4&quot;) but your prompt made me realise that I had not searched for<br /><em>+&quot;xorg.conf&quot; +&quot;1280x720&quot;</em> and that did produce several results.</p><p>You are right about the Horiz &amp; Vert numbers, and <em>DisplaySize</em> does make a significant difference - to the text size - but no effect on enabling a higher resolution mode.&#160; <br />After getting 1280x720 to work I can see why - more further on.</p><p>So I added a Modes Section and used a selected google result for the numbers.</p><p>It then worked.<br />&#160; <br />But, now that I have seen 1280x720 running I am not that taken by it. <br />Circles are ellipsoidal with the major axis running top to bottom, and I have to play with the fonts to get back to a display that I like.&#160; This in turn affects the log-in screen (I want to use the Gnome with Browser login.)</p><p>On thinking about the display it is easy (now) to see why Xorg has some difficulty with it.&#160; <br />The DisplaySize is 331mm x 208mm and the pixel pitch is 0.2588mm H&amp;V.</p><p>So 1280x0.2588 = 331.26400mm (fine that fits)<br />and 720x0.2588 = 186.33600mm&#160; (hmmm, what about the other 21.664mm&#039;s worth of pixels, at least 83 of em?)<br />The display also supports 1024x768 and 768x0.2588 = 190.7548mm so the display is not so distorted in the top to bottom mode at this resolution. </p><p>I originally thought that the aspect ratio would be 16/9 as it was advertised as a &quot;Wide Screen&quot; and 1280x720, both having the ratio 1.777... I just did not note that the viewing area ratio was actually 1.5913.</p><p>Anyway, thanks to your posts I can use 1280x720 if required.<br />&#160; <br />I&#039;ll run some video on it and do some testing then post some results on this forum.<br />I suspect it might be a popular LCD as it&#039;s cheap and works quite well.&#160; </p><p>I&#039;m wondering how one could use 1024x768 for general purpose use then change the resolution automatically just before running a photo or video program. <br />Bit of research &amp; scripting required here.</p><p>Again - Thanks a lot Nick.</p><p>Z</p>]]></description>
			<author><![CDATA[dummy@example.com (Zerksis)]]></author>
			<pubDate>Mon, 16 Oct 2006 20:19:06 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=12101#p12101</guid>
		</item>
		<item>
			<title><![CDATA[Re: Xfce panel text size - (Xubuntu 6.06.1)]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=12098#p12098</link>
			<description><![CDATA[<p>(X) Ubuntu installs the driver and&#160; nvidia-settings, nvidia-glx-config&#160; and&#160; nvidia-xconfig. These set up the xorg config for you.</p>]]></description>
			<author><![CDATA[dummy@example.com (SimonJ)]]></author>
			<pubDate>Sun, 15 Oct 2006 23:58:27 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=12098#p12098</guid>
		</item>
		<item>
			<title><![CDATA[Re: Xfce panel text size - (Xubuntu 6.06.1)]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=12083#p12083</link>
			<description><![CDATA[<p>Maybe you can search google for a xorg.conf with your monitor name/type, anyway from your info i think your xorg.conf should be something like this:</p><p>[code=Monitor section]<br />&#160; &#160; HorizSync&#160; &#160; 30.0 - 62.0<br />&#160; &#160; VertRefresh&#160; &#160; 56.0 - 75.0</p><p>#&#160; &#160; DisplaySize&#160; &#160; &lt;width mm&gt; &lt;height mm&gt; # This could help xorg a bit<br />[/code]</p><p>[code=Screen Section]<br />&#160; &#160; DefaultDepth&#160; &#160; 24</p><p>&#160; &#160; Subsection &quot;Display&quot;<br />&#160; &#160; &#160; &#160; Depth&#160; &#160; 8<br />&#160; &#160; &#160; &#160; Modes&#160; &#160; &quot;1280x720&quot; &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;<br />&#160; &#160; EndSubsection<br />&#160; &#160; Subsection &quot;Display&quot;<br />&#160; &#160; &#160; &#160; Depth&#160; &#160; 16<br />&#160; &#160; &#160; &#160; Modes&#160; &#160; &quot;1280x720&quot; &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;<br />&#160; &#160; EndSubsection<br />&#160; &#160; Subsection &quot;Display&quot;<br />&#160; &#160; &#160; &#160; Depth&#160; &#160; 24<br />&#160; &#160; &#160; &#160; Modes&#160; &#160; &quot;1280x720&quot; &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;<br />&#160; &#160; EndSubsection<br />[/code]</p><p>Then it&#039;s recommended to install the nvidia driver (better performance) and configure your xorg.conf device section like so:<br />[code=Device Section]<br />&#160; &#160; Driver&#160; &#160; &#160; &#160; &quot;nvidia&quot;</p><p>&#160; &#160; Option&#160; &#160; &#160; &#160; &quot;NoLogo&quot;&#160; &#160; &#160; &#160; &quot;true&quot;<br />&#160; &#160; Option&#160; &#160; &#160; &#160; &quot;RenderAccel&quot;&#160; &#160; &#160; &#160; &quot;true&quot;<br />&#160; &#160; Option&#160; &#160; &#160; &#160; &quot;AllowGLXWithComposite&quot;&#160; &#160; &quot;true&quot; # If you want the compositor working<br />#&#160; &#160; Option&#160; &#160; &#160; &#160; &quot;UseEdidFreqs&quot;&#160; &#160; &#160; &#160; &quot;false&quot; # Uncomment to ignore nvidia&#039;s edid<br />[/code]</p><p>And to make the nvidia driver happy:<br />[code=Module Section]<br />&#160; &#160; Load&#160; &#160; &#160; &#160; &quot;glx&quot;<br />[/code]</p><p>Hopefully this will bring you a bit closer too your final xorg.conf config <img src="http://forum.xfce.org/img/smilies/smile.png" width="15" height="15" alt="smile" />. I you have more problems, please attach a link with you xorg.conf.<br />And about xorg not supporting your resolution: AFAIK xorg can run on every resolution, so that should be a big problem.</p>]]></description>
			<author><![CDATA[dummy@example.com (Nick)]]></author>
			<pubDate>Sat, 14 Oct 2006 16:10:16 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=12083#p12083</guid>
		</item>
		<item>
			<title><![CDATA[Re: Xfce panel text size - (Xubuntu 6.06.1)]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=12081#p12081</link>
			<description><![CDATA[<p>Nick,<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;Thanks for the quick reply and the very helpful notes, most appreciated.</p><p>Regards driver - have not yet installed the full nvidia driver.</p><p>Driver entry in xorg.conf is &quot;nv&quot; </p><div class="quotebox"><blockquote><div><p>if so maybe disable EDID works.</p></div></blockquote></div><p>? where, how.&#160; Monitor is &quot;DDC1/DDC2B Compliant&quot; only according to manual.</p><p>Good news is;-&#160; the Section <em>&quot;Extensions&quot;</em> cleared up the error msg&#039;s.</p><p>When changing the Screen modes (from 1280x1024) to 1280x720 in xorg.conf<br />this only enabled a number of lower resolution screens.</p><p>So I increased <em>Monitor &quot;VertRefresh&quot;</em> to 43-75 - (hmm, I assume this defaults to Hz?)<br />anyway after this the text size became larger, still no 1280x720 mode, but can set 1024x768.</p><p>This LCD does 262k colours ? (True Color according to manual (Chinese))&#160; <br />where does this number come from !</p><p>Next I changed the <em>Screen DefaultDepth</em>&#160; from&#160; 24 to 16, as I&#039;m suspicious about 262k colours. </p><p>This further enlarged text size!&#160; In fact I think it&#039;s back to where it was before I started on the<br />sub-pixel hinting check box.&#160; But still no 1280x720 display mode available.</p><p>I&#039;m not sure how to set DefaultDepth - I haven&#039;t found a way to relate the display manual value<br />of 262k colors to default depth, but 16 seems to work well so I&#039;ll stick with it.</p><p>Xorg.0.log&#160; &#160;tells me card is supported.&#160; &#160;X window Ver. 7.0.0<br />Also it thinks a CRT is connected not a flat panel.&#160; Perhaps the LCD does not communicate<br />in a standard way. <br />Looked in the xorg.conf(5x) man pg., added <em>DisplaySize</em> entry.&#160; This too enlarged text.<br />But still no 1280x720 </p><p>Will X window Ver. 7.0.0 support WXGA 1280x720 ?</p><p>----------------------------------------------------------------------------<br />In LCD Manual;-<br />&#160; &#160; &#160; &#160;&#160; &#160; &#160;&#160; &#160;&#160; &#160; &#160; Incoming Display Mode<br />&#160; &#160; &#160; &#160; &#160; &#160; Horiz Freq&#160; &#160; &#160; &#160; Vert Freq<br />Resolution - 1280x720 &#160; &#160;&#160; &#160; 63.981&#160; &#160; &#160; &#160;&#160; &#160;60.020</p><p>Input signals: RGB analog,&#160; FH: 30~62 kHz.&#160; &#160;FV: 56~75 Hz&#160; &#160;<br />-----------------------------------------------------------------------------</p><p>Any of this trigger some more ideas ?&#160; </p><p>Thanks again. </p><p>Z</p>]]></description>
			<author><![CDATA[dummy@example.com (Zerksis)]]></author>
			<pubDate>Sat, 14 Oct 2006 00:18:28 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=12081#p12081</guid>
		</item>
		<item>
			<title><![CDATA[Re: Xfce panel text size - (Xubuntu 6.06.1)]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=12068#p12068</link>
			<description><![CDATA[<div class="quotebox"><cite>Zerksis wrote:</cite><blockquote><div><p>When first installed (clean install) the Xfce panel text is a nicely proportioned size, as is the panel drop down menus.</p><p>After checking sub-pixel hinting, in the User Interface Prefs, the panel text size and the drop down menu text size<br />then becomes very small.&#160; &#160;It does not return to it&#039;s previous size when unchecked ?</p></div></blockquote></div><p>These font size of the panel is the same as all other gtk applications, maybe you<br />have some problems with the nvidia driver (if you have one), if so maybe disable<br />EDID works. Anyway it&#039;s not panel related.</p><div class="quotebox"><cite>Zerksis wrote:</cite><blockquote><div><p>Should enabling sub-pixel hinting change the text size ?</p></div></blockquote></div><p>No it shouldn&#039;t.</p><div class="quotebox"><cite>Zerksis wrote:</cite><blockquote><div><p>Selecting LCD panel in Ubuntu Gnome does not change font size.</p><p>Any Xfce wizard able to point me in a suitable direction to set panel text size?</p><p>Other info.<br />Display is cheap DGM LCD running 1024x768 (but could do 1280x720 (WXGA) if I can get X11 configured properly)</p></div></blockquote></div><p>Add 1280x720 mode in the screen section of xorg.conf and remove the bigger sizes.</p><div class="quotebox"><cite>Zerksis wrote:</cite><blockquote><div><p>xsession-errors<br />xfwm4 warning - disp. does not support&#160; XComposite extension<br />xfwm4 warning - Compositing Mgr. disabled</p></div></blockquote></div><p>Add:<br />Section &quot;Extensions&quot;<br />&#160; &#160; Option&#160; &#160; &#160; &#160; &quot;Composite&quot;&#160; &#160; &#160; &#160; &quot;Enable&quot;<br />EndSection</p><p>to xorg.conf</p><div class="quotebox"><cite>Zerksis wrote:</cite><blockquote><div><p>xfdesktop gtk - CRITICAL - gtk_style_finalize:&#160; assertion &#039;style-&gt;attach_count == 0&#039;&#160; failed</p></div></blockquote></div><p>It&#039;s a bug in xfdesktop that will be fixed soon (maybe it already is in svn)</p>]]></description>
			<author><![CDATA[dummy@example.com (Nick)]]></author>
			<pubDate>Wed, 11 Oct 2006 19:42:11 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=12068#p12068</guid>
		</item>
		<item>
			<title><![CDATA[Xfce panel text size - (Xubuntu 6.06.1)]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=12067#p12067</link>
			<description><![CDATA[<p>When first installed (clean install) the Xfce panel text is a nicely proportioned size, as is the panel drop down menus.</p><p>After checking sub-pixel hinting, in the User Interface Prefs, the panel text size and the drop down menu text size<br />then becomes very small.&#160; &#160;It does not return to it&#039;s previous size when unchecked ?</p><p>Should enabling sub-pixel hinting change the text size ?<br />Selecting LCD panel in Ubuntu Gnome does not change font size.</p><p>Any Xfce wizard able to point me in a suitable direction to set panel text size?</p><p>Other info.<br />Display is cheap DGM LCD running 1024x768 (but could do 1280x720 (WXGA) if I can get X11 configured properly)</p><p>xsession-errors<br />xfwm4 warning - disp. does not support&#160; XComposite extension<br />xfwm4 warning - Compositing Mgr. disabled<br />xfdesktop gtk - CRITICAL - gtk_style_finalize:&#160; assertion &#039;style-&gt;attach_count == 0&#039;&#160; failed&#160; </p><p>Thanks.</p>]]></description>
			<author><![CDATA[dummy@example.com (Zerksis)]]></author>
			<pubDate>Wed, 11 Oct 2006 17:50:48 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=12067#p12067</guid>
		</item>
	</channel>
</rss>
