Difference between revisions of "Peerix on Intel Macs"

From Organic Design wiki
m (Solution)
(links)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[Category:Mac]][[Category:Peerix]]
 
=Video geometry issue=
 
=Video geometry issue=
The main difference with Intel macs is their srceen geometry. Mac has a ''Cinema'' display closer to the 16x9 aspect ratio than the traditional ''TV'' style 4x3 aspect.
+
The main difference with iMacs is their screen geometry. Mac has a ''Cinema'' display closer to the 16x9 aspect ratio than the traditional TV style 4x3 aspect.
  
The ''pixel'' aspect ratio remains square, but there must be some VESA/VBE emulation happening that causes stretching.
+
The [[w:pixel|pixel]] aspect ratio remains square, but there may be some [[w:VESA|VESA]]/[[w:VBE|VBE]] emulation happening that causes stretching.
 
==Solution==
 
==Solution==
 
The OS should read the hardware and set a more suitable video mode to get proper geometry.
 
The OS should read the hardware and set a more suitable video mode to get proper geometry.
Line 8: Line 9:
 
=CD drive ejecting=
 
=CD drive ejecting=
 
As the Mac does not have a physical ''eject'' button like most PCs, the eject has to happen with software. This is a trivial problem to solve but requires the [http://eject.sourceforge.net/ eject] program.
 
As the Mac does not have a physical ''eject'' button like most PCs, the eject has to happen with software. This is a trivial problem to solve but requires the [http://eject.sourceforge.net/ eject] program.
 
[[Category:Peerix]][[Category:Mac]]
 

Latest revision as of 09:00, 20 December 2006

Video geometry issue

The main difference with iMacs is their screen geometry. Mac has a Cinema display closer to the 16x9 aspect ratio than the traditional TV style 4x3 aspect.

The pixel aspect ratio remains square, but there may be some VESA/VBE emulation happening that causes stretching.

Solution

The OS should read the hardware and set a more suitable video mode to get proper geometry.

CD drive ejecting

As the Mac does not have a physical eject button like most PCs, the eject has to happen with software. This is a trivial problem to solve but requires the eject program.