diff options
author | Alan Hourihane <alanh@tungstengraphics.com> | 2008-03-13 11:47:37 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@tungstengraphics.com> | 2008-03-13 11:47:37 +0000 |
commit | 631c6af4d926fd1fe73f017cfb032538cee7ea7d (patch) | |
tree | fcb4c750f336eb8adb7a6ed865d13df17f523456 /linux-core | |
parent | b6dc381fabb199e70dc681e44e31452af8536313 (diff) |
Fix green offset
Diffstat (limited to 'linux-core')
-rw-r--r-- | linux-core/intel_fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/intel_fb.c b/linux-core/intel_fb.c index 52ff3a67..7c4b0632 100644 --- a/linux-core/intel_fb.c +++ b/linux-core/intel_fb.c @@ -157,7 +157,7 @@ static int intelfb_check_var(struct fb_var_screeninfo *var, break; case 16: var->red.offset = 11; - var->green.offset = 6; + var->green.offset = 5; var->blue.offset = 0; var->red.length = 5; var->green.length = 6; |