You are not logged in.

#1 2014-03-11 10:52:33

krzyzakp
Member
Registered: 2014-03-11
Posts: 1

Xorg problems on TP T540p

Hi,

I'm fighting with my new T540p and it's GeForce GT730M.
I tried to install nouveau first, now switched to nvidia drivers, but still same problem

(EE) No screens found(EE)

If I try to run X -configure I get
Number of created screens does not match number of detected devices.
   Configuration failed.
(EE) Server terminated with error (2).


What's wrong with it? is 730M not supportted yet? My nvidia version is 334.21 and as I checked on nvidia page they support my graphic card since 331.<something>

Offline

#2 2014-04-24 21:19:41

Tumi
Member
From: Czech Republic
Registered: 2010-04-07
Posts: 10

Re: Xorg problems on TP T540p

Hi,

this is my xorg.conf on T540p. Working like a charm. (Tweaked a bit for that touchpad without hw buttons..)
Drivers installed:

  • xf86-video-intel

  • nvidia

  • bumblebee

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
#       InputDevice    "Mouse0" "CoreMouse"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/OTF/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
        Load  "glx"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

#Section "InputDevice"
#        Identifier  "Mouse0"
#        Driver      "mouse"
#        Option      "Protocol" "auto"
#        Option      "Device" "/dev/input/mice"
#        Option      "ZAxisMapping" "4 5 6 7"
#EndSection

Section "InputClass"
        Identifier "Default clickpad buttons"
        MatchDriver "synaptics"

        Option "SoftButtonAreas" "60% 0 0 2400 40% 60% 0 2400"
        Option "AreaTopEdge" "2400"

        Option "TapButton1" "1"
        Option "TapButton3" "2"
        Option "TapButton2" "3"

        # Calm the pad down while clicking
        Option "VertHysteresis" "50"
        Option "HorizHysteresis" "50"

        # Drag lock
        Option "LockedDrags" "1"

        # Tap to click
        Option "FingerLow" "50"
        Option "FingerHigh" "55"

        # Prevent accidental clicks
        Option "PalmDetect" "1"
        Option "PalmMinWidth" "5"
        Option "PalmMinZ" "40"

        # Natural scrolling
        Option "VertTwoFingerScroll" "1"
        Option "VertScrollDelta" "-90"
        Option "HorizTwoFingerScroll" "1"
        Option "HorizScrollDelta" "-90"

        Option "MinSpeed" "1"
        Option "MaxSpeed" "1"

        Option "AccelerationProfile" "2"
        Option "ConstantDeceleration" "4"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        DisplaySize  345 194 
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "AccelMethod"               # <str>
        #Option     "Backlight"                 # <str>
        #Option     "DRI"                       # <str>
        #Option     "ColorKey"                  # <i>
        #Option     "VideoKey"                  # <i>
        #Option     "Tiling"                    # [<bool>]
        #Option     "LinearFramebuffer"         # [<bool>]
        #Option     "VSync"                     # [<bool>]
        #Option     "PageFlip"                  # [<bool>]
        #Option     "SwapbuffersWait"           # [<bool>]
        #Option     "TripleBuffer"              # [<bool>]
        #Option     "XvPreferOverlay"           # [<bool>]
        #Option     "HotPlug"                   # [<bool>]
        #Option     "ReprobeOutputs"            # [<bool>]
        #Option     "XvMC"                      # [<bool>]
        #Option     "ZaphodHeads"               # <str>
        #Option     "VirtualHeads"              # <i>
        #Option     "TearFree"                  # [<bool>]
        #Option     "PerCrtcPixmaps"            # [<bool>]
        #Option     "FallbackDebug"             # [<bool>]
        #Option     "DebugFlushBatches"         # [<bool>]
        #Option     "DebugFlushCaches"          # [<bool>]
        #Option     "DebugWait"                 # [<bool>]
        #Option     "BufferCache"               # [<bool>]
        Identifier  "Card0"
        Driver      "intel"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

I suppose, I've used

# Xorg -configure
# nvidia-xconfig

It should work. wink

Offline

#3 2014-04-26 21:30:57

GSF1200S
Member
Registered: 2008-12-24
Posts: 474

Re: Xorg problems on TP T540p

Whenever using an nvidia card, either use:

nvidia-xconfig

or if you have X working through the vesa driver or whatever, launch nvidia-settings as root and enter a configuration for your display(s) there. Intel setups should automagically configure upon startx. Not sure on radeon cards.

In the future, please post the contents of:

/var/log/xorg.0.log

so that we can help you tongue

Also, you were clearly going for nvidia drivers, but we need to know the specifics of your hardware. Does it have an intel card? Optimus? Can you switch between intel/nvidia/optimus in the bios, and what options have you tried? I happen to know that *most* T540s should have Optimus since my hardware is a T530, but many members arent going to know smile

Offline

Board footer

Powered by FluxBB