Fatal server error: no screens found

Hi all!
I have OpenSUSE 13.1 and when it boots up - it comes in text mode.
After doing **startx **i have:


Loading extension GLX
(EE) 
Fatal server error:
(EE) no screens found(EE) 
(EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
VGA Arbitration: Cannot restore default device.
(EE) Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error

**/sbin/lspci -vnn | grep ‘[030[02]]’ output: **

00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09) (prog-if 00 [VGA controller])
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF108M [GeForce GT 630M] [10de:0de9] (rev a1) (prog-if 00 [VGA controller])

**xorg.conf
**


# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 331.49  (buildmeister@swio-display-x86-rhel47-10)  Wed Feb 12 21:00:07 PST 2014


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection


Section "Files"
EndSection


Section "InputDevice"
    # generated from data in "/etc/sysconfig/mouse"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "IMPS/2"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "yes"
    Option         "ZAxisMapping" "4 5"
EndSection


Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection


Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection


Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection


Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

  • startx as user is not supported (ootb) by opensuse
  • you have an hybrid graphics device … uninstall the regular nvidia driver and install bumblebee … follow the smithfarm directions

What about sudo user?

  • you have an hybrid graphics device … uninstall the regular nvidia driver and install bumblebee … follow the smithfarm directions

Oh, sorry - I already installed bumblebee drivers. And I reinstall them - the problem persists.

Remove the xorg.conf file, the one you have will not work and you shouldn’t need one at all.

On 2014-03-04 20:56, hayaname wrote:
>
> Tyler_K;2628592 Wrote:
>> - startx as user is not supported (ootb) by opensuse
> What about sudo user?

No. That would be like login as root. Root is the only user that can use
startx, out of the box. If you want to use startx as plain user, just
read the “/etc/permissions.local” file and decide.

But even when the system is modified so that startx runs, several
features of the desktops will fail, because they depend on the display
manager. For instance, using usb flash sticks.


Cheers / Saludos,

Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)