Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Nvidia Drivers and Xorg : Sreen found but not with good conf
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Celes_Eternal
n00b
n00b


Joined: 23 Dec 2014
Posts: 46

PostPosted: Tue Aug 04, 2015 9:29 pm    Post subject: Nvidia Drivers and Xorg : Sreen found but not with good conf Reply with quote

Hello everyone,

I'm new on gentoo so if i'm missing something, please tell me :)

I can't run xorg with nvidia, that's the problem. And i deal with it since a long time...

This is my laptop :
http://www.msi.com/product/nb/GT70_Dragon_Edition.html#hero-overview

lspci :
Code:
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 (rev c4)
00:1c.4 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 5 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM77 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation GK104M [GeForce GTX 675MX] (rev a1)
02:00.0 Ethernet controller: Qualcomm Atheros Killer E220x Gigabit Ethernet Controller (rev 13)
03:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter (rev 01)
04:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
04:00.1 SD Host controller: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)


lspci -v:
Code:
01:00.0 VGA compatible controller: NVIDIA Corporation GK104M [GeForce GTX 675MX] (rev a1) (prog-if 00 [VGA controller])
   Subsystem: Micro-Star International Co., Ltd. [MSI] Device 10d9
   Flags: bus master, fast devsel, latency 0, IRQ 16
   Memory at f5000000 (32-bit, non-prefetchable) [size=16M]
   Memory at e0000000 (64-bit, prefetchable) [size=256M]
   Memory at f0000000 (64-bit, prefetchable) [size=32M]
   I/O ports at e000 [size=128]
   [virtual] Expansion ROM at f6000000 [disabled] [size=512K]
   Capabilities: [60] Power Management version 3
   Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
   Capabilities: [78] Express Endpoint, MSI 00
   Capabilities: [b4] Vendor Specific Information: Len=14 <?>
   Capabilities: [100] Virtual Channel
   Capabilities: [128] Power Budgeting <?>
   Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
   Capabilities: [900] #19
   Kernel driver in use: nvidia
   Kernel modules: nvidia


About the kernel config, i just use genkernel (with EFI stub in more).

Emerge : xorg-server and x11-drivers/nvidia-drivers

eselect opengl set nvidia

My 20-nvidia.conf (the only xorg.conf file):
Code:
Section  "ServerLayout"
  Identifier  "Default"
  Screen      "Screen"
EndSection

Section "Monitor"
  Identifier  "LVSD"
EndSection

Section "Device"
  Identifier "GeForce GTX 675MX"
  Driver     "nvidia"
  BusId      "PCI:1:0:0"
EndSection

Section "Module"
  Load      "dri"
  Load      "glx"
EndSection

Section "Files"
  ModulePath "/usr/lib64/xorg/modules"
  ModulePath "/usr/lib64/xorg/modules/extensions"
  ModulePath "/usr/lib64/xorg/opengl/xorg-x11"
  ModulePath "/usr/lib64/xorg/opengl/xorg-x11/extensions"
EndSection

Section "Screen"
  Identifier  "Screen"
  Device      "GeForce GTX 675MX"
  Monitor     "LVSD"
  DefaultDepth 24
  SubSection  "Display"
    Depth      24
    FbBpp      32
  EndSubSection
EndSection


I tried with only Device Section, same issue.
And with nvidia-xconfig it's worst.

And to end this, xorg log:
Code:
[   975.311]
X.Org X Server 1.16.4
Release Date: 2014-12-20
[   975.311] X Protocol Version 11, Revision 0
[   975.311] Build Operating System: Linux 3.14.48-std454-amd64 x86_64 Gentoo
[   975.311] Current Operating System: Linux Eternal-Storm 4.0.5-gentoo #1 SMP Tue Aug 4 21:46:46 2015 x86_64
[   975.311] Kernel command line: \EFI\Gentoo\vmlinuz-4.0.5-gentoo.efi ro root=UUID=9853f75e-9357-4af3-acdb-f5797e44e30b initrd=EFI\Gentoo\initramfs-4.0.5-gentoo.img
[   975.311] Build Date: 04 August 2015  09:12:52PM
[   975.311]
[   975.312] Current version of pixman: 0.32.6
[   975.312]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[   975.312] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   975.312] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug  4 23:08:56 2015
[   975.316] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   975.317] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   975.318] (==) ServerLayout "Default"
[   975.318] (**) |-->Screen "Screen" (0)
[   975.318] (**) |   |-->Monitor "LVSD"
[   975.318] (**) |   |-->Device "GeForce GTX 675MX"
[   975.318] (==) Automatically adding devices
[   975.318] (==) Automatically enabling devices
[   975.318] (==) Automatically adding GPU devices
[   975.320] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[   975.320]    Entry deleted from font path.
[   975.320] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[   975.320]    Entry deleted from font path.
[   975.320] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   975.320]    Entry deleted from font path.
[   975.320] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   975.320]    Entry deleted from font path.
[   975.320] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[   975.320]    Entry deleted from font path.
[   975.320] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[   975.320]    Entry deleted from font path.
[   975.320] (==) FontPath set to:

[   975.320] (**) ModulePath set to "/usr/lib64/xorg/modules,/usr/lib64/xorg/modules/extensions,/usr/lib64/xorg/opengl/xorg-x11,/usr/lib64/xorg/opengl/xorg-x11/extensions"
[   975.320] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[   975.320] (II) Loader magic: 0x7f2c2cc1dc80
[   975.320] (II) Module ABI versions:
[   975.320]    X.Org ANSI C Emulation: 0.4
[   975.320]    X.Org Video Driver: 18.0
[   975.320]    X.Org XInput driver : 21.0
[   975.320]    X.Org Server Extension : 8.0
[   975.321] (II) xfree86: Adding drm device (/dev/dri/card0)
[   975.322] (--) PCI:*(0:0:2:0) 8086:0166:1462:10d9 rev 9, Mem @ 0xf6400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[   975.322] (--) PCI: (0:1:0:0) 10de:11a7:1462:10d9 rev 161, Mem @ 0xf5000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[   975.323] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.

[   975.323] (II) LoadModule: "dri"
[   975.323] (II) Module "dri" already built-in
[   975.323] (II) LoadModule: "glx"
[   975.324] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[   975.513] (II) Module glx: vendor="NVIDIA Corporation"
[   975.513]    compiled for 4.0.2, module version = 1.0.0
[   975.513]    Module class: X.Org Server Extension
[   975.514] (II) NVIDIA GLX Module  352.21  Tue Jun  9 21:22:54 PDT 2015
[   975.515] (II) LoadModule: "nvidia"
[   975.515] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[   975.526] (II) Module nvidia: vendor="NVIDIA Corporation"
[   975.526]    compiled for 4.0.2, module version = 1.0.0
[   975.526]    Module class: X.Org Video Driver
[   975.527] (II) NVIDIA dlloader X Driver  352.21  Tue Jun  9 20:58:55 PDT 2015
[   975.527] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   975.527] (--) using VT number 7


[   975.534] (II) Loading sub module "fb"
[   975.534] (II) LoadModule: "fb"
[   975.534] (II) Loading /usr/lib64/xorg/modules/libfb.so
[   975.535] (II) Module fb: vendor="X.Org Foundation"
[   975.535]    compiled for 1.16.4, module version = 1.0.0
[   975.535]    ABI class: X.Org ANSI C Emulation, version 0.4
[   975.535] (II) Loading sub module "wfb"
[   975.535] (II) LoadModule: "wfb"
[   975.535] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[   975.538] (II) Module wfb: vendor="X.Org Foundation"
[   975.538]    compiled for 1.16.4, module version = 1.0.0
[   975.538]    ABI class: X.Org ANSI C Emulation, version 0.4
[   975.538] (II) Loading sub module "ramdac"
[   975.538] (II) LoadModule: "ramdac"
[   975.538] (II) Module "ramdac" already built-in
[   975.540] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[   975.540] (==) NVIDIA(0): RGB weight 888
[   975.540] (==) NVIDIA(0): Default visual is TrueColor
[   975.540] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)

[   975.542] (**) NVIDIA(0): Enabling 2D acceleration
[   975.720] (II) NVIDIA: Allocated GPU:0 (GPU-c63efbba-20ca-80b9-ef58-96bace11e2ad) @
[   975.720] (II) NVIDIA:     PCI:0000:01:00.0
[   975.723] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[   975.723] (--) NVIDIA(0):     DFP-0
[   975.723] (--) NVIDIA(0):     DFP-1
[   975.723] (--) NVIDIA(0):     DFP-2
[   975.723] (--) NVIDIA(0): DFP-0: disconnected
[   975.723] (--) NVIDIA(0): DFP-0: Internal TMDS
[   975.723] (--) NVIDIA(0): DFP-0: 165.0 MHz maximum pixel clock
[   975.723] (--) NVIDIA(0):
[   975.723] (--) NVIDIA(0): DFP-1: disconnected
[   975.723] (--) NVIDIA(0): DFP-1: Internal TMDS
[   975.723] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
[   975.724] (--) NVIDIA(0):
[   975.724] (--) NVIDIA(0): DFP-2: disconnected
[   975.724] (--) NVIDIA(0): DFP-2: Internal DisplayPort
[   975.724] (--) NVIDIA(0): DFP-2: 960.0 MHz maximum pixel clock
[   975.724] (--) NVIDIA(0):
[   975.724] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[   975.724] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 675MX (GK104) at PCI:1:0:0 (GPU-0)
[   975.724] (--) NVIDIA(0): Memory: 4194304 kBytes
[   975.724] (--) NVIDIA(0): VideoBIOS: 80.04.58.00.1d
[   975.724] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   975.731] (EE) NVIDIA(0): Failed to assign any connected display devices to X screen 0.
[   975.731] (EE) NVIDIA(0):     Set AllowEmptyInitialConfiguration if you want the server
[   975.731] (EE) NVIDIA(0):     to start anyway
[   975.731] (EE) NVIDIA(0): Failing initialization of X screen 0
[   975.736] (II) NVIDIA: Freed GPU:0 (GPU-c63efbba-20ca-80b9-ef58-96bace11e2ad) @
[   975.736] (II) NVIDIA:     PCI:0000:01:00.0
[   975.750] (II) UnloadModule: "nvidia"
[   975.750] (II) UnloadSubModule: "wfb"
[   975.751] (II) UnloadSubModule: "fb"
[   975.751] (EE) Screen(s) found, but none have a usable configuration.
[   975.751] (EE)
Fatal server error:
[   975.751] (EE) no screens found(EE)
[   975.751] (EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
[   975.751] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   975.751] (EE)
[   975.759] (EE) Server terminated with error (1). Closing log file.


EDIT:

some xrandr outputs (on system rescue cd):
Code:

Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
LVDS1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 382mm x 215mm
   1920x1080     60.02*+
   1400x1050     59.98 
   1280x1024     60.02 
   1280x960      60.00 
   1024x768      60.00 
   800x600       60.32    56.25 
   640x480       59.94 
DP1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
VGA1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)


Code:
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
LVDS1 connected 1920x1080+0+0 (0x8f) normal (normal left inverted right x axis y axis) 382mm x 215mm
   Identifier: 0x89
   Timestamp:  25685
   Subpixel:   horizontal rgb
   Gamma:      1.0:1.0:1.0
   Brightness: 1.0
   Clones:   
   CRTC:       0
   CRTCs:      0 1 2
   Transform:  1.000000 0.000000 0.000000
               0.000000 1.000000 0.000000
               0.000000 0.000000 1.000000
              filter:
   EDID:
      00ffffffffffff000daf201700000000
      02150103802615780ad895a3554d9d27
      0f505400000001010101010101010101
      0101010101012e3680a070381f403020
      35007ed710000018000000fe004e3137
      334847452d4c31310a20000000fe0043
      4d4f0a202020202020202020000000fe
      004e3137334847452d4c31310a20006e
   BACKLIGHT: 8
      range: (0, 10)
   Backlight: 8
      range: (0, 10)
   scaling mode: Full aspect
      supported: None, Full, Center, Full aspect
  1920x1080 (0x8f) 138.700MHz -HSync -VSync *current +preferred
        h: width  1920 start 1968 end 2000 total 2080 skew    0 clock  66.68KHz
        v: height 1080 start 1083 end 1088 total 1111           clock  60.02Hz
  1400x1050 (0xcb) 122.000MHz +HSync +VSync
        h: width  1400 start 1488 end 1640 total 1880 skew    0 clock  64.89KHz
        v: height 1050 start 1052 end 1064 total 1082           clock  59.98Hz
  1280x1024 (0xcc) 108.000MHz +HSync +VSync
        h: width  1280 start 1328 end 1440 total 1688 skew    0 clock  63.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  60.02Hz
  1280x960 (0xcd) 108.000MHz +HSync +VSync
        h: width  1280 start 1376 end 1488 total 1800 skew    0 clock  60.00KHz
        v: height  960 start  961 end  964 total 1000           clock  60.00Hz
  1024x768 (0xce) 65.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock  48.36KHz
        v: height  768 start  771 end  777 total  806           clock  60.00Hz
  800x600 (0xcf) 40.000MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock  37.88KHz
        v: height  600 start  601 end  605 total  628           clock  60.32Hz
  800x600 (0xd0) 36.000MHz +HSync +VSync
        h: width   800 start  824 end  896 total 1024 skew    0 clock  35.16KHz
        v: height  600 start  601 end  603 total  625           clock  56.25Hz
  640x480 (0xd1) 25.175MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.47KHz
        v: height  480 start  490 end  492 total  525           clock  59.94Hz
DP1 disconnected (normal left inverted right x axis y axis)
   Identifier: 0x8a
   Timestamp:  25685
   Subpixel:   unknown
   Clones:   
   CRTCs:      0 1 2
   Transform:  1.000000 0.000000 0.000000
               0.000000 1.000000 0.000000
               0.000000 0.000000 1.000000
              filter:
   Broadcast RGB: Automatic
      supported: Automatic, Full, Limited 16:235
   audio: auto
      supported: force-dvi, off, auto, on
HDMI1 disconnected (normal left inverted right x axis y axis)
   Identifier: 0x8b
   Timestamp:  25685
   Subpixel:   unknown
   Clones:   
   CRTCs:      0 1 2
   Transform:  1.000000 0.000000 0.000000
               0.000000 1.000000 0.000000
               0.000000 0.000000 1.000000
              filter:
   Broadcast RGB: Automatic
      supported: Automatic, Full, Limited 16:235
   audio: auto
      supported: force-dvi, off, auto, on
VGA1 disconnected (normal left inverted right x axis y axis)
   Identifier: 0x8c
   Timestamp:  25685
   Subpixel:   unknown
   Clones:   
   CRTCs:      0 1 2
   Transform:  1.000000 0.000000 0.000000
               0.000000 1.000000 0.000000
               0.000000 0.000000 1.000000
              filter:
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
   Identifier: 0x8d
   Timestamp:  25685
   Subpixel:   no subpixels
   Clones:   
   CRTCs:      3
   Transform:  1.000000 0.000000 0.000000
               0.000000 1.000000 0.000000
               0.000000 0.000000 1.000000
              filter:


Please could you give me some help/advice?
Thanks

Have a nice day


Last edited by Celes_Eternal on Wed Aug 05, 2015 4:20 pm; edited 3 times in total
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54220
Location: 56N 3W

PostPosted: Tue Aug 04, 2015 10:10 pm    Post subject: Reply with quote

Celes_Eternal,

Code:
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GK104M [GeForce GTX 675MX] (rev a1)


Is this a laptop with an Optimus Graphics system?
If so make the Intel graphics work first and add the nVidia later.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
mir3x
Guru
Guru


Joined: 02 Jun 2012
Posts: 455

PostPosted: Wed Aug 05, 2015 6:45 am    Post subject: Reply with quote

It looks like it doesnt detect hdmi connection, maybe
check this:
http://unix.stackexchange.com/questions/25120/xrandr-doesnt-detect-monitor-on-hdmi-port
_________________
Sent from Windows
Back to top
View user's profile Send private message
Celes_Eternal
n00b
n00b


Joined: 23 Dec 2014
Posts: 46

PostPosted: Wed Aug 05, 2015 7:23 am    Post subject: Reply with quote

NeddySeagoon:
I don't think so, or you'll learn me something about my computer and i'll be thanksfull.
I've updated the first post with a link on my computer specifiaction, i'can't do more now (work).
Anyway thanks for your answer.

mir3x:
Why hdmi connection? I just want to use my laptot display, ah yes i forget to tell it, my bad sorry..
I'll check it in case.
Thanks
Back to top
View user's profile Send private message
mir3x
Guru
Guru


Joined: 02 Jun 2012
Posts: 455

PostPosted: Wed Aug 05, 2015 8:29 am    Post subject: Reply with quote

because it says
[ 975.723] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 975.723] (--) NVIDIA(0): DFP-0
[ 975.723] (--) NVIDIA(0): DFP-1
[ 975.723] (--) NVIDIA(0): DFP-2
[ 975.723] (--) NVIDIA(0): DFP-0: disconnected
...
[ 975.723] (--) NVIDIA(0): DFP-1: disconnected
...
[ 975.724] (--) NVIDIA(0): DFP-2: disconnected

So everythiung is disconnected, i just guessed it might be hdmi, it could be also dvi.

BTW.now problem its LVSD output is not detected . IT's because its connected to intel,
so you should check this:
https://wiki.gentoo.org/wiki/NVIDIA_Driver_with_Optimus_Laptops

EDIT X:
maybe this might be enough ? ( according to wiki before starting X)

xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto
_________________
Sent from Windows


Last edited by mir3x on Wed Aug 05, 2015 8:56 am; edited 3 times in total
Back to top
View user's profile Send private message
Celes_Eternal
n00b
n00b


Joined: 23 Dec 2014
Posts: 46

PostPosted: Wed Aug 05, 2015 8:46 am    Post subject: Reply with quote

mir3x wrote:
because it says
[ 975.723] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 975.723] (--) NVIDIA(0): DFP-0
[ 975.723] (--) NVIDIA(0): DFP-1
[ 975.723] (--) NVIDIA(0): DFP-2
[ 975.723] (--) NVIDIA(0): DFP-0: disconnected
...
[ 975.723] (--) NVIDIA(0): DFP-1: disconnected
...
[ 975.724] (--) NVIDIA(0): DFP-2: disconnected

So everythiung is disconnected, i just guessed it might be hdmi, it could be also dvi.


Okay :)
I'll check that as soon as possible.
Thanks

EDIT:
So in fact i have an Optimus laptot. I always see Optimus as something badass for pro...
You help me a lot, thanks!
I'm going to try all this.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54220
Location: 56N 3W

PostPosted: Wed Aug 05, 2015 5:07 pm    Post subject: Reply with quote

Celes_Eternal,

On page 2-15 of the user manual it says
"With nVIdia Optimus Supported"

That means you only have half an nVIdia graphics card. It has no connections to the display surface(s), which is what your log tells.
You need to use the Intel graphics to get anything on the display but the half an nVIdia graphics card can render the images.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Celes_Eternal
n00b
n00b


Joined: 23 Dec 2014
Posts: 46

PostPosted: Wed Aug 05, 2015 7:19 pm    Post subject: Reply with quote

Thnaks for your help, but i'm still in trouble:s

Code:
[   275.189]
X.Org X Server 1.16.4
Release Date: 2014-12-20
[   275.190] X Protocol Version 11, Revision 0
[   275.190] Build Operating System: Linux 3.14.48-std454-amd64 x86_64 Gentoo
[   275.190] Current Operating System: Linux Eternal-Storm 4.0.5-gentoo #1 SMP Wed Aug 5 20:11:39 2015 x86_64
[   275.190] Kernel command line: \EFI\Gentoo\vmlinuz-4.0.5-gentoo.efi ro root=UUID=9853f75e-9357-4af3-acdb-f5797e44e30b initrd=EFI\Gentoo\initramfs-4.0.5-gentoo.img
[   275.190] Build Date: 04 August 2015  09:12:52PM
[   275.190] 
[   275.190] Current version of pixman: 0.32.6
[   275.190]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[   275.190] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   275.190] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Aug  5 21:08:32 2015
[   275.190] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   275.190] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   275.190] (==) No Layout section.  Using the first Screen section.
[   275.190] (==) No screen section available. Using defaults.
[   275.190] (**) |-->Screen "Default Screen Section" (0)
[   275.190] (**) |   |-->Monitor "<default monitor>"
[   275.190] (==) No device specified for screen "Default Screen Section".
   Using the first device section listed.
[   275.190] (**) |   |-->Device "Device0"
[   275.190] (==) No monitor specified for screen "Default Screen Section".
   Using a default monitor configuration.
[   275.190] (==) Automatically adding devices
[   275.190] (==) Automatically enabling devices
[   275.190] (==) Automatically adding GPU devices
[   275.190] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[   275.190]    Entry deleted from font path.
[   275.190] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[   275.190]    Entry deleted from font path.
[   275.190] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   275.190]    Entry deleted from font path.
[   275.190] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   275.190]    Entry deleted from font path.
[   275.190] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[   275.190]    Entry deleted from font path.
[   275.190] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[   275.190]    Entry deleted from font path.
[   275.190] (==) FontPath set to:

[   275.190] (==) ModulePath set to "/usr/lib64/xorg/modules"
[   275.190] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[   275.190] (II) Loader magic: 0x7f17b5af0c80
[   275.190] (II) Module ABI versions:
[   275.190]    X.Org ANSI C Emulation: 0.4
[   275.190]    X.Org Video Driver: 18.0
[   275.190]    X.Org XInput driver : 21.0
[   275.190]    X.Org Server Extension : 8.0
[   275.191] (II) xfree86: Adding drm device (/dev/dri/card0)
[   275.192] (--) PCI:*(0:0:2:0) 8086:0166:1462:10d9 rev 9, Mem @ 0xf6400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[   275.192] (--) PCI: (0:1:0:0) 10de:11a7:1462:10d9 rev 161, Mem @ 0xf5000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[   275.192] (II) LoadModule: "glx"
[   275.192] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[   275.193] (II) Module glx: vendor="X.Org Foundation"
[   275.193]    compiled for 1.16.4, module version = 1.0.0
[   275.193]    ABI class: X.Org Server Extension, version 8.0
[   275.193] (==) AIGLX enabled
[   275.193] (II) LoadModule: "intel"
[   275.193] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[   275.193] (II) Module intel: vendor="X.Org Foundation"
[   275.193]    compiled for 1.16.4, module version = 2.99.917
[   275.193]    Module class: X.Org Video Driver
[   275.193]    ABI class: X.Org Video Driver, version 18.0
[   275.193] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
   i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
   915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
   Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
   GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[   275.193] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[   275.193] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[   275.193] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[   275.193] (--) using VT number 7

[   275.199] (EE) No devices detected.
[   275.199] (EE)
Fatal server error:
[   275.199] (EE) no screens found(EE)
[   275.199] (EE)
Please consult the The X.Org Foundation support
    at http://wiki.x.org
 for help.
[   275.199] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   275.199] (EE)


And this time i don't see a clue.
Maybe i miss something in my kernel?
I've try without xorg.conf and with the one of the gentoo guide:
Code:

#
# Remove errors regarding modules "fbdev" and "vesa"
#
 
Section "Device"
        Identifier "Device0"
        Driver "intel"
        BusId      "PCI:0:2:0"

   Option "Monitor-LVDS" "Internal Panel"
   Option "Monitor-VGA" "External VGA Monitor"
EndSection
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54220
Location: 56N 3W

PostPosted: Wed Aug 05, 2015 7:43 pm    Post subject: Reply with quote

Celes_Eternal,

You cannot use your nVidia graphics on its own. It has a bit missing to keep the price, weight and power down.

There are two solutions, both involve using the Intel graphics to refresh the display from the pixel buffer.
Choose between bumblebee and following the NVIDIA readme in /usr/share/doc/... and on the Gentoo Wiki
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Celes_Eternal
n00b
n00b


Joined: 23 Dec 2014
Posts: 46

PostPosted: Wed Aug 05, 2015 9:16 pm    Post subject: Reply with quote

I'd like to not use more software, but i have already read the nvidia readme.
I will try again and again!
If every things okay, i'll post a message with what i have done. Maybe it can be useful.
Back to top
View user's profile Send private message
Atmmac
Tux's lil' helper
Tux's lil' helper


Joined: 17 Oct 2013
Posts: 130
Location: Watertown, MA

PostPosted: Fri Aug 14, 2015 2:25 pm    Post subject: Reply with quote

You definitely have an optimus laptop. What Desktop Environment are you using? Are you using KDE with KDM or gnome or KDE5 with SDDM? Once you give us this info I can help you set up the optimus configuration. Its a headache at first but after that its not bad.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum