Jump to content

intel Mobile 4 graphics and xserver crashes


Recommended Posts

Longtime MDV KDE3.5.x user tinkering with PCLOS test-2011.6 KDE4.6.4 (kernel 2.6.38-8bfs) on Toshiba A305 with Intel Mobility 4 graphics. This also happens with a PCLOS2010.12 KDE4.5.4 install that is upgraded.There's been a little help over in PCLOS forums but apparently there's lots of issues with recent KDE4. Am considering giving KDE4 a chance whether on PCLOS or Mandy but this is pretty much a show stopper for KDE4 on a multiuser business laptop.

 

Seemed to install fine and run nicely until I created second and third users. Now OCCASIONALLY on logouts and even in the middle of a session I get a hang. I have a non blinking cursor upper left and a working mouse but no desktop, no panel, no wallpaper no icons, just black. Sometimes I can ctrl+alt+bckspc which restarts xserver and sometimes I have to RSEIUB. Apparently either the driver or kdm is not being "released" for the next login, or something in a session triggers a hang.

 

This has happened about 10-12 times in a 5 day period. Can't find a pattern. Have tried with and without KDE effects enabled and also tried downgrading kernel (2.6.37.x) and just now upgraded x-server but no joy.

 

 

I have run across many threads about modifying /usr/share/config/kdm/kdmrc to "TermnateServer=true" under the [X-*-Core] section and this has seemed to lessen problem but still happens occasionally and someone has recommended trying xorg "intel" rather than vendor "Intel i810 and later" but when I select xorg in PCC "'configure graphics, the vendor shows "custom", but drop down menu still shows "i810 and later". even after saving and rebooting. Also PCC does not give the option to "test" as in MCC or even previous PCC.

 

This is confirmed by lsmod shows i915, although xorg.conf shows "intel". I have also tried blacklisting vendor intel drivers but no luck.

 

Xorg.0.log from AFTER the last hang shows a lot of stuff but there is a line about "server may be stuck in a loop". I can post all relevant files and more if needed.

 

Main question is how do I try the xorg intel drivers? "xorg-server-intel" show as installed in synaptic but PCLOS keeps loading the vendor specific i810 drivers.

 

Thanks for any help.

 

 

[moved from Software by spinynorman]

Edited by Trio3b
Link to comment
Share on other sites

Check your /etc/X11/xorg.conf and see if anything in here is relating to the i810 or similar drivers. You can change it in here to "intel" to get it to use the better ones. Of course, if no xorg.conf, then it's guessing the one to use.

Link to comment
Share on other sites

xorg.conf shows:

 

 

# File generated by XFdrake (rev 262502)

# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerFlags"
   Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
   #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
   AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection

Section "Module"
   Load "v4l" # Video for Linux
EndSection

Section "Monitor"
   Identifier "monitor1"
   VendorName "Generic"
   ModelName "Flat Panel 1280x800"
   HorizSync 28.8-90
   VertRefresh 60

   # Monitor preferred modeline (60.0 Hz vsync, 48.9 kHz hsync, ratio 16/10, 98 dpi)
   ModeLine "1280x800" 69.3 1280 1328 1352 1416 800 803 809 816 -hsync -vsync

   # TV fullscreen mode or DVD fullscreen output.
   # 768x576 @ 79 Hz, 50 kHz hsync
   ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630

   # 768x576 @ 100 Hz, 61.6 kHz hsync
   ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616

   # modeline generated by gtf(1) [handled by XFdrake]
   ModeLine "1280x800_120"  181.21  1280 1376 1520 1760  800 801 804 858  -HSync +Vsync

   # modeline generated by gtf(1) [handled by XFdrake]
   ModeLine "1280x800_100"  147.89  1280 1376 1512 1744  800 801 804 848  -HSync +Vsync

   # modeline generated by gtf(1) [handled by XFdrake]
   ModeLine "1280x800_85"  123.38  1280 1368 1504 1728  800 801 804 840  -HSync +Vsync

   # modeline generated by gtf(1) [handled by XFdrake]
   ModeLine "1280x800_75"  107.21  1280 1360 1496 1712  800 801 804 835  -HSync +Vsync

   # modeline generated by gtf(1) [handled by XFdrake]
   ModeLine "1280x800_60"  83.46  1280 1344 1480 1680  800 801 804 828  -HSync +Vsync

   # modeline generated by gtf(1) [handled by XFdrake]
   ModeLine "1280x800_50"  68.56  1280 1336 1472 1664  800 801 804 824  -HSync +Vsync
EndSection

Section "Device"
   Identifier "device1"
   Driver "intel"
   Option "DPMS"
EndSection

Section "Screen"
   Identifier "screen1"
   Device "device1"
   Monitor "monitor1"
   DefaultColorDepth 24

   Subsection "Display"
       Depth 8
       Modes "1280x800"
   EndSubsection

   Subsection "Display"
       Depth 15
       Modes "1280x800"
   EndSubsection

   Subsection "Display"
       Depth 16
       Modes "1280x800"
   EndSubsection

   Subsection "Display"
       Depth 24
       Modes "1280x800"
   EndSubsection
EndSection

Section "ServerLayout"
   Identifier "layout1"
   Screen "screen1"
EndSection

Edited by ianw1974
formatted correctly
Link to comment
Share on other sites

Well it seems you are using the intel driver according to your config. However, for sure, check /var/log/Xorg.0.log for more info and problems. Ideally, lines with WW or EE are ones to look for. Eg:

 

cat /var/log/Xorg.0.log | grep EE
cat /var/log/Xorg.0.log | grep WW

 

to filter for these lines. Alternatively, open the whole log file, and see if you can find anything relating to intel, i810, i915, etc.

Link to comment
Share on other sites

  • 2 weeks later...

no obvious errors other than informational in the above, but maybe narrowing this down to dbus problems according to some archlinux threads.

 

kdm log message after another login crash shows many messages about "DBUS server not found", "module fbcon not found"

 

DBUS and related packages installed and up to date.

 

messagebus is running and set to start at boot in PCC.

 

Here are last few lines of /var/log/kdm.log

 


kdmgreet: Fatal IO error: client killed

X.Org X Server 1.10.2
Release Date: 2011-05-28
X Protocol Version 11, Revision 0
Build Operating System: Linux_2.6.38.8-pclos1.pae.bfs PCLinuxOS
Current Operating System: Linux toshibasat 2.6.38.8-pclos1.bfs #1 SMP PREEMPT Sat Jun 4 04:13:21 CDT 2011 i686
Kernel command line: BOOT_IMAGE=linux root=UUID=11337625-ce18-4bb3-8cc3-a11af8446eb3  quiet acpi=on resume=UUID=4a0638f7-e4b7-4ab3-83a4-0d5ab14c07fa splash=silent vga=791
Build Date: 16 June 2011  11:39:51AM

Current version of pixman: 0.22.0
       Before reporting problems, check http://pclinuxos.com
       to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
       (++) from command line, (!!) notice, (II) informational,
       (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Jul  5 16:55:07 2011
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/etc/X11/xorg.conf.d"
FATAL: Module fbcon not found.
klauncher(3215) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
kdeinit4: Communication error with launcher. Exiting!
kdmgreet(3209)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed:  "Not connected to D-Bus server"

 

Any ideas?

Link to comment
Share on other sites

Check if dbus is started and running. If the service is dbus, then:

 

chkconfig --list dbus

 

if it's "ON" for runlevels 3, 4 and 5 it should be running. You can check with:

 

service dbus status

 

in case it's not dbus, take a look at the list of services in full with:

 

chkconfig --list

 

I would expect it's enabled though.

Link to comment
Share on other sites

No "bites" over in PCLOS forums or on Xorg mailing lists so here goes.

 

PCLinuxOS 2011 on Toshiba Sat A305 / Intel Mobile 4 (GM45 chipset) 3 gb RAM /2.6.38-8bfs kernel loads the i915 module according to lsmod although I have reverted to "Intel i810 and later" in xorg.conf

 

__________________________________________________________________

chkconfig --list dbus returns:

 

error reading information on service dbus: No such file or directory

 

service dbus status returns:

 

Cannot find dbus service

Usage: service -[Rfshv] SERVICE ARGUMENTS

-f|--full-restart: Do a fullrestart of the service.

-R|--full-restart-all: Do a fullrestart of all running services.

-s|--status-all: Print a status of all services.

-d|--debug: Launch with debug.

-h|--help: This help.

 

chkconfig --list returns:

 

acpid           0:off   1:off   2:off   3:on    4:on    5:on    6:off   7:on
alsa            0:off   1:off   2:on    3:on    4:on    5:on    6:off   7:off
apmd            0:off   1:off   2:on    3:on    4:on    5:on    6:off   7:off
apmiser         0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
apt             0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
atd             0:off   1:off   2:off   3:on    4:on    5:on    6:off   7:off
atieventsd      0:off   1:off   2:off   3:off   4:off   5:on    6:off   7:off
avahi-daemon    0:off   1:off   2:off   3:on    4:off   5:on    6:off   7:off
bpalogin        0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
cpufreq         0:off   1:off   2:on    3:on    4:on    5:on    6:off   7:off
crond           0:off   1:off   2:on    3:on    4:on    5:on    6:off   7:off
cups            0:off   1:off   2:on    3:on    4:on    5:on    6:off   7:off
dm              0:off   1:off   2:on    3:off   4:on    5:on    6:off   7:on
haldaemon       0:off   1:off   2:on    3:on    4:on    5:on    6:off   7:on
ibod            0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
ip6tables       0:off   1:off   2:on    3:on    4:on    5:on    6:off   7:off
iptables        0:off   1:off   2:on    3:on    4:on    5:on    6:off   7:off
irqbalance      0:off   1:off   2:off   3:on    4:on    5:on    6:off   7:off
kheader         0:off   1:off   2:on    3:on    4:off   5:on    6:off   7:off
laptop-mode     0:off   1:off   2:on    3:on    4:on    5:on    6:off   7:off
lpd             0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
mandi           0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
messagebus      0:off   1:off   2:on    3:on    4:on    5:on    6:off   7:on
msec            0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
mtinkd          0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
mysqld          0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
netconsole      0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
netfs           0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
network         0:off   1:off   2:on    3:on    4:on    5:on    6:off   7:off
network-auth    0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
network-up      0:off   1:off   2:off   3:on    4:off   5:on    6:off   7:off
nfs-common      0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
nfs-server      0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
nscd            0:off   1:off   2:off   3:on    4:on    5:on    6:off   7:off
ntpd            0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
numlock         0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
oki4daemon      0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
partmon         0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
pktcdvd         0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
portreserve     0:off   1:off   2:on    3:on    4:on    5:on    6:off   7:off
pppoe           0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
pptp            0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
resmgr          0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
resolvconf      0:off   1:off   2:on    3:on    4:on    5:on    6:off   7:off
rpcbind         0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
saslauthd       0:off   1:off   2:off   3:on    4:on    5:on    6:off   7:off
smb             0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
snmpd           0:off   1:off   2:off   3:on    4:on    5:on    6:off   7:off
sound           0:off   1:off   2:on    3:on    4:on    5:on    6:off   7:off
sshd            0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
syslog          0:off   1:off   2:on    3:on    4:on    5:on    6:off   7:on
udev-post       0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
ultrabayd       0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
uuidd           0:off   1:off   2:off   3:on    4:off   5:on    6:off   7:off
winbind         0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
wlan            0:off   1:off   2:off   3:off   4:off   5:off   6:off   7:off
xfs             0:off   1:off   2:on    3:on    4:on    5:on    6:off   7:off
xinetd          0:off   1:off   2:off   3:on    4:on    5:on    6:off   7:off

xinetd based services:
       cups-lpd:       off
       rsync:          off
       saned:          on
       sshd-xinetd:    off

 

*****messagebus which I can only assume is dbus IS ENABLED AND RUNNING IN PCC****

 

I believe the only alterations I've made from a fresh install are to /usr/share/config/kdm/kdmrc adding "TerminateServer=True" to the [X-*-Core] section as advised by several threads and Xorg config page.

 

These "crashes" can happen randomly and sometimes at moments of inactivity or light usage. If I log in/out rapidly between users, there are no issues. They have happened with NO activity during the session or with dragging a file. Currently, I am running glxgears, neverball (with all effects), watching a youtube video, rsyncing a large file and downloading an .iso AS I POST this! ALL KDE desktop effects except BLUR are enabled using OpenGL WITHOUT VSYNC. (with vsync seems to cause more crashes)

 

I guess we should establish what I call a crash in that the screen goes black with non-blinking cursor in upper left with WORKING mouse. I can ctrl+alt+bckspc which brings me to login, and apps and browser are opened to exact spot as if nothing happened.

 

To me a lockup is where I have to RSEIUB (soft reboot). This has only happened once or twice.

 

I do have an Xorg.0.log and kdm.log and current xorg.conf which I can post.

 

This has been monopolizing my time for the past 2 weeks and I need to resolve if this laptop is going to go into service in the office network.

 

Thank you for your replies.

Link to comment
Share on other sites

Since X disappears giving the black screen and cursor, please post the xorg.conf and the /var/log/Xorg.0.log so that we can see if anything is out of the ordinary. You posted the xorg.conf before, but if it has changed, please post the new one.

Link to comment
Share on other sites

Just a little perspective:

 

Compaq CQ 50 with Intel Mobile 4 graphics / pclos2010 kernel 2.6.33-7 / xorg 1.6.5 / KDEupgraded to 4.6.3 from 4.5.4 with no problems.

 

The Toshiba is also Intel Mobile 4 graphics with fully upgraded pclos 2011 / kernel 2.6.38-8 bfs KDE 4.6.4 / xorg 1.10.x

 

Other than lspci -v I don't know how to tell what the graphics controller is b/c the Mobile 4 series covers a wide range og chipsets. I do remember seeing GM45 in one of the Xorg.0.log of the Toshiba.

 

Both systems default to i915 Intel driver however the Toshiba and Compaq default to different "load modules" section in xorg.conf

 

Please be advised that I reinstalled the final PCLOS 2011 KDE 4.6.4 release (not one of the 3 test releases) on the Toshiba.

 

Current xorg.conf of Toshiba:

 


# File generated by XFdrake (rev 262502)

# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerFlags"
   Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
   AllowMouseOpenFail # allows the server to start up even if the mouse does not work
   #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
   Load "v4l" # Video for Linux
EndSection

Section "Monitor"
   Identifier "monitor1"
   VendorName "Generic"
   ModelName "Flat Panel 1280x800"
   HorizSync 28.8-90
   VertRefresh 60

   # Monitor preferred modeline (60.0 Hz vsync, 48.9 kHz hsync, ratio 16/10, 98 dpi)
   ModeLine "1280x800" 69.3 1280 1328 1352 1416 800 803 809 816 -hsync -vsync

   # TV fullscreen mode or DVD fullscreen output.
   # 768x576 @ 79 Hz, 50 kHz hsync
   ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630

   # 768x576 @ 100 Hz, 61.6 kHz hsync
   ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616

   # modeline generated by gtf(1) [handled by XFdrake]
   ModeLine "1280x800_120"  181.21  1280 1376 1520 1760  800 801 804 858  -HSync +Vsync

   # modeline generated by gtf(1) [handled by XFdrake]
   ModeLine "1280x800_100"  147.89  1280 1376 1512 1744  800 801 804 848  -HSync +Vsync

   # modeline generated by gtf(1) [handled by XFdrake]
   ModeLine "1280x800_85"  123.38  1280 1368 1504 1728  800 801 804 840  -HSync +Vsync

   # modeline generated by gtf(1) [handled by XFdrake]
   ModeLine "1280x800_75"  107.21  1280 1360 1496 1712  800 801 804 835  -HSync +Vsync

   # modeline generated by gtf(1) [handled by XFdrake]
   ModeLine "1280x800_60"  83.46  1280 1344 1480 1680  800 801 804 828  -HSync +Vsync

   # modeline generated by gtf(1) [handled by XFdrake]
   ModeLine "1280x800_50"  68.56  1280 1336 1472 1664  800 801 804 824  -HSync +Vsync
EndSection

Section "Device"
   Identifier "device1"
   VendorName "Intel Corporation"
   BoardName "Intel 810 and later"
   Driver "intel"
   Option "DPMS"
EndSection

Section "Screen"
   Identifier "screen1"
   Device "device1"
   Monitor "monitor1"
   DefaultColorDepth 24

   Subsection "Display"
       Depth 8
       Modes "1280x800"
   EndSubsection

   Subsection "Display"
       Depth 15
       Modes "1280x800"
   EndSubsection

   Subsection "Display"
       Depth 16
       Modes "1280x800"
   EndSubsection

   Subsection "Display"
       Depth 24
       Modes "1280x800"
   EndSubsection
EndSection

Section "ServerLayout"
   Identifier "layout1"
   Screen "screen1"
EndSection

 

current Xorg.0.log:

 

[    78.142] 
X.Org X Server 1.10.2
Release Date: 2011-05-28
[    78.426] X Protocol Version 11, Revision 0
[    78.426] Build Operating System: Linux_2.6.38.8-pclos1.pae.bfs PCLinuxOS
[    78.426] Current Operating System: Linux toshibasat 2.6.38.8-pclos1.bfs #1 SMP PREEMPT Sat Jun 4 04:13:21 CDT 2011 i686
[    78.426] Kernel command line: BOOT_IMAGE=linux root=UUID=11337625-ce18-4bb3-8cc3-a11af8446eb3 quiet acpi=on resume=UUID=4a0638f7-e4b7-4ab3-83a4-0d5ab14c07fa splash=silent vga=791
[    78.426] Build Date: 16 June 2011  11:39:51AM
[    78.426]  
[    78.426] Current version of pixman: 0.22.0
[    78.426]    Before reporting problems, check http://pclinuxos.com
       to make sure that you have the latest version.
[    78.426] Markers: (--) probed, (**) from config file, (==) default setting,
       (++) from command line, (!!) notice, (II) informational,
       (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    78.426] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jul  9 09:13:55 2011
[    78.494] (==) Using config file: "/etc/X11/xorg.conf"
[    78.494] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    78.504] (==) ServerLayout "layout1"
[    78.504] (**) |-->Screen "screen1" (0)
[    78.504] (**) |   |-->Monitor "monitor1"
[    78.504] (**) |   |-->Device "device1"
[    78.504] (**) Option "DontZap" "False"
[    78.504] (**) Option "AllowMouseOpenFail"
[    78.504] (==) Automatically adding devices
[    78.504] (==) Automatically enabling devices
[    78.504] (==) FontPath set to:
       catalogue:/etc/X11/fontpath.d
[    78.504] (==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    78.504] (II) The server relies on udev to provide the list of input devices.
       If no devices become available, reconfigure udev or disable AutoAddDevices.
[    78.504] (II) Loader magic: 0x822bf40
[    78.504] (II) Module ABI versions:
[    78.504]    X.Org ANSI C Emulation: 0.4
[    78.504]    X.Org Video Driver: 10.0
[    78.504]    X.Org XInput driver : 12.2
[    78.504]    X.Org Server Extension : 5.0
[    78.506] (--) PCI:*(0:0:2:0) 8086:2a42:1179:ff1e rev 7, Mem @ 0xd0000000/4194304, 0xc0000000/268435456, I/O @ 0x00005110/8
[    78.506] (--) PCI: (0:0:2:1) 8086:2a43:1179:ff1e rev 7, Mem @ 0xd3500000/1048576
[    78.506] (II) Open ACPI successful (/var/run/acpid.socket)
[    78.506] (II) "extmod" will be loaded by default.
[    78.506] (II) "dbe" will be loaded by default.
[    78.506] (II) "glx" will be loaded by default.
[    78.506] (II) "record" will be loaded by default.
[    78.506] (II) "dri" will be loaded by default.
[    78.506] (II) "dri2" will be loaded by default.
[    78.506] (II) LoadModule: "v4l"
[    78.523] (II) Loading /usr/lib/xorg/modules/drivers/v4l_drv.so
[    78.536] (II) Module v4l: vendor="X.Org Foundation"
[    78.536]    compiled for 1.10.2, module version = 0.1.1
[    78.536]    ABI class: X.Org Video Driver, version 10.0
[    78.536] (II) LoadModule: "extmod"
[    78.538] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    78.568] (II) Module extmod: vendor="X.Org Foundation"
[    78.568]    compiled for 1.10.2, module version = 1.0.0
[    78.568]    Module class: X.Org Server Extension
[    78.568]    ABI class: X.Org Server Extension, version 5.0
[    78.568] (II) Loading extension MIT-SCREEN-SAVER
[    78.568] (II) Loading extension XFree86-VidModeExtension
[    78.568] (II) Loading extension XFree86-DGA
[    78.568] (II) Loading extension DPMS
[    78.568] (II) Loading extension XVideo
[    78.568] (II) Loading extension XVideo-MotionCompensation
[    78.568] (II) Loading extension X-Resource
[    78.568] (II) LoadModule: "dbe"
[    78.569] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    78.590] (II) Module dbe: vendor="X.Org Foundation"
[    78.590]    compiled for 1.10.2, module version = 1.0.0
[    78.590]    Module class: X.Org Server Extension
[    78.590]    ABI class: X.Org Server Extension, version 5.0
[    78.590] (II) Loading extension DOUBLE-BUFFER
[    78.590] (II) LoadModule: "glx"
[    78.591] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    78.594] (II) Module glx: vendor="X.Org Foundation"
[    78.594]    compiled for 1.10.2, module version = 1.0.0
[    78.594]    ABI class: X.Org Server Extension, version 5.0
[    78.594] (==) AIGLX enabled
[    78.594] (II) Loading extension GLX
[    78.594] (II) LoadModule: "record"
[    78.595] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    78.639] (II) Module record: vendor="X.Org Foundation"
[    78.639]    compiled for 1.10.2, module version = 1.13.0
[    78.639]    Module class: X.Org Server Extension
[    78.639]    ABI class: X.Org Server Extension, version 5.0
[    78.639] (II) Loading extension RECORD
[    78.639] (II) LoadModule: "dri"
[    78.639] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    78.709] (II) Module dri: vendor="X.Org Foundation"
[    78.709]    compiled for 1.10.2, module version = 1.0.0
[    78.709]    ABI class: X.Org Server Extension, version 5.0
[    78.709] (II) Loading extension XFree86-DRI
[    78.709] (II) LoadModule: "dri2"
[    78.710] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    78.710] (II) Module dri2: vendor="X.Org Foundation"
[    78.710]    compiled for 1.10.2, module version = 1.2.0
[    78.711]    ABI class: X.Org Server Extension, version 5.0
[    78.711] (II) Loading extension DRI2
[    78.711] (II) LoadModule: "intel"
[    78.711] (II) Loading /usr/lib/xorg/modules/drivers/intel-common/intel_drv.so
[    78.812] (II) Module intel: vendor="X.Org Foundation"
[    78.812]    compiled for 1.10.2, module version = 2.15.0
[    78.812]    Module class: X.Org Video Driver
[    78.812]    ABI class: X.Org Video Driver, version 10.0
[    78.812] (II) v4l driver for Video4Linux
[    78.812] (II) 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, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
       Sandybridge, Sandybridge
[    78.812] (++) using VT number 8

[    78.814] (WW) Falling back to old probe method for v4l
[    78.817] (II) Loading /usr/lib/xorg/modules/drivers/intel-common/intel_drv.so
[    78.817] drmOpenDevice: node name is /dev/dri/card0
[    78.817] drmOpenDevice: open result is 9, (OK)
[    78.817] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    78.817] drmOpenDevice: node name is /dev/dri/card0
[    78.817] drmOpenDevice: open result is 9, (OK)
[    78.817] drmOpenByBusid: drmOpenMinor returns 9
[    78.817] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    78.817] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[    78.817] (==) intel(0): RGB weight 888
[    78.817] (==) intel(0): Default visual is TrueColor
[    78.837] (II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
[    78.837] (--) intel(0): Chipset: "GM45"
[    78.837] (**) intel(0): Relaxed fencing enabled
[    78.837] (**) intel(0): Framebuffer tiled
[    78.837] (**) intel(0): Pixmaps tiled
[    78.837] (**) intel(0): 3D buffers tiled
[    78.837] (**) intel(0): SwapBuffers wait enabled
[    78.837] (==) intel(0): video overlay key set to 0x101fe
[    78.837] (II) intel(0): Output LVDS1 using monitor section monitor1
[    78.837] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[    78.853] (II) intel(0): Output VGA1 has no monitor section
[    78.854] (II) intel(0): Output DP1 has no monitor section
[    78.862] (II) intel(0): Output TV1 has no monitor section
[    78.862] (II) intel(0): EDID for output LVDS1
[    78.862] (II) intel(0): Manufacturer: LPL  Model: 120  Serial#: 0
[    78.862] (II) intel(0): Year: 2008  Week: 0
[    78.862] (II) intel(0): EDID Version: 1.3
[    78.862] (II) intel(0): Digital Display Input
[    78.862] (II) intel(0): Max Image Size [cm]: horiz.: 33  vert.: 21
[    78.862] (II) intel(0): Gamma: 2.20
[    78.862] (II) intel(0): No DPMS capabilities specified
[    78.862] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    78.862] (II) intel(0): First detailed timing is preferred mode
[    78.862] (II) intel(0): redX: 0.594 redY: 0.349   greenX: 0.325 greenY: 0.543
[    78.862] (II) intel(0): blueX: 0.157 blueY: 0.139   whiteX: 0.313 whiteY: 0.329
[    78.862] (II) intel(0): Manufacturer's mask: 0
[    78.862] (II) intel(0): Supported detailed timing:
[    78.862] (II) intel(0): clock: 69.3 MHz   Image Size:  331 x 207 mm
[    78.862] (II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1352 h_blank_end 1416 h_border: 0
[    78.862] (II) intel(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 816 v_border: 0
[    78.862] (II) intel(0):  LGPhilipsLCD
[    78.862] (II) intel(0): Monitor name: LP154WX4-TLC8
[    78.862] (II) intel(0): EDID (in hex):
[    78.862] (II) intel(0):     00ffffffffffff00320c200100000000
[    78.862] (II) intel(0):     00120103802115780a14659859538b28
[    78.862] (II) intel(0):     23505400000001010101010101010101
[    78.862] (II) intel(0):     010101010101121b0088502010303018
[    78.862] (II) intel(0):     36004bcf100000190000000000000000
[    78.862] (II) intel(0):     00000000000000000000000000fe004c
[    78.862] (II) intel(0):     475068696c6970734c43440a000000fc
[    78.862] (II) intel(0):     004c503135345758342d544c43380048
[    78.862] (II) intel(0): EDID vendor "LPL", prod id 288
[    78.862] (II) intel(0): Printing DDC gathered Modelines:
[    78.862] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1328 1352 1416  800 803 809 816 -hsync -vsync (48.9 kHz)
[    78.862] (II) intel(0): Not using mode "768x576" (vrefresh out of range)
[    78.862] (II) intel(0): Not using mode "768x576" (vrefresh out of range)
[    78.862] (II) intel(0): Not using mode "1280x800_120" (vrefresh out of range)
[    78.862] (II) intel(0): Not using mode "1280x800_100" (vrefresh out of range)
[    78.862] (II) intel(0): Not using mode "1280x800_85" (vrefresh out of range)
[    78.862] (II) intel(0): Not using mode "1280x800_75" (vrefresh out of range)
[    78.862] (II) intel(0): Not using mode "1280x800_50" (vrefresh out of range)
[    78.862] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[    78.862] (II) intel(0): Not using default mode "800x600" (vrefresh out of range)
[    78.862] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    78.862] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    78.862] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[    78.862] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[    78.862] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[    78.862] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[    78.862] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[    78.862] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[    78.862] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[    78.862] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[    78.862] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[    78.862] (II) intel(0): Printing probed modes for output LVDS1
[    78.862] (II) intel(0): Modeline "1280x800"x60.0   69.30  1280 1328 1352 1416  800 803 809 816 -hsync -vsync (48.9 kHz)
[    78.862] (II) intel(0): Modeline "1280x800_60"x60.0   83.46  1280 1344 1480 1680  800 801 804 828 -hsync +vsync (49.7 kHz)
[    78.862] (II) intel(0): Modeline "1280x800"x60.0   69.30  1280 1328 1352 1416  800 803 809 816 -hsync -vsync (48.9 kHz)
[    78.862] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    78.862] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    78.863] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    78.879] (II) intel(0): EDID for output VGA1
[    78.880] (II) intel(0): EDID for output DP1
[    78.890] (II) intel(0): EDID for output TV1
[    78.890] (II) intel(0): Output LVDS1 connected
[    78.890] (II) intel(0): Output VGA1 disconnected
[    78.890] (II) intel(0): Output DP1 disconnected
[    78.890] (II) intel(0): Output TV1 disconnected
[    78.890] (II) intel(0): Using user preference for initial modes
[    78.890] (II) intel(0): Output LVDS1 using initial mode 1280x800
[    78.890] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    78.890] (II) intel(0): Kernel page flipping support detected, enabling
[    78.890] (**) intel(0): Display dimensions: (330, 210) mm
[    78.890] (**) intel(0): DPI set to (98, 96)
[    78.890] (II) Loading sub module "fb"
[    78.890] (II) LoadModule: "fb"
[    78.890] (II) Loading /usr/lib/xorg/modules/libfb.so
[    78.927] (II) Module fb: vendor="X.Org Foundation"
[    78.927]    compiled for 1.10.2, module version = 1.0.0
[    78.927]    ABI class: X.Org ANSI C Emulation, version 0.4
[    78.927] (II) Loading sub module "dri2"
[    78.927] (II) LoadModule: "dri2"
[    78.928] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    78.928] (II) Module dri2: vendor="X.Org Foundation"
[    78.928]    compiled for 1.10.2, module version = 1.2.0
[    78.928]    ABI class: X.Org Server Extension, version 5.0
[    78.928] (==) Depth 24 pixmap format is 32 bpp
[    78.928] (II) intel(0): [DRI2] Setup complete
[    78.928] (II) intel(0): [DRI2]   DRI driver: i965
[    78.928] (II) intel(0): Allocated new frame buffer 1280x800 stride 5120, tiled
[    79.019] (II) UXA(0): Driver registered support for the following operations:
[    79.019] (II)         solid
[    79.019] (II)         copy
[    79.019] (II)         composite (RENDER acceleration)
[    79.019] (II)         put_image
[    79.019] (II)         get_image
[    79.020] (==) intel(0): Backing store disabled
[    79.020] (==) intel(0): Silken mouse enabled
[    79.044] (II) intel(0): Initializing HW Cursor
[    79.067] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    79.074] (**) intel(0): DPMS enabled
[    79.074] (==) intel(0): Intel XvMC decoder enabled
[    79.146] (II) intel(0): Set up textured video
[    79.146] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[    79.146] (II) intel(0): direct rendering: DRI2 Enabled
[    79.146] (==) intel(0): hotplug detection: "enabled"
[    79.147] (--) RandR disabled
[    79.147] (II) Initializing built-in extension Generic Event Extension
[    79.147] (II) Initializing built-in extension SHAPE
[    79.147] (II) Initializing built-in extension MIT-SHM
[    79.147] (II) Initializing built-in extension XInputExtension
[    79.147] (II) Initializing built-in extension XTEST
[    79.147] (II) Initializing built-in extension BIG-REQUESTS
[    79.147] (II) Initializing built-in extension SYNC
[    79.147] (II) Initializing built-in extension XKEYBOARD
[    79.147] (II) Initializing built-in extension XC-MISC
[    79.147] (II) Initializing built-in extension SECURITY
[    79.147] (II) Initializing built-in extension XINERAMA
[    79.147] (II) Initializing built-in extension XFIXES
[    79.147] (II) Initializing built-in extension XFree86-Bigfont
[    79.147] (II) Initializing built-in extension RENDER
[    79.147] (II) Initializing built-in extension RANDR
[    79.147] (II) Initializing built-in extension COMPOSITE
[    79.147] (II) Initializing built-in extension DAMAGE
[    79.631] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    79.631] (II) AIGLX: enabled GLX_INTEL_swap_event
[    79.631] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    79.631] (II) AIGLX: enabled GLX_SGI_make_current_read
[    79.631] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    79.631] (II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so
[    79.631] (II) GLX: Initialized DRI2 GL provider for screen 0
[    79.632] (II) intel(0): Setting screen physical size to 338 x 211
[    80.019] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    80.019] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    80.019] (II) LoadModule: "evdev"
[    80.020] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    80.061] (II) Module evdev: vendor="X.Org Foundation"
[    80.061]    compiled for 1.10.2, module version = 2.6.0
[    80.061]    Module class: X.Org XInput Driver
[    80.061]    ABI class: X.Org XInput driver, version 12.2
[    80.061] (II) Using input driver 'evdev' for 'Power Button'
[    80.061] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    80.061] (**) Power Button: always reports core events
[    80.061] (**) Power Button: Device: "/dev/input/event4"
[    80.067] (--) Power Button: Found keys
[    80.067] (II) Power Button: Configuring as keyboard
[    80.067] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[    80.067] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    80.067] (**) Option "xkb_rules" "evdev"
[    80.067] (**) Option "xkb_model" "pc105"
[    80.067] (**) Option "xkb_layout" "us"
[    80.067] (**) Option "xkb_options" "compose:rwin"
[    80.101] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    80.101] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    80.101] (II) Using input driver 'evdev' for 'Video Bus'
[    80.101] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    80.101] (**) Video Bus: always reports core events
[    80.101] (**) Video Bus: Device: "/dev/input/event5"
[    80.105] (--) Video Bus: Found keys
[    80.105] (II) Video Bus: Configuring as keyboard
[    80.105] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input5/event5"
[    80.105] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[    80.105] (**) Option "xkb_rules" "evdev"
[    80.105] (**) Option "xkb_model" "pc105"
[    80.105] (**) Option "xkb_layout" "us"
[    80.105] (**) Option "xkb_options" "compose:rwin"
[    80.108] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    80.108] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    80.108] (II) Using input driver 'evdev' for 'Power Button'
[    80.108] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    80.108] (**) Power Button: always reports core events
[    80.108] (**) Power Button: Device: "/dev/input/event2"
[    80.110] (--) Power Button: Found keys
[    80.110] (II) Power Button: Configuring as keyboard
[    80.110] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
[    80.110] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    80.110] (**) Option "xkb_rules" "evdev"
[    80.110] (**) Option "xkb_model" "pc105"
[    80.110] (**) Option "xkb_layout" "us"
[    80.110] (**) Option "xkb_options" "compose:rwin"
[    80.110] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[    80.110] (II) No input driver/identifier specified (ignoring)
[    80.114] (II) config/udev: Adding input device CNF7051 (/dev/input/event7)
[    80.114] (**) CNF7051: Applying InputClass "evdev keyboard catchall"
[    80.114] (II) Using input driver 'evdev' for 'CNF7051'
[    80.114] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    80.114] (**) CNF7051: always reports core events
[    80.114] (**) CNF7051: Device: "/dev/input/event7"
[    80.118] (--) CNF7051: Found keys
[    80.118] (II) CNF7051: Configuring as keyboard
[    80.118] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/input/input7/event7"
[    80.118] (II) XINPUT: Adding extended input device "CNF7051" (type: KEYBOARD)
[    80.118] (**) Option "xkb_rules" "evdev"
[    80.118] (**) Option "xkb_model" "pc105"
[    80.118] (**) Option "xkb_layout" "us"
[    80.118] (**) Option "xkb_options" "compose:rwin"
[    80.119] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event8)
[    80.119] (II) No input driver/identifier specified (ignoring)
[    80.119] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event9)
[    80.119] (II) No input driver/identifier specified (ignoring)
[    80.122] (II) config/udev: Adding input device  USB OPTICAL MOUSE (/dev/input/event6)
[    80.122] (**)  USB OPTICAL MOUSE: Applying InputClass "evdev pointer catchall"
[    80.122] (II) Using input driver 'evdev' for ' USB OPTICAL MOUSE'
[    80.122] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    80.122] (**)  USB OPTICAL MOUSE: always reports core events
[    80.122] (**)  USB OPTICAL MOUSE: Device: "/dev/input/event6"
[    80.126] (--)  USB OPTICAL MOUSE: Found 3 mouse buttons
[    80.126] (--)  USB OPTICAL MOUSE: Found scroll wheel(s)
[    80.126] (--)  USB OPTICAL MOUSE: Found relative axes
[    80.126] (--)  USB OPTICAL MOUSE: Found x and y relative axes
[    80.126] (II)  USB OPTICAL MOUSE: Configuring as mouse
[    80.126] (II)  USB OPTICAL MOUSE: Adding scrollwheel support
[    80.126] (**)  USB OPTICAL MOUSE: YAxisMapping: buttons 4 and 5
[    80.126] (**)  USB OPTICAL MOUSE: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    80.126] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb6/6-2/6-2:1.0/input/input6/event6"
[    80.126] (II) XINPUT: Adding extended input device " USB OPTICAL MOUSE" (type: MOUSE)
[    80.126] (II)  USB OPTICAL MOUSE: initialized for relative axes.
[    80.126] (**)  USB OPTICAL MOUSE: (accel) keeping acceleration scheme 1
[    80.126] (**)  USB OPTICAL MOUSE: (accel) acceleration profile 0
[    80.126] (**)  USB OPTICAL MOUSE: (accel) acceleration factor: 2.000
[    80.126] (**)  USB OPTICAL MOUSE: (accel) acceleration threshold: 4
[    80.126] (II) config/udev: Adding input device  USB OPTICAL MOUSE (/dev/input/mouse1)
[    80.126] (II) No input driver/identifier specified (ignoring)
[    80.132] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    80.132] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    80.132] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    80.132] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    80.132] (**) AT Translated Set 2 keyboard: always reports core events
[    80.132] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    80.135] (--) AT Translated Set 2 keyboard: Found keys
[    80.135] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    80.135] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    80.135] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[    80.135] (**) Option "xkb_rules" "evdev"
[    80.135] (**) Option "xkb_model" "pc105"
[    80.135] (**) Option "xkb_layout" "us"
[    80.135] (**) Option "xkb_options" "compose:rwin"
[    80.135] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event1)
[    80.135] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    80.135] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    80.135] (II) LoadModule: "synaptics"
[    80.136] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    80.151] (II) Module synaptics: vendor="X.Org Foundation"
[    80.151]    compiled for 1.10.2, module version = 1.4.1
[    80.151]    Module class: X.Org XInput Driver
[    80.151]    ABI class: X.Org XInput driver, version 12.2
[    80.151] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    80.151] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    80.152] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    80.152] (**) Option "Device" "/dev/input/event1"
[    80.173] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5578
[    80.173] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4662
[    80.173] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    80.173] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    80.173] (--) SynPS/2 Synaptics TouchPad: buttons: left right
[    80.173] (**) Option "SHMConfig" "1"
[    80.173] (**) Option "LeftEdge" "1700"
[    80.173] (**) Option "RightEdge" "5300"
[    80.173] (**) Option "TopEdge" "1700"
[    80.173] (**) Option "BottomEdge" "4200"
[    80.173] (**) Option "FingerLow" "25"
[    80.173] (**) Option "FingerHigh" "30"
[    80.173] (**) Option "MaxTapTime" "180"
[    80.173] (**) Option "MaxTapMove" "220"
[    80.173] (**) Option "VertScrollDelta" "100"
[    80.173] (**) Option "VertEdgeScroll" "1"
[    80.173] (**) Option "HorizEdgeScroll" "1"
[    80.173] (**) Option "VertTwoFingerScroll" "1"
[    80.173] (**) Option "HorizTwoFingerScroll" "1"
[    80.173] (**) Option "TapButton1" "1"
[    80.173] (**) Option "TapButton2" "2"
[    80.173] (**) Option "TapButton3" "3"
[    80.173] (**) Option "MinSpeed" "0.20"
[    80.173] (**) Option "MaxSpeed" "1.00"
[    80.173] (**) Option "AccelFactor" "0.15"
[    80.190] (--) SynPS/2 Synaptics TouchPad: touchpad found
[    80.190] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    80.196] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input1/event1"
[    80.196] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[    80.196] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 5.0
[    80.196] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 5.00
[    80.196] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.150
[    80.196] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    80.196] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    80.196] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    80.196] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    80.205] (--) SynPS/2 Synaptics TouchPad: touchpad found
[    80.205] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    80.205] (II) No input driver/identifier specified (ignoring)
[    96.481] (II) intel(0): EDID vendor "LPL", prod id 288
[    96.481] (II) intel(0): Printing DDC gathered Modelines:
[    96.481] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1328 1352 1416  800 803 809 816 -hsync -vsync (48.9 kHz)
[   104.147] (II) intel(0): EDID vendor "LPL", prod id 288
[   104.147] (II) intel(0): Printing DDC gathered Modelines:
[   104.147] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1328 1352 1416  800 803 809 816 -hsync -vsync (48.9 kHz)

 

The following is a kdm.log crash log:

 


kdmgreet(3142)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed:  "Not connected to D-Bus server" 


Backtrace:
0: /etc/X11/X (xorg_backtrace+0x3b) [0x80e6d8b]
1: /etc/X11/X (0x8048000+0x5d585) [0x80a5585]
2: (vdso) (__kernel_rt_sigreturn+0x0) [0xffffe40c]
3: /lib/i686/libc.so.6 (0xb720c000+0x6b8a0) [0xb72778a0]
4: /lib/i686/libc.so.6 (0xb720c000+0x6c2ff) [0xb72782ff]
5: /etc/X11/X (DeleteAllWindowProperties+0x4c) [0x80e415c]
6: /etc/X11/X (0x8048000+0x4e055) [0x8096055]
7: /etc/X11/X (DeleteWindow+0x200) [0x8098af0]
8: /etc/X11/X (FreeResource+0xe7) [0x808e237]
9: /etc/X11/X (0x8048000+0x2131f) [0x806931f]
10: /etc/X11/X (0x8048000+0x27747) [0x806f747]
11: /etc/X11/X (0x8048000+0x1a685) [0x8062685]
12: /lib/i686/libc.so.6 (__libc_start_main+0xe6) [0xb7222ca6]
13: /etc/X11/X (0x8048000+0x1a261) [0x8062261]
Segmentation fault at address 0xc

Fatal server error:
Caught signal 11 (Segmentation fault). Server aborting


Please consult the The X.Org Foundation support 
        at http://pclinuxos.com
for help. 
Please also check the log file at "/var/log/Xorg.0.log" for additional information.


X.Org X Server 1.10.2
Release Date: 2011-05-28
X Protocol Version 11, Revision 0
Build Operating System: Linux_2.6.38.8-pclos1.pae.bfs PCLinuxOS
Current Operating System: Linux toshibasat 2.6.38.8-pclos1.bfs #1 SMP PREEMPT Sat Jun 4 04:13:21 CDT 2011 i686
Kernel command line: BOOT_IMAGE=linux root=UUID=11337625-ce18-4bb3-8cc3-a11af8446eb3  quiet acpi=on resume=UUID=4a0638f7-e4b7-4ab3-83a4-0d5ab14c07fa splash=silent vga=791
Build Date: 16 June 2011  11:39:51AM

Current version of pixman: 0.22.0
       Before reporting problems, check http://pclinuxos.com
       to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
       (++) from command line, (!!) notice, (II) informational,
       (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul  6 00:15:51 2011
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/etc/X11/xorg.conf.d"
FATAL: Module fbcon not found.
klauncher(3193) kdemain: No DBUS session-bus found. Check if you have started the DBUS server. 
kdeinit4: Communication error with launcher. Exiting!
kdmgreet(3187)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed:  "Not connected to D-Bus server" 

 

Here is a kdm.log of a crash a couple days ago referencing hung GPU and/or server:

 

Current version of pixman: 0.22.0
       Before reporting problems, check http://pclinuxos.com
       to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
       (++) from command line, (!!) notice, (II) informational,
       (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul  7 10:58:14 2011
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/etc/X11/xorg.conf.d"
FATAL: Module fbcon not found.
klauncher(22831) kdemain: No DBUS session-bus found. Check if you have started the DBUS server. 
kdeinit4: Communication error with launcher. Exiting!
kdmgreet(22825)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed:  "Not connected to D-Bus server" 

(EE) intel(0): Detected a hung GPU, disabling acceleration.
(EE) intel(0): When reporting this, please include i915_error_state from debugfs and the full dmesg.
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
[mi] EQ overflowing. The server is probably stuck in an infinite loop.

Backtrace:
0: /etc/X11/X (xorg_backtrace+0x3b) [0x80e6d8b]
1: /etc/X11/X (mieqEnqueue+0x1ab) [0x80e60db]
2: /etc/X11/X (xf86PostMotionEventM+0xbf) [0x80c26ef]
3: /etc/X11/X (xf86PostMotionEvent+0x87) [0x80c28f7]
4: /usr/lib/xorg/modules/input/synaptics_drv.so (0xb6c3c000+0x29cd) [0xb6c3e9cd]
5: /usr/lib/xorg/modules/input/synaptics_drv.so (0xb6c3c000+0x4919) [0xb6c40919]
6: /etc/X11/X (0x8048000+0x67a5f) [0x80afa5f]
7: /etc/X11/X (0x8048000+0x1238c4) [0x816b8c4]
8: (vdso) (__kernel_sigreturn+0x0) [0xffffe400]
9: /usr/lib/libpixman-1.so.0 (0xb75e9000+0x6d402) [0xb7656402]
10: /usr/lib/libpixman-1.so.0 (pixman_image_composite32+0x3d2) [0xb76292e2]
11: /usr/lib/libpixman-1.so.0 (pixman_image_composite+0xa6) [0xb7629586]
12: /usr/lib/xorg/modules/libfb.so (fbComposite+0x1fe) [0xb723246e]
13: /usr/lib/xorg/modules/drivers/intel-common/intel_drv.so (0xb725f000+0x318bd) [0xb72908bd]
14: /usr/lib/xorg/modules/drivers/intel-common/intel_drv.so (0xb725f000+0x2e036) [0xb728d036]
15: /etc/X11/X (0x8048000+0xdd6c2) [0x81256c2]
16: /etc/X11/X (CompositePicture+0x2d3) [0x811a353]
17: /etc/X11/X (0x8048000+0xd5dd9) [0x811ddd9]
18: /etc/X11/X (0x8048000+0xd2ab3) [0x811aab3]
19: /etc/X11/X (0x8048000+0x27747) [0x806f747]
20: /etc/X11/X (0x8048000+0x1a685) [0x8062685]
21: /lib/i686/libc.so.6 (__libc_start_main+0xe6) [0xb737bca6]
22: /etc/X11/X (0x8048000+0x1a261) [0x8062261]

X.Org X Server 1.10.2
Release Date: 2011-05-28
X Protocol Version 11, Revision 0
Build Operating System: Linux_2.6.38.8-pclos1.pae.bfs PCLinuxOS
Current Operating System: Linux toshibasat 2.6.38.8-pclos1.bfs #1 SMP PREEMPT Sat Jun 4 04:13:21 CDT 2011 i686
Kernel command line: BOOT_IMAGE=linux root=UUID=11337625-ce18-4bb3-8cc3-a11af8446eb3  quiet acpi=on resume=UUID=4a0638f7-e4b7-4ab3-83a4-0d5ab14c07fa splash=silent vga=791
Build Date: 16 June 2011  11:39:51AM

 

Here is Xorg.0.log of crash occured during this post: Don't know if you also need Xorg.0.log.old?

 

[  2019.267] 
X.Org X Server 1.10.2
Release Date: 2011-05-28
[  2019.267] X Protocol Version 11, Revision 0
[  2019.267] Build Operating System: Linux_2.6.38.8-pclos1.pae.bfs PCLinuxOS
[  2019.268] Current Operating System: Linux toshibasat 2.6.38.8-pclos1.bfs #1 SMP PREEMPT Sat Jun 4 04:13:21 CDT 2011 i686
[  2019.268] Kernel command line: BOOT_IMAGE=linux root=UUID=11337625-ce18-4bb3-8cc3-a11af8446eb3 quiet acpi=on resume=UUID=4a0638f7-e4b7-4ab3-83a4-0d5ab14c07fa splash=silent vga=791
[  2019.268] Build Date: 16 June 2011  11:39:51AM
[  2019.268]  
[  2019.268] Current version of pixman: 0.22.0
[  2019.268]    Before reporting problems, check http://pclinuxos.com
       to make sure that you have the latest version.
[  2019.268] Markers: (--) probed, (**) from config file, (==) default setting,
       (++) from command line, (!!) notice, (II) informational,
       (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2019.268] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jul  9 09:46:16 2011
[  2019.268] (==) Using config file: "/etc/X11/xorg.conf"
[  2019.268] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  2019.268] (==) ServerLayout "layout1"
[  2019.269] (**) |-->Screen "screen1" (0)
[  2019.269] (**) |   |-->Monitor "monitor1"
[  2019.269] (**) |   |-->Device "device1"
[  2019.269] (**) Option "DontZap" "False"
[  2019.269] (**) Option "AllowMouseOpenFail"
[  2019.269] (==) Automatically adding devices
[  2019.269] (==) Automatically enabling devices
[  2019.269] (==) FontPath set to:
       catalogue:/etc/X11/fontpath.d
[  2019.269] (==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[  2019.269] (II) The server relies on udev to provide the list of input devices.
       If no devices become available, reconfigure udev or disable AutoAddDevices.
[  2019.269] (II) Loader magic: 0x822bf40
[  2019.269] (II) Module ABI versions:
[  2019.269]    X.Org ANSI C Emulation: 0.4
[  2019.269]    X.Org Video Driver: 10.0
[  2019.269]    X.Org XInput driver : 12.2
[  2019.269]    X.Org Server Extension : 5.0
[  2019.271] (--) PCI:*(0:0:2:0) 8086:2a42:1179:ff1e rev 7, Mem @ 0xd0000000/4194304, 0xc0000000/268435456, I/O @ 0x00005110/8
[  2019.271] (--) PCI: (0:0:2:1) 8086:2a43:1179:ff1e rev 7, Mem @ 0xd3500000/1048576
[  2019.271] (II) Open ACPI successful (/var/run/acpid.socket)
[  2019.271] (II) "extmod" will be loaded by default.
[  2019.271] (II) "dbe" will be loaded by default.
[  2019.271] (II) "glx" will be loaded by default.
[  2019.271] (II) "record" will be loaded by default.
[  2019.271] (II) "dri" will be loaded by default.
[  2019.271] (II) "dri2" will be loaded by default.
[  2019.271] (II) LoadModule: "v4l"
[  2019.271] (II) Loading /usr/lib/xorg/modules/drivers/v4l_drv.so
[  2019.271] (II) Module v4l: vendor="X.Org Foundation"
[  2019.271]    compiled for 1.10.2, module version = 0.1.1
[  2019.271]    ABI class: X.Org Video Driver, version 10.0
[  2019.271] (II) LoadModule: "extmod"
[  2019.272] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[  2019.272] (II) Module extmod: vendor="X.Org Foundation"
[  2019.272]    compiled for 1.10.2, module version = 1.0.0
[  2019.273]    Module class: X.Org Server Extension
[  2019.273]    ABI class: X.Org Server Extension, version 5.0
[  2019.273] (II) Loading extension MIT-SCREEN-SAVER
[  2019.273] (II) Loading extension XFree86-VidModeExtension
[  2019.273] (II) Loading extension XFree86-DGA
[  2019.273] (II) Loading extension DPMS
[  2019.273] (II) Loading extension XVideo
[  2019.273] (II) Loading extension XVideo-MotionCompensation
[  2019.273] (II) Loading extension X-Resource
[  2019.273] (II) LoadModule: "dbe"
[  2019.274] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[  2019.274] (II) Module dbe: vendor="X.Org Foundation"
[  2019.274]    compiled for 1.10.2, module version = 1.0.0
[  2019.274]    Module class: X.Org Server Extension
[  2019.274]    ABI class: X.Org Server Extension, version 5.0
[  2019.274] (II) Loading extension DOUBLE-BUFFER
[  2019.274] (II) LoadModule: "glx"
[  2019.275] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  2019.275] (II) Module glx: vendor="X.Org Foundation"
[  2019.275]    compiled for 1.10.2, module version = 1.0.0
[  2019.275]    ABI class: X.Org Server Extension, version 5.0
[  2019.275] (==) AIGLX enabled
[  2019.275] (II) Loading extension GLX
[  2019.275] (II) LoadModule: "record"
[  2019.276] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[  2019.276] (II) Module record: vendor="X.Org Foundation"
[  2019.276]    compiled for 1.10.2, module version = 1.13.0
[  2019.276]    Module class: X.Org Server Extension
[  2019.276]    ABI class: X.Org Server Extension, version 5.0
[  2019.276] (II) Loading extension RECORD
[  2019.276] (II) LoadModule: "dri"
[  2019.277] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[  2019.277] (II) Module dri: vendor="X.Org Foundation"
[  2019.277]    compiled for 1.10.2, module version = 1.0.0
[  2019.277]    ABI class: X.Org Server Extension, version 5.0
[  2019.277] (II) Loading extension XFree86-DRI
[  2019.277] (II) LoadModule: "dri2"
[  2019.278] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  2019.278] (II) Module dri2: vendor="X.Org Foundation"
[  2019.278]    compiled for 1.10.2, module version = 1.2.0
[  2019.278]    ABI class: X.Org Server Extension, version 5.0
[  2019.278] (II) Loading extension DRI2
[  2019.278] (II) LoadModule: "intel"
[  2019.278] (II) Loading /usr/lib/xorg/modules/drivers/intel-common/intel_drv.so
[  2019.278] (II) Module intel: vendor="X.Org Foundation"
[  2019.278]    compiled for 1.10.2, module version = 2.15.0
[  2019.278]    Module class: X.Org Video Driver
[  2019.278]    ABI class: X.Org Video Driver, version 10.0
[  2019.278] (II) v4l driver for Video4Linux
[  2019.278] (II) 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, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
       Sandybridge, Sandybridge
[  2019.279] (++) using VT number 8

[  2019.281] (WW) Falling back to old probe method for v4l
[  2019.283] (II) Loading /usr/lib/xorg/modules/drivers/intel-common/intel_drv.so
[  2019.283] drmOpenDevice: node name is /dev/dri/card0
[  2019.283] drmOpenDevice: open result is 9, (OK)
[  2019.283] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[  2019.284] drmOpenDevice: node name is /dev/dri/card0
[  2019.284] drmOpenDevice: open result is 9, (OK)
[  2019.284] drmOpenByBusid: drmOpenMinor returns 9
[  2019.284] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[  2019.284] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[  2019.284] (==) intel(0): RGB weight 888
[  2019.284] (==) intel(0): Default visual is TrueColor
[  2019.284] (II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
[  2019.284] (--) intel(0): Chipset: "GM45"
[  2019.284] (**) intel(0): Relaxed fencing enabled
[  2019.284] (**) intel(0): Framebuffer tiled
[  2019.284] (**) intel(0): Pixmaps tiled
[  2019.284] (**) intel(0): 3D buffers tiled
[  2019.284] (**) intel(0): SwapBuffers wait enabled
[  2019.284] (==) intel(0): video overlay key set to 0x101fe
[  2019.284] (II) intel(0): Output LVDS1 using monitor section monitor1
[  2019.284] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[  2019.300] (II) intel(0): Output VGA1 has no monitor section
[  2019.301] (II) intel(0): Output DP1 has no monitor section
[  2019.476] (II) intel(0): Output TV1 has no monitor section
[  2019.476] (II) intel(0): EDID for output LVDS1
[  2019.476] (II) intel(0): Manufacturer: LPL  Model: 120  Serial#: 0
[  2019.476] (II) intel(0): Year: 2008  Week: 0
[  2019.476] (II) intel(0): EDID Version: 1.3
[  2019.476] (II) intel(0): Digital Display Input
[  2019.476] (II) intel(0): Max Image Size [cm]: horiz.: 33  vert.: 21
[  2019.476] (II) intel(0): Gamma: 2.20
[  2019.476] (II) intel(0): No DPMS capabilities specified
[  2019.476] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  2019.476] (II) intel(0): First detailed timing is preferred mode
[  2019.476] (II) intel(0): redX: 0.594 redY: 0.349   greenX: 0.325 greenY: 0.543
[  2019.476] (II) intel(0): blueX: 0.157 blueY: 0.139   whiteX: 0.313 whiteY: 0.329
[  2019.476] (II) intel(0): Manufacturer's mask: 0
[  2019.476] (II) intel(0): Supported detailed timing:
[  2019.476] (II) intel(0): clock: 69.3 MHz   Image Size:  331 x 207 mm
[  2019.476] (II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1352 h_blank_end 1416 h_border: 0
[  2019.476] (II) intel(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 816 v_border: 0
[  2019.476] (II) intel(0):  LGPhilipsLCD
[  2019.476] (II) intel(0): Monitor name: LP154WX4-TLC8
[  2019.476] (II) intel(0): EDID (in hex):
[  2019.476] (II) intel(0):     00ffffffffffff00320c200100000000
[  2019.476] (II) intel(0):     00120103802115780a14659859538b28
[  2019.476] (II) intel(0):     23505400000001010101010101010101
[  2019.476] (II) intel(0):     010101010101121b0088502010303018
[  2019.476] (II) intel(0):     36004bcf100000190000000000000000
[  2019.476] (II) intel(0):     00000000000000000000000000fe004c
[  2019.476] (II) intel(0):     475068696c6970734c43440a000000fc
[  2019.476] (II) intel(0):     004c503135345758342d544c43380048
[  2019.476] (II) intel(0): EDID vendor "LPL", prod id 288
[  2019.476] (II) intel(0): Printing DDC gathered Modelines:
[  2019.476] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1328 1352 1416  800 803 809 816 -hsync -vsync (48.9 kHz)
[  2019.477] (II) intel(0): Not using mode "768x576" (vrefresh out of range)
[  2019.477] (II) intel(0): Not using mode "768x576" (vrefresh out of range)
[  2019.477] (II) intel(0): Not using mode "1280x800_120" (vrefresh out of range)
[  2019.477] (II) intel(0): Not using mode "1280x800_100" (vrefresh out of range)
[  2019.477] (II) intel(0): Not using mode "1280x800_85" (vrefresh out of range)
[  2019.477] (II) intel(0): Not using mode "1280x800_75" (vrefresh out of range)
[  2019.477] (II) intel(0): Not using mode "1280x800_50" (vrefresh out of range)
[  2019.477] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[  2019.477] (II) intel(0): Not using default mode "800x600" (vrefresh out of range)
[  2019.477] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[  2019.477] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[  2019.477] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[  2019.477] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[  2019.477] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[  2019.477] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[  2019.477] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[  2019.477] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[  2019.477] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[  2019.477] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[  2019.477] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[  2019.477] (II) intel(0): Printing probed modes for output LVDS1
[  2019.477] (II) intel(0): Modeline "1280x800"x60.0   69.30  1280 1328 1352 1416  800 803 809 816 -hsync -vsync (48.9 kHz)
[  2019.477] (II) intel(0): Modeline "1280x800_60"x60.0   83.46  1280 1344 1480 1680  800 801 804 828 -hsync +vsync (49.7 kHz)
[  2019.477] (II) intel(0): Modeline "1280x800"x60.0   69.30  1280 1328 1352 1416  800 803 809 816 -hsync -vsync (48.9 kHz)
[  2019.477] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  2019.477] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  2019.477] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[  2019.493] (II) intel(0): EDID for output VGA1
[  2019.494] (II) intel(0): EDID for output DP1
[  2019.676] (II) intel(0): EDID for output TV1
[  2019.676] (II) intel(0): Output LVDS1 connected
[  2019.676] (II) intel(0): Output VGA1 disconnected
[  2019.676] (II) intel(0): Output DP1 disconnected
[  2019.676] (II) intel(0): Output TV1 disconnected
[  2019.676] (II) intel(0): Using user preference for initial modes
[  2019.676] (II) intel(0): Output LVDS1 using initial mode 1280x800
[  2019.676] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  2019.676] (II) intel(0): Kernel page flipping support detected, enabling
[  2019.676] (**) intel(0): Display dimensions: (330, 210) mm
[  2019.676] (**) intel(0): DPI set to (98, 96)
[  2019.676] (II) Loading sub module "fb"
[  2019.676] (II) LoadModule: "fb"
[  2019.677] (II) Loading /usr/lib/xorg/modules/libfb.so
[  2019.677] (II) Module fb: vendor="X.Org Foundation"
[  2019.678]    compiled for 1.10.2, module version = 1.0.0
[  2019.678]    ABI class: X.Org ANSI C Emulation, version 0.4
[  2019.678] (II) Loading sub module "dri2"
[  2019.678] (II) LoadModule: "dri2"
[  2019.679] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  2019.679] (II) Module dri2: vendor="X.Org Foundation"
[  2019.679]    compiled for 1.10.2, module version = 1.2.0
[  2019.679]    ABI class: X.Org Server Extension, version 5.0
[  2019.679] (==) Depth 24 pixmap format is 32 bpp
[  2019.679] (II) intel(0): [DRI2] Setup complete
[  2019.679] (II) intel(0): [DRI2]   DRI driver: i965
[  2019.679] (II) intel(0): Allocated new frame buffer 1280x800 stride 5120, tiled
[  2019.693] (II) UXA(0): Driver registered support for the following operations:
[  2019.693] (II)         solid
[  2019.693] (II)         copy
[  2019.693] (II)         composite (RENDER acceleration)
[  2019.693] (II)         put_image
[  2019.693] (II)         get_image
[  2019.693] (==) intel(0): Backing store disabled
[  2019.693] (==) intel(0): Silken mouse enabled
[  2019.693] (II) intel(0): Initializing HW Cursor
[  2019.709] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  2019.717] (**) intel(0): DPMS enabled
[  2019.717] (==) intel(0): Intel XvMC decoder enabled
[  2019.790] (II) intel(0): Set up textured video
[  2019.790] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[  2019.790] (II) intel(0): direct rendering: DRI2 Enabled
[  2019.790] (==) intel(0): hotplug detection: "enabled"
[  2019.790] (--) RandR disabled
[  2019.790] (II) Initializing built-in extension Generic Event Extension
[  2019.790] (II) Initializing built-in extension SHAPE
[  2019.790] (II) Initializing built-in extension MIT-SHM
[  2019.790] (II) Initializing built-in extension XInputExtension
[  2019.790] (II) Initializing built-in extension XTEST
[  2019.790] (II) Initializing built-in extension BIG-REQUESTS
[  2019.790] (II) Initializing built-in extension SYNC
[  2019.790] (II) Initializing built-in extension XKEYBOARD
[  2019.790] (II) Initializing built-in extension XC-MISC
[  2019.790] (II) Initializing built-in extension SECURITY
[  2019.790] (II) Initializing built-in extension XINERAMA
[  2019.790] (II) Initializing built-in extension XFIXES
[  2019.790] (II) Initializing built-in extension XFree86-Bigfont
[  2019.790] (II) Initializing built-in extension RENDER
[  2019.790] (II) Initializing built-in extension RANDR
[  2019.790] (II) Initializing built-in extension COMPOSITE
[  2019.790] (II) Initializing built-in extension DAMAGE
[  2019.808] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  2019.808] (II) AIGLX: enabled GLX_INTEL_swap_event
[  2019.808] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[  2019.808] (II) AIGLX: enabled GLX_SGI_make_current_read
[  2019.808] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  2019.808] (II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so
[  2019.808] (II) GLX: Initialized DRI2 GL provider for screen 0
[  2019.809] (II) intel(0): Setting screen physical size to 338 x 211
[  2019.856] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[  2019.856] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  2019.856] (II) LoadModule: "evdev"
[  2019.856] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  2019.857] (II) Module evdev: vendor="X.Org Foundation"
[  2019.857]    compiled for 1.10.2, module version = 2.6.0
[  2019.857]    Module class: X.Org XInput Driver
[  2019.857]    ABI class: X.Org XInput driver, version 12.2
[  2019.857] (II) Using input driver 'evdev' for 'Power Button'
[  2019.857] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  2019.857] (**) Power Button: always reports core events
[  2019.857] (**) Power Button: Device: "/dev/input/event4"
[  2019.865] (--) Power Button: Found keys
[  2019.865] (II) Power Button: Configuring as keyboard
[  2019.865] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[  2019.865] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[  2019.865] (**) Option "xkb_rules" "evdev"
[  2019.865] (**) Option "xkb_model" "pc105"
[  2019.865] (**) Option "xkb_layout" "us"
[  2019.865] (**) Option "xkb_options" "compose:rwin"
[  2019.892] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[  2019.892] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  2019.892] (II) Using input driver 'evdev' for 'Video Bus'
[  2019.892] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  2019.892] (**) Video Bus: always reports core events
[  2019.892] (**) Video Bus: Device: "/dev/input/event5"
[  2019.900] (--) Video Bus: Found keys
[  2019.900] (II) Video Bus: Configuring as keyboard
[  2019.900] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input5/event5"
[  2019.900] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[  2019.900] (**) Option "xkb_rules" "evdev"
[  2019.900] (**) Option "xkb_model" "pc105"
[  2019.900] (**) Option "xkb_layout" "us"
[  2019.900] (**) Option "xkb_options" "compose:rwin"
[  2019.905] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  2019.905] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  2019.906] (II) Using input driver 'evdev' for 'Power Button'
[  2019.906] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  2019.906] (**) Power Button: always reports core events
[  2019.906] (**) Power Button: Device: "/dev/input/event2"
[  2019.912] (--) Power Button: Found keys
[  2019.912] (II) Power Button: Configuring as keyboard
[  2019.912] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
[  2019.912] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[  2019.912] (**) Option "xkb_rules" "evdev"
[  2019.912] (**) Option "xkb_model" "pc105"
[  2019.912] (**) Option "xkb_layout" "us"
[  2019.912] (**) Option "xkb_options" "compose:rwin"
[  2019.913] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[  2019.913] (II) No input driver/identifier specified (ignoring)
[  2019.917] (II) config/udev: Adding input device CNF7051 (/dev/input/event7)
[  2019.917] (**) CNF7051: Applying InputClass "evdev keyboard catchall"
[  2019.918] (II) Using input driver 'evdev' for 'CNF7051'
[  2019.918] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  2019.918] (**) CNF7051: always reports core events
[  2019.918] (**) CNF7051: Device: "/dev/input/event7"
[  2019.924] (--) CNF7051: Found keys
[  2019.924] (II) CNF7051: Configuring as keyboard
[  2019.924] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/input/input7/event7"
[  2019.924] (II) XINPUT: Adding extended input device "CNF7051" (type: KEYBOARD)
[  2019.924] (**) Option "xkb_rules" "evdev"
[  2019.924] (**) Option "xkb_model" "pc105"
[  2019.924] (**) Option "xkb_layout" "us"
[  2019.924] (**) Option "xkb_options" "compose:rwin"
[  2019.926] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event8)
[  2019.926] (II) No input driver/identifier specified (ignoring)
[  2019.926] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event9)
[  2019.926] (II) No input driver/identifier specified (ignoring)
[  2019.930] (II) config/udev: Adding input device  USB OPTICAL MOUSE (/dev/input/event6)
[  2019.930] (**)  USB OPTICAL MOUSE: Applying InputClass "evdev pointer catchall"
[  2019.930] (II) Using input driver 'evdev' for ' USB OPTICAL MOUSE'
[  2019.930] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  2019.930] (**)  USB OPTICAL MOUSE: always reports core events
[  2019.930] (**)  USB OPTICAL MOUSE: Device: "/dev/input/event6"
[  2019.936] (--)  USB OPTICAL MOUSE: Found 3 mouse buttons
[  2019.936] (--)  USB OPTICAL MOUSE: Found scroll wheel(s)
[  2019.936] (--)  USB OPTICAL MOUSE: Found relative axes
[  2019.936] (--)  USB OPTICAL MOUSE: Found x and y relative axes
[  2019.936] (II)  USB OPTICAL MOUSE: Configuring as mouse
[  2019.936] (II)  USB OPTICAL MOUSE: Adding scrollwheel support
[  2019.936] (**)  USB OPTICAL MOUSE: YAxisMapping: buttons 4 and 5
[  2019.936] (**)  USB OPTICAL MOUSE: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  2019.936] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb6/6-2/6-2:1.0/input/input6/event6"
[  2019.936] (II) XINPUT: Adding extended input device " USB OPTICAL MOUSE" (type: MOUSE)
[  2019.936] (II)  USB OPTICAL MOUSE: initialized for relative axes.
[  2019.936] (**)  USB OPTICAL MOUSE: (accel) keeping acceleration scheme 1
[  2019.936] (**)  USB OPTICAL MOUSE: (accel) acceleration profile 0
[  2019.936] (**)  USB OPTICAL MOUSE: (accel) acceleration factor: 2.000
[  2019.936] (**)  USB OPTICAL MOUSE: (accel) acceleration threshold: 4
[  2019.937] (II) config/udev: Adding input device  USB OPTICAL MOUSE (/dev/input/mouse1)
[  2019.937] (II) No input driver/identifier specified (ignoring)
[  2019.945] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[  2019.945] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[  2019.945] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[  2019.945] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  2019.945] (**) AT Translated Set 2 keyboard: always reports core events
[  2019.945] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[  2019.952] (--) AT Translated Set 2 keyboard: Found keys
[  2019.952] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[  2019.952] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[  2019.952] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[  2019.952] (**) Option "xkb_rules" "evdev"
[  2019.952] (**) Option "xkb_model" "pc105"
[  2019.952] (**) Option "xkb_layout" "us"
[  2019.952] (**) Option "xkb_options" "compose:rwin"
[  2019.953] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event1)
[  2019.953] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[  2019.953] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[  2019.953] (II) LoadModule: "synaptics"
[  2019.954] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  2019.955] (II) Module synaptics: vendor="X.Org Foundation"
[  2019.955]    compiled for 1.10.2, module version = 1.4.1
[  2019.955]    Module class: X.Org XInput Driver
[  2019.955]    ABI class: X.Org XInput driver, version 12.2
[  2019.955] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[  2019.955] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  2019.955] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  2019.955] (**) Option "Device" "/dev/input/event1"
[  2019.992] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5578
[  2019.992] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4662
[  2019.992] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[  2019.992] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[  2019.992] (--) SynPS/2 Synaptics TouchPad: buttons: left right
[  2019.992] (**) Option "SHMConfig" "1"
[  2019.992] (**) Option "LeftEdge" "1700"
[  2019.992] (**) Option "RightEdge" "5300"
[  2019.992] (**) Option "TopEdge" "1700"
[  2019.992] (**) Option "BottomEdge" "4200"
[  2019.992] (**) Option "FingerLow" "25"
[  2019.992] (**) Option "FingerHigh" "30"
[  2019.992] (**) Option "MaxTapTime" "180"
[  2019.992] (**) Option "MaxTapMove" "220"
[  2019.992] (**) Option "VertScrollDelta" "100"
[  2019.992] (**) Option "VertEdgeScroll" "1"
[  2019.992] (**) Option "HorizEdgeScroll" "1"
[  2019.992] (**) Option "VertTwoFingerScroll" "1"
[  2019.992] (**) Option "HorizTwoFingerScroll" "1"
[  2019.992] (**) Option "TapButton1" "1"
[  2019.992] (**) Option "TapButton2" "2"
[  2019.992] (**) Option "TapButton3" "3"
[  2019.992] (**) Option "MinSpeed" "0.20"
[  2019.993] (**) Option "MaxSpeed" "1.00"
[  2019.993] (**) Option "AccelFactor" "0.15"
[  2020.024] (--) SynPS/2 Synaptics TouchPad: touchpad found
[  2020.024] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  2020.040] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input1/event1"
[  2020.040] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[  2020.040] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 5.0
[  2020.040] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 5.00
[  2020.040] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.150
[  2020.040] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[  2020.040] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[  2020.040] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[  2020.040] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[  2020.068] (--) SynPS/2 Synaptics TouchPad: touchpad found
[  2020.068] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[  2020.068] (II) No input driver/identifier specified (ignoring)
[  2026.472] (II) intel(0): EDID vendor "LPL", prod id 288
[  2026.472] (II) intel(0): Printing DDC gathered Modelines:
[  2026.472] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1328 1352 1416  800 803 809 816 -hsync -vsync (48.9 kHz)
[  2029.468] (II) intel(0): EDID vendor "LPL", prod id 288
[  2029.468] (II) intel(0): Printing DDC gathered Modelines:
[  2029.468] (II) intel(0): Modeline "1280x800"x0.0   69.30  1280 1328 1352 1416  800 803 809 816 -hsync -vsync (48.9 kHz)

 

 

 

 

Hope this helps

Thank you for your time

Edited by Trio3b
Link to comment
Share on other sites

One thing to try which I found while searching about the fbcon error. In your home directory, check to see if you have a .xinitrc file? If you have, delete it, or move it somewhere else so that it is not found in your home directory. This will be /home/username/.xinitrc, so move it to Documents or Downloads so that it won't be read.

 

Another alternative, is to go to /etc/X11 and rename xorg.conf to xorg.conf.backup so that xorg will then dynamically run and detect everything automatically.

 

Does your system work any better after that? If not, then the only thing next worth trying is opening a bug with PCLOS. But try moving that .xinitrc file first, see if any better. If not, rename the xorg.conf and restart and see if any better?

Link to comment
Share on other sites

there is no .xinitc file in home directory although there is an .xsession-errors (very long) file with excerpts here:

 


QDBusObjectPath: invalid path ""
X Error: BadValue (integer parameter out of range for operation) 2
 Major opcode: 102 (X_ChangeKeyboardControl)
 Resource id:  0xffffffb0
Invalid D-BUS member name 'idle-hint' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
Invalid D-BUS member name 'is-local' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
Invalid D-BUS member name 'x11-display-device' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
Invalid D-BUS member name 'x11-display' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
Invalid D-BUS member name 'display-device' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
Invalid D-BUS member name 'remote-host-name' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
Invalid D-BUS member name 'session-type' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
Invalid D-BUS member name 'unix-user' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.5'
OpenGL vendor string:                   Tungsten Graphics, Inc
OpenGL renderer string:                 Mesa DRI Mobile Intel® GM45 Express Chipset  x86/MMX/SSE2
OpenGL version string:                  2.1 Mesa 7.10.3
OpenGL shading language version string: 1.20
Driver:                                 Intel
GPU class:                              i965
OpenGL version:                         2.1
GLSL version:                           1.20
Mesa version:                           7.10.3
X server version:                       1.10.2
Linux kernel version:                   2.6.38
Direct rendering:                       yes
Requires strict binding:                yes
GLSL shaders:                           yes
Texture NPOT support:                   yes
QDBusObjectPath: invalid path ""
plasma-desktop(7386)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0) 
plasma-desktop(7386)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0) 
plasma-desktop(7386)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0) 
plasma-desktop(7386)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0) 
plasma-desktop(7386)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0) 
plasma-desktop(7386)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0) 
plasma-desktop(7386)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0) 
plasma-desktop(7386)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0) 
plasma-desktop(7386)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0) 
plasma-desktop(7386)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0) 
plasma-desktop(7386)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0) 
plasma-desktop(7386)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0) 
plasma-desktop(7386)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0) 
plasma-desktop(7386)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0) 
plasma-desktop(7386)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0) 
plasma-desktop(7386)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0) 
plasma-desktop(7386)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0) 
plasma-desktop(7386)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0) 
Object::connect: No such slot AbstractItemView::iconSettingsChanged()
plasma-desktop(7386)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0) 
plasma-desktop(7386)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0) 
plasma-desktop(7386)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0) 
link XMLID_34_ hasn't been detected!
link XMLID_34_ hasn't been detected!
link XMLID_36_ hasn't been detected!
plasma-desktop(7386)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0) 
"/usr/bin/kactivitymanagerd(7381)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
"/usr/bin/kactivitymanagerd(7381)" Soprano: "QLocalSocket::connectToServer: Invalid name"
"/usr/bin/kactivitymanagerd(7381)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
"/usr/bin/kactivitymanagerd(7381)" Soprano: "QLocalSocket::connectToServer: Invalid name"
"/usr/bin/kactivitymanagerd(7381)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
"/usr/bin/kactivitymanagerd(7381)" Soprano: "QLocalSocket::connectToServer: Invalid name"
Invalid D-BUS interface name 'org.kde.plasma-desktop.PlasmaApp' found while parsing introspection
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
plasma-desktop(7386)/libakonadi Akonadi::AgentManagerPrivate::createDBusInterface: AgentManager failed to get a valid AgentManager DBus interface. Error is: 1 "org.freedesktop.DBus.Error.NameHasNoOwner" "Could not get owner of name 'org.freedesktop.Akonadi.Control': no such name" 
plasma-desktop(7386)/libakonadi Akonadi::SessionPrivate::socketError: Socket error occurred: "QLocalSocket::connectToServer: Invalid name" 
plasma-desktop(7386)/libakonadi Akonadi::SessionPrivate::socketError: Socket error occurred: "QLocalSocket::connectToServer: Invalid name" 
search paths:  ("/usr/bin", "/bin", "/usr/local/bin", "/usr/X11R6/bin/", "/usr/games", "/usr/lib/kde4/libexec", "sbin", "/usr/sbin", "/usr/lib/qt4/bin", "/usr/bin", "/usr/sbin", "/usr/lib/kde4/libexec", "/bin", "/sbin", "/usr/X11R6/bin", "/usr/games", "/usr/local/bin", "/usr/local/sbin", "/home/mark/bin", "/usr/sbin", "/usr/local/sbin", "/usr/local/libexec", "/usr/libexec", "/opt/mysql/libexec", "/opt/local/lib/mysql5/bin", "/opt/mysql/sbin") 
Found mysql_install_db:  "/usr/bin/mysql_install_db" 
Found mysqlcheck:  "/usr/bin/mysqlcheck" 
plasma-desktop(7386)/libakonadi Akonadi::SessionPrivate::socketError: Socket error occurred: "QLocalSocket::connectToServer: Invalid name" 
akonadi.collectionattributetable                   OK
akonadi.collectionmimetyperelation                 OK
akonadi.collectionpimitemrelation                  OK
akonadi.collectiontable                            OK
akonadi.flagtable                                  OK
akonadi.mimetypetable                              OK
akonadi.parttable                                  OK
akonadi.pimitemflagrelation                        OK
akonadi.pimitemtable                               OK
akonadi.resourcetable                              OK
akonadi.schemaversiontable                         OK
mysql.columns_priv                                 OK
mysql.db                                           OK
mysql.event                                        OK
mysql.func                                         OK
mysql.general_log
Error    : You can't use locks with log tables.
status   : OK
mysql.help_category                                OK
mysql.help_keyword                                 OK
mysql.help_relation                                OK
mysql.help_topic                                   OK
mysql.host                                         OK
mysql.ndb_binlog_index                             OK
mysql.plugin                                       OK
mysql.proc                                         OK
mysql.procs_priv                                   OK
mysql.servers                                      OK
mysql.slow_log
Error    : You can't use locks with log tables.

 

The recommended procedure for regenerating xorg.conf is :

 

rm -f /etc/X11/xorg.conf

XFdrake --auto

reboot.

 

I have done this and gives the xorg.conf posted here. PCLOS forums have received only one or two replies and none over in xorg mailing lists.

 

I have had quite a bit of luck here being a long time MDV user so thought I would give it a go.If you think of anything else would appreciate it. Being a rolling release, I have been informed that there is no way to turn back the clock on this installation other than install from an slightly older .iso and hope for the best.

 

Thanks for your time

Link to comment
Share on other sites

I don't want you to generate a new one, let xorg auto-detect everything, so remove it so that it doesn't exist. The generated one might be causing all your problems.

Link to comment
Share on other sites

I don't want you to generate a new one, let xorg auto-detect everything, so remove it so that it doesn't exist. The generated one might be causing all your problems.

 

 

Will give that a go and let you know. It may take until this eve or tomorrow as I am building my own local repository from an earlier release and am d/ling quite a few packages from a mirror before it gets updated to the new pclos 2011 release.

 

Thank you

Edited by Trio3b
Link to comment
Share on other sites

OK renamed xorg.conf (xorg.conf does not exist in /etc/X11 anymore) and rebooted into 1024x768 which gave two black strips down each side. Then went to display properties and selected native resolution of 1280x800.logged out then into different user but was missing home and trash folder. Logged back out/in and there they are!

 

 

All looks normal! very nice. Am running GPU intensive stuff as I post. Will also leave unattended for periods and brush the touchpad or do simple drag and drops and I will try to crash this x configuration over the next day or so and get back to you. OpenGL screensavers in KDE display configuration still crash xserver (not during test but when I hit ESC) but that is not important. Stability is.

 

Read somewhere about not needing xorg.conf but didn't believe it until now! Why would this configuration work?

 

If you have any further instructions please let me know.

Thank you

Edited by Trio3b
Link to comment
Share on other sites

It works because xorg is auto-detecting stuff instead of being told what configuration to use with the generated xorg.conf you had previously. Chances are that XFdrake is generating you a bad xorg.conf which is what is causing your problems.

 

See how you go and let us know if everything is better.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...