X will not start while installing Ubuntu 13.10 on an ASUS N550JV

Solution 1:

It's not a real answer or a solution, but I could install in OEM mode with nomodeset. Afterwards, I used this xorg.conf to force my resolution:

Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080"
EndSubSection
EndSection

Section "Module"
Load "glx"
EndSection

Section "Device"
Identifier "Default Device"
Driver "intel"
EndSection