Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I'm a linux noob, but I've already used Ubuntu and Backtrack in the past. I installed Kali 64 bit 2016.2 with Windows 10 as dual boot. I could fix the gray and the black screen problems, but I can't get the solution to set the right screen resolution. I've searched on the net, but I'm perfectly lost.
If I run Kali with USB, it works properly. I see 1366x786 LVDS-1 is set and VGA-1, HDMI-1, DP-1 are disconnected.
But my main system shows:
xrandr -q
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*
The posted output confirms that the fbdev (basic framebuffer) driver is loaded. This limits the display resolution to 1024x768. I'm surprised that the nouveau driver was not loaded for this NVIDIA chipset. Are you using the 'nomodeset' boot parameter perhaps?
Code:
cat /proc/cmdline
I'm not familiar with NVIDIA hardware, but it may be that you can install the propriety 'nvidia' driver for this graphics card model. I'll leave others to advise further about that.
BTW, the lspci command is probably located somewhere else in your distro. If it is in the path, you could just do lspci....
Code:
lspci -nnk
although the inxi command has already given us the necessary information.
I'm a linux noob, but I've already used Ubuntu and Backtrack in the past. I installed Kali 64 bit 2016.2
Since you mentioned that you're inexperienced with Linux, I was surprised that you're using Kali. I'd choose something a little more mainstream such as Linux Mint as you're likely to get a better "new user experience" with it IMHO.
Thanks for helping me out!
I could fix it.
The solution was that I removed nomodeset with verbose.
The Win2Grub works fine with no parameters or with "quiet splash".
I was using BackTrack for 2 years long, and it was the only installed OS on my notebook.
I shouldn't do complicated linux tasks, just use Internet and do programming - that is why I think that I'm still a noob.
Now I installed Kali because I'm doing a course which uses it.
I could do everything without Kali on Win10 during the course until now, but I felt I should use Kali for try out what the course does under Kali.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.