-
Bug
-
Resolution: Incomplete
-
None
-
Minecraft 1.7.9
-
None
-
Linux lambda 3.14.4 #3 SMP PREEMPT Fri Jun 6 04:07:50 UTC 2014 x86_64 Intel(R) Core(TM) i7-4900MQ CPU @ 2.80GHz GenuineIntel GNU/Linux
$ xrandr -q
Screen 0: minimum 8 x 8, current 1600 x 1200, maximum 16384 x 16384
eDP-1-0 connected 1600x1200+0+0 (normal left inverted right x axis y axis) 309mm x 175mm
1920x1080 60.0 +
1400x1050 60.0
1280x1024 60.0
1280x960 60.0
1024x768 60.0 60.0
960x720 60.0
928x696 60.1
896x672 60.0
800x600 60.0 60.3 56.2
700x525 60.0
640x512 60.0
640x480 60.0 59.9
512x384 60.0
400x300 60.3 56.3
320x240 60.1
1600x1200 60.0*
VGA-1-0 disconnected (normal left inverted right x axis y axis)
DisplayPort-1-0 disconnected (normal left inverted right x axis y axis)
HDMI-1-0 connected 1600x1200+0+0 (normal left inverted right x axis y axis) 432mm x 324mm
1600x1200 60.0*+
1280x1024 85.0 75.0
1280x960 85.0
1152x864 75.0
1024x768 85.0 75.1 70.1 60.0
832x624 74.6
800x600 85.1 72.2 75.0 60.3 56.2
640x480 85.0 75.0 72.8 66.7 60.0
720x400 70.1
640x400 70.0
DisplayPort-1-1 disconnected (normal left inverted right x axis y axis)
HDMI-1-1 disconnected (normal left inverted right x axis y axis)
$ java -version
java version "1.8.0_05"
Java(TM) SE Runtime Environment (build 1.8.0_05-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode)
Linux lambda 3.14.4 #3 SMP PREEMPT Fri Jun 6 04:07:50 UTC 2014 x86_64 Intel(R) Core(TM) i7-4900MQ CPU @ 2.80GHz GenuineIntel GNU/Linux $ xrandr -q Screen 0: minimum 8 x 8, current 1600 x 1200, maximum 16384 x 16384 eDP-1-0 connected 1600x1200+0+0 (normal left inverted right x axis y axis) 309mm x 175mm 1920x1080 60.0 + 1400x1050 60.0 1280x1024 60.0 1280x960 60.0 1024x768 60.0 60.0 960x720 60.0 928x696 60.1 896x672 60.0 800x600 60.0 60.3 56.2 700x525 60.0 640x512 60.0 640x480 60.0 59.9 512x384 60.0 400x300 60.3 56.3 320x240 60.1 1600x1200 60.0* VGA-1-0 disconnected (normal left inverted right x axis y axis) DisplayPort-1-0 disconnected (normal left inverted right x axis y axis) HDMI-1-0 connected 1600x1200+0+0 (normal left inverted right x axis y axis) 432mm x 324mm 1600x1200 60.0*+ 1280x1024 85.0 75.0 1280x960 85.0 1152x864 75.0 1024x768 85.0 75.1 70.1 60.0 832x624 74.6 800x600 85.1 72.2 75.0 60.3 56.2 640x480 85.0 75.0 72.8 66.7 60.0 720x400 70.1 640x400 70.0 DisplayPort-1-1 disconnected (normal left inverted right x axis y axis) HDMI-1-1 disconnected (normal left inverted right x axis y axis) $ java -version java version "1.8.0_05" Java(TM) SE Runtime Environment (build 1.8.0_05-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode)
-
Unconfirmed
When I enter fullscreen on Linux only the upper left quarter of the screen draws anything and the remaining 3/4ths of the screen are black.
I spoke with LWJGL developers and they suggested that Minecraft may not be properly updating the viewport by calling glViewport and that this may me what is cropping the view.
For now I have to play with the window maximized.
- relates to
-
MC-61050 Fullscreen mode displays the actual game only in much lower resolution in the corner
- Resolved