projects
/
platform
/
upstream
/
xf86-video-vmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eca6e9f
)
Correct the incorrect 1080p resolution.
author
Philip Langdale
<philipl@fido2.homeip.net>
Fri, 9 Feb 2007 18:00:32 +0000
(10:00 -0800)
committer
Philip Langdale
<philipl@fido2.homeip.net>
Fri, 9 Feb 2007 18:00:32 +0000
(10:00 -0800)
Should be 1920x1080 and not 1900x1080. Whoops.
src/svga_modes.h
patch
|
blob
|
history
diff --git
a/src/svga_modes.h
b/src/svga_modes.h
index
fb5dbe1
..
97d869e
100644
(file)
--- a/
src/svga_modes.h
+++ b/
src/svga_modes.h
@@
-27,7
+27,7
@@
SVGA_DEFAULT_MODE( 854, 480) \
SVGA_DEFAULT_MODE(1280, 720) \
SVGA_DEFAULT_MODE(1366, 768) \
- SVGA_DEFAULT_MODE(19
0
0, 1080) \
+ SVGA_DEFAULT_MODE(19
2
0, 1080) \
/* 16:10 modes */ \
SVGA_DEFAULT_MODE(1280, 800) \
SVGA_DEFAULT_MODE(1440, 900) \