I'm using Ubuntu 12.10 on an Asus EEEPC 1015PN. This netbook has an Nvidia Ion GPU, which I had to install Mtrons scripts in order to use (located here: https://sites.google.com/site/mtrons/howtos/eeepc-1015pn). These worked great at first and I much prefer the Nvidia mode for Steam and Minecraft and other gaming.
However today I tested out the Intel mode and it also works great. But I restarted in order to go back to the Nvidia mode and it doesn't boot to the window manager, instead it just drops me into tty1
. The only way I can get to a GUI is by using the Intel mode and now I'm basically stuck in Intel mode. I tried restarting many times and also have tried the commands from Mtron's script such as sudo display-settings auto
and sudo display_settings fix
and also sudo display-settings config-nvidia
. None of those worked. I can't seem to get to the GUI. I would appreciate some advice if anyone has encountered this problem. Thank you very much.
sudo lspci | grep VGA
. – Misery Apr 09 '13 at 09:43Alt+Ctrl+F7
) If not then please writestart x
and let us know what is the output – Misery Apr 09 '13 at 09:59Starting Bumblebee supporting nVidia Optimus Cards [fail]
then a bunch of [OK]s and further down it saysNo suitable module for kernel found [fail]
and the last one further down after a few [OK]s saysStarting load fallback graphics devices [fail]
Sorry if this doesn't help, I wasn't sure what to write exactly – Pat Apr 09 '13 at 11:09sudo Xorg -configure
) and put the output here. Path to this file will be prompted to the screen. – Misery Apr 09 '13 at 11:14cp path_to_file_to_be_copied path_to_the_destination
. You can try to usenano
to copy or write the file to another filedestination_file < cat file_to_be_displayed
– Misery Apr 09 '13 at 11:40number of created screens does not match number of detected devices. Configuration failed. Server terminated with error (2). Closing log file.
– Pat Apr 09 '13 at 12:11sudo nano xorg.conf
. If you find a device section describing your other (non-nvidia) card then remove it. And check if there is a device section for your nvidia card. Check if your screen uses proper card (device in screen section should be exactly the same as identifier in device section). – Misery Apr 09 '13 at 12:35xorg.conf
and the same thing happened, it won't give me a GUI. Alsotty7
shows the same errors. There are severalxorg.conf
files located in the folder such asxorg.conf.asus1015pn.intel
.nvidia
.optimushdmi
and.backup
– Pat Apr 10 '13 at 01:03sudo lspci | grep VGA
and it shows the correct driver now. I tried to to run thenvidia-settings
app to change the resolution and it says I need to runsudo nvidia-xconfig
in order to continue. I did this and restarted and tried nvidia-settings again. No dice, still says it appears that I am not using an nvidia driver. At least I'm getting closer, any thoughts? – Pat Apr 10 '13 at 14:31