Problem with scaling on Debian-based distro
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
How do you replicate Virtual Super Resolution on Debian based distro?
Or like anything what would make GUI scale to make GUI more productive..
Thanks for any help (âÂÂï¾Âã®ï¾Â)âÂÂ
INFORMATIONS
This setup has one 1080p 60' monitor that is practically not useble to work with this scale for intended workload (Gaming, Audio-visual production, etc..)
Temporary GPU - ATI Sapphire 7870 AND AMD Radeon 7870
AMD has two names for this GPU as far as i know.
- Comparison in scaling W10 vs (X)ubuntu 18.04 (same device) - https://imgur.com/a/aLBlN4n
- Comparison in scaling W10 vs (X)ubuntu 18.04 (same device) - https://imgur.com/a/aLBlN4n
TRIED SOLUTIONS
Change font size
- Helped, but not much.
- I can scale fonts so that its practically unreadable, but GUI stays the same.
Change icon size
- Helped, but not much.
- Same as fonts, GUI is the same.
Switch from XFCE4 on KDE and change DPI for monitor in GUI
- Helped a lot, but still i need it to scale below âÂÂ1âÂÂ.
Modify xrandr for virtual resolution
- it seems to work, but screen can render just 1/4 at a time and the rest is accesable by moving cursor to the edge of the screen. Or it has black screen on þ of set screen which are non-useble.
- Tried command:
xrandr --output DVI-I-0 --mode 1920x1080 --fbmm 2560x1440 --nograb --rate 60
- Seems that 3D applications canâÂÂt use 2560x1440 and nothing changes. I try to find something usefull in man pages and i found command âÂÂ--TransformâÂÂ, but based on provided informations i donâÂÂt know how to use it and it seems that it doesnâÂÂt have intended effect. Image here: https://imgur.com/a/ZiyMAe4
Generate resolution using umc (Universal Moderline Calculator) and add it as mode to xrandr, then run it.
- Resulted in blackscreen same as cvr.
using "--scale" in xrandr allows me to replicate Virtual Super Resolution. (thanks to @Lienhart Woitok)
- The problem now is that i can't access that part of the screen with cursor, but apps seems to be able to.
- Testing different presets in xrandr now.
PROBLEM SOLVED
PROBLEM SOLVED RUNNING
xrandr --output DVI-I-0 --fb 2560x1440 --panning 2560x1440 --scale 1.333x1.333 --rate 60
(Don't copy+paste it into your system, try it with your variables!)
DISCLAIMER
I haven't found any simmilar article on this forum nor on the internet and i can't fix this issue by myself. (âÂÂ_âÂÂ)
graphics gui display-resolution amd-graphics scaling
add a comment |Â
up vote
1
down vote
favorite
How do you replicate Virtual Super Resolution on Debian based distro?
Or like anything what would make GUI scale to make GUI more productive..
Thanks for any help (âÂÂï¾Âã®ï¾Â)âÂÂ
INFORMATIONS
This setup has one 1080p 60' monitor that is practically not useble to work with this scale for intended workload (Gaming, Audio-visual production, etc..)
Temporary GPU - ATI Sapphire 7870 AND AMD Radeon 7870
AMD has two names for this GPU as far as i know.
- Comparison in scaling W10 vs (X)ubuntu 18.04 (same device) - https://imgur.com/a/aLBlN4n
- Comparison in scaling W10 vs (X)ubuntu 18.04 (same device) - https://imgur.com/a/aLBlN4n
TRIED SOLUTIONS
Change font size
- Helped, but not much.
- I can scale fonts so that its practically unreadable, but GUI stays the same.
Change icon size
- Helped, but not much.
- Same as fonts, GUI is the same.
Switch from XFCE4 on KDE and change DPI for monitor in GUI
- Helped a lot, but still i need it to scale below âÂÂ1âÂÂ.
Modify xrandr for virtual resolution
- it seems to work, but screen can render just 1/4 at a time and the rest is accesable by moving cursor to the edge of the screen. Or it has black screen on þ of set screen which are non-useble.
- Tried command:
xrandr --output DVI-I-0 --mode 1920x1080 --fbmm 2560x1440 --nograb --rate 60
- Seems that 3D applications canâÂÂt use 2560x1440 and nothing changes. I try to find something usefull in man pages and i found command âÂÂ--TransformâÂÂ, but based on provided informations i donâÂÂt know how to use it and it seems that it doesnâÂÂt have intended effect. Image here: https://imgur.com/a/ZiyMAe4
Generate resolution using umc (Universal Moderline Calculator) and add it as mode to xrandr, then run it.
- Resulted in blackscreen same as cvr.
using "--scale" in xrandr allows me to replicate Virtual Super Resolution. (thanks to @Lienhart Woitok)
- The problem now is that i can't access that part of the screen with cursor, but apps seems to be able to.
- Testing different presets in xrandr now.
PROBLEM SOLVED
PROBLEM SOLVED RUNNING
xrandr --output DVI-I-0 --fb 2560x1440 --panning 2560x1440 --scale 1.333x1.333 --rate 60
(Don't copy+paste it into your system, try it with your variables!)
DISCLAIMER
I haven't found any simmilar article on this forum nor on the internet and i can't fix this issue by myself. (âÂÂ_âÂÂ)
graphics gui display-resolution amd-graphics scaling
Ubuntu MATE 18.04 is similar to Xubuntu but with full high DPI support. Try this: Ubuntu MATE vs. Xubuntu for high DPI screens
â karel
Jun 2 at 7:20
1
@karel Thanks for tip, i try it in VM. (â¢ÃÂá´Ââ¢ÃÂ)ÃÂ
â David Koà ¡ecký
Jun 2 at 7:26
xrandr
has a scale option that might help you.xrandr --output DVI-I-0 --scale 0.5x0.5
orxrandr --output DVI-I-0 --scale 1.5x1.5
depending on which direction you want to scale.
â Lienhart Woitok
Jun 2 at 8:33
@LienhartWoitok Man! that's a step to the right direction! Now the problem is that i can't access 3/4 of the screen with mouse, but i can see it. I try to modify xrandr for that.
â David Koà ¡ecký
Jun 2 at 8:58
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
How do you replicate Virtual Super Resolution on Debian based distro?
Or like anything what would make GUI scale to make GUI more productive..
Thanks for any help (âÂÂï¾Âã®ï¾Â)âÂÂ
INFORMATIONS
This setup has one 1080p 60' monitor that is practically not useble to work with this scale for intended workload (Gaming, Audio-visual production, etc..)
Temporary GPU - ATI Sapphire 7870 AND AMD Radeon 7870
AMD has two names for this GPU as far as i know.
- Comparison in scaling W10 vs (X)ubuntu 18.04 (same device) - https://imgur.com/a/aLBlN4n
- Comparison in scaling W10 vs (X)ubuntu 18.04 (same device) - https://imgur.com/a/aLBlN4n
TRIED SOLUTIONS
Change font size
- Helped, but not much.
- I can scale fonts so that its practically unreadable, but GUI stays the same.
Change icon size
- Helped, but not much.
- Same as fonts, GUI is the same.
Switch from XFCE4 on KDE and change DPI for monitor in GUI
- Helped a lot, but still i need it to scale below âÂÂ1âÂÂ.
Modify xrandr for virtual resolution
- it seems to work, but screen can render just 1/4 at a time and the rest is accesable by moving cursor to the edge of the screen. Or it has black screen on þ of set screen which are non-useble.
- Tried command:
xrandr --output DVI-I-0 --mode 1920x1080 --fbmm 2560x1440 --nograb --rate 60
- Seems that 3D applications canâÂÂt use 2560x1440 and nothing changes. I try to find something usefull in man pages and i found command âÂÂ--TransformâÂÂ, but based on provided informations i donâÂÂt know how to use it and it seems that it doesnâÂÂt have intended effect. Image here: https://imgur.com/a/ZiyMAe4
Generate resolution using umc (Universal Moderline Calculator) and add it as mode to xrandr, then run it.
- Resulted in blackscreen same as cvr.
using "--scale" in xrandr allows me to replicate Virtual Super Resolution. (thanks to @Lienhart Woitok)
- The problem now is that i can't access that part of the screen with cursor, but apps seems to be able to.
- Testing different presets in xrandr now.
PROBLEM SOLVED
PROBLEM SOLVED RUNNING
xrandr --output DVI-I-0 --fb 2560x1440 --panning 2560x1440 --scale 1.333x1.333 --rate 60
(Don't copy+paste it into your system, try it with your variables!)
DISCLAIMER
I haven't found any simmilar article on this forum nor on the internet and i can't fix this issue by myself. (âÂÂ_âÂÂ)
graphics gui display-resolution amd-graphics scaling
How do you replicate Virtual Super Resolution on Debian based distro?
Or like anything what would make GUI scale to make GUI more productive..
Thanks for any help (âÂÂï¾Âã®ï¾Â)âÂÂ
INFORMATIONS
This setup has one 1080p 60' monitor that is practically not useble to work with this scale for intended workload (Gaming, Audio-visual production, etc..)
Temporary GPU - ATI Sapphire 7870 AND AMD Radeon 7870
AMD has two names for this GPU as far as i know.
- Comparison in scaling W10 vs (X)ubuntu 18.04 (same device) - https://imgur.com/a/aLBlN4n
- Comparison in scaling W10 vs (X)ubuntu 18.04 (same device) - https://imgur.com/a/aLBlN4n
TRIED SOLUTIONS
Change font size
- Helped, but not much.
- I can scale fonts so that its practically unreadable, but GUI stays the same.
Change icon size
- Helped, but not much.
- Same as fonts, GUI is the same.
Switch from XFCE4 on KDE and change DPI for monitor in GUI
- Helped a lot, but still i need it to scale below âÂÂ1âÂÂ.
Modify xrandr for virtual resolution
- it seems to work, but screen can render just 1/4 at a time and the rest is accesable by moving cursor to the edge of the screen. Or it has black screen on þ of set screen which are non-useble.
- Tried command:
xrandr --output DVI-I-0 --mode 1920x1080 --fbmm 2560x1440 --nograb --rate 60
- Seems that 3D applications canâÂÂt use 2560x1440 and nothing changes. I try to find something usefull in man pages and i found command âÂÂ--TransformâÂÂ, but based on provided informations i donâÂÂt know how to use it and it seems that it doesnâÂÂt have intended effect. Image here: https://imgur.com/a/ZiyMAe4
Generate resolution using umc (Universal Moderline Calculator) and add it as mode to xrandr, then run it.
- Resulted in blackscreen same as cvr.
using "--scale" in xrandr allows me to replicate Virtual Super Resolution. (thanks to @Lienhart Woitok)
- The problem now is that i can't access that part of the screen with cursor, but apps seems to be able to.
- Testing different presets in xrandr now.
PROBLEM SOLVED
PROBLEM SOLVED RUNNING
xrandr --output DVI-I-0 --fb 2560x1440 --panning 2560x1440 --scale 1.333x1.333 --rate 60
(Don't copy+paste it into your system, try it with your variables!)
DISCLAIMER
I haven't found any simmilar article on this forum nor on the internet and i can't fix this issue by myself. (âÂÂ_âÂÂ)
graphics gui display-resolution amd-graphics scaling
edited Jun 3 at 2:43
asked Jun 2 at 7:15
![](https://lh3.googleusercontent.com/-yqeDOpgWUG4/AAAAAAAAAAI/AAAAAAAAABM/x5H8ukTigIw/photo.jpg?sz=32)
![](https://lh3.googleusercontent.com/-yqeDOpgWUG4/AAAAAAAAAAI/AAAAAAAAABM/x5H8ukTigIw/photo.jpg?sz=32)
David Koà ¡ecký
586
586
Ubuntu MATE 18.04 is similar to Xubuntu but with full high DPI support. Try this: Ubuntu MATE vs. Xubuntu for high DPI screens
â karel
Jun 2 at 7:20
1
@karel Thanks for tip, i try it in VM. (â¢ÃÂá´Ââ¢ÃÂ)ÃÂ
â David Koà ¡ecký
Jun 2 at 7:26
xrandr
has a scale option that might help you.xrandr --output DVI-I-0 --scale 0.5x0.5
orxrandr --output DVI-I-0 --scale 1.5x1.5
depending on which direction you want to scale.
â Lienhart Woitok
Jun 2 at 8:33
@LienhartWoitok Man! that's a step to the right direction! Now the problem is that i can't access 3/4 of the screen with mouse, but i can see it. I try to modify xrandr for that.
â David Koà ¡ecký
Jun 2 at 8:58
add a comment |Â
Ubuntu MATE 18.04 is similar to Xubuntu but with full high DPI support. Try this: Ubuntu MATE vs. Xubuntu for high DPI screens
â karel
Jun 2 at 7:20
1
@karel Thanks for tip, i try it in VM. (â¢ÃÂá´Ââ¢ÃÂ)ÃÂ
â David Koà ¡ecký
Jun 2 at 7:26
xrandr
has a scale option that might help you.xrandr --output DVI-I-0 --scale 0.5x0.5
orxrandr --output DVI-I-0 --scale 1.5x1.5
depending on which direction you want to scale.
â Lienhart Woitok
Jun 2 at 8:33
@LienhartWoitok Man! that's a step to the right direction! Now the problem is that i can't access 3/4 of the screen with mouse, but i can see it. I try to modify xrandr for that.
â David Koà ¡ecký
Jun 2 at 8:58
Ubuntu MATE 18.04 is similar to Xubuntu but with full high DPI support. Try this: Ubuntu MATE vs. Xubuntu for high DPI screens
â karel
Jun 2 at 7:20
Ubuntu MATE 18.04 is similar to Xubuntu but with full high DPI support. Try this: Ubuntu MATE vs. Xubuntu for high DPI screens
â karel
Jun 2 at 7:20
1
1
@karel Thanks for tip, i try it in VM. (â¢ÃÂá´Ââ¢ÃÂ)ÃÂ
â David Koà ¡ecký
Jun 2 at 7:26
@karel Thanks for tip, i try it in VM. (â¢ÃÂá´Ââ¢ÃÂ)ÃÂ
â David Koà ¡ecký
Jun 2 at 7:26
xrandr
has a scale option that might help you. xrandr --output DVI-I-0 --scale 0.5x0.5
or xrandr --output DVI-I-0 --scale 1.5x1.5
depending on which direction you want to scale.â Lienhart Woitok
Jun 2 at 8:33
xrandr
has a scale option that might help you. xrandr --output DVI-I-0 --scale 0.5x0.5
or xrandr --output DVI-I-0 --scale 1.5x1.5
depending on which direction you want to scale.â Lienhart Woitok
Jun 2 at 8:33
@LienhartWoitok Man! that's a step to the right direction! Now the problem is that i can't access 3/4 of the screen with mouse, but i can see it. I try to modify xrandr for that.
â David Koà ¡ecký
Jun 2 at 8:58
@LienhartWoitok Man! that's a step to the right direction! Now the problem is that i can't access 3/4 of the screen with mouse, but i can see it. I try to modify xrandr for that.
â David Koà ¡ecký
Jun 2 at 8:58
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
1
down vote
accepted
I was able to solve the issue by executing:
xrandr --output DVI-I-0 --fb 2560x1440 --panning 2560x1440 --scale 1.333x1.333 --rate 60
(Don't copy+paste it into your system, try it with your variables!)
Special thanks to @Lienhart Woitok. áÂÂ( á )áÂÂ
add a comment |Â
up vote
0
down vote
In KDE Plasma (I'm using Kubuntu 18.04):
- Settings
- Display and Monitor
- Displays
- Advance Settings
- Scale Display
Move the slider to the scaling level you desire, click Apply, then reboot.
it's "Tried Solution" #3 It helped a lot, but i need it to scale on less then 1 to make it useble for my workload.. :/
â David Koà ¡ecký
Jun 2 at 7:49
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
I was able to solve the issue by executing:
xrandr --output DVI-I-0 --fb 2560x1440 --panning 2560x1440 --scale 1.333x1.333 --rate 60
(Don't copy+paste it into your system, try it with your variables!)
Special thanks to @Lienhart Woitok. áÂÂ( á )áÂÂ
add a comment |Â
up vote
1
down vote
accepted
I was able to solve the issue by executing:
xrandr --output DVI-I-0 --fb 2560x1440 --panning 2560x1440 --scale 1.333x1.333 --rate 60
(Don't copy+paste it into your system, try it with your variables!)
Special thanks to @Lienhart Woitok. áÂÂ( á )áÂÂ
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
I was able to solve the issue by executing:
xrandr --output DVI-I-0 --fb 2560x1440 --panning 2560x1440 --scale 1.333x1.333 --rate 60
(Don't copy+paste it into your system, try it with your variables!)
Special thanks to @Lienhart Woitok. áÂÂ( á )áÂÂ
I was able to solve the issue by executing:
xrandr --output DVI-I-0 --fb 2560x1440 --panning 2560x1440 --scale 1.333x1.333 --rate 60
(Don't copy+paste it into your system, try it with your variables!)
Special thanks to @Lienhart Woitok. áÂÂ( á )áÂÂ
edited Jun 5 at 6:52
answered Jun 2 at 9:18
![](https://lh3.googleusercontent.com/-yqeDOpgWUG4/AAAAAAAAAAI/AAAAAAAAABM/x5H8ukTigIw/photo.jpg?sz=32)
![](https://lh3.googleusercontent.com/-yqeDOpgWUG4/AAAAAAAAAAI/AAAAAAAAABM/x5H8ukTigIw/photo.jpg?sz=32)
David Koà ¡ecký
586
586
add a comment |Â
add a comment |Â
up vote
0
down vote
In KDE Plasma (I'm using Kubuntu 18.04):
- Settings
- Display and Monitor
- Displays
- Advance Settings
- Scale Display
Move the slider to the scaling level you desire, click Apply, then reboot.
it's "Tried Solution" #3 It helped a lot, but i need it to scale on less then 1 to make it useble for my workload.. :/
â David Koà ¡ecký
Jun 2 at 7:49
add a comment |Â
up vote
0
down vote
In KDE Plasma (I'm using Kubuntu 18.04):
- Settings
- Display and Monitor
- Displays
- Advance Settings
- Scale Display
Move the slider to the scaling level you desire, click Apply, then reboot.
it's "Tried Solution" #3 It helped a lot, but i need it to scale on less then 1 to make it useble for my workload.. :/
â David Koà ¡ecký
Jun 2 at 7:49
add a comment |Â
up vote
0
down vote
up vote
0
down vote
In KDE Plasma (I'm using Kubuntu 18.04):
- Settings
- Display and Monitor
- Displays
- Advance Settings
- Scale Display
Move the slider to the scaling level you desire, click Apply, then reboot.
In KDE Plasma (I'm using Kubuntu 18.04):
- Settings
- Display and Monitor
- Displays
- Advance Settings
- Scale Display
Move the slider to the scaling level you desire, click Apply, then reboot.
answered Jun 2 at 7:45
Andy Turfer
653510
653510
it's "Tried Solution" #3 It helped a lot, but i need it to scale on less then 1 to make it useble for my workload.. :/
â David Koà ¡ecký
Jun 2 at 7:49
add a comment |Â
it's "Tried Solution" #3 It helped a lot, but i need it to scale on less then 1 to make it useble for my workload.. :/
â David Koà ¡ecký
Jun 2 at 7:49
it's "Tried Solution" #3 It helped a lot, but i need it to scale on less then 1 to make it useble for my workload.. :/
â David Koà ¡ecký
Jun 2 at 7:49
it's "Tried Solution" #3 It helped a lot, but i need it to scale on less then 1 to make it useble for my workload.. :/
â David Koà ¡ecký
Jun 2 at 7:49
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1042849%2fproblem-with-scaling-on-debian-based-distro%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Ubuntu MATE 18.04 is similar to Xubuntu but with full high DPI support. Try this: Ubuntu MATE vs. Xubuntu for high DPI screens
â karel
Jun 2 at 7:20
1
@karel Thanks for tip, i try it in VM. (â¢ÃÂá´Ââ¢ÃÂ)ÃÂ
â David Koà ¡ecký
Jun 2 at 7:26
xrandr
has a scale option that might help you.xrandr --output DVI-I-0 --scale 0.5x0.5
orxrandr --output DVI-I-0 --scale 1.5x1.5
depending on which direction you want to scale.â Lienhart Woitok
Jun 2 at 8:33
@LienhartWoitok Man! that's a step to the right direction! Now the problem is that i can't access 3/4 of the screen with mouse, but i can see it. I try to modify xrandr for that.
â David Koà ¡ecký
Jun 2 at 8:58