You are not logged in.

#1 2014-01-19 17:17:44

ArchCurious
Member
Registered: 2014-01-16
Posts: 11

Graphics Driver settings error

I originally posted my first problem here: https://bbs.archlinux.org/viewtopic.php … 7#p1371847.  I have since made progress and therefore believe this is a new topic.  If I am wrong please let me know the proper forum etiquette.

System:  I am running an Asus laptop UX32VD-DH71.    I am using Enlightenment as my Desktop Environment.  I am currently not using any login manager. 

The output of lspci is as follows:

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:04.0 Signal processing controller: Intel Corporation 3rd Gen Core Processor Thermal Subsystem (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.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (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 HM76 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)
00:1f.6 Signal processing controller: Intel Corporation 7 Series/C210 Series Chipset Family Thermal Management Controller (rev 04)
01:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M / GT 620M/625M/630M/720M] (rev a1)
03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6235 (rev 24)

Problem: I loaded nvidia from pacman and the computer boots (and loads enlightenment) without error.  However, the current resolution cannot be changed and is the wrong proportion for my screen.
[However, I question whether nvidia is functioning as the driver.  I believe it may be falling back on xf86-video-vesa because: if I uninstall the vesa driver enlightement will not start it gives an error that 'No screens are found". ]

If I ran nvidia-xconfig in the terminal.  Now I cannot load X.  nvidia-xconfig rewrote my /etc/x11/xorg.conf to point to Nvidia.  When I 'startx' I get 'fatal server error (1): no screens found'.  I tried the xorg.conf.backup but it also points to nvidia.  Can any one help me either get to a generic xorg.conf or get nvidia working?

-----
Update: if I delete the contents of xorg.conf enlightenment will start (with the wrong resolution and unable to change resolution).  If I run nvidia-xconfig it attempts it writes a new xcorg.conf that does not recognize the screen. 
Contents of xorg.conf as follows:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 331.38  (buildmeister@swio-display-x64-rhel04-15)  Wed Jan  8 19:53:14 PST 2014


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

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    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

Last edited by ArchCurious (2014-01-25 17:09:02)

Offline

#2 2014-01-19 21:29:21

Grabbe
Member
Registered: 2014-01-19
Posts: 13

Re: Graphics Driver settings error

Your laptop seems to be using the NVIDIA Optimus technology. I recommend reading this wikipage and using your dedicated GPU whenever you need it instead of all the time.

https://wiki.archlinux.org/index.php/NVIDIA_Optimus

Offline

#3 2014-01-19 21:40:15

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,163
Website

Re: Graphics Driver settings error

Yup, that's an nVidia Optimus setup, so @Grabbe's post is the right advice.


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#4 2014-01-19 22:37:50

ArchCurious
Member
Registered: 2014-01-16
Posts: 11

Re: Graphics Driver settings error

Previously, I thought this needed the nVidia Optimus as well.  However, when I lspci |grep VGA it only lists intel.  I have tried the Optimus setup using the nvidia driver with no luck.  It still says 'no screens found'.  I have no bios options to turn off or on the nvidia. I think I will try the Nouveau and Intel setup next using prime. as outlined in the wiki.  Thanks for the help so far.

Offline

#5 2014-01-19 22:56:55

ArchCurious
Member
Registered: 2014-01-16
Posts: 11

Re: Graphics Driver settings error

Ok. I removed the nvidia driver.  I didn't install the nouveau driver.  And the machine starts X no problem... and has the ability to adjust resolution. I have no idea what graphics driver I am running.  Can you help me do a couple things:
1) identify the driver that is running now.
2) confirm the setup I should have smile

Thanks.

Offline

#6 2014-01-19 23:12:02

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,739

Re: Graphics Driver settings error

Post your /var/log/Xorg.0.log file

EDIT:  But be sure to use BBCode code tags!  You might also go back and add them to your first post tongue

Last edited by ewaller (2014-01-19 23:13:22)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#7 2014-01-20 01:50:57

ArchCurious
Member
Registered: 2014-01-16
Posts: 11

Re: Graphics Driver settings error

[    27.119] 
X.Org X Server 1.15.0
Release Date: 2013-12-27
[    27.119] X Protocol Version 11, Revision 0
[    27.119] Build Operating System: Linux 3.12.5-1-ARCH x86_64 
[    27.119] Current Operating System: Linux localhost 3.12.7-2-ARCH #1 SMP PREEMPT Sun Jan 12 13:09:09 CET 2014 x86_64
[    27.119] Kernel command line: initrd=\initramfs-linux.img root=/dev/sda2 rw
[    27.119] Build Date: 09 January 2014  08:47:24AM
[    27.119]  
[    27.119] Current version of pixman: 0.32.4
[    27.119] 	Before reporting problems, check [url]http://wiki.x.org[/url]
	to make sure that you have the latest version.
[    27.119] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    27.120] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan 19 19:47:27 2014
[    27.120] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    27.122] (==) No Layout section.  Using the first Screen section.
[    27.122] (==) No screen section available. Using defaults.
[    27.122] (**) |-->Screen "Default Screen Section" (0)
[    27.122] (**) |   |-->Monitor "<default monitor>"
[    27.122] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    27.122] (==) Automatically adding devices
[    27.122] (==) Automatically enabling devices
[    27.122] (==) Automatically adding GPU devices
[    27.126] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[    27.126] (==) ModulePath set to "/usr/lib/xorg/modules"
[    27.126] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    27.126] (II) Loader magic: 0x804c80
[    27.126] (II) Module ABI versions:
[    27.126] 	X.Org ANSI C Emulation: 0.4
[    27.126] 	X.Org Video Driver: 15.0
[    27.126] 	X.Org XInput driver : 20.0
[    27.126] 	X.Org Server Extension : 8.0
[    27.127] (II) xfree86: Adding drm device (/dev/dri/card1)
[    27.127] (II) xfree86: Adding drm device (/dev/dri/card0)
[    27.129] (--) PCI:*(0:0:2:0) 8086:0166:1043:1507 rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[    27.129] (--) PCI: (0:1:0:0) 10de:1140:1043:1507 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    27.129] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    27.129] Initializing built-in extension Generic Event Extension
[    27.129] Initializing built-in extension SHAPE
[    27.129] Initializing built-in extension MIT-SHM
[    27.129] Initializing built-in extension XInputExtension
[    27.129] Initializing built-in extension XTEST
[    27.129] Initializing built-in extension BIG-REQUESTS
[    27.129] Initializing built-in extension SYNC
[    27.129] Initializing built-in extension XKEYBOARD
[    27.129] Initializing built-in extension XC-MISC
[    27.129] Initializing built-in extension SECURITY
[    27.129] Initializing built-in extension XINERAMA
[    27.129] Initializing built-in extension XFIXES
[    27.130] Initializing built-in extension RENDER
[    27.130] Initializing built-in extension RANDR
[    27.130] Initializing built-in extension COMPOSITE
[    27.130] Initializing built-in extension DAMAGE
[    27.130] Initializing built-in extension MIT-SCREEN-SAVER
[    27.130] Initializing built-in extension DOUBLE-BUFFER
[    27.130] Initializing built-in extension RECORD
[    27.130] Initializing built-in extension DPMS
[    27.130] Initializing built-in extension Present
[    27.130] Initializing built-in extension DRI3
[    27.130] Initializing built-in extension X-Resource
[    27.130] Initializing built-in extension XVideo
[    27.130] Initializing built-in extension XVideo-MotionCompensation
[    27.130] Initializing built-in extension XFree86-VidModeExtension
[    27.130] Initializing built-in extension XFree86-DGA
[    27.130] Initializing built-in extension XFree86-DRI
[    27.130] Initializing built-in extension DRI2
[    27.130] (II) LoadModule: "glx"
[    27.132] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    27.139] (II) Module glx: vendor="X.Org Foundation"
[    27.139] 	compiled for 1.15.0, module version = 1.0.0
[    27.140] 	ABI class: X.Org Server Extension, version 8.0
[    27.140] (==) AIGLX enabled
[    27.140] Loading extension GLX
[    27.140] (==) Matched intel as autoconfigured driver 0
[    27.140] (==) Matched nouveau as autoconfigured driver 1
[    27.140] (==) Matched nvidia as autoconfigured driver 2
[    27.140] (==) Matched nv as autoconfigured driver 3
[    27.140] (==) Matched intel as autoconfigured driver 4
[    27.140] (==) Matched modesetting as autoconfigured driver 5
[    27.140] (==) Matched fbdev as autoconfigured driver 6
[    27.140] (==) Matched vesa as autoconfigured driver 7
[    27.140] (==) Assigned the driver to the xf86ConfigLayout
[    27.140] (II) LoadModule: "intel"
[    27.140] (WW) Warning, couldn't open module intel
[    27.140] (II) UnloadModule: "intel"
[    27.140] (II) Unloading intel
[    27.140] (EE) Failed to load module "intel" (module does not exist, 0)
[    27.140] (II) LoadModule: "nouveau"
[    27.140] (WW) Warning, couldn't open module nouveau
[    27.140] (II) UnloadModule: "nouveau"
[    27.140] (II) Unloading nouveau
[    27.140] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    27.140] (II) LoadModule: "nvidia"
[    27.141] (WW) Warning, couldn't open module nvidia
[    27.141] (II) UnloadModule: "nvidia"
[    27.141] (II) Unloading nvidia
[    27.141] (EE) Failed to load module "nvidia" (module does not exist, 0)
[    27.141] (II) LoadModule: "nv"
[    27.141] (WW) Warning, couldn't open module nv
[    27.141] (II) UnloadModule: "nv"
[    27.141] (II) Unloading nv
[    27.141] (EE) Failed to load module "nv" (module does not exist, 0)
[    27.141] (II) LoadModule: "modesetting"
[    27.141] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    27.142] (II) Module modesetting: vendor="X.Org Foundation"
[    27.142] 	compiled for 1.15.0, module version = 0.8.1
[    27.142] 	Module class: X.Org Video Driver
[    27.142] 	ABI class: X.Org Video Driver, version 15.0
[    27.142] (II) LoadModule: "fbdev"
[    27.142] (WW) Warning, couldn't open module fbdev
[    27.142] (II) UnloadModule: "fbdev"
[    27.142] (II) Unloading fbdev
[    27.142] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    27.142] (II) LoadModule: "vesa"
[    27.142] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    27.143] (II) Module vesa: vendor="X.Org Foundation"
[    27.143] 	compiled for 1.15.0, module version = 2.3.2
[    27.143] 	Module class: X.Org Video Driver
[    27.143] 	ABI class: X.Org Video Driver, version 15.0
[    27.143] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    27.143] (II) VESA: driver for VESA chipsets: vesa
[    27.143] (++) using VT number 1

[    27.143] (II) modesetting(0): using drv /dev/dri/card0
[    27.143] (WW) Falling back to old probe method for vesa
[    27.143] (II) modesetting(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    27.143] (==) modesetting(0): Depth 24, (==) framebuffer bpp 32
[    27.143] (==) modesetting(0): RGB weight 888
[    27.143] (==) modesetting(0): Default visual is TrueColor
[    27.143] (II) modesetting(0): ShadowFB: preferred YES, enabled YES
[    27.143] (II) modesetting(0): Output eDP-0 has no monitor section
[    27.144] (II) modesetting(0): Output VGA-0 has no monitor section
[    27.145] (II) modesetting(0): Output HDMI-0 has no monitor section
[    27.145] (II) modesetting(0): Output DisplayPort-0 has no monitor section
[    27.145] (II) modesetting(0): EDID for output eDP-0
[    27.145] (II) modesetting(0): Manufacturer: CMN  Model: 1343  Serial#: 0
[    27.145] (II) modesetting(0): Year: 2011  Week: 52
[    27.145] (II) modesetting(0): EDID Version: 1.4
[    27.145] (II) modesetting(0): Digital Display Input
[    27.145] (II) modesetting(0): 8 bits per channel
[    27.145] (II) modesetting(0): Digital interface is DisplayPort
[    27.145] (II) modesetting(0): Max Image Size [cm]: horiz.: 28  vert.: 16
[    27.145] (II) modesetting(0): Gamma: 2.20
[    27.145] (II) modesetting(0): No DPMS capabilities specified
[    27.145] (II) modesetting(0): Supported color encodings: RGB 4:4:4 
[    27.145] (II) modesetting(0): First detailed timing is preferred mode
[    27.145] (II) modesetting(0): Preferred mode is native pixel format and refresh rate
[    27.145] (II) modesetting(0): redX: 0.662 redY: 0.325   greenX: 0.297 greenY: 0.589
[    27.145] (II) modesetting(0): blueX: 0.146 blueY: 0.068   whiteX: 0.312 whiteY: 0.325
[    27.145] (II) modesetting(0): Manufacturer's mask: 0
[    27.145] (II) modesetting(0): Supported detailed timing:
[    27.145] (II) modesetting(0): clock: 138.8 MHz   Image Size:  282 x 165 mm
[    27.145] (II) modesetting(0): h_active: 1920  h_sync: 1966  h_sync_end 1996 h_blank_end 2080 h_border: 0
[    27.145] (II) modesetting(0): v_active: 1080  v_sync: 1082  v_sync_end 1086 v_blanking: 1112 v_border: 0
[    27.145] (II) modesetting(0): Supported detailed timing:
[    27.145] (II) modesetting(0): clock: 92.5 MHz   Image Size:  282 x 165 mm
[    27.145] (II) modesetting(0): h_active: 1920  h_sync: 1966  h_sync_end 1996 h_blank_end 2080 h_border: 0
[    27.145] (II) modesetting(0): v_active: 1080  v_sync: 1082  v_sync_end 1086 v_blanking: 1112 v_border: 0
[    27.145] (II) modesetting(0):  CMN
[    27.145] (II) modesetting(0):  N133HSE-EA1
[    27.145] (II) modesetting(0): EDID (in hex):
[    27.145] (II) modesetting(0): 	00ffffffffffff000dae431300000000
[    27.145] (II) modesetting(0): 	34150104a51c10780293ada9534c9625
[    27.145] (II) modesetting(0): 	114f5300000001010101010101010101
[    27.145] (II) modesetting(0): 	010101010101363680a0703820402e1e
[    27.145] (II) modesetting(0): 	24001aa510000018242480a070382040
[    27.145] (II) modesetting(0): 	2e1e24001aa510000018000000fe0043
[    27.145] (II) modesetting(0): 	4d4e0a202020202020202020000000fe
[    27.145] (II) modesetting(0): 	004e3133334853452d4541310a2000cd
[    27.145] (II) modesetting(0): Printing probed modes for output eDP-0
[    27.145] (II) modesetting(0): Modeline "1920x1080"x60.0  138.78  1920 1966 1996 2080  1080 1082 1086 1112 -hsync -vsync (66.7 kHz eP)
[    27.146] (II) modesetting(0): Modeline "1920x1080"x40.0   92.52  1920 1966 1996 2080  1080 1082 1086 1112 -hsync -vsync (44.5 kHz e)
[    27.146] (II) modesetting(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    27.146] (II) modesetting(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    27.146] (II) modesetting(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    27.146] (II) modesetting(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    27.146] (II) modesetting(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    27.146] (II) modesetting(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    27.146] (II) modesetting(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    27.146] (II) modesetting(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    27.146] (II) modesetting(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    27.146] (II) modesetting(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    27.146] (II) modesetting(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    27.146] (II) modesetting(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    27.146] (II) modesetting(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    27.146] (II) modesetting(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    27.146] (II) modesetting(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    27.146] (II) modesetting(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    27.146] (II) modesetting(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    27.146] (II) modesetting(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    27.146] (II) modesetting(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    27.147] (II) modesetting(0): EDID for output VGA-0
[    27.147] (II) modesetting(0): EDID for output HDMI-0
[    27.147] (II) modesetting(0): EDID for output DisplayPort-0
[    27.147] (II) modesetting(0): Output eDP-0 connected
[    27.147] (II) modesetting(0): Output VGA-0 disconnected
[    27.147] (II) modesetting(0): Output HDMI-0 disconnected
[    27.147] (II) modesetting(0): Output DisplayPort-0 disconnected
[    27.147] (II) modesetting(0): Using exact sizes for initial modes
[    27.147] (II) modesetting(0): Output eDP-0 using initial mode 1920x1080
[    27.147] (II) modesetting(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    27.147] (==) modesetting(0): DPI set to (96, 96)
[    27.147] (II) Loading sub module "fb"
[    27.147] (II) LoadModule: "fb"
[    27.148] (II) Loading /usr/lib/xorg/modules/libfb.so
[    27.148] (II) Module fb: vendor="X.Org Foundation"
[    27.149] 	compiled for 1.15.0, module version = 1.0.0
[    27.149] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    27.149] (II) Loading sub module "shadow"
[    27.149] (II) LoadModule: "shadow"
[    27.149] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    27.149] (II) Module shadow: vendor="X.Org Foundation"
[    27.149] 	compiled for 1.15.0, module version = 1.1.0
[    27.149] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    27.149] (II) UnloadModule: "vesa"
[    27.149] (II) Unloading vesa
[    27.149] (==) Depth 24 pixmap format is 32 bpp
[    27.151] (==) modesetting(0): Backing store enabled
[    27.151] (==) modesetting(0): Silken mouse enabled
[    27.151] (II) modesetting(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    27.152] (==) modesetting(0): DPMS enabled
[    27.163] (--) RandR disabled
[    27.170] (II) AIGLX: Screen 0 is not DRI2 capable
[    27.170] (EE) AIGLX: reverting to software rendering
[    27.224] (II) AIGLX: Loaded and initialized swrast
[    27.224] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    27.225] (II) modesetting(0): Damage tracking initialized
[    27.225] (II) modesetting(0): Setting screen physical size to 508 x 285
[    27.301] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[    27.301] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    27.301] (II) LoadModule: "evdev"
[    27.301] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    27.302] (II) Module evdev: vendor="X.Org Foundation"
[    27.302] 	compiled for 1.15.0, module version = 2.8.2
[    27.302] 	Module class: X.Org XInput Driver
[    27.302] 	ABI class: X.Org XInput driver, version 20.0
[    27.302] (II) Using input driver 'evdev' for 'Video Bus'
[    27.302] (**) Video Bus: always reports core events
[    27.302] (**) evdev: Video Bus: Device: "/dev/input/event11"
[    27.302] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    27.302] (--) evdev: Video Bus: Found keys
[    27.302] (II) evdev: Video Bus: Configuring as keyboard
[    27.302] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input18/event11"
[    27.302] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[    27.302] (**) Option "xkb_rules" "evdev"
[    27.302] (**) Option "xkb_model" "pc104"
[    27.302] (**) Option "xkb_layout" "us"
[    27.317] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[    27.317] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    27.317] (II) Using input driver 'evdev' for 'Video Bus'
[    27.317] (**) Video Bus: always reports core events
[    27.317] (**) evdev: Video Bus: Device: "/dev/input/event10"
[    27.317] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    27.317] (--) evdev: Video Bus: Found keys
[    27.317] (II) evdev: Video Bus: Configuring as keyboard
[    27.317] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:03/LNXVIDEO:00/input/input17/event10"
[    27.317] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    27.317] (**) Option "xkb_rules" "evdev"
[    27.317] (**) Option "xkb_model" "pc104"
[    27.317] (**) Option "xkb_layout" "us"
[    27.317] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    27.317] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    27.317] (II) Using input driver 'evdev' for 'Power Button'
[    27.317] (**) Power Button: always reports core events
[    27.317] (**) evdev: Power Button: Device: "/dev/input/event2"
[    27.317] (--) evdev: Power Button: Vendor 0 Product 0x1
[    27.317] (--) evdev: Power Button: Found keys
[    27.317] (II) evdev: Power Button: Configuring as keyboard
[    27.317] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input6/event2"
[    27.317] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    27.317] (**) Option "xkb_rules" "evdev"
[    27.317] (**) Option "xkb_model" "pc104"
[    27.317] (**) Option "xkb_layout" "us"
[    27.318] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    27.318] (II) No input driver specified, ignoring this device.
[    27.318] (II) This device may have been added with another device file.
[    27.318] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[    27.318] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    27.318] (II) Using input driver 'evdev' for 'Sleep Button'
[    27.318] (**) Sleep Button: always reports core events
[    27.318] (**) evdev: Sleep Button: Device: "/dev/input/event3"
[    27.318] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    27.318] (--) evdev: Sleep Button: Found keys
[    27.318] (II) evdev: Sleep Button: Configuring as keyboard
[    27.318] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input7/event3"
[    27.318] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    27.318] (**) Option "xkb_rules" "evdev"
[    27.318] (**) Option "xkb_model" "pc104"
[    27.318] (**) Option "xkb_layout" "us"
[    27.318] (II) config/udev: Adding drm device (/dev/dri/card1)
[    27.318] (II) config/udev: Adding drm device (/dev/dri/card0)
[    27.318] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event5)
[    27.318] (II) No input driver specified, ignoring this device.
[    27.318] (II) This device may have been added with another device file.
[    27.318] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event4)
[    27.318] (II) No input driver specified, ignoring this device.
[    27.318] (II) This device may have been added with another device file.
[    27.319] (II) config/udev: Adding input device USB2.0 HD UVC WebCam (/dev/input/event8)
[    27.319] (**) USB2.0 HD UVC WebCam: Applying InputClass "evdev keyboard catchall"
[    27.319] (II) Using input driver 'evdev' for 'USB2.0 HD UVC WebCam'
[    27.319] (**) USB2.0 HD UVC WebCam: always reports core events
[    27.319] (**) evdev: USB2.0 HD UVC WebCam: Device: "/dev/input/event8"
[    27.319] (--) evdev: USB2.0 HD UVC WebCam: Vendor 0x4f2 Product 0xb330
[    27.319] (--) evdev: USB2.0 HD UVC WebCam: Found keys
[    27.319] (II) evdev: USB2.0 HD UVC WebCam: Configuring as keyboard
[    27.319] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.5/4-1.5:1.0/input/input16/event8"
[    27.319] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam" (type: KEYBOARD, id 10)
[    27.319] (**) Option "xkb_rules" "evdev"
[    27.319] (**) Option "xkb_model" "pc104"
[    27.319] (**) Option "xkb_layout" "us"
[    27.319] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event7)
[    27.319] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    27.319] (II) Using input driver 'evdev' for 'Asus WMI hotkeys'
[    27.319] (**) Asus WMI hotkeys: always reports core events
[    27.319] (**) evdev: Asus WMI hotkeys: Device: "/dev/input/event7"
[    27.319] (--) evdev: Asus WMI hotkeys: Vendor 0 Product 0
[    27.319] (--) evdev: Asus WMI hotkeys: Found keys
[    27.319] (II) evdev: Asus WMI hotkeys: Configuring as keyboard
[    27.319] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input15/event7"
[    27.319] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 11)
[    27.319] (**) Option "xkb_rules" "evdev"
[    27.319] (**) Option "xkb_model" "pc104"
[    27.319] (**) Option "xkb_layout" "us"
[    27.319] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    27.319] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    27.319] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    27.319] (**) AT Translated Set 2 keyboard: always reports core events
[    27.319] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    27.319] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    27.319] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    27.319] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    27.319] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    27.319] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    27.319] (**) Option "xkb_rules" "evdev"
[    27.319] (**) Option "xkb_model" "pc104"
[    27.319] (**) Option "xkb_layout" "us"
[    27.320] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event9)
[    27.320] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[    27.320] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[    27.320] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
[    27.320] (II) LoadModule: "synaptics"
[    27.320] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    27.321] (II) Module synaptics: vendor="X.Org Foundation"
[    27.321] 	compiled for 1.15.0, module version = 1.7.3
[    27.321] 	Module class: X.Org XInput Driver
[    27.321] 	ABI class: X.Org XInput driver, version 20.0
[    27.321] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[    27.321] (**) ETPS/2 Elantech Touchpad: always reports core events
[    27.321] (**) Option "Device" "/dev/input/event9"
[    27.400] (II) synaptics: ETPS/2 Elantech Touchpad: found clickpad property
[    27.400] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 3260 (res 32)
[    27.400] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 2119 (res 32)
[    27.400] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
[    27.400] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
[    27.400] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left double triple
[    27.400] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[    27.400] (**) Option "TapButton1" "1"
[    27.400] (**) Option "TapButton2" "-1"
[    27.400] (**) Option "TapButton3" "3"
[    27.400] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[    27.400] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[    27.400] (**) ETPS/2 Elantech Touchpad: always reports core events
[    27.440] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input14/event9"
[    27.440] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 13)
[    27.440] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[    27.440] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
[    27.440] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.051
[    27.440] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[    27.440] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
[    27.440] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[    27.440] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[    27.440] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[    27.441] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
[    27.441] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[    27.441] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    27.441] (II) No input driver specified, ignoring this device.
[    27.442] (II) This device may have been added with another device file.

Moderator Edit: Changed quote tags to code tags.  ewaller

Last edited by ewaller (2014-01-20 02:01:08)

Offline

#8 2014-01-20 02:15:54

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,739

Re: Graphics Driver settings error

It looks like xorg is trying to use vesa.  It is not finding any of the nvidia or Intel drivers.  The other drivers were missing.  Which video drivers have you installed?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#9 2014-01-20 13:43:41

ArchCurious
Member
Registered: 2014-01-16
Posts: 11

Re: Graphics Driver settings error

I have tried a few drivers the intel, nouveau, and nvidia.  To the best of my knowledge I have removed all 3 of those drivers.  The Nouveau used to work, but after my most recent pacman update a driver intel X would just be a black screen.  I know that something must be loading because without a either the Nouveau or nvidia driver I get an error message on boot(referring to missing Nouveau drivers).  Every time I tried the nvidia driver I could not get X to recognize the screen.  Thoughts?

Offline

#10 2014-01-20 16:39:58

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,739

Re: Graphics Driver settings error

I have never had to wrestle with Nvidia, but my hunch would be to go back to Nouveau drivers and figure out why the screen goes black.  It might have nothing to do with your graphics driver and everything to do with your desktop environment.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#11 2014-01-20 21:12:09

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,163
Website

Re: Graphics Driver settings error

ArchCurious wrote:

Previously, I thought this needed the nVidia Optimus as well.  However, when I lspci |grep VGA it only lists intel.  I have tried the Optimus setup using the nvidia driver with no luck.  It still says 'no screens found'.  I have no bios options to turn off or on the nvidia. I think I will try the Nouveau and Intel setup next using prime. as outlined in the wiki.  Thanks for the help so far.

That might be, but you have a 3D controller listed as

01:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M / GT 620M/625M/630M/720M] (rev a1)

Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#12 2014-01-21 00:20:49

ArchCurious
Member
Registered: 2014-01-16
Posts: 11

Re: Graphics Driver settings error

ewaller and clfarron4 thanks for all your help.  I have followed the directions on the Nouveau - ArchWiki and have been unable to get it to load.  I know it is not loading because I get this error on boot:

 [   4.676602] nouveau E [   DRM] Pointer to TMDS table invalid 
[4.676629] nouveau E [  DRM] Pointer to flat panel table invalid  

Currently, I am using the vesa driver and am at a bit of a loss.

I am guess I will do some more research to see if I cannot get nouveau to load.  Thanks for all your help.

Last edited by ArchCurious (2014-01-25 17:08:15)

Offline

#13 2014-01-21 01:00:26

ArchCurious
Member
Registered: 2014-01-16
Posts: 11

Re: Graphics Driver settings error

Final update.
I desided to try the nvidia driver again.  Given that clfarron pointed out the nvidia controller to me.  So I loaded the nvidia driver (computer boots without error messages).  The problem I am having is getting x to load it.  I configured xorg.conf as outlined in the Nvidia Optimus ArchWiki. 

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

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:01:00.0"
    # e.g. BusID "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    #Option "UseDisplayDevice" "none"
EndSection

Section "Device"
    Identifier "intel"
    Driver "modesetting"
EndSection

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

And I added the lines to my .xinitrc

xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto

However with this xorg.conf x will not load, stating that it cannot find a screen. Perhapse you can see an error in my sintax above?

Last edited by ArchCurious (2014-01-25 17:07:18)

Offline

#14 2014-01-21 09:46:26

Neburski
Member
Registered: 2009-09-15
Posts: 118

Re: Graphics Driver settings error

ArchCurious wrote:
xorg.conf wrote:

    BusID "PCI:01:00.0"
    # e.g. BusID "PCI:1:0:0"

Perhapse you can see an error in my sintax above?

You wrote the PCI address incorrect. It explicitly gave you the example how to write it one line lower!

Offline

#15 2014-01-21 12:00:26

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,163
Website

Re: Graphics Driver settings error

I still maintain that using BumbleBee for nVidia Optimus is the best solution here.


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#16 2014-01-21 12:13:59

ArchCurious
Member
Registered: 2014-01-16
Posts: 11

Re: Graphics Driver settings error

I will try BumbleBee next. Neburski, I change the PCI address and still no luck.  Here is the content of my xorg.0.log

[   179.598] 
X.Org X Server 1.15.0
Release Date: 2013-12-27
[   179.603] X Protocol Version 11, Revision 0
[   179.604] Build Operating System: Linux 3.12.5-1-ARCH x86_64 
[   179.606] Current Operating System: Linux localhost 3.12.7-2-ARCH #1 SMP PREEMPT Sun Jan 12 13:09:09 CET 2014 x86_64
[   179.606] Kernel command line: initrd=\initramfs-linux.img root=/dev/sda2 rw
[   179.610] Build Date: 09 January 2014  08:47:24AM
[   179.611]  
[   179.613] Current version of pixman: 0.32.4
[   179.616] 	Before reporting problems, check [url]http://wiki.x.org[/url]
	to make sure that you have the latest version.
[   179.616] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   179.622] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan 21 07:09:35 2014
[   179.624] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   179.624] (==) No Layout section.  Using the first Screen section.
[   179.624] (==) No screen section available. Using defaults.
[   179.624] (**) |-->Screen "Default Screen Section" (0)
[   179.624] (**) |   |-->Monitor "<default monitor>"
[   179.625] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   179.625] (==) Automatically adding devices
[   179.625] (==) Automatically enabling devices
[   179.625] (==) Automatically adding GPU devices
[   179.625] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[   179.625] (==) ModulePath set to "/usr/lib/xorg/modules"
[   179.625] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   179.625] (II) Loader magic: 0x804c80
[   179.625] (II) Module ABI versions:
[   179.625] 	X.Org ANSI C Emulation: 0.4
[   179.625] 	X.Org Video Driver: 15.0
[   179.625] 	X.Org XInput driver : 20.0
[   179.625] 	X.Org Server Extension : 8.0
[   179.625] (II) xfree86: Adding drm device (/dev/dri/card1)
[   179.625] (II) xfree86: Adding drm device (/dev/dri/card0)
[   179.626] (--) PCI:*(0:0:2:0) 8086:0166:1043:1507 rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[   179.627] (--) PCI: (0:1:0:0) 10de:1140:1043:1507 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[   179.627] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   179.628] Initializing built-in extension Generic Event Extension
[   179.630] Initializing built-in extension SHAPE
[   179.631] Initializing built-in extension MIT-SHM
[   179.632] Initializing built-in extension XInputExtension
[   179.634] Initializing built-in extension XTEST
[   179.635] Initializing built-in extension BIG-REQUESTS
[   179.636] Initializing built-in extension SYNC
[   179.638] Initializing built-in extension XKEYBOARD
[   179.639] Initializing built-in extension XC-MISC
[   179.640] Initializing built-in extension SECURITY
[   179.641] Initializing built-in extension XINERAMA
[   179.642] Initializing built-in extension XFIXES
[   179.642] Initializing built-in extension RENDER
[   179.643] Initializing built-in extension RANDR
[   179.644] Initializing built-in extension COMPOSITE
[   179.645] Initializing built-in extension DAMAGE
[   179.645] Initializing built-in extension MIT-SCREEN-SAVER
[   179.646] Initializing built-in extension DOUBLE-BUFFER
[   179.647] Initializing built-in extension RECORD
[   179.648] Initializing built-in extension DPMS
[   179.648] Initializing built-in extension Present
[   179.649] Initializing built-in extension DRI3
[   179.650] Initializing built-in extension X-Resource
[   179.651] Initializing built-in extension XVideo
[   179.651] Initializing built-in extension XVideo-MotionCompensation
[   179.652] Initializing built-in extension XFree86-VidModeExtension
[   179.653] Initializing built-in extension XFree86-DGA
[   179.654] Initializing built-in extension XFree86-DRI
[   179.654] Initializing built-in extension DRI2
[   179.654] (II) LoadModule: "glx"
[   179.654] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   179.662] (II) Module glx: vendor="NVIDIA Corporation"
[   179.662] 	compiled for 4.0.2, module version = 1.0.0
[   179.662] 	Module class: X.Org Server Extension
[   179.662] (II) NVIDIA GLX Module  331.38  Wed Jan  8 19:10:17 PST 2014
[   179.663] Loading extension GLX
[   179.663] (==) Matched intel as autoconfigured driver 0
[   179.663] (==) Matched nouveau as autoconfigured driver 1
[   179.663] (==) Matched nvidia as autoconfigured driver 2
[   179.663] (==) Matched nv as autoconfigured driver 3
[   179.663] (==) Matched intel as autoconfigured driver 4
[   179.663] (==) Matched modesetting as autoconfigured driver 5
[   179.663] (==) Matched fbdev as autoconfigured driver 6
[   179.663] (==) Matched vesa as autoconfigured driver 7
[   179.663] (==) Assigned the driver to the xf86ConfigLayout
[   179.663] (II) LoadModule: "intel"
[   179.663] (WW) Warning, couldn't open module intel
[   179.663] (II) UnloadModule: "intel"
[   179.663] (II) Unloading intel
[   179.663] (EE) Failed to load module "intel" (module does not exist, 0)
[   179.663] (II) LoadModule: "nouveau"
[   179.663] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[   179.665] (II) Module nouveau: vendor="X.Org Foundation"
[   179.665] 	compiled for 1.15.0, module version = 1.0.10
[   179.665] 	Module class: X.Org Video Driver
[   179.665] 	ABI class: X.Org Video Driver, version 15.0
[   179.665] (II) LoadModule: "nvidia"
[   179.665] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   179.665] (II) Module nvidia: vendor="NVIDIA Corporation"
[   179.665] 	compiled for 4.0.2, module version = 1.0.0
[   179.665] 	Module class: X.Org Video Driver
[   179.665] (II) LoadModule: "nv"
[   179.666] (WW) Warning, couldn't open module nv
[   179.666] (II) UnloadModule: "nv"
[   179.666] (II) Unloading nv
[   179.666] (EE) Failed to load module "nv" (module does not exist, 0)
[   179.666] (II) LoadModule: "modesetting"
[   179.666] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   179.666] (II) Module modesetting: vendor="X.Org Foundation"
[   179.666] 	compiled for 1.15.0, module version = 0.8.1
[   179.666] 	Module class: X.Org Video Driver
[   179.666] 	ABI class: X.Org Video Driver, version 15.0
[   179.666] (II) LoadModule: "fbdev"
[   179.666] (WW) Warning, couldn't open module fbdev
[   179.666] (II) UnloadModule: "fbdev"
[   179.666] (II) Unloading fbdev
[   179.666] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   179.666] (II) LoadModule: "vesa"
[   179.666] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   179.667] (II) Module vesa: vendor="X.Org Foundation"
[   179.667] 	compiled for 1.15.0, module version = 2.3.2
[   179.667] 	Module class: X.Org Video Driver
[   179.667] 	ABI class: X.Org Video Driver, version 15.0
[   179.667] (II) NOUVEAU driver 
[   179.667] (II) NOUVEAU driver for NVIDIA chipset families :
[   179.667] 	RIVA TNT        (NV04)
[   179.667] 	RIVA TNT2       (NV05)
[   179.667] 	GeForce 256     (NV10)
[   179.667] 	GeForce 2       (NV11, NV15)
[   179.667] 	GeForce 4MX     (NV17, NV18)
[   179.667] 	GeForce 3       (NV20)
[   179.667] 	GeForce 4Ti     (NV25, NV28)
[   179.667] 	GeForce FX      (NV3x)
[   179.667] 	GeForce 6       (NV4x)
[   179.667] 	GeForce 7       (G7x)
[   179.667] 	GeForce 8       (G8x)
[   179.667] 	GeForce GTX 200 (NVA0)
[   179.667] 	GeForce GTX 400 (NVC0)
[   179.667] (II) NVIDIA dlloader X Driver  331.38  Wed Jan  8 18:51:00 PST 2014
[   179.667] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   179.667] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   179.667] (II) VESA: driver for VESA chipsets: vesa
[   179.667] (++) using VT number 1

[   179.667] (EE) [drm] KMS not enabled
[   179.667] (II) modesetting(0): using drv /dev/dri/card0
[   179.667] (WW) Falling back to old probe method for vesa
[   179.667] (II) modesetting(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   179.667] (==) modesetting(0): Depth 24, (==) framebuffer bpp 32
[   179.667] (==) modesetting(0): RGB weight 888
[   179.667] (==) modesetting(0): Default visual is TrueColor
[   179.667] (II) modesetting(0): ShadowFB: preferred YES, enabled YES
[   179.667] (II) modesetting(0): Output eDP-0 has no monitor section
[   179.668] (II) modesetting(0): Output VGA-0 has no monitor section
[   179.669] (II) modesetting(0): Output HDMI-0 has no monitor section
[   179.669] (II) modesetting(0): Output DisplayPort-0 has no monitor section
[   179.669] (II) modesetting(0): EDID for output eDP-0
[   179.669] (II) modesetting(0): Manufacturer: CMN  Model: 1343  Serial#: 0
[   179.669] (II) modesetting(0): Year: 2011  Week: 52
[   179.669] (II) modesetting(0): EDID Version: 1.4
[   179.669] (II) modesetting(0): Digital Display Input
[   179.669] (II) modesetting(0): 8 bits per channel
[   179.669] (II) modesetting(0): Digital interface is DisplayPort
[   179.669] (II) modesetting(0): Max Image Size [cm]: horiz.: 28  vert.: 16
[   179.669] (II) modesetting(0): Gamma: 2.20
[   179.669] (II) modesetting(0): No DPMS capabilities specified
[   179.669] (II) modesetting(0): Supported color encodings: RGB 4:4:4 
[   179.669] (II) modesetting(0): First detailed timing is preferred mode
[   179.669] (II) modesetting(0): Preferred mode is native pixel format and refresh rate
[   179.669] (II) modesetting(0): redX: 0.662 redY: 0.325   greenX: 0.297 greenY: 0.589
[   179.669] (II) modesetting(0): blueX: 0.146 blueY: 0.068   whiteX: 0.312 whiteY: 0.325
[   179.669] (II) modesetting(0): Manufacturer's mask: 0
[   179.669] (II) modesetting(0): Supported detailed timing:
[   179.669] (II) modesetting(0): clock: 138.8 MHz   Image Size:  282 x 165 mm
[   179.669] (II) modesetting(0): h_active: 1920  h_sync: 1966  h_sync_end 1996 h_blank_end 2080 h_border: 0
[   179.669] (II) modesetting(0): v_active: 1080  v_sync: 1082  v_sync_end 1086 v_blanking: 1112 v_border: 0
[   179.669] (II) modesetting(0): Supported detailed timing:
[   179.669] (II) modesetting(0): clock: 92.5 MHz   Image Size:  282 x 165 mm
[   179.669] (II) modesetting(0): h_active: 1920  h_sync: 1966  h_sync_end 1996 h_blank_end 2080 h_border: 0
[   179.669] (II) modesetting(0): v_active: 1080  v_sync: 1082  v_sync_end 1086 v_blanking: 1112 v_border: 0
[   179.669] (II) modesetting(0):  CMN
[   179.669] (II) modesetting(0):  N133HSE-EA1
[   179.669] (II) modesetting(0): EDID (in hex):
[   179.669] (II) modesetting(0): 	00ffffffffffff000dae431300000000
[   179.669] (II) modesetting(0): 	34150104a51c10780293ada9534c9625
[   179.669] (II) modesetting(0): 	114f5300000001010101010101010101
[   179.669] (II) modesetting(0): 	010101010101363680a0703820402e1e
[   179.669] (II) modesetting(0): 	24001aa510000018242480a070382040
[   179.669] (II) modesetting(0): 	2e1e24001aa510000018000000fe0043
[   179.669] (II) modesetting(0): 	4d4e0a202020202020202020000000fe
[   179.669] (II) modesetting(0): 	004e3133334853452d4541310a2000cd
[   179.669] (II) modesetting(0): Printing probed modes for output eDP-0
[   179.669] (II) modesetting(0): Modeline "1920x1080"x60.0  138.78  1920 1966 1996 2080  1080 1082 1086 1112 -hsync -vsync (66.7 kHz eP)
[   179.669] (II) modesetting(0): Modeline "1920x1080"x40.0   92.52  1920 1966 1996 2080  1080 1082 1086 1112 -hsync -vsync (44.5 kHz e)
[   179.669] (II) modesetting(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   179.669] (II) modesetting(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   179.669] (II) modesetting(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   179.669] (II) modesetting(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   179.669] (II) modesetting(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   179.669] (II) modesetting(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   179.669] (II) modesetting(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   179.669] (II) modesetting(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   179.669] (II) modesetting(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   179.669] (II) modesetting(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   179.669] (II) modesetting(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   179.669] (II) modesetting(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   179.669] (II) modesetting(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   179.669] (II) modesetting(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   179.669] (II) modesetting(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   179.669] (II) modesetting(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   179.669] (II) modesetting(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   179.669] (II) modesetting(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   179.669] (II) modesetting(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   179.670] (II) modesetting(0): EDID for output VGA-0
[   179.671] (II) modesetting(0): EDID for output HDMI-0
[   179.671] (II) modesetting(0): EDID for output DisplayPort-0
[   179.671] (II) modesetting(0): Output eDP-0 connected
[   179.671] (II) modesetting(0): Output VGA-0 disconnected
[   179.671] (II) modesetting(0): Output HDMI-0 disconnected
[   179.671] (II) modesetting(0): Output DisplayPort-0 disconnected
[   179.671] (II) modesetting(0): Using exact sizes for initial modes
[   179.671] (II) modesetting(0): Output eDP-0 using initial mode 1920x1080
[   179.671] (II) modesetting(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   179.671] (==) modesetting(0): DPI set to (96, 96)
[   179.671] (II) Loading sub module "fb"
[   179.671] (II) LoadModule: "fb"
[   179.671] (II) Loading /usr/lib/xorg/modules/libfb.so
[   179.672] (II) Module fb: vendor="X.Org Foundation"
[   179.672] 	compiled for 1.15.0, module version = 1.0.0
[   179.672] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   179.672] (II) Loading sub module "shadow"
[   179.672] (II) LoadModule: "shadow"
[   179.672] (II) Loading /usr/lib/xorg/modules/libshadow.so
[   179.672] (II) Module shadow: vendor="X.Org Foundation"
[   179.672] 	compiled for 1.15.0, module version = 1.1.0
[   179.672] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   179.672] (II) UnloadModule: "nvidia"
[   179.672] (II) Unloading nvidia
[   179.672] (II) UnloadModule: "vesa"
[   179.672] (II) Unloading vesa
[   179.672] (==) Depth 24 pixmap format is 32 bpp
[   179.674] (==) modesetting(0): Backing store enabled
[   179.674] (==) modesetting(0): Silken mouse enabled
[   179.674] (II) modesetting(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   179.674] (==) modesetting(0): DPMS enabled
[   179.683] (--) RandR disabled
[   179.688] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
[   179.688] (II) modesetting(0): Damage tracking initialized
[   179.688] (II) modesetting(0): Setting screen physical size to 508 x 285
[   179.764] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[   179.764] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   179.764] (II) LoadModule: "evdev"
[   179.764] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   179.765] (II) Module evdev: vendor="X.Org Foundation"
[   179.765] 	compiled for 1.15.0, module version = 2.8.2
[   179.765] 	Module class: X.Org XInput Driver
[   179.765] 	ABI class: X.Org XInput driver, version 20.0
[   179.765] (II) Using input driver 'evdev' for 'Video Bus'
[   179.765] (**) Video Bus: always reports core events
[   179.765] (**) evdev: Video Bus: Device: "/dev/input/event11"
[   179.765] (--) evdev: Video Bus: Vendor 0 Product 0x6
[   179.765] (--) evdev: Video Bus: Found keys
[   179.765] (II) evdev: Video Bus: Configuring as keyboard
[   179.765] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input18/event11"
[   179.765] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[   179.765] (**) Option "xkb_rules" "evdev"
[   179.765] (**) Option "xkb_model" "pc104"
[   179.765] (**) Option "xkb_layout" "us"
[   179.779] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[   179.779] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   179.779] (II) Using input driver 'evdev' for 'Video Bus'
[   179.779] (**) Video Bus: always reports core events
[   179.779] (**) evdev: Video Bus: Device: "/dev/input/event10"
[   179.779] (--) evdev: Video Bus: Vendor 0 Product 0x6
[   179.779] (--) evdev: Video Bus: Found keys
[   179.779] (II) evdev: Video Bus: Configuring as keyboard
[   179.779] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:03/LNXVIDEO:00/input/input17/event10"
[   179.779] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   179.779] (**) Option "xkb_rules" "evdev"
[   179.779] (**) Option "xkb_model" "pc104"
[   179.779] (**) Option "xkb_layout" "us"
[   179.779] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   179.779] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   179.779] (II) Using input driver 'evdev' for 'Power Button'
[   179.779] (**) Power Button: always reports core events
[   179.779] (**) evdev: Power Button: Device: "/dev/input/event2"
[   179.779] (--) evdev: Power Button: Vendor 0 Product 0x1
[   179.779] (--) evdev: Power Button: Found keys
[   179.779] (II) evdev: Power Button: Configuring as keyboard
[   179.779] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input6/event2"
[   179.779] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   179.779] (**) Option "xkb_rules" "evdev"
[   179.779] (**) Option "xkb_model" "pc104"
[   179.779] (**) Option "xkb_layout" "us"
[   179.780] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[   179.780] (II) No input driver specified, ignoring this device.
[   179.780] (II) This device may have been added with another device file.
[   179.780] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[   179.780] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   179.780] (II) Using input driver 'evdev' for 'Sleep Button'
[   179.780] (**) Sleep Button: always reports core events
[   179.780] (**) evdev: Sleep Button: Device: "/dev/input/event3"
[   179.780] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[   179.780] (--) evdev: Sleep Button: Found keys
[   179.780] (II) evdev: Sleep Button: Configuring as keyboard
[   179.780] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input7/event3"
[   179.780] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   179.780] (**) Option "xkb_rules" "evdev"
[   179.780] (**) Option "xkb_model" "pc104"
[   179.780] (**) Option "xkb_layout" "us"
[   179.780] (II) config/udev: Adding drm device (/dev/dri/card1)
[   179.780] (II) config/udev: Adding drm device (/dev/dri/card0)
[   179.780] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event5)
[   179.780] (II) No input driver specified, ignoring this device.
[   179.780] (II) This device may have been added with another device file.
[   179.781] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event4)
[   179.781] (II) No input driver specified, ignoring this device.
[   179.781] (II) This device may have been added with another device file.
[   179.781] (II) config/udev: Adding input device USB2.0 HD UVC WebCam (/dev/input/event8)
[   179.781] (**) USB2.0 HD UVC WebCam: Applying InputClass "evdev keyboard catchall"
[   179.781] (II) Using input driver 'evdev' for 'USB2.0 HD UVC WebCam'
[   179.781] (**) USB2.0 HD UVC WebCam: always reports core events
[   179.781] (**) evdev: USB2.0 HD UVC WebCam: Device: "/dev/input/event8"
[   179.781] (--) evdev: USB2.0 HD UVC WebCam: Vendor 0x4f2 Product 0xb330
[   179.781] (--) evdev: USB2.0 HD UVC WebCam: Found keys
[   179.781] (II) evdev: USB2.0 HD UVC WebCam: Configuring as keyboard
[   179.781] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.5/4-1.5:1.0/input/input16/event8"
[   179.781] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam" (type: KEYBOARD, id 10)
[   179.781] (**) Option "xkb_rules" "evdev"
[   179.781] (**) Option "xkb_model" "pc104"
[   179.781] (**) Option "xkb_layout" "us"
[   179.781] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event7)
[   179.781] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[   179.781] (II) Using input driver 'evdev' for 'Asus WMI hotkeys'
[   179.781] (**) Asus WMI hotkeys: always reports core events
[   179.781] (**) evdev: Asus WMI hotkeys: Device: "/dev/input/event7"
[   179.781] (--) evdev: Asus WMI hotkeys: Vendor 0 Product 0
[   179.781] (--) evdev: Asus WMI hotkeys: Found keys
[   179.781] (II) evdev: Asus WMI hotkeys: Configuring as keyboard
[   179.781] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input15/event7"
[   179.781] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 11)
[   179.781] (**) Option "xkb_rules" "evdev"
[   179.781] (**) Option "xkb_model" "pc104"
[   179.781] (**) Option "xkb_layout" "us"
[   179.781] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   179.781] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   179.781] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   179.781] (**) AT Translated Set 2 keyboard: always reports core events
[   179.781] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[   179.781] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[   179.781] (--) evdev: AT Translated Set 2 keyboard: Found keys
[   179.781] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[   179.782] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   179.782] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[   179.782] (**) Option "xkb_rules" "evdev"
[   179.782] (**) Option "xkb_model" "pc104"
[   179.782] (**) Option "xkb_layout" "us"
[   179.782] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event9)
[   179.782] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[   179.782] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[   179.782] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
[   179.782] (II) LoadModule: "synaptics"
[   179.782] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   179.783] (II) Module synaptics: vendor="X.Org Foundation"
[   179.783] 	compiled for 1.15.0, module version = 1.7.3
[   179.783] 	Module class: X.Org XInput Driver
[   179.783] 	ABI class: X.Org XInput driver, version 20.0
[   179.783] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[   179.783] (**) ETPS/2 Elantech Touchpad: always reports core events
[   179.783] (**) Option "Device" "/dev/input/event9"
[   179.876] (II) synaptics: ETPS/2 Elantech Touchpad: found clickpad property
[   179.877] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 3260 (res 32)
[   179.877] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 2119 (res 32)
[   179.877] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
[   179.877] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
[   179.877] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left double triple
[   179.877] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[   179.877] (**) Option "TapButton1" "1"
[   179.877] (**) Option "TapButton2" "-1"
[   179.877] (**) Option "TapButton3" "3"
[   179.877] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[   179.877] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[   179.877] (**) ETPS/2 Elantech Touchpad: always reports core events
[   179.911] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input14/event9"
[   179.911] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 13)
[   179.911] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[   179.911] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
[   179.911] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.051
[   179.911] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[   179.911] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
[   179.911] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[   179.911] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[   179.912] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[   179.912] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
[   179.912] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[   179.912] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[   179.913] (II) No input driver specified, ignoring this device.
[   179.913] (II) This device may have been added with another device file.
[   179.936] (II) modesetting(0): EDID vendor "CMN", prod id 4931
[   179.936] (II) modesetting(0): Printing DDC gathered Modelines:
[   179.936] (II) modesetting(0): Modeline "1920x1080"x0.0  138.78  1920 1966 1996 2080  1080 1082 1086 1112 -hsync -vsync (66.7 kHz eP)
[   179.936] (II) modesetting(0): Modeline "1920x1080"x0.0   92.52  1920 1966 1996 2080  1080 1082 1086 1112 -hsync -vsync (44.5 kHz e)
[   179.941] (II) modesetting(0): EDID vendor "CMN", prod id 4931
[   179.941] (II) modesetting(0): Printing DDC gathered Modelines:
[   179.941] (II) modesetting(0): Modeline "1920x1080"x0.0  138.78  1920 1966 1996 2080  1080 1082 1086 1112 -hsync -vsync (66.7 kHz eP)
[   179.941] (II) modesetting(0): Modeline "1920x1080"x0.0   92.52  1920 1966 1996 2080  1080 1082 1086 1112 -hsync -vsync (44.5 kHz e)

Last edited by fsckd (2014-01-21 16:59:59)

Offline

#17 2014-01-21 17:02:36

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: Graphics Driver settings error

Hi ArchCurious, please use code tags instead of quote tags for command output or content of files from your computer. It makes it easier to read through the thread. I have edited the immediate post above for you. Please keep it in mind for future posts. Thanks.


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#18 2014-01-25 17:06:44

ArchCurious
Member
Registered: 2014-01-16
Posts: 11

Re: Graphics Driver settings error

ArchCurious wrote:

Final update.
I desided to try the nvidia driver again.  Given that clfarron pointed out the nvidia controller to me.  So I loaded the nvidia driver (computer boots without error messages).  The problem I am having is getting x to load it.  I configured xorg.conf as outlined in the Nvidia Optimus ArchWiki. 

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

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:01:00.0"
    # e.g. BusID "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    #Option "UseDisplayDevice" "none"
EndSection

Section "Device"
    Identifier "intel"
    Driver "modesetting"
EndSection

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

And I added the lines to my .xinitrc

xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto

However with this xorg.conf x will not load, stating that it cannot find a screen. Perhapse you can see an error in my sintax above?

Offline

#19 2014-01-25 17:39:26

Neburski
Member
Registered: 2009-09-15
Posts: 118

Re: Graphics Driver settings error

ArchCurious wrote:
Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:01:00.0"
    # e.g. BusID "PCI:1:0:0"
EndSection

Again you wrote the BusID incorrectly. It explicitly tells you 1 line lower how to write it, also this is what the wiki tells you:

In the xorg.conf, you will need to format it as #:#:#; e.g. 01:00.0 would be formatted as 1:0:0.

https://wiki.archlinux.org/index.php/NVIDIA_Optimus

Offline

Board footer

Powered by FluxBB