Store the primitives in a famebuffer, or refresh

Slides:



Advertisements
Similar presentations
Introduction to Raster scan display C A E D C Computer Aided Engineering Design Centre.
Advertisements

Lecture 1 Computer Graphics Hardware Basic graphics hardware –Display devices –Video controller –Memory –CPU –System bus Graphics Hardware # 1 CG show.
Principle of LCD Display
1 Graphic adapters and monitors – the summary. 2 Outline The summary of principles of displaying the information – adapters and monitors. Black and white.
Overview of Graphic Systems
Display Hardware Yingcai Xiao Display Hardware Yingcai Xiao.
XWN740 X-Windows Configuring and Using X-Windows & Hardware (Chapter 1: Pages 11-19)‏
Computer Monitors B. Konkoth. Types of monitors CRT Cathode Ray Tube LCD Liquid Crystal Display.
Terms 1. VGA VGA - Short for Video Graphics Array, VGA is a popular display standard developed by IBM and introduced in 1987 VGA provides 640 x 480 resolution.
Presentation by David Fong
 Monitor displays use liquid crystal display (LCD) or cathode ray tube (CRT) technology  Resolution is also a factor when it comes to monitors. It’s.
Lecture 03 Fasih ur Rehman
Peripherals The term peripherals refers to all hardware devices that are attached to your computer and are controlled by your computer system Peripherals.
Principle of LCD Display
Lecture No. 3.  Screen resolution  Color  Blank space between the pixels  Intentional image degradation  Brightness  Contrast  Refresh rate  Sensitivity.
CSE 494/598 Intro to Applied Computer Graphics Anshuman Razdan DCST AR's Web Page AR's Web Page
Lecture # 4 Output Devices. Output Devices Devices that convert machine language into human understandable form. Output can be in display form, on paper.
Introduction to Graphical Hardware Display Technologies
Graphics: Conceptual Model Real Object Human Eye Display Device Graphics System Synthetic Model Synthetic Camera Real Light Synthetic Light Source.
INPUT AND OUTPUT COMPUTER DEVICES PENGANTAR TEKNOLOGI INFORMASI (A)
Computer Fundamentals MSCH 233 Lecture 5. The Monitor A Monitor is a video screen that looks like a TV. It displays both the input data and instructions,
Output devices Prof. K Regis. Types of output devices Monitor Printer Speaker Plotter.
Week 9 Monitors and output to the screen. Monitors, also known as Visual display units (V.D.Us) Desktop computers contain a Cathode Ray Tube (C.R.T.)
Chapter 9.6 Polarization. Simple concepts of Polarization Waves on a string Diagram of vertical wave on a string (string is always in the vertical plane)
Name Enrolment no.: Dhruti Desai Khushboo Desai Sneha Gangwani Rajul Shah
Computer Graphics CC416 Lecture 02: Overview of Graphics Systems: Raster & Random Displays – Chapter 2 Dr. Manal Helal – Fall 2014.
LCD TELEVISION By SHRUTHY CHANDRAN EC B S8 ROLL NO:34.
Computer Graphics Lecture 3. Graphics Output Devices A- VIDEO DISPLAY DEVICES 1.Refresh cathode-ray tube (CRT) 2.Raster-Scan Displays 3.Random-Scan Displays.
Elements of Pictures Output primitives:
Display Device and Interfacing
FIFTH MEETING.
Transformer for your computer
Introduction to Computer Graphics
Flowchart of basic interrupt mechanism
P2 Understand hardware technologies for game platforms
Computer Graphics Lecture 4 Computer Graphics Hardware
VIDEO GRAPHICS ARRAY CARD (VGA CARD)
Computer Graphics: An Introduction
Principle of LCD Display
LED & LCD SUKHNANDAN COLLEGE MUNGELI A PRESENTATION ON BY:
Principle of LCD Display
Discovering Computers 2011: Living in a Digital World Chapter 6
Color Color is one of the most interesting aspects of both human perception and computer graphics. In principle, a display needs only three primary colors.
Overview of Graphics Systems: I
LIQUID CRYSTAL DISPLAY (LCD)
Chapter 10 Computer Graphics
Semiconductor Diode.
Overview of Graphics Systems
Types of monitors CRT Cathode Ray Tube LCD Liquid Crystal Display.
Overview of Graphics Systems
Computer Graphics Introduction.
Models and Architectures
Computer Graphics Raster Scan Display System, Rasterization, Refresh Rate, Video Basics and Scan Conversion.
Models and Architectures
Understanding Video Cards and Monitors
Introduction to Computers
Models and Architectures
Introduction to Computer Graphics with WebGL
Chapter Four Display Devices © Wiley Inc All Rights Reserved.
Monitors and Sound Systems
Graphics Systems SUBJECT: COMPUTER GRAPHICS LECTURE NO: 02 BATCH: 16BS(INFORMATION TECHNOLOGY) 1/4/
SPECIAL THANKS First of All I am greatly thanks to ALLAH Whose give me ability to courage and power to complete the presentation without blessing mercy.
Models and Architectures
Graphics Systems Lecture-2
Output Chapter 6.
Models and Architectures
Chapter 2 Overview of Graphics Systems
Large-screen Television Vision Technology
This lesson includes the following sections:
CSCI-235 Micro-Computer Applications
Presentation transcript:

Store the primitives in a famebuffer, or refresh RASTER DISPLAYS Store the primitives in a famebuffer, or refresh buffer, which is a RAM with 1024*1280, or V * H addressable pixels) Bitmap -- array of 0/1 (pixels); pixmap -- array of gray-scale pixels Monochrome -- bi-level (0/1); gray-scale -- multiple level (0-15); color -- (r, g, b) Scan-conversion (rasterization) -- objects are converted into discrete pixels in framebuffer Aliasing -- jaggies or staircasing of lines/edges; anti-aliasing -- dealing with aliasing Resolution -- # of distinguishable lines per inch. BASIC GRAPHICS HARDWARE Jim X. Chen, 2017; jchen@gmu.edu

Jim X. Chen, 2017; jchen@gmu.edu LASER PRINTER (HARD COPY DISPLAY DEVICE) Framebuffer CRT (CATHODE RAY TUBE) 2 Jim X. Chen, 2017; jchen@gmu.edu

Jim X. Chen, 2017; jchen@gmu.edu Liquid Crystals (LC) intermediary substance between a liquid and solid state of matter. light passes through liquid crystal changes when it is stimulated by an electrical charge. Jim X. Chen, 2017; jchen@gmu.edu

Jim X. Chen, 2017; jchen@gmu.edu Operating Principle When coming into contact with grooved surface in a fixed direction, liquid crystal molecules line up parallel along the grooves. When voltage is applied (online), Liquid crystal molecules straighten out of their helix pattern vertically (Along with the electric field) Jim X. Chen, 2017; jchen@gmu.edu

Jim X. Chen, 2017; jchen@gmu.edu Operating Principle Polarization of light When unpolarized light passes through a polarizing filter, only one plane of polarization is transmitted. Two polarizing filters used together transmit light differently depending on their relative orientation. Jim X. Chen, 2017; jchen@gmu.edu Online Offline

Sequences of offline and online mode light is polarized on the upper plate. Light moves along liquid crystals (twist). Molecules and lights are parallel to lower analyzer. Light passes through the plate. Screen appear transparent. Online … Molecules and lights are perpendicular to lower analyzer. Light cannot pass through the plate. Screen appear dark. Offline Online Jim X. Chen, 2017; jchen@gmu.edu

Jim X. Chen, 2017; jchen@gmu.edu Optical Response twisted nematic displays can switch between light and dark states, or somewhere in between (grayscale). Electro-distortional curve is shown as follows : the electro-distortional response determines the transmission of light through the cell. Different light intensity of an image projected on the screen is determined by different voltage suppy. Thus the level of blocking of light may vary. Jim X. Chen, 2017; jchen@gmu.edu

Jim X. Chen, 2017; jchen@gmu.edu RASTER DISPLAY SYSTEMS Graphics Card (Video Card) Graphics card: handle scan-conversion and other advanced graphics functions 8 Jim X. Chen, 2017; jchen@gmu.edu

Jim X. Chen, 2017; jchen@gmu.edu Prepare VAO for processing Parallel programs for vertices Optional: subdivide a patch into smalls primitives Optional: for processing primitives Clipping and perspective divide Primitive from pieces/vertices Interpolation/rasterization Parallel program perpixel/sample Write into the framebuffer Jim X. Chen, 2017; jchen@gmu.edu

Jim X. Chen, 2017; jchen@gmu.edu Video (Graphics) Card AGP PCI PCI-E AGP : Designed for use with 3D Graphics with a bandwidth of 266 Mbps to 1.07 Gbps. PCI : It has a bandwidth of up to 133 Mbps to 512 Mbps. PCI-E : PCI Express doubles the data transfer rates of a standard PCI card. It is the replacement for AGP. Jim X. Chen, 2017; jchen@gmu.edu

Video Card Monitor Connection Video Graphics Adapter : VGA connects to analog monitors. Digital Visual Interface : DVI connects to digital display devices. S-Video : S-Video connects to a television, only capable of 480i or 576i resolution. High Definition Multimedia Interface : HDMI connects to your HDTV set. Jim X. Chen, 2017; jchen@gmu.edu

Jim X. Chen, 2017; jchen@gmu.edu

Jim X. Chen, 2017; jchen@gmu.edu What's a GPU? A Graphics processing Unit (GPU) is the graphics card’s CPU. ATI (AMD) and NVIDIA produce a large amount of the GPUs on the market. Jim X. Chen, 2017; jchen@gmu.edu

Jim X. Chen, 2017; jchen@gmu.edu Who Makes Video Cards? Asus, BFG, Chaintech, ECS, eVGA, Foxconn, Gigabytem, MSI, PNY, And XFX, etc. Jim X. Chen, 2017; jchen@gmu.edu

Some basic graphics hardware and mechanism Framebuffer (bit planes): RAM with an array of RGB values ready for display Z-buffer (bit planes): correspond to the framebuffer; depth of each pixel in the framebuffer for hidden surface removal Frontbuffer and Backbuffer: front buffer for display, and backbuffer for scan-conversion Video controller: refresh the display 15 Jim X. Chen, 2017; jchen@gmu.edu