<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	「Step to UEFI (233）屏幕分辨率研究」的评论	</title>
	<atom:link href="https://www.lab-z.com/stu233sp/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.lab-z.com/stu233sp/</link>
	<description></description>
	<lastBuildDate>Tue, 08 Jul 2025 07:55:37 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		评论者：lx007		</title>
		<link>https://www.lab-z.com/stu233sp/#comment-438109</link>

		<dc:creator><![CDATA[lx007]]></dc:creator>
		<pubDate>Tue, 08 Jul 2025 07:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=8254#comment-438109</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://www.lab-z.com/stu233sp/#comment-363655&quot;&gt;victor&lt;/a&gt;。

这个可能和串口输出有关系，为了和串口输出保持同步。minnowboard的板子进uefi shell，敲ls，显示器内容显示一行一行打印很慢，就像是串口输出一样，理论上显示器接口不可能输出这么慢。我不接显示器，通过串口来调试，ls输出速度和显示器输出字符差不多，都很慢，而且此时如果缩小串口终端串口，串口回显就会重叠。]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/stu233sp/#comment-363655">victor</a>。</p>
<p>这个可能和串口输出有关系，为了和串口输出保持同步。minnowboard的板子进uefi shell，敲ls，显示器内容显示一行一行打印很慢，就像是串口输出一样，理论上显示器接口不可能输出这么慢。我不接显示器，通过串口来调试，ls输出速度和显示器输出字符差不多，都很慢，而且此时如果缩小串口终端串口，串口回显就会重叠。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/stu233sp/#comment-363678</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Mon, 27 May 2024 08:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=8254#comment-363678</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://www.lab-z.com/stu233sp/#comment-363655&quot;&gt;victor&lt;/a&gt;。

我也注意到过这样的问题，但是没有仔细研究过，回头我琢磨一下。]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/stu233sp/#comment-363655">victor</a>。</p>
<p>我也注意到过这样的问题，但是没有仔细研究过，回头我琢磨一下。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：victor		</title>
		<link>https://www.lab-z.com/stu233sp/#comment-363655</link>

		<dc:creator><![CDATA[victor]]></dc:creator>
		<pubDate>Mon, 27 May 2024 07:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=8254#comment-363655</guid>

					<description><![CDATA[版本您好：

在實機上進入UEFI Shell環境下，輸入&quot;ls&quot;會列出檔案內容，當列出的檔案內容到達畫面底部時，畫面內容會向上滾動
，這時會發現滾動的速度很慢，可以看出內容是一行一行被打印上去的。請問這是因為屏幕刷新速度太慢的關係嗎?
在Qemu下就沒有這個問題?  

謝謝您的回覆]]></description>
			<content:encoded><![CDATA[<p>版本您好：</p>
<p>在實機上進入UEFI Shell環境下，輸入&#8221;ls&#8221;會列出檔案內容，當列出的檔案內容到達畫面底部時，畫面內容會向上滾動<br />
，這時會發現滾動的速度很慢，可以看出內容是一行一行被打印上去的。請問這是因為屏幕刷新速度太慢的關係嗎?<br />
在Qemu下就沒有這個問題?  </p>
<p>謝謝您的回覆</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/stu233sp/#comment-361136</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Thu, 16 May 2024 11:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=8254#comment-361136</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://www.lab-z.com/stu233sp/#comment-361072&quot;&gt;victor&lt;/a&gt;。

Info-&gt;HorizontalResolution 来自下面这个定义：

typedef struct {        //显示模式信息结构体
 UINT32 Version;        //版本号
 UINT32 HorizontalResolution;                //水平分辨率
 UINT32 VerticalResolution;                  //垂直分辨率
 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat;      //像素格式    
 EFI_PIXEL_BITMASK PixelInformation;         //像素格式为PixelBitMask时有效
 UINT32 PixelsPerScanLine;                   //每行扫描的像素数
} EFI_GRAPHICS_OUTPUT_MODE_INFORMATION;

GraphicsOutput-&gt;Mode-&gt;Info-&gt;HorizontalResolution 来自：
EFI_GRAPHICS_OUTPUT_PROTOCOL]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/stu233sp/#comment-361072">victor</a>。</p>
<p>Info->HorizontalResolution 来自下面这个定义：</p>
<p>typedef struct {        //显示模式信息结构体<br />
 UINT32 Version;        //版本号<br />
 UINT32 HorizontalResolution;                //水平分辨率<br />
 UINT32 VerticalResolution;                  //垂直分辨率<br />
 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat;      //像素格式<br />
 EFI_PIXEL_BITMASK PixelInformation;         //像素格式为PixelBitMask时有效<br />
 UINT32 PixelsPerScanLine;                   //每行扫描的像素数<br />
} EFI_GRAPHICS_OUTPUT_MODE_INFORMATION;</p>
<p>GraphicsOutput->Mode->Info->HorizontalResolution 来自：<br />
EFI_GRAPHICS_OUTPUT_PROTOCOL</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：victor		</title>
		<link>https://www.lab-z.com/stu233sp/#comment-361072</link>

		<dc:creator><![CDATA[victor]]></dc:creator>
		<pubDate>Thu, 16 May 2024 08:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=8254#comment-361072</guid>

					<description><![CDATA[版主您好：
請問Info-&#062;HorizontalResolution和GraphicsOutput-&#062;Mode-&#062;Info-&#062;HorizontalResolution
都是水平分辨率，請問有何區別呢? 謝謝您]]></description>
			<content:encoded><![CDATA[<p>版主您好：<br />
請問Info-&gt;HorizontalResolution和GraphicsOutput-&gt;Mode-&gt;Info-&gt;HorizontalResolution<br />
都是水平分辨率，請問有何區別呢? 謝謝您</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/stu233sp/#comment-298032</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Thu, 04 Aug 2022 00:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=8254#comment-298032</guid>

					<description><![CDATA[Mode 切换的是文本的模式，比如：25*80 这种，并不是屏幕分辨率]]></description>
			<content:encoded><![CDATA[<p>Mode 切换的是文本的模式，比如：25*80 这种，并不是屏幕分辨率</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：路往直前		</title>
		<link>https://www.lab-z.com/stu233sp/#comment-298030</link>

		<dc:creator><![CDATA[路往直前]]></dc:creator>
		<pubDate>Wed, 03 Aug 2022 07:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=8254#comment-298030</guid>

					<description><![CDATA[shell 下面有自带得命令，mode  可以切换 分辨率。]]></description>
			<content:encoded><![CDATA[<p>shell 下面有自带得命令，mode  可以切换 分辨率。</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
