Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing the xorg.conf in order to use HDMI #72

Closed
TomasNilsson opened this issue Feb 4, 2012 · 28 comments
Closed

Changing the xorg.conf in order to use HDMI #72

TomasNilsson opened this issue Feb 4, 2012 · 28 comments

Comments

@TomasNilsson
Copy link

I asked the following question at https://answers.launchpad.net/ubuntu/+question/186752 and they told me to submit my question here instead.

I have a Dell XPS 15z laptop with Ubuntu 11.10 and would like to be able to use an external monitor via HDMI. I understand that Optimus is the reason why it doesn't work.

Until there is a better solution I would be happy if I could use only the external monitor and not the laptop screen. According to https://wiki.ubuntu.com/HardwareSupport/Machines/Laptops/Dell/XPS/15z this is possible:

"The HDMI is physically connected to the nVidia card -- by manually changing the xorg.conf, it is possible to start X on the nVidia card only, getting the HDMI video (at the cost of inactive main laptop screen and the Mini Displayport output). "

What should I add in my xorg.conf file in /etc/X11/ in order to use the external monitor via HDMI?

@Lekensteyn
Copy link
Member

Technically you should be able to use the external monitor by copying /etc/bumblebee/xorg.conf.nvidia to /etc/X11/xorg.conf. After copying, remove the UseEDID line and add in the same section a line like:

BusID "PCI:01:00:0"

01:00:0 (note: two colons) is retrieved from lspci -d10de::

01:00.0 VGA compatible controller: nVidia Corporation GF108 [GeForce GT 425M] (rev ff)

Because the external monitor can only be used if the card is enabled, you have to uninstall/disable Bumblebee. To disable it, run:

echo manual | sudo tee /etc/init/bumblebeed.conf.override
sudo stop bumblebeed

Set the GL path to use the nvidia libGL libraries:

for arch in x86_64-linux-gnu i386-linux-gnu; do sudo update-alternatives --auto ${arch}_gl_conf;done
sudo ldconfig

Load the nvidia drivers if it was not already loaded:

sudo modprobe nvidia_current

Reboot/re-login to test the changes. If it fails, have a look at /var/log/Xorg.0.log (or /var/log/Xorg.0.log.old, or /var/log/Xorg.1.log where 1 refers to the Xorg display number). When you see errors about ConnectedMonitor, replace DFP in /etc/X11/xorg.conf accordingly. If it does not work at all, remove the conffile so that at least the X server starts (with acceleration on the Intel card being broken though).

@TomasNilsson
Copy link
Author

Thanks for your answer!

I followed your instructions and everything went fine until I was going to load the nvidia drivers. When I wrote sudo modprobe nvidia_current in the terminal I got the following message: FATAL: Module nvidia_current not found. But when I looked in Ubuntu Software Center it says that nvidia-current is installed.

I tried to reboot, but it didn't work (blank screen). I had to remove the xorg.conf file in recovery mode in order to boot successfully. I cant find the word ConnectedMonitor in the log files.

Do you have any idea why it doesn't work?
.

@Lekensteyn
Copy link
Member

If you've installed a 32-bit version you need to install the kernel headers for it using:

sudo apt-get install linux-headers-$(uname -r)

@TomasNilsson
Copy link
Author

I have the 32-bit version of Ubuntu installed, but adding sudo apt-get install linux-headers-$(uname -r) didn't help. I still got the FATAL: Module nvidia_current not found. error and it didn't work to reboot.

Do you know what I am doing wrong? Has anyone else managed to do this?

If you don't have any idea what to do, do I have to write something in the terminal to reset to normal settings?

Hopefully there will be an easy way to use HDMI in future releases.

@Lekensteyn
Copy link
Member

You need to rebuild the nvidia module. Try something like:

sudo apt-get --reinstall nvidia-current

@TomasNilsson
Copy link
Author

When I write sudo apt-get --reinstall nvidia-current I get the following error message:
E: Invalid operation nvidia-current

@Lekensteyn
Copy link
Member

Uhh, it should have been:

sudo apt-get install --reinstall nvidia-current

@TomasNilsson
Copy link
Author

Thank you! Now I have managed to get my external monitor working via HDMI.

There's just one problem. My external keyboard doesn't work. It works if I start Windows 7 so it's not a battery problem and it worked in Ubuntu when I used the laptop screen.

The mouse and keyboard both use wireless connection and uses the same USB receiver. The mouse works when I use the external monitor, but the keyboard doesn't work. Do you have a solution to this problem?

@TomasNilsson
Copy link
Author

The laptop keyboard doesn't work either when I use the external monitor.

@Lekensteyn
Copy link
Member

Try removing Option "AutoAddDevices" "false"

@TomasNilsson
Copy link
Author

Thank you! That solved the problem!

If I one day would like to use the laptop screen instead of the external monitor, can I just rename the xorg.conf file to something else then? And then rename it back to xorg.conf when I want to use the external monitor again?

@Lekensteyn
Copy link
Member

yes and yes.

@TomasNilsson
Copy link
Author

Thank you very much for your excellent help!

@hrishikesh-mishra
Copy link

Hi @TomasNilsson,

I have read this post, and I have same problem. I am using dell xps15 and I want to connect my laptop to external samsung monitor through HDMI on ubuntu 11.10 and debian OS.
In Ubuntu 11.10, I have already install the nvidia driver through additional driver.

But when I am trying to configure the nvidia driver, then I am getting this error:
You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run nvidia-xconfig as root), and restart the X server

After I run following command:
sudo nvidia-xconfig

It's creates the file /etc/X11/Xorg.conf. But after restart system, I am unable to get any screen, and after removing this nvidia config file, my system work.

Please help me, how you made it possible to run/configure the HDMI monitor, step by step. Should I install Bumblebee-Project?

Waiting for your response.

Regards,
Hrishikesh Mishra

@ArchangeGabriel
Copy link
Member

Try this as /etc/X11/xorg.conf :

Section "ServerLayout"
    Identifier "Layout0"
EndSection

Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BusID "PCI:01:00:0"
    Option "NoLogo" "true"
    Option "ConnectedMonitor" "DFP"
EndSection

Do not install Bumblebee, and just reboot after saving this change.

@hrishikesh-mishra
Copy link

Thanks @ArchangeGabriel ,

I have made changes as you suggested but still not working, after restart I am unable to get login.

Here is the my /etc/X11/xorg.conf file content:

nvidia-xconfig: X configuration file generated by nvidia-xconfig
nvidia-xconfig: version 280.13 (buildmeister@swio-display-x86-rhel47-05.nvidia.com) Wed Jul 27 17:18:55 PDT 2011

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
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"
BusID "PCI:01:00:0"
Option "NoLogo" "true"
Option "ConnectedMonitor" "DFP"
EndSection

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

Please help me to configure the nvidia graphics card.

Thanks & Regards,
Hrishikesh

@ArchangeGabriel
Copy link
Member

Could you copy the Xorg.0.log (and old) files please ?

@hrishikesh-mishra
Copy link

Hi @ArchangeGabriel

First of all thanks for your response.

The content of Xorg.0.log file is laid below:
But I have other log files like Xorg.0.log.old, Xorg.1.log, Xorg.1.log.old, do you also need these file content?

/var/log/Xorg.0.log content :

[ 19.688]
X.Org X Server 1.10.4
Release Date: 2011-08-19
[ 19.688] X Protocol Version 11, Revision 0
[ 19.688] Build Operating System: Linux 2.6.24-29-server i686 Ubuntu
[ 19.688] Current Operating System: Linux alan-super-sys-ubuntu 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC 2011 i686
[ 19.688] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic root=UUID=b420ed30-9f59-4ec7-981f-0311bbf41830 ro quiet splash vt.handoff=7
[ 19.688] Build Date: 19 October 2011 05:09:41AM
[ 19.688] xorg-server 2:1.10.4-1ubuntu4.2 (For technical support please see http://www.ubuntu.com/support)
[ 19.688] Current version of pixman: 0.22.2
[ 19.688] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 19.688] Markers: (--) probed, (*) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
19.688 Log file: "/var/log/Xorg.0.log", Time: Sun Aug 5 23:08:13 2012
19.704 Using system config directory "/usr/share/X11/xorg.conf.d"
19.704 No Layout section. Using the first Screen section.
19.704 No screen section available. Using defaults.
19.704 |-->Screen "Default Screen Section" (0)
19.704 | |-->Monitor ""
19.704 No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
19.704 Automatically adding devices
19.704 Automatically enabling devices
19.705 The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 19.705] Entry deleted from font path.
19.705 The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 19.705] Entry deleted from font path.
19.705 The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 19.705] Entry deleted from font path.
19.705 The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 19.705] Entry deleted from font path.
19.705 The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 19.705] Entry deleted from font path.
19.705 FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
19.705 ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
19.705 The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
19.705 Loader magic: 0x823ada0
19.705 Module ABI versions:
[ 19.705] X.Org ANSI C Emulation: 0.4
[ 19.705] X.Org Video Driver: 10.0
[ 19.705] X.Org XInput driver : 12.3
[ 19.705] X.Org Server Extension : 5.0
19.706 PCI:
(0:0:2:0) 8086:0046:1028:046e rev 24, Mem @ 0xf0000000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8
19.706 PCI: (0:2:0:0) 10de:0df1:1028:046e rev 161, Mem @ 0xac000000/16777216, 0xb0000000/268435456, 0xae000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
19.706 Open ACPI successful (/var/run/acpid.socket)
19.706 LoadModule: "extmod"
19.706 Loading /usr/lib/xorg/modules/extensions/libextmod.so
19.706 Module extmod: vendor="X.Org Foundation"
[ 19.706] compiled for 1.10.4, module version = 1.0.0
[ 19.706] Module class: X.Org Server Extension
[ 19.706] ABI class: X.Org Server Extension, version 5.0
19.706 Loading extension MIT-SCREEN-SAVER
19.706 Loading extension XFree86-VidModeExtension
19.706 Loading extension XFree86-DGA
19.706 Loading extension DPMS
19.706 Loading extension XVideo
19.706 Loading extension XVideo-MotionCompensation
19.706 Loading extension X-Resource
19.706 LoadModule: "dbe"
19.707 Loading /usr/lib/xorg/modules/extensions/libdbe.so
19.707 Module dbe: vendor="X.Org Foundation"
[ 19.707] compiled for 1.10.4, module version = 1.0.0
[ 19.707] Module class: X.Org Server Extension
[ 19.707] ABI class: X.Org Server Extension, version 5.0
19.707 Loading extension DOUBLE-BUFFER
19.707 LoadModule: "glx"
19.707 Loading /usr/lib/i386-linux-gnu/xorg/extra-modules/libglx.so
19.722 Module glx: vendor="NVIDIA Corporation"
[ 19.722] compiled for 4.0.2, module version = 1.0.0
[ 19.722] Module class: X.Org Server Extension
19.722 NVIDIA GLX Module 280.13 Wed Jul 27 17:14:51 PDT 2011
19.722 Loading extension GLX
19.722 LoadModule: "record"
19.722 Loading /usr/lib/xorg/modules/extensions/librecord.so
19.722 Module record: vendor="X.Org Foundation"
[ 19.722] compiled for 1.10.4, module version = 1.13.0
[ 19.722] Module class: X.Org Server Extension
[ 19.722] ABI class: X.Org Server Extension, version 5.0
19.722 Loading extension RECORD
19.722 LoadModule: "dri"
19.722 Loading /usr/lib/xorg/modules/extensions/libdri.so
19.722 Module dri: vendor="X.Org Foundation"
[ 19.722] compiled for 1.10.4, module version = 1.0.0
[ 19.722] ABI class: X.Org Server Extension, version 5.0
19.722 Loading extension XFree86-DRI
19.722 LoadModule: "dri2"
19.722 Loading /usr/lib/xorg/modules/extensions/libdri2.so
19.723 Module dri2: vendor="X.Org Foundation"
[ 19.723] compiled for 1.10.4, module version = 1.2.0
[ 19.723] ABI class: X.Org Server Extension, version 5.0
19.723 Loading extension DRI2
19.723 Matched intel as autoconfigured driver 0
19.723 Matched vesa as autoconfigured driver 1
19.723 Matched fbdev as autoconfigured driver 2
19.723 Assigned the driver to the xf86ConfigLayout
19.723 LoadModule: "intel"
19.739 Loading /usr/lib/xorg/modules/drivers/intel_drv.so
19.739 Module intel: vendor="X.Org Foundation"
[ 19.739] compiled for 1.10.4, module version = 2.15.901
[ 19.739] Module class: X.Org Video Driver
[ 19.739] ABI class: X.Org Video Driver, version 10.0
19.739 LoadModule: "vesa"
19.740 Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
19.740 Module vesa: vendor="X.Org Foundation"
[ 19.740] compiled for 1.10.2, module version = 2.3.0
[ 19.740] Module class: X.Org Video Driver
[ 19.740] ABI class: X.Org Video Driver, version 10.0
19.740 LoadModule: "fbdev"
19.740 Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
19.740 Module fbdev: vendor="X.Org Foundation"
[ 19.740] compiled for 1.10.0, module version = 0.4.2
[ 19.740] ABI class: X.Org Video Driver, version 10.0
19.740 intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
19.740 VESA: driver for VESA chipsets: vesa
19.740 FBDEV: driver for framebuffer: fbdev
19.740 using VT number 7

19.742 Loading /usr/lib/xorg/modules/drivers/intel_drv.so
19.742 Falling back to old probe method for vesa
19.742 Falling back to old probe method for fbdev
19.742 Loading sub module "fbdevhw"
19.742 LoadModule: "fbdevhw"
19.742 Loading /usr/lib/xorg/modules/libfbdevhw.so
19.743 Module fbdevhw: vendor="X.Org Foundation"
[ 19.743] compiled for 1.10.4, module version = 0.0.2
[ 19.743] ABI class: X.Org Video Driver, version 10.0
[ 19.743] drmOpenDevice: node name is /dev/dri/card0
[ 19.743] drmOpenDevice: open result is 9, (OK)
[ 19.743] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 19.743] drmOpenDevice: node name is /dev/dri/card0
[ 19.743] drmOpenDevice: open result is 9, (OK)
[ 19.743] drmOpenByBusid: drmOpenMinor returns 9
[ 19.743] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
19.743 intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
19.743 intel(0): Depth 24, (--) framebuffer bpp 32
19.743 intel(0): RGB weight 888
19.743 intel(0): Default visual is TrueColor
19.743 intel(0): Integrated Graphics Chipset: Intel(R) Arrandale
19.743 intel(0): Chipset: "Arrandale"
19.743 intel(0): Relaxed fencing enabled
19.743 intel(0): Wait on SwapBuffers? enabled
19.743 intel(0): Triple buffering? enabled
19.743 intel(0): Framebuffer tiled
19.743 intel(0): Pixmaps tiled
19.743 intel(0): 3D buffers tiled
19.743 intel(0): SwapBuffers wait enabled
19.743 intel(0): video overlay key set to 0x101fe
19.743 intel(0): Output LVDS1 has no monitor section
19.743 intel(0): found backlight control interface /sys/class/backlight/acpi_video0
19.743 intel(0): Output VGA1 has no monitor section
19.766 intel(0): Output HDMI1 has no monitor section
19.812 intel(0): Output DP1 has no monitor section
19.812 intel(0): EDID for output LVDS1
19.812 intel(0): Manufacturer: LGD Model: 266 Serial#: 0
19.812 intel(0): Year: 2009 Week: 0
19.812 intel(0): EDID Version: 1.3
19.812 intel(0): Digital Display Input
19.812 intel(0): Max Image Size [cm]: horiz.: 34 vert.: 19
19.812 intel(0): Gamma: 2.20
19.812 intel(0): No DPMS capabilities specified
19.812 intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
19.812 intel(0): First detailed timing is preferred mode
19.812 intel(0): redX: 0.607 redY: 0.606 greenX: 0.333 greenY: 0.586
19.812 intel(0): blueX: 0.149 blueY: 0.061 whiteX: 0.313 whiteY: 0.329
19.812 intel(0): Manufacturer's mask: 0
19.812 intel(0): Supported detailed timing:
19.812 intel(0): clock: 69.3 MHz Image Size: 344 x 194 mm
19.812 intel(0): h_active: 1366 h_sync: 1398 h_sync_end 1430 h_blank_end 1486 h_border: 0
19.812 intel(0): v_active: 768 v_sync: 770 v_sync_end 774 v_blanking: 782 v_border: 0
19.812 intel(0): Supported detailed timing:
19.812 intel(0): clock: 69.3 MHz Image Size: 344 x 194 mm
19.812 intel(0): h_active: 1366 h_sync: 1398 h_sync_end 1430 h_blank_end 1486 h_border: 0
19.812 intel(0): v_active: 768 v_sync: 770 v_sync_end 774 v_blanking: 782 v_border: 0
19.812 intel(0): 1K0R2\80156WH2
19.812 intel(0): Unknown vendor-specific block 0
19.812 intel(0): EDID (in hex):
19.812 intel(0): 00ffffffffffff0030e4660200000000
19.812 intel(0): 00130103802213780a94659b9b559626
19.812 intel(0): 0f505400000001010101010101010101
19.812 intel(0): 010101010101121b567850000e302020
19.812 intel(0): 240058c210000019121b567850000e30
19.812 intel(0): 2020240058c210000019000000fe0031
19.812 intel(0): 4b305232803135365748320a00000000
19.812 intel(0): 00ffffffffffffffff01010a20200070
19.812 intel(0): EDID vendor "LGD", prod id 614
19.812 intel(0): Printing DDC gathered Modelines:
19.812 intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1430 1486 768 770 774 782 -hsync -vsync (46.6 kHz)
19.812 intel(0): Not using default mode "320x240" (doublescan mode not supported)
19.812 intel(0): Not using default mode "400x300" (doublescan mode not supported)
19.812 intel(0): Not using default mode "400x300" (doublescan mode not supported)
19.812 intel(0): Not using default mode "512x384" (doublescan mode not supported)
19.812 intel(0): Not using default mode "640x480" (doublescan mode not supported)
19.812 intel(0): Not using default mode "640x512" (doublescan mode not supported)
19.812 intel(0): Not using default mode "800x600" (doublescan mode not supported)
19.812 intel(0): Not using default mode "896x672" (doublescan mode not supported)
19.812 intel(0): Not using default mode "928x696" (doublescan mode not supported)
19.812 intel(0): Not using default mode "960x720" (doublescan mode not supported)
19.812 intel(0): Not using default mode "576x432" (doublescan mode not supported)
19.812 intel(0): Not using default mode "680x384" (doublescan mode not supported)
19.812 intel(0): Not using default mode "680x384" (doublescan mode not supported)
19.812 intel(0): Not using default mode "700x525" (doublescan mode not supported)
19.812 intel(0): Not using default mode "720x450" (doublescan mode not supported)
19.812 intel(0): Not using default mode "800x512" (doublescan mode not supported)
19.812 intel(0): Not using default mode "840x525" (doublescan mode not supported)
19.812 intel(0): Not using default mode "840x525" (doublescan mode not supported)
19.812 intel(0): Not using default mode "960x540" (doublescan mode not supported)
19.812 intel(0): Not using default mode "960x600" (doublescan mode not supported)
19.812 intel(0): Not using default mode "1024x768" (doublescan mode not supported)
19.812 intel(0): Printing probed modes for output LVDS1
19.813 intel(0): Modeline "1366x768"x59.6 69.30 1366 1398 1430 1486 768 770 774 782 -hsync -vsync (46.6 kHz)
19.813 intel(0): Modeline "1360x768"x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync (47.7 kHz)
19.813 intel(0): Modeline "1360x768"x60.0 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync (47.4 kHz)
19.813 intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
19.813 intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
19.813 intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
19.813 intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
19.813 intel(0): EDID for output VGA1
19.841 intel(0): EDID for output HDMI1
19.892 intel(0): EDID for output DP1
19.892 intel(0): Output LVDS1 connected
19.892 intel(0): Output VGA1 disconnected
19.892 intel(0): Output HDMI1 disconnected
19.892 intel(0): Output DP1 disconnected
19.892 intel(0): Using exact sizes for initial modes
19.892 intel(0): Output LVDS1 using initial mode 1366x768
19.892 intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
19.892 intel(0): Kernel page flipping support detected, enabling
19.892 intel(0): Display dimensions: (340, 190) mm
19.892 intel(0): DPI set to (102, 102)
19.892 Loading sub module "fb"
19.892 LoadModule: "fb"
19.892 Loading /usr/lib/xorg/modules/libfb.so
19.892 Module fb: vendor="X.Org Foundation"
[ 19.892] compiled for 1.10.4, module version = 1.0.0
[ 19.892] ABI class: X.Org ANSI C Emulation, version 0.4
19.892 Loading sub module "dri2"
19.892 LoadModule: "dri2"
19.892 Loading /usr/lib/xorg/modules/extensions/libdri2.so
19.892 Module dri2: vendor="X.Org Foundation"
[ 19.892] compiled for 1.10.4, module version = 1.2.0
[ 19.892] ABI class: X.Org Server Extension, version 5.0
19.892 UnloadModule: "vesa"
19.892 Unloading vesa
19.892 UnloadModule: "fbdev"
19.892 Unloading fbdev
19.892 UnloadModule: "fbdevhw"
19.892 Unloading fbdevhw
19.892 Depth 24 pixmap format is 32 bpp
19.892 intel(0): [DRI2] Setup complete
19.892 intel(0): [DRI2] DRI driver: i965
19.892 intel(0): Allocated new frame buffer 1408x768 stride 5632, tiled
19.899 UXA(0): Driver registered support for the following operations:
19.899 solid
19.899 copy
19.899 composite (RENDER acceleration)
19.899 put_image
19.899 get_image
19.899 intel(0): Backing store disabled
19.899 intel(0): Silken mouse enabled
19.899 intel(0): Initializing HW Cursor
19.964 intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
19.965 intel(0): DPMS enabled
19.965 intel(0): Intel XvMC decoder enabled
19.965 intel(0): Set up textured video
19.965 intel(0): [XvMC] xvmc_vld driver initialized.
19.965 intel(0): direct rendering: DRI2 Enabled
19.965 intel(0): hotplug detection: "enabled"
19.965 RandR disabled
19.965 Initializing built-in extension Generic Event Extension
19.965 Initializing built-in extension SHAPE
19.965 Initializing built-in extension MIT-SHM
19.965 Initializing built-in extension XInputExtension
19.965 Initializing built-in extension XTEST
19.965 Initializing built-in extension BIG-REQUESTS
19.965 Initializing built-in extension SYNC
19.965 Initializing built-in extension XKEYBOARD
19.965 Initializing built-in extension XC-MISC
19.965 Initializing built-in extension SECURITY
19.965 Initializing built-in extension XINERAMA
19.965 Initializing built-in extension XFIXES
19.965 Initializing built-in extension RENDER
19.965 Initializing built-in extension RANDR
19.965 Initializing built-in extension COMPOSITE
19.965 Initializing built-in extension DAMAGE
19.965 Initializing built-in extension GESTURE
19.967 Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
19.973 intel(0): Setting screen physical size to 361 x 203
20.559 XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
20.566 config/udev: Adding input device Power Button (/dev/input/event3)
20.566 Power Button: Applying InputClass "evdev keyboard catchall"
20.566 LoadModule: "evdev"
20.566 Loading /usr/lib/xorg/modules/input/evdev_drv.so
20.567 Module evdev: vendor="X.Org Foundation"
[ 20.567] compiled for 1.10.2, module version = 2.6.0
[ 20.567] Module class: X.Org XInput Driver
[ 20.567] ABI class: X.Org XInput driver, version 12.3
20.567 Using input driver 'evdev' for 'Power Button'
20.567 Loading /usr/lib/xorg/modules/input/evdev_drv.so
20.567 Power Button: always reports core events
20.567 Power Button: Device: "/dev/input/event3"
20.567 Power Button: Found keys
20.567 Power Button: Configuring as keyboard
20.567 Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
20.567 XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
20.567 Option "xkb_rules" "evdev"
20.567 Option "xkb_model" "pc105"
20.567 Option "xkb_layout" "us"
20.664 config/udev: Adding input device Video Bus (/dev/input/event6)
20.664 Video Bus: Applying InputClass "evdev keyboard catchall"
20.664 Using input driver 'evdev' for 'Video Bus'
20.664 Loading /usr/lib/xorg/modules/input/evdev_drv.so
20.664 Video Bus: always reports core events
20.664 Video Bus: Device: "/dev/input/event6"
20.664 Video Bus: Found keys
20.664 Video Bus: Configuring as keyboard
20.665 Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input6/event6"
20.665 XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
20.665 Option "xkb_rules" "evdev"
20.665 Option "xkb_model" "pc105"
20.665 Option "xkb_layout" "us"
20.665 config/udev: Adding input device Video Bus (/dev/input/event5)
20.665 Video Bus: Applying InputClass "evdev keyboard catchall"
20.665 Using input driver 'evdev' for 'Video Bus'
20.665 Loading /usr/lib/xorg/modules/input/evdev_drv.so
20.665 Video Bus: always reports core events
20.665 Video Bus: Device: "/dev/input/event5"
20.665 Video Bus: Found keys
20.665 Video Bus: Configuring as keyboard
20.665 Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input5/event5"
20.665 XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
20.665 Option "xkb_rules" "evdev"
20.665 Option "xkb_model" "pc105"
20.665 Option "xkb_layout" "us"
20.674 config/udev: Adding input device Power Button (/dev/input/event0)
20.674 Power Button: Applying InputClass "evdev keyboard catchall"
20.674 Using input driver 'evdev' for 'Power Button'
20.674 Loading /usr/lib/xorg/modules/input/evdev_drv.so
20.674 Power Button: always reports core events
20.674 Power Button: Device: "/dev/input/event0"
20.674 Power Button: Found keys
20.674 Power Button: Configuring as keyboard
20.674 Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
20.674 XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
20.674 Option "xkb_rules" "evdev"
20.674 Option "xkb_model" "pc105"
20.674 Option "xkb_layout" "us"
20.675 config/udev: Adding input device Lid Switch (/dev/input/event2)
20.675 No input driver/identifier specified (ignoring)
20.675 config/udev: Adding input device Sleep Button (/dev/input/event1)
20.675 Sleep Button: Applying InputClass "evdev keyboard catchall"
20.675 Using input driver 'evdev' for 'Sleep Button'
20.675 Loading /usr/lib/xorg/modules/input/evdev_drv.so
20.675 Sleep Button: always reports core events
20.675 Sleep Button: Device: "/dev/input/event1"
20.675 Sleep Button: Found keys
20.675 Sleep Button: Configuring as keyboard
20.675 Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
20.675 XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
20.675 Option "xkb_rules" "evdev"
20.675 Option "xkb_model" "pc105"
20.675 Option "xkb_layout" "us"
20.677 config/udev: Adding input device Laptop_Integrated_Webcam_2HDM (/dev/input/event7)
20.677 Laptop_Integrated_Webcam_2HDM: Applying InputClass "evdev keyboard catchall"
20.677 Using input driver 'evdev' for 'Laptop_Integrated_Webcam_2HDM'
20.677 Loading /usr/lib/xorg/modules/input/evdev_drv.so
20.678 Laptop_Integrated_Webcam_2HDM: always reports core events
20.678 Laptop_Integrated_Webcam_2HDM: Device: "/dev/input/event7"
20.678 Laptop_Integrated_Webcam_2HDM: Found keys
20.678 Laptop_Integrated_Webcam_2HDM: Configuring as keyboard
20.678 Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input7/event7"
20.678 XINPUT: Adding extended input device "Laptop_Integrated_Webcam_2HDM" (type: KEYBOARD)
20.678 Option "xkb_rules" "evdev"
20.678 Option "xkb_model" "pc105"
20.678 Option "xkb_layout" "us"
20.678 config/udev: Adding input device HDA Intel Mic (/dev/input/event10)
20.678 No input driver/identifier specified (ignoring)
20.679 config/udev: Adding input device HDA Intel Headphone (/dev/input/event11)
20.679 No input driver/identifier specified (ignoring)
20.679 config/udev: Adding input device HDA Intel HDMI/DP,pcm=3 (/dev/input/event9)
20.679 No input driver/identifier specified (ignoring)
20.684 config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
20.684 AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
20.684 Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
20.684 Loading /usr/lib/xorg/modules/input/evdev_drv.so
20.684 AT Translated Set 2 keyboard: always reports core events
20.684 AT Translated Set 2 keyboard: Device: "/dev/input/event4"
20.684 AT Translated Set 2 keyboard: Found keys
20.684 AT Translated Set 2 keyboard: Configuring as keyboard
20.684 Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
20.684 XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
20.684 Option "xkb_rules" "evdev"
20.684 Option "xkb_model" "pc105"
20.684 Option "xkb_layout" "us"
20.685 config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event12)
20.685 SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
20.685 SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
20.685 LoadModule: "synaptics"
20.685 Loading /usr/lib/xorg/modules/input/synaptics_drv.so
20.685 Module synaptics: vendor="X.Org Foundation"
[ 20.685] compiled for 1.10.4, module version = 1.4.1
[ 20.685] Module class: X.Org XInput Driver
[ 20.685] ABI class: X.Org XInput driver, version 12.3
20.685 Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
20.685 Loading /usr/lib/xorg/modules/input/synaptics_drv.so
20.685 SynPS/2 Synaptics TouchPad: always reports core events
20.685 Option "Device" "/dev/input/event12"
20.808 SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5398
20.808 SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4728
20.808 SynPS/2 Synaptics TouchPad: pressure range 0 - 255
20.808 SynPS/2 Synaptics TouchPad: finger width range 0 - 15
20.808 SynPS/2 Synaptics TouchPad: buttons: left right double triple
20.808 SynPS/2 Synaptics TouchPad: touchpad found
20.808 SynPS/2 Synaptics TouchPad: always reports core events
20.812 Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input12/event12"
20.812 XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
20.812 SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
20.812 SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
20.812 SynPS/2 Synaptics TouchPad: AccelFactor is now 0.039
20.812 SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
20.812 SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
20.812 SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
20.812 SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
20.812 SynPS/2 Synaptics TouchPad: touchpad found
20.813 config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
20.813 No input driver/identifier specified (ignoring)
20.817 config/udev: Adding input device Dell WMI hotkeys (/dev/input/event8)
20.817 Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
20.817 Using input driver 'evdev' for 'Dell WMI hotkeys'
20.817 Loading /usr/lib/xorg/modules/input/evdev_drv.so
20.817 Dell WMI hotkeys: always reports core events
20.817 Dell WMI hotkeys: Device: "/dev/input/event8"
20.817 Dell WMI hotkeys: Found keys
20.817 Dell WMI hotkeys: Configuring as keyboard
20.817 Option "config_info" "udev:/sys/devices/virtual/input/input8/event8"
20.817 XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD)
20.817 Option "xkb_rules" "evdev"
20.817 Option "xkb_model" "pc105"
20.817 Option "xkb_layout" "us"
23.290 intel(0): EDID vendor "LGD", prod id 614
23.290 intel(0): Printing DDC gathered Modelines:
23.290 intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1430 1486 768 770 774 782 -hsync -vsync (46.6 kHz)
23.932 intel(0): EDID vendor "LGD", prod id 614
23.932 intel(0): Printing DDC gathered Modelines:
23.932 intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1430 1486 768 770 774 782 -hsync -vsync (46.6 kHz)
26.486 intel(0): EDID vendor "LGD", prod id 614
26.486 intel(0): Printing DDC gathered Modelines:
26.486 intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1430 1486 768 770 774 782 -hsync -vsync (46.6 kHz)
29.625 intel(0): EDID vendor "LGD", prod id 614
29.625 intel(0): Printing DDC gathered Modelines:
29.626 intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1430 1486 768 770 774 782 -hsync -vsync (46.6 kHz)
30.037 intel(0): EDID vendor "LGD", prod id 614
30.037 intel(0): Printing DDC gathered Modelines:
30.037 intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1430 1486 768 770 774 782 -hsync -vsync (46.6 kHz)
30.136 intel(0): EDID vendor "LGD", prod id 614
30.137 intel(0): Printing DDC gathered Modelines:
30.137 intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1430 1486 768 770 774 782 -hsync -vsync (46.6 kHz)
30.651 XKB: reuse xkmfile /var/lib/xkb/server-A77BBE312A49C9FE89948D38B2A8CB84C3CBB410.xkm
445.375 XKB: reuse xkmfile /var/lib/xkb/server-A77BBE312A49C9FE89948D38B2A8CB84C3CBB410.xkm
468.932 XKB: reuse xkmfile /var/lib/xkb/server-A77BBE312A49C9FE89948D38B2A8CB84C3CBB410.xkm
4374.495 intel(0): EDID vendor "LGD", prod id 614
4374.495 intel(0): Printing DDC gathered Modelines:
4374.495 intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1430 1486 768 770 774 782 -hsync -vsync (46.6 kHz)

Regards & Thanks,
Hrishikesh

@ArchangeGabriel
Copy link
Member

Ok, then try this as xorg.conf :

Section "ServerLayout"
    Identifier "Layout0"
EndSection

Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BusID "PCI:02:00:0"
    Option "NoLogo" "true"
    Option "ConnectedMonitor" "DFP"
EndSection

Also, do not forget to connect your external screen.

@hrishikesh-mishra
Copy link

I have made modification as you suggested, but after hitting alt (left) +printscr+k keys my screen goes to blank. But at time I didn't connect the external monitor to my laptop. Second thing in serverlayout section I have following configuration :
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

But in your above code there is only Identifier "Layout0" configuration, should I remove other configuration from it like:
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"

Thanks & Regards,
Hrishikesh

@ArchangeGabriel
Copy link
Member

With the setting we're currently building, you can only boot with your external monitor connected. So you can't use the laptop screen, and have to reboot after making changes.

Normally, the xorg.conf I've provided should handle everything, so you don't have to put some more configuration blocks.

@hrishikesh-mishra
Copy link

Thanks for your response.

Currently I don't have external monitor, I will definitely check it tomorrow,
Please clear one thing, the configuration you provided will always require external monitor?

Thanks
Hrishikesh

@ArchangeGabriel
Copy link
Member

Yes, if you have read the posts above the "Close" line, you would have figure that this way, you can only configure your computer to use external screen instead of laptop screen. Since you've posted in this issue, I was thinking you was wanting to get the same result.

So please read this page fisrt : https://github.com/Bumblebee-Project/Bumblebee/wiki/Multi-monitor-setup.

@hrishikesh-mishra
Copy link

Thanks @ArchangeGabriel ,

I am very much happy today, my external monitor is working now. Thanks once again.

But there is only one problem, at time only one screen working (after this configuration my laptop screen become blank and external monitor screen is working) .

Is it possible for my system is configure both screen (laptop screen and external monitor) with or without Bumblebee?

Actually, I don't want to install the Bumblebee, because in some blog post I read it make system slow down and my system is mainly used for development, it has already many heavy processes are running.

Please help me again to configure both screen Step by step .

Waiting for response.

Thanks & Regards,
Hrishikesh

@Lekensteyn
Copy link
Member

Huh? Bumblebee makes the system slow? This is the first time I hear it. Please cite your sources, having Bumblebee installed cannot slow down the machine.

@hrishikesh-mishra
Copy link

Hi @ArchangeGabriel

Again I am getting problem to connect the external monitor with laptop when I reinstalled the ubuntu 11.10 64bits. I did the same procedure as you suggested last time. But this time I'm getting blank screen. I am sending the xconf.org and log file please check it.

File: /etc/X11/xorg.conf

nvidia-xconfig: X configuration file generated by nvidia-xconfig nvidia-xconfig: version 280.13 (buildmeister@swio-display-x86-rhel47-03.nvidia.com) Wed Jul 27 17:15:58 PDT 2011

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
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"
BusID "PCI:02:00:0"
Option "NoLogo" "true"
Option "ConnectedMonitor" "DFP"
EndSection

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

Log File: /var/log/Xorg.0.log

[ 24.463]
X.Org X Server 1.10.4
Release Date: 2011-08-19
[ 24.463] X Protocol Version 11, Revision 0
[ 24.463] Build Operating System: Linux 2.6.24-29-server x86_64 Ubuntu
[ 24.463] Current Operating System: Linux alan-super-sys-ubuntu 3.0.0-26-generic #42-Ubuntu SMP Wed Sep 5 08:37:08 UTC 2012 x86_64
[ 24.463] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-26-generic root=UUID=0c08240e-ad21-4f03-a8b4-964bce1d315b ro quiet splash vt.handoff=7
[ 24.463] Build Date: 19 October 2011 05:21:26AM
[ 24.463] xorg-server 2:1.10.4-1ubuntu4.2 (For technical support please see http://www.ubuntu.com/support)
[ 24.463] Current version of pixman: 0.22.2
[ 24.463] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 24.463] Markers: (--) probed, (*) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
24.463 Log file: "/var/log/Xorg.0.log", Time: Sun Sep 23 18:55:42 2012
24.476 Using system config directory "/usr/share/X11/xorg.conf.d"
24.476 No Layout section. Using the first Screen section.
24.476 No screen section available. Using defaults.
24.476 |-->Screen "Default Screen Section" (0)
24.476 | |-->Monitor ""
24.477 No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
24.477 Automatically adding devices
24.477 Automatically enabling devices
24.477 The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 24.477] Entry deleted from font path.
24.477 The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 24.477] Entry deleted from font path.
24.477 The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 24.477] Entry deleted from font path.
24.477 The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 24.477] Entry deleted from font path.
24.477 The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 24.477] Entry deleted from font path.
24.477 FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
24.477 ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
24.477 The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
24.477 Loader magic: 0x7e0220
24.477 Module ABI versions:
[ 24.477] X.Org ANSI C Emulation: 0.4
[ 24.477] X.Org Video Driver: 10.0
[ 24.477] X.Org XInput driver : 12.3
[ 24.477] X.Org Server Extension : 5.0
24.479 PCI:
(0:0:2:0) 8086:0046:1028:046e rev 24, Mem @ 0xf0000000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8
24.479 PCI: (0:2:0:0) 10de:0df1:1028:046e rev 161, Mem @ 0xac000000/16777216, 0xb0000000/268435456, 0xae000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
24.479 Open ACPI successful (/var/run/acpid.socket)
24.479 LoadModule: "extmod"
24.480 Loading /usr/lib/xorg/modules/extensions/libextmod.so
24.480 Module extmod: vendor="X.Org Foundation"
[ 24.480] compiled for 1.10.4, module version = 1.0.0
[ 24.480] Module class: X.Org Server Extension
[ 24.480] ABI class: X.Org Server Extension, version 5.0
24.480 Loading extension MIT-SCREEN-SAVER
24.480 Loading extension XFree86-VidModeExtension
24.480 Loading extension XFree86-DGA
24.480 Loading extension DPMS
24.480 Loading extension XVideo
24.480 Loading extension XVideo-MotionCompensation
24.480 Loading extension X-Resource
24.480 LoadModule: "dbe"
24.480 Loading /usr/lib/xorg/modules/extensions/libdbe.so
24.480 Module dbe: vendor="X.Org Foundation"
[ 24.480] compiled for 1.10.4, module version = 1.0.0
[ 24.480] Module class: X.Org Server Extension
[ 24.480] ABI class: X.Org Server Extension, version 5.0
24.480 Loading extension DOUBLE-BUFFER
24.480 LoadModule: "glx"
24.480 Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so
24.488 Module glx: vendor="NVIDIA Corporation"
[ 24.488] compiled for 4.0.2, module version = 1.0.0
[ 24.488] Module class: X.Org Server Extension
24.488 NVIDIA GLX Module 280.13 Wed Jul 27 17:12:07 PDT 2011
24.488 Loading extension GLX
24.488 LoadModule: "record"
24.488 Loading /usr/lib/xorg/modules/extensions/librecord.so
24.488 Module record: vendor="X.Org Foundation"
[ 24.488] compiled for 1.10.4, module version = 1.13.0
[ 24.488] Module class: X.Org Server Extension
[ 24.488] ABI class: X.Org Server Extension, version 5.0
24.488 Loading extension RECORD
24.488 LoadModule: "dri"
24.488 Loading /usr/lib/xorg/modules/extensions/libdri.so
24.489 Module dri: vendor="X.Org Foundation"
[ 24.489] compiled for 1.10.4, module version = 1.0.0
[ 24.489] ABI class: X.Org Server Extension, version 5.0
24.489 Loading extension XFree86-DRI
24.489 LoadModule: "dri2"
24.489 Loading /usr/lib/xorg/modules/extensions/libdri2.so
24.489 Module dri2: vendor="X.Org Foundation"
[ 24.489] compiled for 1.10.4, module version = 1.2.0
[ 24.489] ABI class: X.Org Server Extension, version 5.0
24.489 Loading extension DRI2
24.489 Matched intel as autoconfigured driver 0
24.489 Matched vesa as autoconfigured driver 1
24.489 Matched fbdev as autoconfigured driver 2
24.489 Assigned the driver to the xf86ConfigLayout
24.489 LoadModule: "intel"
24.523 Loading /usr/lib/xorg/modules/drivers/intel_drv.so
24.523 Module intel: vendor="X.Org Foundation"
[ 24.523] compiled for 1.10.4, module version = 2.15.901
[ 24.523] Module class: X.Org Video Driver
[ 24.523] ABI class: X.Org Video Driver, version 10.0
24.523 LoadModule: "vesa"
24.524 Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
24.524 Module vesa: vendor="X.Org Foundation"
[ 24.524] compiled for 1.10.2, module version = 2.3.0
[ 24.524] Module class: X.Org Video Driver
[ 24.524] ABI class: X.Org Video Driver, version 10.0
24.524 LoadModule: "fbdev"
24.524 Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
24.524 Module fbdev: vendor="X.Org Foundation"
[ 24.524] compiled for 1.10.0, module version = 0.4.2
[ 24.524] ABI class: X.Org Video Driver, version 10.0
24.524 intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
24.524 VESA: driver for VESA chipsets: vesa
24.524 FBDEV: driver for framebuffer: fbdev
24.524 using VT number 7

24.526 Loading /usr/lib/xorg/modules/drivers/intel_drv.so
24.526 Falling back to old probe method for vesa
24.526 Falling back to old probe method for fbdev
24.526 Loading sub module "fbdevhw"
24.526 LoadModule: "fbdevhw"
24.526 Loading /usr/lib/xorg/modules/libfbdevhw.so
24.526 Module fbdevhw: vendor="X.Org Foundation"
[ 24.526] compiled for 1.10.4, module version = 0.0.2
[ 24.526] ABI class: X.Org Video Driver, version 10.0
[ 24.526] drmOpenDevice: node name is /dev/dri/card0
[ 24.526] drmOpenDevice: open result is 9, (OK)
[ 24.526] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 24.526] drmOpenDevice: node name is /dev/dri/card0
[ 24.526] drmOpenDevice: open result is 9, (OK)
[ 24.526] drmOpenByBusid: drmOpenMinor returns 9
[ 24.526] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
24.526 intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
24.526 intel(0): Depth 24, (--) framebuffer bpp 32
24.526 intel(0): RGB weight 888
24.526 intel(0): Default visual is TrueColor
24.526 intel(0): Integrated Graphics Chipset: Intel(R) Arrandale
24.526 intel(0): Chipset: "Arrandale"
24.526 intel(0): Relaxed fencing enabled
24.526 intel(0): Wait on SwapBuffers? enabled
24.526 intel(0): Triple buffering? enabled
24.526 intel(0): Framebuffer tiled
24.526 intel(0): Pixmaps tiled
24.526 intel(0): 3D buffers tiled
24.526 intel(0): SwapBuffers wait enabled
24.526 intel(0): video overlay key set to 0x101fe
24.526 intel(0): Output LVDS1 has no monitor section
24.527 intel(0): found backlight control interface /sys/class/backlight/acpi_video0
24.527 intel(0): Output VGA1 has no monitor section
24.550 intel(0): Output HDMI1 has no monitor section
24.596 intel(0): Output DP1 has no monitor section
24.596 intel(0): EDID for output LVDS1
24.596 intel(0): Manufacturer: LGD Model: 266 Serial#: 0
24.596 intel(0): Year: 2009 Week: 0
24.596 intel(0): EDID Version: 1.3
24.596 intel(0): Digital Display Input
24.596 intel(0): Max Image Size [cm]: horiz.: 34 vert.: 19
24.596 intel(0): Gamma: 2.20
24.596 intel(0): No DPMS capabilities specified
24.596 intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
24.596 intel(0): First detailed timing is preferred mode
24.596 intel(0): redX: 0.607 redY: 0.606 greenX: 0.333 greenY: 0.586
24.596 intel(0): blueX: 0.149 blueY: 0.061 whiteX: 0.313 whiteY: 0.329
24.596 intel(0): Manufacturer's mask: 0
24.596 intel(0): Supported detailed timing:
24.596 intel(0): clock: 69.3 MHz Image Size: 344 x 194 mm
24.596 intel(0): h_active: 1366 h_sync: 1398 h_sync_end 1430 h_blank_end 1486 h_border: 0
24.596 intel(0): v_active: 768 v_sync: 770 v_sync_end 774 v_blanking: 782 v_border: 0
24.596 intel(0): Supported detailed timing:
24.596 intel(0): clock: 69.3 MHz Image Size: 344 x 194 mm
24.596 intel(0): h_active: 1366 h_sync: 1398 h_sync_end 1430 h_blank_end 1486 h_border: 0
24.596 intel(0): v_active: 768 v_sync: 770 v_sync_end 774 v_blanking: 782 v_border: 0
24.596 intel(0): 1K0R2\80156WH2
24.596 intel(0): Unknown vendor-specific block 0
24.596 intel(0): EDID (in hex):
24.596 intel(0): 00ffffffffffff0030e4660200000000
24.596 intel(0): 00130103802213780a94659b9b559626
24.596 intel(0): 0f505400000001010101010101010101
24.596 intel(0): 010101010101121b567850000e302020
24.596 intel(0): 240058c210000019121b567850000e30
24.596 intel(0): 2020240058c210000019000000fe0031
24.596 intel(0): 4b305232803135365748320a00000000
24.596 intel(0): 00ffffffffffffffff01010a20200070
24.596 intel(0): EDID vendor "LGD", prod id 614
24.596 intel(0): Printing DDC gathered Modelines:
24.596 intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1430 1486 768 770 774 782 -hsync -vsync (46.6 kHz)
24.596 intel(0): Not using default mode "320x240" (doublescan mode not supported)
24.596 intel(0): Not using default mode "400x300" (doublescan mode not supported)
24.596 intel(0): Not using default mode "400x300" (doublescan mode not supported)
24.596 intel(0): Not using default mode "512x384" (doublescan mode not supported)
24.596 intel(0): Not using default mode "640x480" (doublescan mode not supported)
24.596 intel(0): Not using default mode "640x512" (doublescan mode not supported)
24.596 intel(0): Not using default mode "800x600" (doublescan mode not supported)
24.596 intel(0): Not using default mode "896x672" (doublescan mode not supported)
24.596 intel(0): Not using default mode "928x696" (doublescan mode not supported)
24.596 intel(0): Not using default mode "960x720" (doublescan mode not supported)
24.596 intel(0): Not using default mode "576x432" (doublescan mode not supported)
24.596 intel(0): Not using default mode "680x384" (doublescan mode not supported)
24.596 intel(0): Not using default mode "680x384" (doublescan mode not supported)
24.596 intel(0): Not using default mode "700x525" (doublescan mode not supported)
24.596 intel(0): Not using default mode "720x450" (doublescan mode not supported)
24.596 intel(0): Not using default mode "800x512" (doublescan mode not supported)
24.596 intel(0): Not using default mode "840x525" (doublescan mode not supported)
24.596 intel(0): Not using default mode "840x525" (doublescan mode not supported)
24.596 intel(0): Not using default mode "960x540" (doublescan mode not supported)
24.597 intel(0): Not using default mode "960x600" (doublescan mode not supported)
24.597 intel(0): Not using default mode "1024x768" (doublescan mode not supported)
24.597 intel(0): Printing probed modes for output LVDS1
24.597 intel(0): Modeline "1366x768"x59.6 69.30 1366 1398 1430 1486 768 770 774 782 -hsync -vsync (46.6 kHz)
24.597 intel(0): Modeline "1360x768"x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync (47.7 kHz)
24.597 intel(0): Modeline "1360x768"x60.0 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync (47.4 kHz)
24.597 intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
24.597 intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
24.597 intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
24.597 intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
24.597 intel(0): EDID for output VGA1
24.621 intel(0): EDID for output HDMI1
24.672 intel(0): EDID for output DP1
24.672 intel(0): Output LVDS1 connected
24.672 intel(0): Output VGA1 disconnected
24.672 intel(0): Output HDMI1 disconnected
24.672 intel(0): Output DP1 disconnected
24.672 intel(0): Using exact sizes for initial modes
24.672 intel(0): Output LVDS1 using initial mode 1366x768
24.672 intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
24.672 intel(0): Kernel page flipping support detected, enabling
24.672 intel(0): Display dimensions: (340, 190) mm
24.672 intel(0): DPI set to (102, 102)
24.672 Loading sub module "fb"
24.672 LoadModule: "fb"
24.672 Loading /usr/lib/xorg/modules/libfb.so
24.672 Module fb: vendor="X.Org Foundation"
[ 24.672] compiled for 1.10.4, module version = 1.0.0
[ 24.672] ABI class: X.Org ANSI C Emulation, version 0.4
24.672 Loading sub module "dri2"
24.672 LoadModule: "dri2"
24.672 Loading /usr/lib/xorg/modules/extensions/libdri2.so
24.672 Module dri2: vendor="X.Org Foundation"
[ 24.672] compiled for 1.10.4, module version = 1.2.0
[ 24.672] ABI class: X.Org Server Extension, version 5.0
24.672 UnloadModule: "vesa"
24.672 Unloading vesa
24.672 UnloadModule: "fbdev"
24.672 Unloading fbdev
24.672 UnloadModule: "fbdevhw"
24.672 Unloading fbdevhw
24.672 Depth 24 pixmap format is 32 bpp
24.672 intel(0): [DRI2] Setup complete
24.672 intel(0): [DRI2] DRI driver: i965
24.672 intel(0): Allocated new frame buffer 1408x768 stride 5632, tiled
24.679 UXA(0): Driver registered support for the following operations:
24.679 solid
24.679 copy
24.679 composite (RENDER acceleration)
24.679 put_image
24.679 get_image
24.679 intel(0): Backing store disabled
24.679 intel(0): Silken mouse enabled
24.679 intel(0): Initializing HW Cursor
24.748 intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
24.749 intel(0): DPMS enabled
24.749 intel(0): Intel XvMC decoder enabled
24.749 intel(0): Set up textured video
24.749 intel(0): [XvMC] xvmc_vld driver initialized.
24.749 intel(0): direct rendering: DRI2 Enabled
24.749 intel(0): hotplug detection: "enabled"
24.749 RandR disabled
24.749 Initializing built-in extension Generic Event Extension
24.749 Initializing built-in extension SHAPE
24.749 Initializing built-in extension MIT-SHM
24.749 Initializing built-in extension XInputExtension
24.749 Initializing built-in extension XTEST
24.749 Initializing built-in extension BIG-REQUESTS
24.749 Initializing built-in extension SYNC
24.749 Initializing built-in extension XKEYBOARD
24.749 Initializing built-in extension XC-MISC
24.749 Initializing built-in extension SECURITY
24.749 Initializing built-in extension XINERAMA
24.749 Initializing built-in extension XFIXES
24.749 Initializing built-in extension RENDER
24.749 Initializing built-in extension RANDR
24.749 Initializing built-in extension COMPOSITE
24.749 Initializing built-in extension DAMAGE
24.749 Initializing built-in extension GESTURE
24.750 Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
24.753 intel(0): Setting screen physical size to 361 x 203
24.759 XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
24.766 config/udev: Adding input device Power Button (/dev/input/event3)
24.766 Power Button: Applying InputClass "evdev keyboard catchall"
24.766 LoadModule: "evdev"
24.766 Loading /usr/lib/xorg/modules/input/evdev_drv.so
24.767 Module evdev: vendor="X.Org Foundation"
[ 24.767] compiled for 1.10.4, module version = 2.6.0
[ 24.767] Module class: X.Org XInput Driver
[ 24.767] ABI class: X.Org XInput driver, version 12.3
24.767 Using input driver 'evdev' for 'Power Button'
24.767 Loading /usr/lib/xorg/modules/input/evdev_drv.so
24.767 Power Button: always reports core events
24.767 Power Button: Device: "/dev/input/event3"
24.767 Power Button: Found keys
24.767 Power Button: Configuring as keyboard
24.767 Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
24.767 XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
24.767 Option "xkb_rules" "evdev"
24.767 Option "xkb_model" "pc105"
24.767 Option "xkb_layout" "us"
24.864 config/udev: Adding input device Video Bus (/dev/input/event8)
24.865 Video Bus: Applying InputClass "evdev keyboard catchall"
24.865 Using input driver 'evdev' for 'Video Bus'
24.865 Loading /usr/lib/xorg/modules/input/evdev_drv.so
24.865 Video Bus: always reports core events
24.865 Video Bus: Device: "/dev/input/event8"
24.865 Video Bus: Found keys
24.865 Video Bus: Configuring as keyboard
24.865 Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input8/event8"
24.865 XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
24.865 Option "xkb_rules" "evdev"
24.865 Option "xkb_model" "pc105"
24.865 Option "xkb_layout" "us"
24.866 config/udev: Adding input device Video Bus (/dev/input/event7)
24.866 Video Bus: Applying InputClass "evdev keyboard catchall"
24.866 Using input driver 'evdev' for 'Video Bus'
24.866 Loading /usr/lib/xorg/modules/input/evdev_drv.so
24.866 Video Bus: always reports core events
24.866 Video Bus: Device: "/dev/input/event7"
24.866 Video Bus: Found keys
24.866 Video Bus: Configuring as keyboard
24.866 Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input7/event7"
24.866 XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
24.866 Option "xkb_rules" "evdev"
24.866 Option "xkb_model" "pc105"
24.866 Option "xkb_layout" "us"
24.876 config/udev: Adding input device Power Button (/dev/input/event0)
24.876 Power Button: Applying InputClass "evdev keyboard catchall"
24.876 Using input driver 'evdev' for 'Power Button'
24.876 Loading /usr/lib/xorg/modules/input/evdev_drv.so
24.876 Power Button: always reports core events
24.876 Power Button: Device: "/dev/input/event0"
24.876 Power Button: Found keys
24.876 Power Button: Configuring as keyboard
24.876 Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
24.876 XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
24.876 Option "xkb_rules" "evdev"
24.876 Option "xkb_model" "pc105"
24.876 Option "xkb_layout" "us"
24.876 config/udev: Adding input device Lid Switch (/dev/input/event2)
24.876 No input driver/identifier specified (ignoring)
24.876 config/udev: Adding input device Sleep Button (/dev/input/event1)
24.877 Sleep Button: Applying InputClass "evdev keyboard catchall"
24.877 Using input driver 'evdev' for 'Sleep Button'
24.877 Loading /usr/lib/xorg/modules/input/evdev_drv.so
24.877 Sleep Button: always reports core events
24.877 Sleep Button: Device: "/dev/input/event1"
24.877 Sleep Button: Found keys
24.877 Sleep Button: Configuring as keyboard
24.877 Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
24.877 XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
24.877 Option "xkb_rules" "evdev"
24.877 Option "xkb_model" "pc105"
24.877 Option "xkb_layout" "us"
24.879 config/udev: Adding input device Laptop_Integrated_Webcam_2HDM (/dev/input/event6)
24.879 Laptop_Integrated_Webcam_2HDM: Applying InputClass "evdev keyboard catchall"
24.879 Using input driver 'evdev' for 'Laptop_Integrated_Webcam_2HDM'
24.879 Loading /usr/lib/xorg/modules/input/evdev_drv.so
24.879 Laptop_Integrated_Webcam_2HDM: always reports core events
24.879 Laptop_Integrated_Webcam_2HDM: Device: "/dev/input/event6"
24.879 Laptop_Integrated_Webcam_2HDM: Found keys
24.879 Laptop_Integrated_Webcam_2HDM: Configuring as keyboard
24.879 Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input6/event6"
24.879 XINPUT: Adding extended input device "Laptop_Integrated_Webcam_2HDM" (type: KEYBOARD)
24.879 Option "xkb_rules" "evdev"
24.879 Option "xkb_model" "pc105"
24.879 Option "xkb_layout" "us"
24.880 config/udev: Adding input device HDA Intel Mic (/dev/input/event10)
24.880 No input driver/identifier specified (ignoring)
24.880 config/udev: Adding input device HDA Intel Headphone (/dev/input/event11)
24.880 No input driver/identifier specified (ignoring)
24.880 config/udev: Adding input device HDA Intel HDMI/DP,pcm=3 (/dev/input/event9)
24.880 No input driver/identifier specified (ignoring)
24.885 config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
24.885 AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
24.885 Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
24.885 Loading /usr/lib/xorg/modules/input/evdev_drv.so
24.885 AT Translated Set 2 keyboard: always reports core events
24.885 AT Translated Set 2 keyboard: Device: "/dev/input/event4"
24.885 AT Translated Set 2 keyboard: Found keys
24.885 AT Translated Set 2 keyboard: Configuring as keyboard
24.885 Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
24.885 XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
24.885 Option "xkb_rules" "evdev"
24.885 Option "xkb_model" "pc105"
24.885 Option "xkb_layout" "us"
24.886 config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event12)
24.886 SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
24.886 SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
24.886 LoadModule: "synaptics"
24.886 Loading /usr/lib/xorg/modules/input/synaptics_drv.so
24.886 Module synaptics: vendor="X.Org Foundation"
[ 24.886] compiled for 1.10.4, module version = 1.4.1
[ 24.886] Module class: X.Org XInput Driver
[ 24.886] ABI class: X.Org XInput driver, version 12.3
24.886 Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
24.886 Loading /usr/lib/xorg/modules/input/synaptics_drv.so
24.886 SynPS/2 Synaptics TouchPad: always reports core events
24.886 Option "Device" "/dev/input/event12"
24.944 SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5398
24.953 SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4728
24.953 SynPS/2 Synaptics TouchPad: pressure range 0 - 255
24.953 SynPS/2 Synaptics TouchPad: finger width range 0 - 15
24.953 SynPS/2 Synaptics TouchPad: buttons: left right double triple
25.012 SynPS/2 Synaptics TouchPad: touchpad found
25.012 SynPS/2 Synaptics TouchPad: always reports core events
25.036 Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input12/event12"
25.036 XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
25.036 SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
25.036 SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
25.036 SynPS/2 Synaptics TouchPad: AccelFactor is now 0.039
25.036 SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
25.036 SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
25.036 SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
25.036 SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
25.036 SynPS/2 Synaptics TouchPad: touchpad found
25.037 config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
25.037 No input driver/identifier specified (ignoring)
25.040 config/udev: Adding input device Dell WMI hotkeys (/dev/input/event5)
25.040 Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
25.040 Using input driver 'evdev' for 'Dell WMI hotkeys'
25.040 Loading /usr/lib/xorg/modules/input/evdev_drv.so
25.040 Dell WMI hotkeys: always reports core events
25.040 Dell WMI hotkeys: Device: "/dev/input/event5"
25.040 Dell WMI hotkeys: Found keys
25.040 Dell WMI hotkeys: Configuring as keyboard
25.040 Option "config_info" "udev:/sys/devices/virtual/input/input5/event5"
25.040 XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD)
25.040 Option "xkb_rules" "evdev"
25.040 Option "xkb_model" "pc105"
25.041 Option "xkb_layout" "us"
25.324 intel(0): EDID vendor "LGD", prod id 614
25.324 intel(0): Printing DDC gathered Modelines:
25.324 intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1430 1486 768 770 774 782 -hsync -vsync (46.6 kHz)
28.529 intel(0): EDID vendor "LGD", prod id 614
28.529 intel(0): Printing DDC gathered Modelines:
28.529 intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1430 1486 768 770 774 782 -hsync -vsync (46.6 kHz)
62.353 intel(0): EDID vendor "LGD", prod id 614
62.353 intel(0): Printing DDC gathered Modelines:
62.353 intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1430 1486 768 770 774 782 -hsync -vsync (46.6 kHz)
62.618 intel(0): EDID vendor "LGD", prod id 614
62.618 intel(0): Printing DDC gathered Modelines:
62.618 intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1430 1486 768 770 774 782 -hsync -vsync (46.6 kHz)
62.725 intel(0): EDID vendor "LGD", prod id 614
62.725 intel(0): Printing DDC gathered Modelines:
62.725 intel(0): Modeline "1366x768"x0.0 69.30 1366 1398 1430 1486 768 770 774 782 -hsync -vsync (46.6 kHz)
62.962 XKB: reuse xkmfile /var/lib/xkb/server-A77BBE312A49C9FE89948D38B2A8CB84C3CBB410.xkm

Waiting for response.

Thanks & Regards,
Hrishikesh

@ArchangeGabriel
Copy link
Member

It looks like it can't see you xorg.conf file. Are you sure of the permissions of the file, and of it's location ?

Also, you may take a look at this : http://www.webupd8.org/2012/08/get-hdmi-working-with-nvidia-optimus-on.html

@hrishikesh-mishra
Copy link

Thanks @ArchangeGabriel ,

Now its working, may be the issue was with permission.

Regards,
Hrishikesh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants