Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Nvidia Optimus does not work (Intel modesetting)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
gr0sshirn
Tux's lil' helper
Tux's lil' helper


Joined: 03 Nov 2006
Posts: 101
Location: Germany

PostPosted: Sat Jun 28, 2014 6:25 pm    Post subject: Nvidia Optimus does not work (Intel modesetting) Reply with quote

Hello there,

I want to make NVIDIA optimus work on my Dell Vostro 3700 laptop with the proprietary NVIDIA driver.
I followed the instructions from NVIDIA and tried it with different kernels and driver versions.

Starting X fails.

Maybe one of you guys is able to help me? :)

My System configuration:
- Gentoo Linux with Vanilla-Sources kernel (3.15.2) and systemd
- Kernel .config: http://pastebin.com/LAtNdkLN
- x11-apps/xrandr-1.4.1
- x11-libs/libXrandr-1.4.2
- x11-base/xorg-server-1.15.0
- x11-proto/inputproto-2.3
- x11-drivers/nvidia-drivers-340.17
- x11-drivers/xf86-input-evdev-2.8.2
- x11-drivers/xf86-input-synaptics-1.7.4
- x11-drivers/xf86-video-modesetting-0.8.1

Dmesg:
http://pastebin.com/fCVVA4HY

Some Outputs:
Quote:

# eselect opengl list
Available OpenGL implementations:
[1] nvidia *
[2] xorg-x11

#lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
01:00.0 VGA compatible controller: NVIDIA Corporation GT216M [GeForce GT 330M] (rev a2)

# modprobe nvidia
vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=none,decodes=none:owns=none
[drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 1
NVRM: loading NVIDIA UNIX x86_64 Kernel Module 340.17 Tue Jun 3 21:19:15 PDT 2014
ACPI Warning: \_SB_.PCI0.P0P1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140214/nsarguments-95)
ACPI Warning: \_SB_.PCI0.P0P1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140214/nsarguments-95)
ACPI Warning: \_SB_.PCI0.P0P1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140214/nsarguments-95)
ACPI Warning: \_SB_.PCI0.P0P1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140214/nsarguments-95)
ACPI Warning: \_SB_.PCI0.P0P1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140214/nsarguments-95)
ACPI Warning: \_SB_.PCI0.P0P1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140214/nsarguments-95)
ACPI Warning: \_SB_.PCI0.P0P1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140214/nsarguments-95)
ACPI Warning: \_SB_.PCI0.P0P1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140214/nsarguments-95)


.xinitrc:
Code:

xrandr --setprovideroutputsource modesetting NVIDIA-0
#xrandr --setprovideroutputsource 0x45 0x28f
#xrandr --output LVDS-0 --off
xrandr --auto


Xorg.conf:
Code:

Section "ServerLayout"
    Identifier "layout"
    Screen 0 "nvidia"
    Inactive "intel"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    # Uncomment this line if your computer has no display devices connected to
    # the NVIDIA GPU.  Leave it commented if you have display devices
    # connected to the NVIDIA GPU that you would like to use.
    Option "UseDisplayDevice" "none"
EndSection

Section "Device"
    Identifier "intel"
    Driver "modesetting"
    BusID "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier "intel"
    Device "intel"
EndSection


Xorg.0.log:
Code:


[    34.105]
X.Org X Server 1.15.0
Release Date: 2013-12-27
[    34.105] X Protocol Version 11, Revision 0
[    34.105] Build Operating System: Linux 3.13.7 x86_64 Gentoo
[    34.105] Current Operating System: Linux deepsilver.fritz.box 3.15.2 #2 SMP PREEMPT Sat Jun 28 16:43:02 CEST 2014 x86_64
[    34.105] Kernel command line: root=UUID=1237372a-d289-9fcf-4eb5-a747b83b8622 ro KEYMAP=de LANG=de_DE.UTF-8 video=1600x900 rd.luks=1 rd.luks.options=--allow-discards rd.luks.uuid=c28aa278-ea18-12e2-bafe-ff7812183a85 init=/usr/lib/systemd/systemd net.ifnames=0 console=tty0 rd.shell rd.debug log_buf_len=1M rd.udev.debug #splash
[    34.105] Build Date: 27 March 2014  08:19:23PM
[    34.105] 
[    34.105] Current version of pixman: 0.32.4
[    34.105]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[    34.105] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    34.105] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jun 28 20:06:54 2014
[    34.116] (==) Using config file: "/etc/X11/xorg.conf"
[    34.116] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    34.116] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    34.116] (==) ServerLayout "layout"
[    34.116] (**) |-->Screen "nvidia" (0)
[    34.116] (**) |   |-->Monitor "<default monitor>"
[    34.116] (**) |   |-->Device "nvidia"
[    34.116] (==) No monitor specified for screen "nvidia".
   Using a default monitor configuration.
[    34.116] (**) |-->Inactive Device "intel"
[    34.116] (==) Automatically adding devices
[    34.116] (==) Automatically enabling devices
[    34.116] (==) Automatically adding GPU devices
[    34.124] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[    34.124]    Entry deleted from font path.
[    34.124] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    34.124]    Entry deleted from font path.
[    34.124] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    34.124]    Entry deleted from font path.
[    34.130] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    34.131]    Entry deleted from font path.
[    34.131]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    34.131] (==) FontPath set to:
   /usr/share/fonts/misc/,
   /usr/share/fonts/100dpi/
[    34.131] (==) ModulePath set to "/usr/lib64/xorg/modules"
[    34.131] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[    34.131] (II) Loader magic: 0x808c60
[    34.131] (II) Module ABI versions:
[    34.131]    X.Org ANSI C Emulation: 0.4
[    34.131]    X.Org Video Driver: 15.0
[    34.131]    X.Org XInput driver : 20.0
[    34.131]    X.Org Server Extension : 8.0
[    34.131] (II) xfree86: Adding drm device (/dev/dri/card1)
[    34.131] (II) xfree86: Adding drm device (/dev/dri/card0)
[    34.133] (--) PCI:*(0:0:2:0) 8086:0046:1028:044f rev 24, Mem @ 0xfa400000/4194304, 0xb0000000/268435456, I/O @ 0x0000f080/8
[    34.133] (--) PCI: (0:1:0:0) 10de:0a29:1028:044f rev 162, Mem @ 0xf9000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    34.133] Initializing built-in extension Generic Event Extension
[    34.133] Initializing built-in extension SHAPE
[    34.133] Initializing built-in extension MIT-SHM
[    34.133] Initializing built-in extension XInputExtension
[    34.133] Initializing built-in extension XTEST
[    34.133] Initializing built-in extension BIG-REQUESTS
[    34.133] Initializing built-in extension SYNC
[    34.133] Initializing built-in extension XKEYBOARD
[    34.133] Initializing built-in extension XC-MISC
[    34.133] Initializing built-in extension XINERAMA
[    34.133] Initializing built-in extension XFIXES
[    34.133] Initializing built-in extension RENDER
[    34.133] Initializing built-in extension RANDR
[    34.133] Initializing built-in extension COMPOSITE
[    34.134] Initializing built-in extension DAMAGE
[    34.135] Initializing built-in extension MIT-SCREEN-SAVER
[    34.136] Initializing built-in extension DOUBLE-BUFFER
[    34.137] Initializing built-in extension RECORD
[    34.138] Initializing built-in extension DPMS
[    34.139] Initializing built-in extension Present
[    34.140] Initializing built-in extension DRI3
[    34.141] Initializing built-in extension X-Resource
[    34.142] Initializing built-in extension XVideo
[    34.143] Initializing built-in extension XVideo-MotionCompensation
[    34.144] Initializing built-in extension XFree86-VidModeExtension
[    34.145] Initializing built-in extension XFree86-DGA
[    34.146] Initializing built-in extension XFree86-DRI
[    34.147] Initializing built-in extension DRI2
[    34.147] (II) LoadModule: "glx"
[    34.156] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[    34.628] (II) Module glx: vendor="NVIDIA Corporation"
[    34.628]    compiled for 4.0.2, module version = 1.0.0
[    34.628]    Module class: X.Org Server Extension
[    34.628] (II) NVIDIA GLX Module  340.17  Tue Jun  3 20:49:24 PDT 2014
[    34.653] Loading extension GLX
[    34.653] (II) LoadModule: "nvidia"
[    34.662] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[    34.749] (II) Module nvidia: vendor="NVIDIA Corporation"
[    34.749]    compiled for 4.0.2, module version = 1.0.0
[    34.749]    Module class: X.Org Video Driver
[    34.749] (II) LoadModule: "modesetting"
[    34.750] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[    34.754] (II) Module modesetting: vendor="X.Org Foundation"
[    34.754]    compiled for 1.15.0, module version = 0.8.1
[    34.754]    Module class: X.Org Video Driver
[    34.754]    ABI class: X.Org Video Driver, version 15.0
[    34.754] (II) NVIDIA dlloader X Driver  340.17  Tue Jun  3 20:28:52 PDT 2014
[    34.754] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    34.754] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    34.755] (--) using VT number 2

[    34.760] (II) Loading sub module "fb"
[    34.760] (II) LoadModule: "fb"
[    34.770] (II) Loading /usr/lib64/xorg/modules/libfb.so
[    34.778] (II) Module fb: vendor="X.Org Foundation"
[    34.778]    compiled for 1.15.0, module version = 1.0.0
[    34.778]    ABI class: X.Org ANSI C Emulation, version 0.4
[    34.778] (WW) Unresolved symbol: fbGetGCPrivateKey
[    34.778] (II) Loading sub module "wfb"
[    34.778] (II) LoadModule: "wfb"
[    34.778] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[    34.788] (II) Module wfb: vendor="X.Org Foundation"
[    34.788]    compiled for 1.15.0, module version = 1.0.0
[    34.788]    ABI class: X.Org ANSI C Emulation, version 0.4
[    34.788] (II) Loading sub module "ramdac"
[    34.788] (II) LoadModule: "ramdac"
[    34.788] (II) Module "ramdac" already built-in
[    34.789] (II) modesetting(1): using drv /dev/dri/card0
[    34.789] (II) modesetting(G0): using drv /dev/dri/card0
[    34.789] (EE) Screen 1 deleted because of no matching config section.
[    34.789] (II) UnloadModule: "modesetting"
[    34.789] (II) NVIDIA(0): Creating default Display subsection in Screen section
   "nvidia" for depth/fbbpp 24/32
[    34.789] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    34.789] (==) NVIDIA(0): RGB weight 888
[    34.789] (==) NVIDIA(0): Default visual is TrueColor
[    34.789] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    34.789] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
[    34.789] (**) NVIDIA(0): Enabling 2D acceleration
[    34.789] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
[    34.789] (**) NVIDIA(0):     mode
[    34.949] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
[    34.951] (II) NVIDIA(0): NVIDIA GPU GeForce GT 330M (GT216) at PCI:1:0:0 (GPU-0)
[    34.951] (--) NVIDIA(0): Memory: 1048576 kBytes
[    34.951] (--) NVIDIA(0): VideoBIOS: 70.16.5a.01.05
[    34.951] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    34.951] (--) NVIDIA(0): Valid display device(s) on GeForce GT 330M at PCI:1:0:0
[    34.951] (--) NVIDIA(0):     none
[    34.951] (II) NVIDIA(0): Validated MetaModes:
[    34.951] (II) NVIDIA(0):     "NULL"
[    34.951] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    34.951] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[    34.951] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    34.951] (==) modesetting(G0): Depth 24, (==) framebuffer bpp 32
[    34.951] (==) modesetting(G0): RGB weight 888
[    34.951] (==) modesetting(G0): Default visual is TrueColor
[    34.951] (II) modesetting(G0): ShadowFB: preferred YES, enabled YES
[    34.951] (II) modesetting(G0): Output LVDS-1-0 has no monitor section
[    34.964] (II) modesetting(G0): Output VGA-1-0 has no monitor section
[    34.965] (II) modesetting(G0): Output HDMI-1-0 has no monitor section
[    34.965] (II) modesetting(G0): Output DisplayPort-1-0 has no monitor section
[    34.965] (II) modesetting(G0): EDID for output LVDS-1-0
[    34.965] (II) modesetting(G0): Manufacturer: AUO  Model: 129e  Serial#: 0
[    34.965] (II) modesetting(G0): Year: 2009  Week: 1
[    34.965] (II) modesetting(G0): EDID Version: 1.3
[    34.965] (II) modesetting(G0): Digital Display Input
[    34.965] (II) modesetting(G0): Max Image Size [cm]: horiz.: 38  vert.: 21
[    34.965] (II) modesetting(G0): Gamma: 2.20
[    34.965] (II) modesetting(G0): No DPMS capabilities specified
[    34.965] (II) modesetting(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[    34.965] (II) modesetting(G0): First detailed timing is preferred mode
[    34.965] (II) modesetting(G0): redX: 0.620 redY: 0.340   greenX: 0.325 greenY: 0.570
[    34.965] (II) modesetting(G0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[    34.965] (II) modesetting(G0): Manufacturer's mask: 0
[    34.965] (II) modesetting(G0): Supported detailed timing:
[    34.965] (II) modesetting(G0): clock: 110.0 MHz   Image Size:  382 x 214 mm
[    34.965] (II) modesetting(G0): h_active: 1600  h_sync: 1648  h_sync_end 1680 h_blank_end 2000 h_border: 0
[    34.965] (II) modesetting(G0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 912 v_border: 0
[    34.965] (II) modesetting(G0): Supported detailed timing:
[    34.965] (II) modesetting(G0): clock: 110.0 MHz   Image Size:  382 x 214 mm
[    34.965] (II) modesetting(G0): h_active: 1600  h_sync: 1648  h_sync_end 1680 h_blank_end 2000 h_border: 0
[    34.965] (II) modesetting(G0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 912 v_border: 0
[    34.965] (II) modesetting(G0):  0D41C�B173RW1
[    34.965] (II) modesetting(G0): Unknown vendor-specific block 0
[    34.965] (II) modesetting(G0): EDID (in hex):
[    34.965] (II) modesetting(G0):    00ffffffffffff0006af9e1200000000
[    34.965] (II) modesetting(G0):    01130103902615780ac4959e57539226
[    34.965] (II) modesetting(G0):    0f505400000001010101010101010101
[    34.965] (II) modesetting(G0):    010101010101f82a409061840c303020
[    34.965] (II) modesetting(G0):    36007ed61000001af82a409061840c30
[    34.965] (II) modesetting(G0):    302036007ed61000001a000000fe0030
[    34.965] (II) modesetting(G0):    44343143804231373352573100000000
[    34.965] (II) modesetting(G0):    00000000000000000002010a20200054
[    34.966] (II) modesetting(G0): Printing probed modes for output LVDS-1-0
[    34.966] (II) modesetting(G0): Modeline "1600x900"x60.3  110.00  1600 1648 1680 2000  900 903 909 912 +hsync -vsync (55.0 kHz eP)
[    34.966] (II) modesetting(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    34.966] (II) modesetting(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    34.966] (II) modesetting(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    34.966] (II) modesetting(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    34.966] (II) modesetting(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    34.966] (II) modesetting(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    34.966] (II) modesetting(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    34.966] (II) modesetting(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    34.966] (II) modesetting(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    34.966] (II) modesetting(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    34.966] (II) modesetting(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    34.966] (II) modesetting(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    34.966] (II) modesetting(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    34.966] (II) modesetting(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    34.966] (II) modesetting(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    34.966] (II) modesetting(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    34.979] (II) modesetting(G0): EDID for output VGA-1-0
[    34.979] (II) modesetting(G0): Manufacturer: SAM  Model: 27e  Serial#: 1296380466
[    34.979] (II) modesetting(G0): Year: 2007  Week: 28
[    34.979] (II) modesetting(G0): EDID Version: 1.3
[    34.979] (II) modesetting(G0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
[    34.979] (II) modesetting(G0): Sync:  Separate  Composite  SyncOnGreen
[    34.979] (II) modesetting(G0): Max Image Size [cm]: horiz.: 47  vert.: 30
[    34.979] (II) modesetting(G0): Gamma: 2.20
[    34.979] (II) modesetting(G0): DPMS capabilities: Off; RGB/Color Display
[    34.979] (II) modesetting(G0): First detailed timing is preferred mode
[    34.979] (II) modesetting(G0): redX: 0.644 redY: 0.333   greenX: 0.286 greenY: 0.603
[    34.979] (II) modesetting(G0): blueX: 0.152 blueY: 0.079   whiteX: 0.313 whiteY: 0.329
[    34.979] (II) modesetting(G0): Supported established timings:
[    34.979] (II) modesetting(G0): 720x400@70Hz
[    34.979] (II) modesetting(G0): 640x480@60Hz
[    34.979] (II) modesetting(G0): 640x480@67Hz
[    34.979] (II) modesetting(G0): 640x480@72Hz
[    34.979] (II) modesetting(G0): 640x480@75Hz
[    34.979] (II) modesetting(G0): 800x600@56Hz
[    34.979] (II) modesetting(G0): 800x600@60Hz
[    34.979] (II) modesetting(G0): 800x600@72Hz
[    34.979] (II) modesetting(G0): 800x600@75Hz
[    34.979] (II) modesetting(G0): 832x624@75Hz
[    34.979] (II) modesetting(G0): 1024x768@60Hz
[    34.979] (II) modesetting(G0): 1024x768@70Hz
[    34.979] (II) modesetting(G0): 1024x768@75Hz
[    34.979] (II) modesetting(G0): 1280x1024@75Hz
[    34.979] (II) modesetting(G0): 1152x864@75Hz
[    34.979] (II) modesetting(G0): Manufacturer's mask: 0
[    34.979] (II) modesetting(G0): Supported standard timings:
[    34.979] (II) modesetting(G0): #0: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    34.979] (II) modesetting(G0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    34.979] (II) modesetting(G0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[    34.979] (II) modesetting(G0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    34.979] (II) modesetting(G0): Supported detailed timing:
[    34.979] (II) modesetting(G0): clock: 119.0 MHz   Image Size:  474 x 296 mm
[    34.979] (II) modesetting(G0): h_active: 1680  h_sync: 1728  h_sync_end 1760 h_blank_end 1840 h_border: 0
[    34.980] (II) modesetting(G0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1080 v_border: 0
[    34.980] (II) modesetting(G0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 145 MHz
[    34.980] (II) modesetting(G0): Monitor name: SyncMaster
[    34.980] (II) modesetting(G0): Serial No: HSDP729152
[    34.980] (II) modesetting(G0): EDID (in hex):
[    34.980] (II) modesetting(G0):    00ffffffffffff004c2d7e023232454d
[    34.980] (II) modesetting(G0):    1c1101030e2f1e782ad515a455499a27
[    34.980] (II) modesetting(G0):    145054bfef80b30081808140714f0101
[    34.980] (II) modesetting(G0):    0101010101017c2e90a0601a1e403020
[    34.980] (II) modesetting(G0):    3600da281100001a000000fd00384b1e
[    34.980] (II) modesetting(G0):    510e000a202020202020000000fc0053
[    34.980] (II) modesetting(G0):    796e634d61737465720a2020000000ff
[    34.980] (II) modesetting(G0):    00485344503732393135320a202000ac
[    34.980] (II) modesetting(G0): Printing probed modes for output VGA-1-0
[    34.980] (II) modesetting(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz eP)
[    34.980] (II) modesetting(G0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    34.980] (II) modesetting(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    34.980] (II) modesetting(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    34.980] (II) modesetting(G0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    34.980] (II) modesetting(G0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[    34.980] (II) modesetting(G0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    34.980] (II) modesetting(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    34.980] (II) modesetting(G0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    34.980] (II) modesetting(G0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    34.980] (II) modesetting(G0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    34.980] (II) modesetting(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    34.980] (II) modesetting(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    34.980] (II) modesetting(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    34.980] (II) modesetting(G0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz e)
[    34.980] (II) modesetting(G0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    34.980] (II) modesetting(G0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    34.980] (II) modesetting(G0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    34.980] (II) modesetting(G0): EDID for output HDMI-1-0
[    34.980] (II) modesetting(G0): EDID for output DisplayPort-1-0
[    34.980] (II) modesetting(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    34.980] (==) modesetting(G0): DPI set to (96, 96)
[    34.981] (II) Loading sub module "fb"
[    34.981] (II) LoadModule: "fb"
[    34.981] (II) Loading /usr/lib64/xorg/modules/libfb.so
[    34.981] (II) Module fb: vendor="X.Org Foundation"
[    34.981]    compiled for 1.15.0, module version = 1.0.0
[    34.981]    ABI class: X.Org ANSI C Emulation, version 0.4
[    34.981] (II) Loading sub module "shadow"
[    34.981] (II) LoadModule: "shadow"
[    34.981] (II) Loading /usr/lib64/xorg/modules/libshadow.so
[    34.986] (II) Module shadow: vendor="X.Org Foundation"
[    34.986]    compiled for 1.15.0, module version = 1.1.0
[    34.986]    ABI class: X.Org ANSI C Emulation, version 0.4
[    34.986] (--) Depth 24 pixmap format is 32 bpp
[    34.986] (==) modesetting(G0): Backing store enabled
[    34.986] (==) modesetting(G0): Silken mouse enabled
[    34.986] (II) modesetting(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    34.987] (==) modesetting(G0): DPMS enabled
[    34.987] (WW) modesetting(G0): Option "UseDisplayDevice" is not used
[    35.403] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[    35.411] (II) NVIDIA(0): Setting mode "NULL"
[    35.421] (II) NVIDIA(0): Built-in logo is bigger than the screen.
[    35.421] Loading extension NV-GLX
[    35.428] (==) NVIDIA(0): Disabling shared memory pixmaps
[    35.428] (==) NVIDIA(0): Backing store enabled
[    35.428] (==) NVIDIA(0): Silken mouse enabled
[    35.429] (==) NVIDIA(0): DPMS enabled
[    35.429] Loading extension NV-CONTROL
[    35.429] (II) Loading sub module "dri2"
[    35.429] (II) LoadModule: "dri2"
[    35.429] (II) Module "dri2" already built-in
[    35.429] (II) NVIDIA(0): [DRI2] Setup complete
[    35.429] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    35.429] (--) RandR disabled
[    35.433] (II) Initializing extension GLX
[    35.434] (II) modesetting(G0): Damage tracking initialized
[    35.553] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    35.553] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    35.553] (**) Power Button: Applying InputClass "system-keyboard"
[    35.553] (II) LoadModule: "evdev"
[    35.554] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[    35.563] (II) Module evdev: vendor="X.Org Foundation"
[    35.564]    compiled for 1.15.0, module version = 2.8.2
[    35.564]    Module class: X.Org XInput Driver
[    35.564]    ABI class: X.Org XInput driver, version 20.0
[    35.564] (II) Using input driver 'evdev' for 'Power Button'
[    35.564] (**) Power Button: always reports core events
[    35.564] (**) evdev: Power Button: Device: "/dev/input/event3"
[    35.564] (--) evdev: Power Button: Vendor 0 Product 0x1
[    35.564] (--) evdev: Power Button: Found keys
[    35.564] (II) evdev: Power Button: Configuring as keyboard
[    35.564] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    35.564] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    35.564] (**) Option "xkb_rules" "evdev"
[    35.564] (**) Option "xkb_model" "pc104"
[    35.564] (**) Option "xkb_layout" "de"
[    35.602] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    35.602] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    35.602] (**) Video Bus: Applying InputClass "system-keyboard"
[    35.602] (II) Using input driver 'evdev' for 'Video Bus'
[    35.602] (**) Video Bus: always reports core events
[    35.602] (**) evdev: Video Bus: Device: "/dev/input/event5"
[    35.602] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    35.602] (--) evdev: Video Bus: Found keys
[    35.602] (II) evdev: Video Bus: Configuring as keyboard
[    35.602] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input5/event5"
[    35.602] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    35.602] (**) Option "xkb_rules" "evdev"
[    35.602] (**) Option "xkb_model" "pc104"
[    35.602] (**) Option "xkb_layout" "de"
[    35.603] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    35.603] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    35.603] (**) Video Bus: Applying InputClass "system-keyboard"
[    35.603] (II) Using input driver 'evdev' for 'Video Bus'
[    35.603] (**) Video Bus: always reports core events
[    35.603] (**) evdev: Video Bus: Device: "/dev/input/event4"
[    35.603] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    35.603] (--) evdev: Video Bus: Found keys
[    35.603] (II) evdev: Video Bus: Configuring as keyboard
[    35.603] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input4/event4"
[    35.603] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    35.603] (**) Option "xkb_rules" "evdev"
[    35.603] (**) Option "xkb_model" "pc104"
[    35.603] (**) Option "xkb_layout" "de"
[    35.604] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    35.604] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    35.604] (**) Power Button: Applying InputClass "system-keyboard"
[    35.604] (II) Using input driver 'evdev' for 'Power Button'
[    35.604] (**) Power Button: always reports core events
[    35.604] (**) evdev: Power Button: Device: "/dev/input/event0"
[    35.604] (--) evdev: Power Button: Vendor 0 Product 0x1
[    35.604] (--) evdev: Power Button: Found keys
[    35.604] (II) evdev: Power Button: Configuring as keyboard
[    35.604] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    35.604] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    35.604] (**) Option "xkb_rules" "evdev"
[    35.604] (**) Option "xkb_model" "pc104"
[    35.604] (**) Option "xkb_layout" "de"
[    35.605] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    35.605] (II) No input driver specified, ignoring this device.
[    35.605] (II) This device may have been added with another device file.
[    35.605] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[    35.605] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    35.605] (**) Sleep Button: Applying InputClass "system-keyboard"
[    35.605] (II) Using input driver 'evdev' for 'Sleep Button'
[    35.605] (**) Sleep Button: always reports core events
[    35.605] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[    35.605] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    35.605] (--) evdev: Sleep Button: Found keys
[    35.605] (II) evdev: Sleep Button: Configuring as keyboard
[    35.605] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:01/input/input2/event2"
[    35.605] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    35.605] (**) Option "xkb_rules" "evdev"
[    35.605] (**) Option "xkb_model" "pc104"
[    35.605] (**) Option "xkb_layout" "de"
[    35.606] (II) config/udev: Adding drm device (/dev/dri/card1)
[    35.606] (II) config/udev: Adding drm device (/dev/dri/card0)
[    35.607] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/event8)
[    35.607] (**) Logitech USB Laser Mouse: Applying InputClass "evdev pointer catchall"
[    35.607] (II) Using input driver 'evdev' for 'Logitech USB Laser Mouse'
[    35.607] (**) Logitech USB Laser Mouse: always reports core events
[    35.607] (**) evdev: Logitech USB Laser Mouse: Device: "/dev/input/event8"
[    35.607] (--) evdev: Logitech USB Laser Mouse: Vendor 0x46d Product 0xc069
[    35.607] (--) evdev: Logitech USB Laser Mouse: Found 12 mouse buttons
[    35.607] (--) evdev: Logitech USB Laser Mouse: Found scroll wheel(s)
[    35.607] (--) evdev: Logitech USB Laser Mouse: Found relative axes
[    35.607] (--) evdev: Logitech USB Laser Mouse: Found x and y relative axes
[    35.607] (II) evdev: Logitech USB Laser Mouse: Configuring as mouse
[    35.607] (II) evdev: Logitech USB Laser Mouse: Adding scrollwheel support
[    35.607] (**) evdev: Logitech USB Laser Mouse: YAxisMapping: buttons 4 and 5
[    35.607] (**) evdev: Logitech USB Laser Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    35.607] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1.1/2-1.1.1:1.0/0003:046D:C069.0001/input/input9/event8"
[    35.607] (II) XINPUT: Adding extended input device "Logitech USB Laser Mouse" (type: MOUSE, id 11)
[    35.607] (II) evdev: Logitech USB Laser Mouse: initialized for relative axes.
[    35.607] (**) Logitech USB Laser Mouse: (accel) keeping acceleration scheme 1
[    35.607] (**) Logitech USB Laser Mouse: (accel) acceleration profile 0
[    35.607] (**) Logitech USB Laser Mouse: (accel) acceleration factor: 2.000
[    35.607] (**) Logitech USB Laser Mouse: (accel) acceleration threshold: 4
[    35.608] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/mouse1)
[    35.608] (II) No input driver specified, ignoring this device.
[    35.608] (II) This device may have been added with another device file.
[    35.608] (II) config/udev: Adding input device Laptop_Integrated_Webcam_2M (/dev/input/event9)
[    35.608] (**) Laptop_Integrated_Webcam_2M: Applying InputClass "evdev keyboard catchall"
[    35.608] (**) Laptop_Integrated_Webcam_2M: Applying InputClass "system-keyboard"
[    35.608] (II) Using input driver 'evdev' for 'Laptop_Integrated_Webcam_2M'
[    35.608] (**) Laptop_Integrated_Webcam_2M: always reports core events
[    35.608] (**) evdev: Laptop_Integrated_Webcam_2M: Device: "/dev/input/event9"
[    35.608] (--) evdev: Laptop_Integrated_Webcam_2M: Vendor 0xc45 Product 0x6481
[    35.608] (--) evdev: Laptop_Integrated_Webcam_2M: Found keys
[    35.608] (II) evdev: Laptop_Integrated_Webcam_2M: Configuring as keyboard
[    35.608] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7:1.0/input/input10/event9"
[    35.608] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_2M" (type: KEYBOARD, id 12)
[    35.608] (**) Option "xkb_rules" "evdev"
[    35.608] (**) Option "xkb_model" "pc104"
[    35.608] (**) Option "xkb_layout" "de"
[    35.609] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event6)
[    35.609] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    35.609] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    35.609] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    35.609] (**) AT Translated Set 2 keyboard: always reports core events
[    35.609] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event6"
[    35.609] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    35.609] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    35.609] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    35.609] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input6/event6"
[    35.609] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[    35.609] (**) Option "xkb_rules" "evdev"
[    35.609] (**) Option "xkb_model" "pc104"
[    35.609] (**) Option "xkb_layout" "de"
[    35.610] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
[    35.610] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    35.610] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    35.610] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[    35.610] (II) LoadModule: "synaptics"
[    35.610] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so
[    35.615] (II) Module synaptics: vendor="X.Org Foundation"
[    35.615]    compiled for 1.15.0, module version = 1.7.4
[    35.615]    Module class: X.Org XInput Driver
[    35.616]    ABI class: X.Org XInput driver, version 20.0
[    35.616] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    35.616] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    35.616] (**) Option "Device" "/dev/input/event7"
[    35.639] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[    35.639] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5650 (res 51)
[    35.639] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4710 (res 90)
[    35.639] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    35.639] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    35.639] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[    35.639] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[    35.639] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    35.639] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    35.649] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event7"
[    35.649] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 14)
[    35.649] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    35.649] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[    35.649] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.038
[    35.649] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    35.649] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    35.649] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    35.649] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    35.649] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    35.649] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    35.649] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    35.684] (II) modesetting(G0): EDID vendor "AUO", prod id 4766
[    35.684] (II) modesetting(G0): Printing DDC gathered Modelines:
[    35.684] (II) modesetting(G0): Modeline "1600x900"x0.0  110.00  1600 1648 1680 2000  900 903 909 912 +hsync -vsync (55.0 kHz eP)
[    35.698] reporting 2 4 32 237
[    35.724] have a master to look out for
[    35.748] need to create shared pixmap 1have a master to look out for
[    35.921] need to create shared pixmap 1(II) UnloadModule: "synaptics"
[    36.253] (II) evdev: AT Translated Set 2 keyboard: Close
[    36.253] (II) UnloadModule: "evdev"
[    36.253] (II) evdev: Laptop_Integrated_Webcam_2M: Close
[    36.253] (II) UnloadModule: "evdev"
[    36.253] (II) evdev: Logitech USB Laser Mouse: Close
[    36.253] (II) UnloadModule: "evdev"
[    36.253] (II) evdev: Sleep Button: Close
[    36.253] (II) UnloadModule: "evdev"
[    36.253] (II) evdev: Power Button: Close
[    36.253] (II) UnloadModule: "evdev"
[    36.253] (II) evdev: Video Bus: Close
[    36.253] (II) UnloadModule: "evdev"
[    36.253] (II) evdev: Video Bus: Close
[    36.253] (II) UnloadModule: "evdev"
[    36.253] (II) evdev: Power Button: Close
[    36.253] (II) UnloadModule: "evdev"
[    36.276] (II) NVIDIA(GPU-0): Deleting GPU-0
[    36.920] (EE) Server terminated successfully (0). Closing log file.]


_________________
Who needs Windows and Gates in a world without walls and fences?


Last edited by gr0sshirn on Sat Jun 28, 2014 8:40 pm; edited 4 times in total
Back to top
View user's profile Send private message
dachschaden
n00b
n00b


Joined: 07 Jun 2014
Posts: 65
Location: Germany

PostPosted: Sat Jun 28, 2014 8:21 pm    Post subject: Reply with quote

Du hast das Problem nicht beschrieben, aber lass mich mal raten: schwarzer Bildschirm?
Soweit bin ich hier auch schon gekommen ... :)

You did not describe the problem ... but lemme guess: Your screen's black?
Because that's as far as I got as well. :)

https://forums.gentoo.org/viewtopic-t-993726-start-25.html
Back to top
View user's profile Send private message
gr0sshirn
Tux's lil' helper
Tux's lil' helper


Joined: 03 Nov 2006
Posts: 101
Location: Germany

PostPosted: Sat Jun 28, 2014 8:33 pm    Post subject: Reply with quote

Nope, it just fails to start and falls back to the prompt.
_________________
Who needs Windows and Gates in a world without walls and fences?
Back to top
View user's profile Send private message
dachschaden
n00b
n00b


Joined: 07 Jun 2014
Posts: 65
Location: Germany

PostPosted: Sat Jun 28, 2014 8:44 pm    Post subject: Reply with quote

OK ... you are missing two monitor sections and the assignments in the screens:

Code:

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

Section "Monitor"
   Identifier   "Monitor1"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

Section "Screen"
[...]
   Monitor    "Monitor0"
EndSection

Section "Screen"
[...]
   Monitor    "Monitor1"
EndSection


Try to add it and restart X.
Also see https://forums.gentoo.org/viewtopic-t-959568-highlight-optimus.html
Back to top
View user's profile Send private message
gr0sshirn
Tux's lil' helper
Tux's lil' helper


Joined: 03 Nov 2006
Posts: 101
Location: Germany

PostPosted: Sat Jun 28, 2014 8:53 pm    Post subject: Reply with quote

That solution looks like it would work for an usual X environment with 2 screens, but not for optimus. Are you sure about it? It's also not mentioned here in [1] or [2].

[1]: https://forums.gentoo.org/viewtopic-t-959568-highlight-nvidia+optimus.html
[2]: http://us.download.nvidia.com/XFree86/Linux-x86/319.12/README/randr14.html
_________________
Who needs Windows and Gates in a world without walls and fences?
Back to top
View user's profile Send private message
dachschaden
n00b
n00b


Joined: 07 Jun 2014
Posts: 65
Location: Germany

PostPosted: Sat Jun 28, 2014 8:58 pm    Post subject: Reply with quote

[1] contains an xorg.conf which has those monitor sections: http://bpaste.net/show/99096/

And your Xorg is deleting the nVidia card, I guess because you did not specify on which monitor the screen should be displayed.
Back to top
View user's profile Send private message
gr0sshirn
Tux's lil' helper
Tux's lil' helper


Joined: 03 Nov 2006
Posts: 101
Location: Germany

PostPosted: Sun Jun 29, 2014 8:24 am    Post subject: Reply with quote

I will give it a try.
_________________
Who needs Windows and Gates in a world without walls and fences?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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