You are not logged in.

#1 2017-12-22 13:30:27

42578
Member
Registered: 2017-12-22
Posts: 45

Screen Resolution Issue

Hello! I'm a noobie in bunsenlabs. So, my problem is this: I have a laptop with 1920x1080 60Hz but I have HD resolution. I have already try to change but doesn't work.

My xrandr have this:

xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1024 x 768, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm
   1024x768      76.00*


I have a Nvidia 960M and Intel graphics.


Thanks.

Last edited by 42578 (2017-12-22 14:07:49)

Offline

#2 2017-12-22 13:39:48

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,073
Website

Re: Screen Resolution Issue

42578 wrote:

I have a Nvidia 940M and Intel graphics

The easiest solution here will probably be to disable the NVIDIA card from your firmware ("BIOS") and just run the Intel card, this will improve battery life and should offer a less buggy experience but will incur a performance penalty, for obvious reasons.

I think we need to see your driver support:

lspci -knn | grep -A2 '\''[030[02]\]'

This Debian wiki guide for Optimus machines will need to be followed if you want to use the discrete GPU:

https://wiki.debian.org/Bumblebee

Note that an Xorg configuration file is _not_ needed in a Bumblebee setup, please ignore the post-install message from the NVIDIA driver about running `xorg-config` as it does not apply to Optimus machines.

Offline

#3 2017-12-22 14:10:40

42578
Member
Registered: 2017-12-22
Posts: 45

Re: Screen Resolution Issue

Thanks for helping me. But, sorry, I don't understand what you say to me.

Offline

#4 2017-12-22 14:23:20

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,073
Website

Re: Screen Resolution Issue

Ah, sorry.

Can you please run the `lspci` command (that I posted above) in a terminal and post the results here, thanks!

Last edited by Head_on_a_Stick (2017-12-22 14:24:15)

Offline

#5 2017-12-22 14:26:07

42578
Member
Registered: 2017-12-22
Posts: 45

Re: Screen Resolution Issue

It's this:

@bunsenlabs:~$ lspci -knn | grep -A2 '\''[030[02]\]'
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:191b] (rev 06)
	Subsystem: ASUSTeK Computer Inc. Device [1043:1c5d]
00:04.0 Signal processing controller [1180]: Intel Corporation Device [8086:1903] (rev 07)
--
01:00.0 3D controller [0302]: NVIDIA Corporation Device [10de:139b] (rev a2)
	Subsystem: ASUSTeK Computer Inc. Device [1043:1c5d]
02:00.0 Network controller [0280]: Intel Corporation Wireless 7265 [8086:095a] (rev 59)

Last edited by Head_on_a_Stick (2017-12-22 19:10:11)

Offline

#6 2017-12-22 15:42:06

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,073
Website

Re: Screen Resolution Issue

^ you have no video drivers loaded, that's why the display doesn't work.

42578 wrote:
Intel Corporation Device [8086:191b]

OK, I think that's an Intel HD530.[1]

To get that working in BunsenLabs you will need to follow this guide:

https://forums.bunsenlabs.org/viewtopic.php?id=1185

That will probably get your desktop working with the integrated card, we could look at the GPU later (if you want).

You may find that your wireless card "dies" after switching to the newer kernel but don't worry, we just need to add newer firmware as well to fix that.

If that all sounds like too much work then wait for our next release (called "Helium"), that should support your hardware properly.

[1] https://wiki.debian.org/HowToIdentifyADevice/PCI

Last edited by Head_on_a_Stick (2017-12-22 15:43:15)

Offline

#7 2017-12-22 17:45:05

42578
Member
Registered: 2017-12-22
Posts: 45

Re: Screen Resolution Issue

I try the first option and the resolution fix, but tint2 have error and I can't open Mozilla.

Offline

#8 2017-12-22 19:09:46

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,073
Website

Re: Screen Resolution Issue

42578 wrote:

tint2 have error and I can't open Mozilla

OK, please try running both programs from a terminal window and post the errors here (in full), thanks.

Offline

#9 2017-12-31 13:28:22

42578
Member
Registered: 2017-12-22
Posts: 45

Re: Screen Resolution Issue

Hello again.

I reinstall bunsenlabs and now I have wifi and 1920x1080 image, but I don't have more options in xrandr.

Offline

#10 2017-12-31 13:57:50

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,073
Website

Re: Screen Resolution Issue

42578 wrote:

I reinstall bunsenlabs

OK but it may have been better to try to fix things instead.

I don't have more options in xrandr.

It is easier for us both if you just post the full output of

xrandr

This is always better than trying to describe things, even without a language barrier smile

I think you will have to upgrade the kernel and video drivers (again) and this time we will add the wireless firmware as well.

First, add the jessie-backports repositories.

Then use this command to install all of the packages that you need:

sudo apt install -t jessie-backports linux-image-amd64 firmware-iwlwifi  xserver-xorg-video-intel libegl1-mesa libgl1-mesa-glx libgl1-mesa-dri primus bumblebee-nvidia nvidia-driver

Warning: you will be told that an xorg.conf file is needed but please ignore this message, an Xorg configuration file is _not_ needed for Bumblebee.

To repeat: do not allow debconf to create a xorg.conf file and do not run the `nvidia-xconfig` command!

Reboot to effect the changes and if it all works then you can run applications with your Nvidia card by using:

optirun $application # replace "$application" with the actual name of the application ;)

See all the options with:

optirun --help

Good luck!

Offline

#11 2017-12-31 18:49:00

42578
Member
Registered: 2017-12-22
Posts: 45

Re: Screen Resolution Issue

I run the comand "apt-get" and I restart the computer and them I have this error:

*ERROR* blitter: timed out waiting for forcewake ack request.

Last edited by 42578 (2017-12-31 18:49:19)

Offline

#12 2017-12-31 21:05:45

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,073
Website

Re: Screen Resolution Issue

Oh dear hmm

What happens if you press <Ctrl>+<Alt>+F3 after you see this error?

Offline

#13 2018-01-17 22:24:16

42578
Member
Registered: 2017-12-22
Posts: 45

Re: Screen Resolution Issue

I post another topic:

https://forums.bunsenlabs.org/viewtopic.php?id=4548

Last edited by 42578 (2018-01-17 22:32:22)

Offline

#14 2018-01-17 22:31:32

42578
Member
Registered: 2017-12-22
Posts: 45

Re: Screen Resolution Issue

Hi again. It's been a long time.

Hi try other distros but I WANT to use Bunsenlabs.

So, my state it's this:


-I install Bunsenlabs again;


-I have already install nvidia driver, I follow this guide, https://wiki.debian.org/NvidiaGraphicsDrivers#Drivers


-When I run the xrandr command I have this:

xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1024 x 768, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm
   1024x768      76.00*
  1920x1080_60.00 (0xe7) 173.000MHz
        h: width  1920 start 2048 end 2248 total 2576 skew    0 clock  67.16KHz
        v: height 1080 start 1083 end 1088 total 1120           clock  59.96Hz



-My Nvidia it's the 960M



*** WHAT I WAN'T (by this order) ***

-Change my keyboard layout;

-Change my screen resolution to Full HD instead of HD;

-Use Nvidia just for gaming;

-Install Steam;

-Edit Openbox;

-Edit Tint2;

-Edit Conky;

BIG THANKS.

Last edited by 42578 (2018-01-17 22:33:54)

Offline

#15 2018-01-17 22:50:05

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,073
Website

Re: Screen Resolution Issue

I've merged your new thread, please search the forums for answers to your other questions, that have all been covered before.

Please go through the steps I listed above again for your video problem.

Offline

#16 2018-01-17 23:13:23

42578
Member
Registered: 2017-12-22
Posts: 45

Re: Screen Resolution Issue

So.

I install nvidia drivers to 960M.

I'm having the problem of xrandr. He doesn't reconize the full hd resolution.

I want to use intel graphics and use nvidia just for gaming.

Thanks.

Offline

#17 2018-01-18 06:50:17

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,073
Website

Re: Screen Resolution Issue

42578 wrote:

I install nvidia drivers to 960M

There are several ways listed on the the Debian wiki, which method did you use?

I have already posted exactly what you need to do:

https://forums.bunsenlabs.org/viewtopic … 116#p66116

Offline

#18 2018-01-18 07:54:53

42578
Member
Registered: 2017-12-22
Posts: 45

Re: Screen Resolution Issue

I use the Debian 8 "Jessie" instructions

Last edited by 42578 (2018-01-18 07:56:09)

Offline

#19 2018-01-18 21:25:11

42578
Member
Registered: 2017-12-22
Posts: 45

Re: Screen Resolution Issue

I do the things that you tell me to do and fixs the screen.

Thanks a lot.

Now my xrandr it's this:

Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
eDP1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 340mm x 190mm
   1920x1080     60.05*+  59.93  
   1680x1050     59.88  
   1600x1024     60.17  
   1400x1050     59.98  
   1600x900      60.00  
   1280x1024     60.02  
   1440x900      59.89  
   1280x960      60.00  
   1368x768      60.00  
   1360x768      59.80    59.96  
   1152x864      60.00  
   1280x720      60.00  
   1024x768      60.00  
   1024x576      60.00  
   960x540       60.00  
   800x600       60.32    56.25  
   864x486       60.00  
   640x480       59.94  
   720x405       60.00  
   640x360       60.00  
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
HDMI3 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

I note that I have a little bit of lag in my laptop. For example, when I move windows and when I'm scrolling on browser.

Last edited by Head_on_a_Stick (2018-01-19 07:22:14)

Offline

#20 2018-01-19 00:16:20

stevep
MX Linux Developer
Registered: 2016-08-08
Posts: 381

Re: Screen Resolution Issue

You have an Optimus system.  Your display is always going to be handled by the Intel graphics.  Do not use the guide to install the Nvidia drivers, since that GPU does not handle the display at all.

First get your Intel graphics working correctly as you have already been advised.  Then follow the Debian wiki guide to install bumblebee-nvidia if you want to be able to have your Nvidia card handle the 3D rendering in the background.  It will hand the finished renders off to the Intel GPU for display; the Intel always handles the display.  Do not create an xorg.conf file.   I believe you will need to use the nvidia-driver in jessie-backports to support your 960M.

Last edited by stevep (2018-01-19 00:17:12)

Offline

Board footer

Powered by FluxBB