LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux Mint (https://www.linuxquestions.org/questions/linux-mint-84/)
-   -   was given some commands to corrrect a network problem now i can't get in my computer (https://www.linuxquestions.org/questions/linux-mint-84/was-given-some-commands-to-corrrect-a-network-problem-now-i-cant-get-in-my-computer-4175424299/)

tbrownarcher 08-27-2012 05:13 PM

was given some commands to corrrect a network problem now i can't get in my computer
 
This is how i got into this trouble I'm not sure i did everything the right way so I'm certainly not blaming anyone....This is a link to the post i put on linux mint


http://forums.linuxmint.com/viewtopic.php?f=90&t=111035



I was having trouble with linux mint 13 netowrking ... someone recommended wicd and I tried it and it went well
I will have to come back and edit this but here is my present problem I can't get the X system to work I think ... I have access to the console or terminal is all. here is the result of typing X


nate@nate3 ~$ X
Fatal server error:
Server is already active for display 0
if this server isno longer running, remove /tmp/.X0-lock
and start again.
Please consult the X.org Foundation support
aaat http://wiki.x.org
for help
ddxSigGiveUp: Closing log


Thanks,
Nate

evo2 08-27-2012 05:39 PM

Hi,

it seems that X may already be running. To confirm, you can run
Code:

ps aux | grep X
If you don't understand the output of the above command please post it here on the forum.

Evo2.

snowday 08-27-2012 05:42 PM

Try pressing Ctrl+Alt+F7?

evo2 08-27-2012 05:45 PM

Hi,

ahh, ok, I see that you posted more information on the mint site. So, just to make sure I understand, you are saying that X will start, but that it will crash. Is this correct?

If so, please check the contents of /var/log/Xorg.0.log (or similar) and also ~/.xsession-errors

Evo2.

tbrownarcher 08-27-2012 07:39 PM

this is the result of what you asked me to run

ps aux | grep X
Root 973 -0.0 1.4 42908 14328 tty8 Ss 16:26 0:00 /usr/bin/X :0 -audit 0 -auth /var/lib/mdm/:0.Xauth -nolisten tcp vt8
nate 6827 0.0 0.0 4368 812 tty1 S+ 19:03 0:00 grep --grep --colour=auto

results of second thing you asked
/var/log/Xorg.0.log
-bash: /var/log/Xorg.0.log: Permission denied



results of ctrl alt f7 gave me a black screen other f keys gave a prompt that i can loginto and then get the normal prompt but all txt.

---------- Post added 08-27-12 at 07:40 PM ----------

thanks to you all for the help

thanks, Nate

evo2 08-27-2012 07:47 PM

Hi,

the output from ps indicates that X is running on vt8. Did you try Ctrl+Alt+F8?

You may need to use sudo to read files in /var/log/, but you will be able to read ~/.xsession-errors as yourself.

Evo2.

tbrownarcher 08-27-2012 08:36 PM

ctrl alt f8 gives me a black screen with no prompt.

sudo /var/command not found
~./xsession-errors
-bash: /home/nate/: Permission denied


prompt ~/ home/nate:
-bash: /home/nate/: is a directory

evo2 08-27-2012 08:46 PM

Quote:

Originally Posted by tbrownarcher (Post 4765959)
ctrl alt f8 gives me a black screen with no prompt.

Ok, so it seems that so X is running but it has locked up.

Quote:

sudo /var/command not found
~./xsession-errors
-bash: /home/nate/: Permission denied

prompt ~/ home/nate:
-bash: /home/nate/: is a directory
Three problems here.

1. You want "/var/log/Xorg.0.log", not "/var/command".
2. You want "~/.xsession-errors" not "~./xsession-errors"
3. These are text files, that you should read by opening in a pager like "less" or upload to the forum.
Eg.
Code:

sudo less /var/log/Xorg.0.log
less ~/.xsession-errors

You can scroll in less using the arrow or pgup, pgdn keys, and can quit by pressing "q".

Evo2.

tbrownarcher 08-27-2012 09:38 PM

have to shorten this.

less ~/.xsession-errors
/etc/mdm/Xsession: Beginning session setup...
localuser:nate being added to access control list
Setting IM through im-switch for locale=en_US.
Start IM through /etc/etc/X11/xinit/xinput.d/all_ALL linked to /etc/X11/xinit/xinput.d/default.
Failed to connect to the virtualbox Kernel service

last line 4 times then
--
and no prompt


the other is such a long file and i would havce to type it into this screen on this computer ... can't cut and paste. only a txt window
it scrolled up the top of the screen i can't even see it at all ... anything i can look for and i page up and down ... won't scroll

evo2 08-27-2012 09:49 PM

Hi,

there is nothing that looks suspicious in your ~/.xsession-errors file (except that you may have upgraded your kernel since setting up virtualobx).

It's going to be really tough to understand the problem without the Xorg.0.log file. Basically we would just be guessing.
I think you either need to transfer the file to another machine or use a text based webbrowser (such as lynx, w3m or links) to upload it to the forum directly from your ubuntu machine.
One other option is to boot from a live CD (or usb stick), mount the relevant partition on your harddrive and get to the log file that way.

Evo2.

tbrownarcher 08-27-2012 10:10 PM

don't havce any clue how to transfer it to another machine . it's not on a network and i don't know how to get it there and don't know how to run a text based browser though in the past i have done so but very minimallly. maybe this would be a very good lesson but then maybe it wouild be just as easy to reinstall.... sheesh ... I'm looking through the /var/log/Xorg.0.log but i don't havec any idea idea what i'm looking at it wouild take me a month to type it in and that not accurately

thanks,
Nate

sag47 08-27-2012 10:23 PM

Type in? Why don't you just mount a flash drive and copy the log to it. Then once you have that, take it to another computer which has internet and a GUI and just copy and paste or attach the file?

Here's some hints about how you can go about doing it. Log in as root user, since you're on Ubuntu do the following.
Code:

sudo su -
Once you're root plug in your flash drive. After you plug in run the dmesg command.
Code:

dmesg
You should see information about a drive being connected and some letters identifying it (for example sda, sdb, or sdc, etc.). Once you know the drive name it's time to look up the partition name. In my case I'll say my flash drive is sdb.

Code:

fdisk -l | grep sdb
That is "fdisk minus ell as in L". Once you have the partition name, in my case it would be /dev/sdb1, then you can mount it.
Code:

mkdir /mnt/flashdrive
mount /dev/sdb1 /mnt/flashdrive
cp /var/log/Xorg.0.log /mnt/flashdrive/
umount /mnt/flashdrive

Essentially what we did was mount the flash drive, copy the log file, and then unmount the flash drive. Once the flash drive is unmounted you can unplug it and take it to another computer.

It is better to learn than to reinstall so keep up the good work!

evo2 08-27-2012 10:26 PM

Hi,

if this machine has a wired connection it should be trivial to get it on the network. If you are using wireless it is still pretty easy. All you will really need to do is edit a few lines in a text editor.

Evo2.

tbrownarcher 08-27-2012 10:55 PM

ok i'm headed to bed ... thanks be back tomorrow :>)

tbrownarcher 08-28-2012 12:10 AM

My wife went to bed which leaves me the laptop so I'm still here I just copied or should havce copied the files to the flashdrive. how do i get it over here ???? on the laptop i can be in ubuntu or windows
i'm in windows right now i'll try this ....i could do it in windows but it's not columnized probably pretty hard to read so im goin to ubuntu

tbrownarcher 08-28-2012 12:28 AM

hope it's not too long for this reply couldn't do it in quick reply
Here it is

[quote][ 14.985]
X.Org X Server 1.11.3
Release Date: 2011-12-16
[ 14.985] X Protocol Version 11, Revision 0
[ 14.985] Build Operating System: Linux 2.6.24-29-server i686 Ubuntu
[ 14.985] Current Operating System: Linux nate3 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:41:14 UTC 2012 i686
[ 14.985] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic root=UUID=2c730cfc-9d0c-4145-abb4-5979e46363c6 ro quiet splash vt.handoff=7
[ 14.985] Build Date: 04 April 2012 11:58:38PM
[ 14.985] xorg-server 2:1.11.4-0ubuntu10 (For technical support please see http://www.ubuntu.com/support)
[ 14.985] Current version of pixman: 0.24.4
[ 14.985] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 14.985] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 14.985] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug 27 16:26:24 2012
[ 15.002] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 15.003] (==) No Layout section. Using the first Screen section.
[ 15.003] (==) No screen section available. Using defaults.
[ 15.003] (**) |-->Screen "Default Screen Section" (0)
[ 15.003] (**) | |-->Monitor "<default monitor>"
[ 15.003] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 15.003] (==) Automatically adding devices
[ 15.003] (==) Automatically enabling devices
[ 15.005] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 15.005] Entry deleted from font path.
[ 15.005] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 15.005] Entry deleted from font path.
[ 15.005] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 15.005] Entry deleted from font path.
[ 15.005] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 15.005] Entry deleted from font path.
[ 15.005] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 15.005] Entry deleted from font path.
[ 15.005] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[ 15.005] Entry deleted from font path.
[ 15.005] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
built-ins
[ 15.005] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[ 15.005] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 15.005] (II) Loader magic: 0xb775a0
[ 15.005] (II) Module ABI versions:
[ 15.005] X.Org ANSI C Emulation: 0.4
[ 15.005] X.Org Video Driver: 11.0
[ 15.005] X.Org XInput driver : 16.0
[ 15.005] X.Org Server Extension : 6.0
[ 15.006] (--) PCI:*(0:0:2:0) 8086:2992:17aa:1011 rev 2, Mem @ 0xd0000000/1048576, 0xc0000000/268435456, I/O @ 0x00003400/8
[ 15.006] (II) Open ACPI successful (/var/run/acpid.socket)
[ 15.006] (II) LoadModule: "extmod"
[ 15.066] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 15.066] (II) Module extmod: vendor="X.Org Foundation"
[ 15.066] compiled for 1.11.3, module version = 1.0.0
[ 15.067] Module class: X.Org Server Extension
[ 15.067] ABI class: X.Org Server Extension, version 6.0
[ 15.067] (II) Loading extension MIT-SCREEN-SAVER
[ 15.067] (II) Loading extension XFree86-VidModeExtension
[ 15.067] (II) Loading extension XFree86-DGA
[ 15.067] (II) Loading extension DPMS
[ 15.067] (II) Loading extension XVideo
[ 15.067] (II) Loading extension XVideo-MotionCompensation
[ 15.067] (II) Loading extension X-Resource
[ 15.067] (II) LoadModule: "dbe"
[ 15.067] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 15.067] (II) Module dbe: vendor="X.Org Foundation"
[ 15.067] compiled for 1.11.3, module version = 1.0.0
[ 15.067] Module class: X.Org Server Extension
[ 15.067] ABI class: X.Org Server Extension, version 6.0
[ 15.067] (II) Loading extension DOUBLE-BUFFER
[ 15.067] (II) LoadModule: "glx"
[ 15.068] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 15.068] (II) Module glx: vendor="X.Org Foundation"
[ 15.068] compiled for 1.11.3, module version = 1.0.0
[ 15.068] ABI class: X.Org Server Extension, version 6.0
[ 15.068] (==) AIGLX enabled
[ 15.068] (II) Loading extension GLX
[ 15.068] (II) LoadModule: "record"
[ 15.068] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 15.068] (II) Module record: vendor="X.Org Foundation"
[ 15.068] compiled for 1.11.3, module version = 1.13.0
[ 15.068] Module class: X.Org Server Extension
[ 15.068] ABI class: X.Org Server Extension, version 6.0
[ 15.068] (II) Loading extension RECORD
[ 15.068] (II) LoadModule: "dri"
[ 15.069] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 15.069] (II) Module dri: vendor="X.Org Foundation"
[ 15.069] compiled for 1.11.3, module version = 1.0.0
[ 15.069] ABI class: X.Org Server Extension, version 6.0
[ 15.069] (II) Loading extension XFree86-DRI
[ 15.069] (II) LoadModule: "dri2"
[ 15.069] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 15.070] (II) Module dri2: vendor="X.Org Foundation"
[ 15.070] compiled for 1.11.3, module version = 1.2.0
[ 15.070] ABI class: X.Org Server Extension, version 6.0
[ 15.070] (II) Loading extension DRI2
[ 15.070] (==) Matched intel as autoconfigured driver 0
[ 15.070] (==) Matched vesa as autoconfigured driver 1
[ 15.070] (==) Matched fbdev as autoconfigured driver 2
[ 15.070] (==) Assigned the driver to the xf86ConfigLayout
[ 15.070] (II) LoadModule: "intel"
[ 15.070] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 15.070] (II) Module intel: vendor="X.Org Foundation"
[ 15.070] compiled for 1.11.3, module version = 2.17.0
[ 15.070] Module class: X.Org Video Driver
[ 15.070] ABI class: X.Org Video Driver, version 11.0
[ 15.070] (II) LoadModule: "vesa"
[ 15.071] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 15.071] (II) Module vesa: vendor="X.Org Foundation"
[ 15.071] compiled for 1.11.3, module version = 2.3.0
[ 15.071] Module class: X.Org Video Driver
[ 15.071] ABI class: X.Org Video Driver, version 11.0
[ 15.071] (II) LoadModule: "fbdev"
[ 15.071] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 15.071] (II) Module fbdev: vendor="X.Org Foundation"
[ 15.071] compiled for 1.11.3, module version = 0.4.2
[ 15.071] ABI class: X.Org Video Driver, version 11.0
[ 15.071] (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 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
[ 15.072] (II) VESA: driver for VESA chipsets: vesa
[ 15.072] (II) FBDEV: driver for framebuffer: fbdev
[ 15.072] (++) using VT number 8

[ 15.103] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 15.103] (WW) Falling back to old probe method for vesa
[ 15.103] (WW) Falling back to old probe method for fbdev
[ 15.103] (II) Loading sub module "fbdevhw"
[ 15.103] (II) LoadModule: "fbdevhw"
[ 15.104] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 15.104] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 15.104] compiled for 1.11.3, module version = 0.0.2
[ 15.104] ABI class: X.Org Video Driver, version 11.0
[ 15.104] drmOpenDevice: node name is /dev/dri/card0
[ 15.104] drmOpenDevice: open result is 9, (OK)
[ 15.104] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 15.104] drmOpenDevice: node name is /dev/dri/card0
[ 15.104] drmOpenDevice: open result is 9, (OK)
[ 15.104] drmOpenByBusid: drmOpenMinor returns 9
[ 15.104] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 15.104] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 15.104] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 15.104] (==) intel(0): RGB weight 888
[ 15.104] (==) intel(0): Default visual is TrueColor
[ 15.104] (II) intel(0): Integrated Graphics Chipset: Intel(R) 965Q
[ 15.104] (--) intel(0): Chipset: "965Q"
[ 15.104] (**) intel(0): Relaxed fencing enabled
[ 15.104] (**) intel(0): Wait on SwapBuffers? enabled
[ 15.104] (**) intel(0): Triple buffering? enabled
[ 15.104] (**) intel(0): Framebuffer tiled
[ 15.104] (**) intel(0): Pixmaps tiled
[ 15.104] (**) intel(0): 3D buffers tiled
[ 15.104] (**) intel(0): SwapBuffers wait enabled
[ 15.104] (==) intel(0): video overlay key set to 0x101fe
[ 15.172] (II) intel(0): Output VGA1 has no monitor section
[ 15.240] (II) intel(0): EDID for output VGA1
[ 15.240] (II) intel(0): Manufacturer: ACR Model: 7 Serial#: 2184227849
[ 15.240] (II) intel(0): Year: 2008 Week: 23
[ 15.240] (II) intel(0): EDID Version: 1.3
[ 15.240] (II) intel(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
[ 15.240] (II) intel(0): Sync: Separate
[ 15.240] (II) intel(0): Max Image Size [cm]: horiz.: 43 vert.: 27
[ 15.240] (II) intel(0): Gamma: 2.20
[ 15.240] (II) intel(0): DPMS capabilities: Off; RGB/Color Display
[ 15.240] (II) intel(0): First detailed timing is preferred mode
[ 15.240] (II) intel(0): redX: 0.640 redY: 0.352 greenX: 0.287 greenY: 0.628
[ 15.240] (II) intel(0): blueX: 0.144 blueY: 0.075 whiteX: 0.312 whiteY: 0.328
[ 15.240] (II) intel(0): Supported established timings:
[ 15.240] (II) intel(0): 720x400@70Hz
[ 15.240] (II) intel(0): 640x480@60Hz
[ 15.240] (II) intel(0): 640x480@67Hz
[ 15.240] (II) intel(0): 640x480@72Hz
[ 15.240] (II) intel(0): 640x480@75Hz
[ 15.240] (II) intel(0): 800x600@56Hz
[ 15.240] (II) intel(0): 800x600@60Hz
[ 15.240] (II) intel(0): 800x600@72Hz
[ 15.240] (II) intel(0): 800x600@75Hz
[ 15.240] (II) intel(0): 832x624@75Hz
[ 15.240] (II) intel(0): 1024x768@60Hz
[ 15.240] (II) intel(0): 1024x768@70Hz
[ 15.240] (II) intel(0): 1024x768@75Hz
[ 15.240] (II) intel(0): 1280x1024@75Hz
[ 15.240] (II) intel(0): Manufacturer's mask: 0
[ 15.240] (II) intel(0): Supported standard timings:
[ 15.240] (II) intel(0): #0: hsize: 1024 vsize 768 refresh: 72 vid: 19553
[ 15.240] (II) intel(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 15.240] (II) intel(0): #2: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 15.240] (II) intel(0): #3: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 15.240] (II) intel(0): Supported detailed timing:
[ 15.240] (II) intel(0): clock: 119.0 MHz Image Size: 430 x 270 mm
[ 15.240] (II) intel(0): h_active: 1680 h_sync: 1728 h_sync_end 1760 h_blank_end 1840 h_border: 0
[ 15.240] (II) intel(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1080 v_border: 0
[ 15.240] (II) intel(0): Serial No: LAR080454220
[ 15.240] (II) intel(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 83 kHz, PixClock max 175 MHz
[ 15.240] (II) intel(0): Monitor name: Acer P201W
[ 15.240] (II) intel(0): EDID (in hex):
[ 15.240] (II) intel(0): 00ffffffffffff000472070009ac3082
[ 15.241] (II) intel(0): 17120103682b1b782acbd0a35a49a024
[ 15.241] (II) intel(0): 135054bfef00614c8180a940b3000101
[ 15.241] (II) intel(0): 0101010101017c2e90a0601a1e403020
[ 15.241] (II) intel(0): 3600ae0e1100001a000000ff004c4152
[ 15.241] (II) intel(0): 3038303435343232300a000000fd0038
[ 15.241] (II) intel(0): 4b1f5311000a202020202020000000fc
[ 15.241] (II) intel(0): 00416365722050323031570a20200091
[ 15.241] (II) intel(0): EDID vendor "ACR", prod id 7
[ 15.241] (II) intel(0): Using EDID range info for horizontal sync
[ 15.241] (II) intel(0): Using EDID range info for vertical refresh
[ 15.241] (II) intel(0): Printing DDC gathered Modelines:
[ 15.241] (II) intel(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 15.241] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 15.241] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 15.241] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 15.241] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 15.241] (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 15.241] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 15.241] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 15.241] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 15.241] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 15.241] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 15.241] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 15.241] (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 15.241] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 15.241] (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 15.241] (II) intel(0): Modeline "1024x768"x72.0 78.43 1024 1080 1192 1360 768 769 772 801 -hsync +vsync (57.7 kHz)
[ 15.241] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 15.241] (II) intel(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 15.241] (II) intel(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[ 15.241] (II) intel(0): Printing probed modes for output VGA1
[ 15.241] (II) intel(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)

tbrownarcher 08-28-2012 12:38 AM


[ 15.241] (II) intel(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 15.241] (II) intel(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 15.241] (II) intel(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 15.241] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 15.241] (II) intel(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
[ 15.241] (II) intel(0): Modeline "1024x768"x72.0 78.44 1024 1080 1192 1360 768 769 772 801 -hsync +vsync (57.7 kHz)
[ 15.241] (II) intel(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 15.241] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 15.241] (II) intel(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 15.241] (II) intel(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 15.241] (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 15.241] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 15.241] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 15.241] (II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
[ 15.241] (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 15.242] (II) intel(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 15.242] (II) intel(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 15.242] (II) intel(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 15.242] (II) intel(0): Output VGA1 connected
[ 15.242] (II) intel(0): Using exact sizes for initial modes
[ 15.242] (II) intel(0): Output VGA1 using initial mode 1680x1050
[ 15.242] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 15.242] (II) intel(0): Kernel page flipping support detected, enabling
[ 15.242] (**) intel(0): Display dimensions: (430, 270) mm
[ 15.242] (**) intel(0): DPI set to (99, 98)
[ 15.242] (II) Loading sub module "fb"
[ 15.242] (II) LoadModule: "fb"
[ 15.242] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 15.242] (II) Module fb: vendor="X.Org Foundation"
[ 15.242] compiled for 1.11.3, module version = 1.0.0
[ 15.242] ABI class: X.Org ANSI C Emulation, version 0.4
[ 15.242] (II) Loading sub module "dri2"
[ 15.242] (II) LoadModule: "dri2"
[ 15.243] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 15.243] (II) Module dri2: vendor="X.Org Foundation"
[ 15.243] compiled for 1.11.3, module version = 1.2.0
[ 15.243] ABI class: X.Org Server Extension, version 6.0
[ 15.243] (II) UnloadModule: "vesa"
[ 15.243] (II) Unloading vesa
[ 15.243] (II) UnloadModule: "fbdev"
[ 15.243] (II) Unloading fbdev
[ 15.243] (II) UnloadModule: "fbdevhw"
[ 15.243] (II) Unloading fbdevhw
[ 15.243] (==) Depth 24 pixmap format is 32 bpp
[ 15.243] (II) intel(0): [DRI2] Setup complete
[ 15.243] (II) intel(0): [DRI2] DRI driver: i965
[ 15.243] (II) intel(0): Allocated new frame buffer 1728x1050 stride 7168, tiled
[ 15.257] (II) UXA(0): Driver registered support for the following operations:
[ 15.257] (II) solid
[ 15.257] (II) copy
[ 15.257] (II) composite (RENDER acceleration)
[ 15.257] (II) put_image
[ 15.257] (II) get_image
[ 15.257] (==) intel(0): Backing store disabled
[ 15.257] (==) intel(0): Silken mouse enabled
[ 15.257] (II) intel(0): Initializing HW Cursor
[ 15.288] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 15.288] (==) intel(0): DPMS enabled
[ 15.288] (==) intel(0): Intel XvMC decoder enabled
[ 15.288] (II) intel(0): Set up textured video
[ 15.288] (II) intel(0): Set up overlay video
[ 15.288] (II) intel(0): [XvMC] i965_xvmc driver initialized.
[ 15.288] (II) intel(0): direct rendering: DRI2 Enabled
[ 15.288] (==) intel(0): hotplug detection: "enabled"
[ 15.288] (--) RandR disabled
[ 15.288] (II) Initializing built-in extension Generic Event Extension
[ 15.288] (II) Initializing built-in extension SHAPE
[ 15.288] (II) Initializing built-in extension MIT-SHM
[ 15.288] (II) Initializing built-in extension XInputExtension
[ 15.288] (II) Initializing built-in extension XTEST
[ 15.288] (II) Initializing built-in extension BIG-REQUESTS
[ 15.288] (II) Initializing built-in extension SYNC
[ 15.288] (II) Initializing built-in extension XKEYBOARD
[ 15.288] (II) Initializing built-in extension XC-MISC
[ 15.288] (II) Initializing built-in extension SECURITY
[ 15.288] (II) Initializing built-in extension XINERAMA
[ 15.288] (II) Initializing built-in extension XFIXES
[ 15.288] (II) Initializing built-in extension RENDER
[ 15.288] (II) Initializing built-in extension RANDR
[ 15.288] (II) Initializing built-in extension COMPOSITE
[ 15.288] (II) Initializing built-in extension DAMAGE
[ 15.306] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 15.599] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 15.599] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 15.599] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 15.599] (II) AIGLX: Loaded and initialized i965
[ 15.599] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 15.600] (II) intel(0): Setting screen physical size to 444 x 277
[ 15.611] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[ 15.615] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 15.615] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 15.615] (II) LoadModule: "evdev"
[ 15.616] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 15.616] (II) Module evdev: vendor="X.Org Foundation"
[ 15.616] compiled for 1.11.3, module version = 2.7.0
[ 15.616] Module class: X.Org XInput Driver
[ 15.616] ABI class: X.Org XInput driver, version 16.0
[ 15.616] (II) Using input driver 'evdev' for 'Power Button'
[ 15.616] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 15.616] (**) Power Button: always reports core events
[ 15.616] (**) evdev: Power Button: Device: "/dev/input/event1"
[ 15.616] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 15.616] (--) evdev: Power Button: Found keys
[ 15.616] (II) evdev: Power Button: Configuring as keyboard
[ 15.616] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 15.616] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 15.616] (**) Option "xkb_rules" "evdev"
[ 15.616] (**) Option "xkb_model" "pc105"
[ 15.616] (**) Option "xkb_layout" "us"
[ 15.617] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[ 15.617] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 15.617] (II) Using input driver 'evdev' for 'Video Bus'
[ 15.617] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 15.617] (**) Video Bus: always reports core events
[ 15.617] (**) evdev: Video Bus: Device: "/dev/input/event2"
[ 15.617] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 15.617] (--) evdev: Video Bus: Found keys
[ 15.617] (II) evdev: Video Bus: Configuring as keyboard
[ 15.617] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:00/input/input2/event2"
[ 15.617] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 15.617] (**) Option "xkb_rules" "evdev"
[ 15.617] (**) Option "xkb_model" "pc105"
[ 15.617] (**) Option "xkb_layout" "us"
[ 15.618] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 15.618] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 15.618] (II) Using input driver 'evdev' for 'Power Button'
[ 15.618] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 15.618] (**) Power Button: always reports core events
[ 15.618] (**) evdev: Power Button: Device: "/dev/input/event0"
[ 15.618] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 15.618] (--) evdev: Power Button: Found keys
[ 15.618] (II) evdev: Power Button: Configuring as keyboard
[ 15.618] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/PNP0C0C:00/input/input0/event0"
[ 15.618] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 15.618] (**) Option "xkb_rules" "evdev"
[ 15.618] (**) Option "xkb_model" "pc105"
[ 15.618] (**) Option "xkb_layout" "us"
[ 50.554] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:1025 (/dev/input/mouse0)
[ 50.554] (II) No input driver specified, ignoring this device.
[ 50.554] (II) This device may have been added with another device file.
[ 50.555] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:1025 (/dev/input/event3)
[ 50.555] (**) Logitech Unifying Device. Wireless PID:1025: Applying InputClass "evdev pointer catchall"
[ 50.555] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:1025'
[ 50.555] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 50.555] (**) Logitech Unifying Device. Wireless PID:1025: always reports core events
[ 50.555] (**) evdev: Logitech Unifying Device. Wireless PID:1025: Device: "/dev/input/event3"
[ 50.555] (--) evdev: Logitech Unifying Device. Wireless PID:1025: Vendor 0x46d Product 0xc52b
[ 50.555] (--) evdev: Logitech Unifying Device. Wireless PID:1025: Found 20 mouse buttons
[ 50.555] (--) evdev: Logitech Unifying Device. Wireless PID:1025: Found scroll wheel(s)
[ 50.555] (--) evdev: Logitech Unifying Device. Wireless PID:1025: Found relative axes
[ 50.555] (--) evdev: Logitech Unifying Device. Wireless PID:1025: Found x and y relative axes
[ 50.555] (II) evdev: Logitech Unifying Device. Wireless PID:1025: Configuring as mouse
[ 50.555] (II) evdev: Logitech Unifying Device. Wireless PID:1025: Adding scrollwheel support
[ 50.555] (**) evdev: Logitech Unifying Device. Wireless PID:1025: YAxisMapping: buttons 4 and 5
[ 50.555] (**) evdev: Logitech Unifying Device. Wireless PID:1025: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 50.555] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.2/0003:046D:C52B.0003/input/input3/event3"
[ 50.555] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:1025" (type: MOUSE, id 9)
[ 50.555] (II) evdev: Logitech Unifying Device. Wireless PID:1025: initialized for relative axes.
[ 50.555] (**) Logitech Unifying Device. Wireless PID:1025: (accel) keeping acceleration scheme 1
[ 50.555] (**) Logitech Unifying Device. Wireless PID:1025: (accel) acceleration profile 0
[ 50.555] (**) Logitech Unifying Device. Wireless PID:1025: (accel) acceleration factor: 2.000
[ 50.556] (**) Logitech Unifying Device. Wireless PID:1025: (accel) acceleration threshold: 4
[ 50.560] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:200a (/dev/input/event4)
[ 50.560] (**) Logitech Unifying Device. Wireless PID:200a: Applying InputClass "evdev keyboard catchall"
[ 50.560] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:200a'
[ 50.560] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 50.560] (**) Logitech Unifying Device. Wireless PID:200a: always reports core events
[ 50.560] (**) evdev: Logitech Unifying Device. Wireless PID:200a: Device: "/dev/input/event4"
[ 50.560] (--) evdev: Logitech Unifying Device. Wireless PID:200a: Vendor 0x46d Product 0xc52b
[ 50.560] (--) evdev: Logitech Unifying Device. Wireless PID:200a: Found 1 mouse buttons
[ 50.560] (--) evdev: Logitech Unifying Device. Wireless PID:200a: Found scroll wheel(s)
[ 50.560] (--) evdev: Logitech Unifying Device. Wireless PID:200a: Found relative axes
[ 50.560] (II) evdev: Logitech Unifying Device. Wireless PID:200a: Forcing relative x/y axes to exist.
[ 50.560] (--) evdev: Logitech Unifying Device. Wireless PID:200a: Found absolute axes
[ 50.560] (II) evdev: Logitech Unifying Device. Wireless PID:200a: Forcing absolute x/y axes to exist.
[ 50.560] (--) evdev: Logitech Unifying Device. Wireless PID:200a: Found keys
[ 50.560] (II) evdev: Logitech Unifying Device. Wireless PID:200a: Configuring as mouse
[ 50.560] (II) evdev: Logitech Unifying Device. Wireless PID:200a: Configuring as keyboard
[ 50.560] (II) evdev: Logitech Unifying Device. Wireless PID:200a: Adding scrollwheel support
[ 50.560] (**) evdev: Logitech Unifying Device. Wireless PID:200a: YAxisMapping: buttons 4 and 5
[ 50.560] (**) evdev: Logitech Unifying Device. Wireless PID:200a: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 50.560] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.2/0003:046D:C52B.0003/input/input4/event4"
[ 50.560] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:200a" (type: KEYBOARD, id 10)
[ 50.560] (**) Option "xkb_rules" "evdev"
[ 50.560] (**) Option "xkb_model" "pc105"
[ 50.560] (**) Option "xkb_layout" "us"
[ 50.561] (II) evdev: Logitech Unifying Device. Wireless PID:200a: initialized for relative axes.
[ 50.561] (WW) evdev: Logitech Unifying Device. Wireless PID:200a: ignoring absolute axes.
[ 50.561] (**) Logitech Unifying Device. Wireless PID:200a: (accel) keeping acceleration scheme 1
[ 50.561] (**) Logitech Unifying Device. Wireless PID:200a: (accel) acceleration profile 0
[ 50.561] (**) Logitech Unifying Device. Wireless PID:200a: (accel) acceleration factor: 2.000
[ 50.561] (**) Logitech Unifying Device. Wireless PID:200a: (accel) acceleration threshold: 4
[ 79.368] (II) XKB: reuse xkmfile /var/lib/xkb/server-03AF3717FF3AB439A4BAABA686CCB40771CDF520.xkm
[ 171.292] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 11383.594] (II) Open ACPI successful (/var/run/acpid.socket)
[ 11383.594] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 11383.680] (II) intel(0): EDID vendor "ACR", prod id 7
[ 11383.680] (II) intel(0): Using hsync ranges from config file
[ 11383.680] (II) intel(0): Using vrefresh ranges from config file
[ 11383.680] (II) intel(0): Printing DDC gathered Modelines:
[ 11383.680] (II) intel(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 11383.680] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 11383.680] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 11383.680] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 11383.680] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 11383.680] (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 11383.681] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 11383.681] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 11383.681] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 11383.681] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 11383.681] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 11383.681] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 11383.681] (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 11383.681] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 11383.681] (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 11383.681] (II) intel(0): Modeline "1024x768"x72.0 78.43 1024 1080 1192 1360 768 769 772 801 -hsync +vsync (57.7 kHz)
[ 11383.681] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 11383.681] (II) intel(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 11383.681] (II) intel(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[ 11389.296] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 11401.140] (II) Open ACPI successful (/var/run/acpid.socket)
[ 11401.140] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 11401.228] (II) intel(0): EDID vendor "ACR", prod id 7
[ 11401.228] (II) intel(0): Using hsync ranges from config file
[ 11401.228] (II) intel(0): Using vrefresh ranges from config file
[ 11401.228] (II) intel(0): Printing DDC gathered Modelines:
[ 11401.228] (II) intel(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 11401.228] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 11401.228] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 11401.228] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 11401.228] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 11401.228] (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 11401.228] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 11401.228] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 11401.228] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 11401.228] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 11401.229] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 11401.229] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 11401.229] (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 11401.229] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 11401.229] (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 11401.229] (II) intel(0): Modeline "1024x768"x72.0 78.43 1024 1080 1192 1360 768 769 772 801 -hsync +vsync (57.7 kHz)
[ 11401.229] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 11401.229] (II) intel(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 11401.229] (II) intel(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[ 11403.620] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 14034.672] (II) Open ACPI successful (/var/run/acpid.socket)
[ 14034.672] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 14034.760] (II) intel(0): EDID vendor "ACR", prod id 7
[ 14034.760] (II) intel(0): Using hsync ranges from config file
[ 14034.760] (II) intel(0): Using vrefresh ranges from config file
[ 14034.760] (II) intel(0): Printing DDC gathered Modelines:
[ 14034.760] (II) intel(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 14034.760] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 14034.760] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 14034.760] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 14034.760] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 14034.760] (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 14034.760] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 14034.761] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 14034.761] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 14034.761] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 14034.761] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 14034.761] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 14034.761] (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 14034.761] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 14034.761] (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 14034.761] (II) intel(0): Modeline "1024x768"x72.0 78.43 1024 1080 1192 1360 768 769 772 801 -hsync +vsync (57.7 kHz)
[ 14034.761] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 14034.761] (II) intel(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 14034.761] (II) intel(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[ 14170.580] (II) AIGLX: Suspending AIGLX clients for VT switch[/quote]

sag47 08-28-2012 12:40 AM

*Attach* the file. You don't need to create posts like that. At the very least post it inside of CODE markup.

evo2 08-28-2012 12:48 AM

Hi,

I hope you don't have work in the morning!

Well, I'm sorry to say that I don't see any errors in that log file. I'm wondering if that really corresponds to when X11 locked up. In ubuntu you can see the time stamp on the log file (last time it was written to or modified), by using the -l option with ls. For example:
Code:

ls -l /var/log/Xorg.0.log
If there is an error about permissions, use sudo. Ie
Code:

sudo ls -l /var/log/Xorg.0.log
You can look for other related logfiles with the following command
Code:

ls -l /var/log/Xorg*.log*
Basically you need to try to find one that corresponds to when there was a problem. An easy way to do this may be to restart X and wait for it to bork. However, the "correct" way to restart X will depend on what release of Ubuntu you are using. From some of the dates reported in the log file you appear to be running 12.04. A quick search indicates that 12.04 uses lightdm as the display manager, so you should be able to restart X11 with the following command:
Code:

sudo service lightdm restart
Hopefully with this/these procedures we can get a log file that contains the error that causes the X11 problem.

Evo2.

tbrownarcher 08-28-2012 12:49 AM

[quote][ 14.985]
X.Org X Server 1.11.3
Release Date: 2011-12-16
[ 14.985] X Protocol Version 11, Revision 0
[ 14.985] Build Operating System: Linux 2.6.24-29-server i686 Ubuntu
[ 14.985] Current Operating System: Linux nate3 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:41:14 UTC 2012 i686
[ 14.985] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic root=UUID=2c730cfc-9d0c-4145-abb4-5979e46363c6 ro quiet splash vt.handoff=7
[ 14.985] Build Date: 04 April 2012 11:58:38PM
[ 14.985] xorg-server 2:1.11.4-0ubuntu10 (For technical support please see http://www.ubuntu.com/support)
[ 14.985] Current version of pixman: 0.24.4
[ 14.985] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 14.985] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 14.985] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug 27 16:26:24 2012
[ 15.002] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 15.003] (==) No Layout section. Using the first Screen section.
[ 15.003] (==) No screen section available. Using defaults.
[ 15.003] (**) |-->Screen "Default Screen Section" (0)
[ 15.003] (**) | |-->Monitor "<default monitor>"
[ 15.003] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 15.003] (==) Automatically adding devices
[ 15.003] (==) Automatically enabling devices
[ 15.005] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 15.005] Entry deleted from font path.
[ 15.005] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 15.005] Entry deleted from font path.
[ 15.005] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 15.005] Entry deleted from font path.
[ 15.005] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 15.005] Entry deleted from font path.
[ 15.005] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 15.005] Entry deleted from font path.
[ 15.005] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[ 15.005] Entry deleted from font path.
[ 15.005] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
built-ins
[ 15.005] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[ 15.005] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 15.005] (II) Loader magic: 0xb775a0
[ 15.005] (II) Module ABI versions:
[ 15.005] X.Org ANSI C Emulation: 0.4
[ 15.005] X.Org Video Driver: 11.0
[ 15.005] X.Org XInput driver : 16.0
[ 15.005] X.Org Server Extension : 6.0
[ 15.006] (--) PCI:*(0:0:2:0) 8086:2992:17aa:1011 rev 2, Mem @ 0xd0000000/1048576, 0xc0000000/268435456, I/O @ 0x00003400/8
[ 15.006] (II) Open ACPI successful (/var/run/acpid.socket)
[ 15.006] (II) LoadModule: "extmod"
[ 15.066] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 15.066] (II) Module extmod: vendor="X.Org Foundation"
[ 15.066] compiled for 1.11.3, module version = 1.0.0
[ 15.067] Module class: X.Org Server Extension
[ 15.067] ABI class: X.Org Server Extension, version 6.0
[ 15.067] (II) Loading extension MIT-SCREEN-SAVER
[ 15.067] (II) Loading extension XFree86-VidModeExtension
[ 15.067] (II) Loading extension XFree86-DGA
[ 15.067] (II) Loading extension DPMS
[ 15.067] (II) Loading extension XVideo
[ 15.067] (II) Loading extension XVideo-MotionCompensation
[ 15.067] (II) Loading extension X-Resource
[ 15.067] (II) LoadModule: "dbe"
[ 15.067] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 15.067] (II) Module dbe: vendor="X.Org Foundation"
[ 15.067] compiled for 1.11.3, module version = 1.0.0
[ 15.067] Module class: X.Org Server Extension
[ 15.067] ABI class: X.Org Server Extension, version 6.0
[ 15.067] (II) Loading extension DOUBLE-BUFFER
[ 15.067] (II) LoadModule: "glx"
[ 15.068] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 15.068] (II) Module glx: vendor="X.Org Foundation"
[ 15.068] compiled for 1.11.3, module version = 1.0.0
[ 15.068] ABI class: X.Org Server Extension, version 6.0
[ 15.068] (==) AIGLX enabled
[ 15.068] (II) Loading extension GLX
[ 15.068] (II) LoadModule: "record"
[ 15.068] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 15.068] (II) Module record: vendor="X.Org Foundation"
[ 15.068] compiled for 1.11.3, module version = 1.13.0
[ 15.068] Module class: X.Org Server Extension
[ 15.068] ABI class: X.Org Server Extension, version 6.0
[ 15.068] (II) Loading extension RECORD
[ 15.068] (II) LoadModule: "dri"
[ 15.069] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 15.069] (II) Module dri: vendor="X.Org Foundation"
[ 15.069] compiled for 1.11.3, module version = 1.0.0
[ 15.069] ABI class: X.Org Server Extension, version 6.0
[ 15.069] (II) Loading extension XFree86-DRI
[ 15.069] (II) LoadModule: "dri2"
[ 15.069] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 15.070] (II) Module dri2: vendor="X.Org Foundation"
[ 15.070] compiled for 1.11.3, module version = 1.2.0
[ 15.070] ABI class: X.Org Server Extension, version 6.0
[ 15.070] (II) Loading extension DRI2
[ 15.070] (==) Matched intel as autoconfigured driver 0
[ 15.070] (==) Matched vesa as autoconfigured driver 1
[ 15.070] (==) Matched fbdev as autoconfigured driver 2
[ 15.070] (==) Assigned the driver to the xf86ConfigLayout
[ 15.070] (II) LoadModule: "intel"
[ 15.070] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 15.070] (II) Module intel: vendor="X.Org Foundation"
[ 15.070] compiled for 1.11.3, module version = 2.17.0
[ 15.070] Module class: X.Org Video Driver
[ 15.070] ABI class: X.Org Video Driver, version 11.0
[ 15.070] (II) LoadModule: "vesa"
[ 15.071] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 15.071] (II) Module vesa: vendor="X.Org Foundation"
[ 15.071] compiled for 1.11.3, module version = 2.3.0
[ 15.071] Module class: X.Org Video Driver
[ 15.071] ABI class: X.Org Video Driver, version 11.0
[ 15.071] (II) LoadModule: "fbdev"
[ 15.071] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 15.071] (II) Module fbdev: vendor="X.Org Foundation"
[ 15.071] compiled for 1.11.3, module version = 0.4.2
[ 15.071] ABI class: X.Org Video Driver, version 11.0
[ 15.071] (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 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
[ 15.072] (II) VESA: driver for VESA chipsets: vesa
[ 15.072] (II) FBDEV: driver for framebuffer: fbdev
[ 15.072] (++) using VT number 8

[ 15.103] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 15.103] (WW) Falling back to old probe method for vesa
[ 15.103] (WW) Falling back to old probe method for fbdev
[ 15.103] (II) Loading sub module "fbdevhw"
[ 15.103] (II) LoadModule: "fbdevhw"
[ 15.104] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 15.104] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 15.104] compiled for 1.11.3, module version = 0.0.2
[ 15.104] ABI class: X.Org Video Driver, version 11.0
[ 15.104] drmOpenDevice: node name is /dev/dri/card0
[ 15.104] drmOpenDevice: open result is 9, (OK)
[ 15.104] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 15.104] drmOpenDevice: node name is /dev/dri/card0
[ 15.104] drmOpenDevice: open result is 9, (OK)
[ 15.104] drmOpenByBusid: drmOpenMinor returns 9
[ 15.104] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 15.104] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 15.104] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 15.104] (==) intel(0): RGB weight 888
[ 15.104] (==) intel(0): Default visual is TrueColor
[ 15.104] (II) intel(0): Integrated Graphics Chipset: Intel(R) 965Q
[ 15.104] (--) intel(0): Chipset: "965Q"
[ 15.104] (**) intel(0): Relaxed fencing enabled
[ 15.104] (**) intel(0): Wait on SwapBuffers? enabled
[ 15.104] (**) intel(0): Triple buffering? enabled
[ 15.104] (**) intel(0): Framebuffer tiled
[ 15.104] (**) intel(0): Pixmaps tiled
[ 15.104] (**) intel(0): 3D buffers tiled
[ 15.104] (**) intel(0): SwapBuffers wait enabled
[ 15.104] (==) intel(0): video overlay key set to 0x101fe
[ 15.172] (II) intel(0): Output VGA1 has no monitor section
[ 15.240] (II) intel(0): EDID for output VGA1
[ 15.240] (II) intel(0): Manufacturer: ACR Model: 7 Serial#: 2184227849
[ 15.240] (II) intel(0): Year: 2008 Week: 23
[ 15.240] (II) intel(0): EDID Version: 1.3
[ 15.240] (II) intel(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
[ 15.240] (II) intel(0): Sync: Separate
[ 15.240] (II) intel(0): Max Image Size [cm]: horiz.: 43 vert.: 27
[ 15.240] (II) intel(0): Gamma: 2.20
[ 15.240] (II) intel(0): DPMS capabilities: Off; RGB/Color Display
[ 15.240] (II) intel(0): First detailed timing is preferred mode
[ 15.240] (II) intel(0): redX: 0.640 redY: 0.352 greenX: 0.287 greenY: 0.628
[ 15.240] (II) intel(0): blueX: 0.144 blueY: 0.075 whiteX: 0.312 whiteY: 0.328
[ 15.240] (II) intel(0): Supported established timings:
[ 15.240] (II) intel(0): 720x400@70Hz
[ 15.240] (II) intel(0): 640x480@60Hz
[ 15.240] (II) intel(0): 640x480@67Hz
[ 15.240] (II) intel(0): 640x480@72Hz
[ 15.240] (II) intel(0): 640x480@75Hz
[ 15.240] (II) intel(0): 800x600@56Hz
[ 15.240] (II) intel(0): 800x600@60Hz
[ 15.240] (II) intel(0): 800x600@72Hz
[ 15.240] (II) intel(0): 800x600@75Hz
[ 15.240] (II) intel(0): 832x624@75Hz
[ 15.240] (II) intel(0): 1024x768@60Hz
[ 15.240] (II) intel(0): 1024x768@70Hz
[ 15.240] (II) intel(0): 1024x768@75Hz
[ 15.240] (II) intel(0): 1280x1024@75Hz
[ 15.240] (II) intel(0): Manufacturer's mask: 0
[ 15.240] (II) intel(0): Supported standard timings:
[ 15.240] (II) intel(0): #0: hsize: 1024 vsize 768 refresh: 72 vid: 19553
[ 15.240] (II) intel(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 15.240] (II) intel(0): #2: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 15.240] (II) intel(0): #3: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 15.240] (II) intel(0): Supported detailed timing:
[ 15.240] (II) intel(0): clock: 119.0 MHz Image Size: 430 x 270 mm
[ 15.240] (II) intel(0): h_active: 1680 h_sync: 1728 h_sync_end 1760 h_blank_end 1840 h_border: 0
[ 15.240] (II) intel(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1080 v_border: 0
[ 15.240] (II) intel(0): Serial No: LAR080454220
[ 15.240] (II) intel(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 83 kHz, PixClock max 175 MHz
[ 15.240] (II) intel(0): Monitor name: Acer P201W
[ 15.240] (II) intel(0): EDID (in hex):
[ 15.240] (II) intel(0): 00ffffffffffff000472070009ac3082
[ 15.241] (II) intel(0): 17120103682b1b782acbd0a35a49a024
[ 15.241] (II) intel(0): 135054bfef00614c8180a940b3000101
[ 15.241] (II) intel(0): 0101010101017c2e90a0601a1e403020
[ 15.241] (II) intel(0): 3600ae0e1100001a000000ff004c4152
[ 15.241] (II) intel(0): 3038303435343232300a000000fd0038
[ 15.241] (II) intel(0): 4b1f5311000a202020202020000000fc
[ 15.241] (II) intel(0): 00416365722050323031570a20200091
[ 15.241] (II) intel(0): EDID vendor "ACR", prod id 7
[ 15.241] (II) intel(0): Using EDID range info for horizontal sync
[ 15.241] (II) intel(0): Using EDID range info for vertical refresh
[ 15.241] (II) intel(0): Printing DDC gathered Modelines:
[ 15.241] (II) intel(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)

tbrownarcher 08-28-2012 12:53 AM

[ 15.241] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 15.241] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 15.241] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 15.241] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 15.241] (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 15.241] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 15.241] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 15.241] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 15.241] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 15.241] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 15.241] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 15.241] (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 15.241] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 15.241] (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 15.241] (II) intel(0): Modeline "1024x768"x72.0 78.43 1024 1080 1192 1360 768 769 772 801 -hsync +vsync (57.7 kHz)
[ 15.241] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 15.241] (II) intel(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 15.241] (II) intel(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[ 15.241] (II) intel(0): Printing probed modes for output VGA1
[ 15.241] (II) intel(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 15.241] (II) intel(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 15.241] (II) intel(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 15.241] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 15.241] (II) intel(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
[ 15.241] (II) intel(0): Modeline "1024x768"x72.0 78.44 1024 1080 1192 1360 768 769 772 801 -hsync +vsync (57.7 kHz)
[ 15.241] (II) intel(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 15.241] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 15.241] (II) intel(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 15.241] (II) intel(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 15.241] (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 15.241] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 15.241] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 15.241] (II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
[ 15.241] (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 15.242] (II) intel(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 15.242] (II) intel(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 15.242] (II) intel(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 15.242] (II) intel(0): Output VGA1 connected
[ 15.242] (II) intel(0): Using exact sizes for initial modes
[ 15.242] (II) intel(0): Output VGA1 using initial mode 1680x1050
[ 15.242] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 15.242] (II) intel(0): Kernel page flipping support detected, enabling
[ 15.242] (**) intel(0): Display dimensions: (430, 270) mm
[ 15.242] (**) intel(0): DPI set to (99, 98)
[ 15.242] (II) Loading sub module "fb"
[ 15.242] (II) LoadModule: "fb"
[ 15.242] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 15.242] (II) Module fb: vendor="X.Org Foundation"
[ 15.242] compiled for 1.11.3, module version = 1.0.0
[ 15.242] ABI class: X.Org ANSI C Emulation, version 0.4
[ 15.242] (II) Loading sub module "dri2"
[ 15.242] (II) LoadModule: "dri2"
[ 15.243] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 15.243] (II) Module dri2: vendor="X.Org Foundation"
[ 15.243] compiled for 1.11.3, module version = 1.2.0
[ 15.243] ABI class: X.Org Server Extension, version 6.0
[ 15.243] (II) UnloadModule: "vesa"
[ 15.243] (II) Unloading vesa
[ 15.243] (II) UnloadModule: "fbdev"
[ 15.243] (II) Unloading fbdev
[ 15.243] (II) UnloadModule: "fbdevhw"
[ 15.243] (II) Unloading fbdevhw
[ 15.243] (==) Depth 24 pixmap format is 32 bpp
[ 15.243] (II) intel(0): [DRI2] Setup complete
[ 15.243] (II) intel(0): [DRI2] DRI driver: i965
[ 15.243] (II) intel(0): Allocated new frame buffer 1728x1050 stride 7168, tiled
[ 15.257] (II) UXA(0): Driver registered support for the following operations:
[ 15.257] (II) solid
[ 15.257] (II) copy
[ 15.257] (II) composite (RENDER acceleration)
[ 15.257] (II) put_image
[ 15.257] (II) get_image
[ 15.257] (==) intel(0): Backing store disabled
[ 15.257] (==) intel(0): Silken mouse enabled
[ 15.257] (II) intel(0): Initializing HW Cursor
[ 15.288] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 15.288] (==) intel(0): DPMS enabled
[ 15.288] (==) intel(0): Intel XvMC decoder enabled
[ 15.288] (II) intel(0): Set up textured video
[ 15.288] (II) intel(0): Set up overlay video
[ 15.288] (II) intel(0): [XvMC] i965_xvmc driver initialized.
[ 15.288] (II) intel(0): direct rendering: DRI2 Enabled
[ 15.288] (==) intel(0): hotplug detection: "enabled"
[ 15.288] (--) RandR disabled
[ 15.288] (II) Initializing built-in extension Generic Event Extension
[ 15.288] (II) Initializing built-in extension SHAPE
[ 15.288] (II) Initializing built-in extension MIT-SHM
[ 15.288] (II) Initializing built-in extension XInputExtension
[ 15.288] (II) Initializing built-in extension XTEST
[ 15.288] (II) Initializing built-in extension BIG-REQUESTS
[ 15.288] (II) Initializing built-in extension SYNC
[ 15.288] (II) Initializing built-in extension XKEYBOARD
[ 15.288] (II) Initializing built-in extension XC-MISC
[ 15.288] (II) Initializing built-in extension SECURITY
[ 15.288] (II) Initializing built-in extension XINERAMA
[ 15.288] (II) Initializing built-in extension XFIXES
[ 15.288] (II) Initializing built-in extension RENDER
[ 15.288] (II) Initializing built-in extension RANDR
[ 15.288] (II) Initializing built-in extension COMPOSITE
[ 15.288] (II) Initializing built-in extension DAMAGE
[ 15.306] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 15.599] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 15.599] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 15.599] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 15.599] (II) AIGLX: Loaded and initialized i965
[ 15.599] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 15.600] (II) intel(0): Setting screen physical size to 444 x 277
[ 15.611] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[ 15.615] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 15.615] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 15.615] (II) LoadModule: "evdev"
[ 15.616] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 15.616] (II) Module evdev: vendor="X.Org Foundation"
[ 15.616] compiled for 1.11.3, module version = 2.7.0
[ 15.616] Module class: X.Org XInput Driver
[ 15.616] ABI class: X.Org XInput driver, version 16.0
[ 15.616] (II) Using input driver 'evdev' for 'Power Button'
[ 15.616] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 15.616] (**) Power Button: always reports core events
[ 15.616] (**) evdev: Power Button: Device: "/dev/input/event1"
[ 15.616] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 15.616] (--) evdev: Power Button: Found keys
[ 15.616] (II) evdev: Power Button: Configuring as keyboard
[ 15.616] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 15.616] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 15.616] (**) Option "xkb_rules" "evdev"
[ 15.616] (**) Option "xkb_model" "pc105"
[ 15.616] (**) Option "xkb_layout" "us"
[ 15.617] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[ 15.617] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 15.617] (II) Using input driver 'evdev' for 'Video Bus'
[ 15.617] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 15.617] (**) Video Bus: always reports core events
[ 15.617] (**) evdev: Video Bus: Device: "/dev/input/event2"
[ 15.617] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 15.617] (--) evdev: Video Bus: Found keys
[ 15.617] (II) evdev: Video Bus: Configuring as keyboard
[ 15.617] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:00/input/input2/event2"
[ 15.617] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 15.617] (**) Option "xkb_rules" "evdev"
[ 15.617] (**) Option "xkb_model" "pc105"
[ 15.617] (**) Option "xkb_layout" "us"
[ 15.618] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 15.618] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 15.618] (II) Using input driver 'evdev' for 'Power Button'
[ 15.618] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 15.618] (**) Power Button: always reports core events
[ 15.618] (**) evdev: Power Button: Device: "/dev/input/event0"
[ 15.618] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 15.618] (--) evdev: Power Button: Found keys
[ 15.618] (II) evdev: Power Button: Configuring as keyboard
[ 15.618] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/PNP0C0C:00/input/input0/event0"
[ 15.618] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 15.618] (**) Option "xkb_rules" "evdev"
[ 15.618] (**) Option "xkb_model" "pc105"
[ 15.618] (**) Option "xkb_layout" "us"
[ 50.554] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:1025 (/dev/input/mouse0)
[ 50.554] (II) No input driver specified, ignoring this device.
[ 50.554] (II) This device may have been added with another device file.
[ 50.555] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:1025 (/dev/input/event3)
[ 50.555] (**) Logitech Unifying Device. Wireless PID:1025: Applying InputClass "evdev pointer catchall"
[ 50.555] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:1025'
[ 50.555] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 50.555] (**) Logitech Unifying Device. Wireless PID:1025: always reports core events
[ 50.555] (**) evdev: Logitech Unifying Device. Wireless PID:1025: Device: "/dev/input/event3"
[ 50.555] (--) evdev: Logitech Unifying Device. Wireless PID:1025: Vendor 0x46d Product 0xc52b
[ 50.555] (--) evdev: Logitech Unifying Device. Wireless PID:1025: Found 20 mouse buttons
[ 50.555] (--) evdev: Logitech Unifying Device. Wireless PID:1025: Found scroll wheel(s)
[ 50.555] (--) evdev: Logitech Unifying Device. Wireless PID:1025: Found relative axes
[ 50.555] (--) evdev: Logitech Unifying Device. Wireless PID:1025: Found x and y relative axes
[ 50.555] (II) evdev: Logitech Unifying Device. Wireless PID:1025: Configuring as mouse
[ 50.555] (II) evdev: Logitech Unifying Device. Wireless PID:1025: Adding scrollwheel support
[ 50.555] (**) evdev: Logitech Unifying Device. Wireless PID:1025: YAxisMapping: buttons 4 and 5
[ 50.555] (**) evdev: Logitech Unifying Device. Wireless PID:1025: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 50.555] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.2/0003:046D:C52B.0003/input/input3/event3"
[ 50.555] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:1025" (type: MOUSE, id 9)
[ 50.555] (II) evdev: Logitech Unifying Device. Wireless PID:1025: initialized for relative axes.
[ 50.555] (**) Logitech Unifying Device. Wireless PID:1025: (accel) keeping acceleration scheme 1
[ 50.555] (**) Logitech Unifying Device. Wireless PID:1025: (accel) acceleration profile 0
[ 50.555] (**) Logitech Unifying Device. Wireless PID:1025: (accel) acceleration factor: 2.000
[ 50.556] (**) Logitech Unifying Device. Wireless PID:1025: (accel) acceleration threshold: 4
[ 50.560] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:200a (/dev/input/event4)
[ 50.560] (**) Logitech Unifying Device. Wireless PID:200a: Applying InputClass "evdev keyboard catchall"
[ 50.560] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:200a'
[ 50.560] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 50.560] (**) Logitech Unifying Device. Wireless PID:200a: always reports core events
[ 50.560] (**) evdev: Logitech Unifying Device. Wireless PID:200a: Device: "/dev/input/event4"
[ 50.560] (--) evdev: Logitech Unifying Device. Wireless PID:200a: Vendor 0x46d Product 0xc52b
[ 50.560] (--) evdev: Logitech Unifying Device. Wireless PID:200a: Found 1 mouse buttons
[ 50.560] (--) evdev: Logitech Unifying Device. Wireless PID:200a: Found scroll wheel(s)
[ 50.560] (--) evdev: Logitech Unifying Device. Wireless PID:200a: Found relative axes
[ 50.560] (II) evdev: Logitech Unifying Device. Wireless PID:200a: Forcing relative x/y axes to exist.
[ 50.560] (--) evdev: Logitech Unifying Device. Wireless PID:200a: Found absolute axes
[ 50.560] (II) evdev: Logitech Unifying Device. Wireless PID:200a: Forcing absolute x/y axes to exist.
[ 50.560] (--) evdev: Logitech Unifying Device. Wireless PID:200a: Found keys
[ 50.560] (II) evdev: Logitech Unifying Device. Wireless PID:200a: Configuring as mouse
[ 50.560] (II) evdev: Logitech Unifying Device. Wireless PID:200a: Configuring as keyboard
[ 50.560] (II) evdev: Logitech Unifying Device. Wireless PID:200a: Adding scrollwheel support
[ 50.560] (**) evdev: Logitech Unifying Device. Wireless PID:200a: YAxisMapping: buttons 4 and 5
[ 50.560] (**) evdev: Logitech Unifying Device. Wireless PID:200a: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 50.560] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.2/0003:046D:C52B.0003/input/input4/event4"
[ 50.560] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:200a" (type: KEYBOARD, id 10)
[ 50.560] (**) Option "xkb_rules" "evdev"
[ 50.560] (**) Option "xkb_model" "pc105"
[ 50.560] (**) Option "xkb_layout" "us"
[ 50.561] (II) evdev: Logitech Unifying Device. Wireless PID:200a: initialized for relative axes.
[ 50.561] (WW) evdev: Logitech Unifying Device. Wireless PID:200a: ignoring absolute axes.
[ 50.561] (**) Logitech Unifying Device. Wireless PID:200a: (accel) keeping acceleration scheme 1
[ 50.561] (**) Logitech Unifying Device. Wireless PID:200a: (accel) acceleration profile 0
[ 50.561] (**) Logitech Unifying Device. Wireless PID:200a: (accel) acceleration factor: 2.000
[ 50.561] (**) Logitech Unifying Device. Wireless PID:200a: (accel) acceleration threshold: 4
[ 79.368] (II) XKB: reuse xkmfile /var/lib/xkb/server-03AF3717FF3AB439A4BAABA686CCB40771CDF520.xkm
[ 171.292] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 11383.594] (II) Open ACPI successful (/var/run/acpid.socket)
[ 11383.594] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 11383.680] (II) intel(0): EDID vendor "ACR", prod id 7
[ 11383.680] (II) intel(0): Using hsync ranges from config file
[ 11383.680] (II) intel(0): Using vrefresh ranges from config file
[ 11383.680] (II) intel(0): Printing DDC gathered Modelines:
[ 11383.680] (II) intel(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 11383.680] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 11383.680] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 11383.680] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 11383.680] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 11383.680] (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 11383.681] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 11383.681] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 11383.681] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 11383.681] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 11383.681] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 11383.681] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 11383.681] (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 11383.681] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 11383.681] (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 11383.681] (II) intel(0): Modeline "1024x768"x72.0 78.43 1024 1080 1192 1360 768 769 772 801 -hsync +vsync (57.7 kHz)
[ 11383.681] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 11383.681] (II) intel(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 11383.681] (II) intel(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[ 11389.296] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 11401.140] (II) Open ACPI successful (/var/run/acpid.socket)
[ 11401.140] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 11401.228] (II) intel(0): EDID vendor "ACR", prod id 7
[ 11401.228] (II) intel(0): Using hsync ranges from config file
[ 11401.228] (II) intel(0): Using vrefresh ranges from config file
[ 11401.228] (II) intel(0): Printing DDC gathered Modelines:
[ 11401.228] (II) intel(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 11401.228] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 11401.228] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 11401.228] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 11401.228] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 11401.228] (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 11401.228] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 11401.228] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 11401.228] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 11401.228] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 11401.229] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 11401.229] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 11401.229] (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 11401.229] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 11401.229] (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 11401.229] (II) intel(0): Modeline "1024x768"x72.0 78.43 1024 1080 1192 1360 768 769 772 801 -hsync +vsync (57.7 kHz)
[ 11401.229] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 11401.229] (II) intel(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 11401.229] (II) intel(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[ 11403.620] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 14034.672] (II) Open ACPI successful (/var/run/acpid.socket)
[ 14034.672] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 14034.760] (II) intel(0): EDID vendor "ACR", prod id 7
[ 14034.760] (II) intel(0): Using hsync ranges from config file
[ 14034.760] (II) intel(0): Using vrefresh ranges from config file
[ 14034.760] (II) intel(0): Printing DDC gathered Modelines:
[ 14034.760] (II) intel(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[ 14034.760] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 14034.760] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 14034.760] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 14034.760] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 14034.760] (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 14034.760] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 14034.761] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 14034.761] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 14034.761] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 14034.761] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 14034.761] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 14034.761] (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 14034.761] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 14034.761] (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 14034.761] (II) intel(0): Modeline "1024x768"x72.0 78.43 1024 1080 1192 1360 768 769 772 801 -hsync +vsync (57.7 kHz)
[ 14034.761] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 14034.761] (II) intel(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 14034.761] (II) intel(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[ 14170.580] (II) AIGLX: Suspending AIGLX clients for VT switch[/quote]

tbrownarcher 08-28-2012 12:57 AM

I messed this up sorry but i also got it here ... I didn't realize it posted to page 2 of the thread it's split on line a certain line ....if this don't work I will be back tomorrow and start over but thanks for all the help


Thanks,
Nate

tbrownarcher 08-28-2012 12:43 PM

I am really sorry for that long post X 2 . It was on page 2 and so i did not see it didn't think we were to page 2 yet . and so I posted it 2 times .... each one is 2 posts splitting the file at a certain point. Only way i could figger out to do it ... like somone said I should have just attached it .... Sorry! I will know better next time .

tbrownarcher 08-28-2012 10:19 PM

Quote:

Hi,

I hope you don't have work in the morning!

Well, I'm sorry to say that I don't see any errors in that log file. I'm wondering if that really corresponds to when X11 locked up. In ubuntu you can see the time stamp on the log file (last time it was written to or modified), by using the -l option with ls. For example:
Code:

ls -l /var/log/Xorg.0.log

If there is an error about permissions, use sudo. Ie
Code:

sudo ls -l /var/log/Xorg.0.log

You can look for other related logfiles with the following command
Code:

ls -l /var/log/Xorg*.log*

Basically you need to try to find one that corresponds to when there was a problem. An easy way to do this may be to restart X and wait for it to bork. However, the "correct" way to restart X will depend on what release of Ubuntu you are using. From some of the dates reported in the log file you appear to be running 12.04. A quick search indicates that 12.04 uses lightdm as the display manager, so you should be able to restart X11 with the following command:
Code:

sudo service lightdm restart

Hopefully with this/these procedures we can get a log file that contains the error that causes the X11 problem.

Evo2.

I am really sorry! I don't think that we are on the same page. I hope I'm not the one that switched or made the mistake of referring to ubuntu. I have other ubuntu systems . If you go back and look at the very first post i made for this thread i was refering to linux mint .. I even included a link to a mint forum. I THOUGHT i was in a mint side of linux questions here too. NO! this is not a question of ubuntu it's about linux mint 13 cinnamon. I hope no one is angry at me.

I did say that I could not get the gui to come up... the problem does not manifest it's self until after the password is entered then the screen turns black and I can only get a console/terminal with a prompt by pressing ctrl+alt+f# so maybe we are digging in the wrong pile of trouble.

thanks,
Nate

evo2 08-28-2012 10:40 PM

Hi,

Quote:

Originally Posted by tbrownarcher (Post 4767008)
I am really sorry! I don't think that we are on the same page. I hope I'm not the one that switched or made the mistake of referring to ubuntu. I have other ubuntu systems . If you go back and look at the very first post i made for this thread i was refering to linux mint .. I even included a link to a mint forum. I THOUGHT i was in a mint side of linux questions here too. NO! this is not a question of ubuntu it's about linux mint 13 cinnamon. I hope no one is angry at me.

Scrape away the gui and the installation of non-free software etc. and Ubuntu and Mint are pretty much the same thing (notice the references to Ubuntu in Xorg.0.log). Everything I wrote, except possibly what display manager is being used still applies.

Evo2.

tbrownarcher 08-29-2012 12:48 PM

Ok, I see
Here is the results from the first command you put in there.
it has a time stamp


I messed up again i was running these commands on this computer .... I will edit all of these later sorry again

You guys all impress me big time... How is it possible to get all this in one's head ??? I'm amazed!!!!!!!!!

thanks,
Nate

tbrownarcher 08-29-2012 12:53 PM

the second one
Code:

nate@nate:~$ sudo ls -l /var/log/Xorg.0.log
-rw-r--r-- 1 root root 36352 Aug 29 12:13 /var/log/Xorg.0.log
nate@nate:~$

Void this post
Void this post
Void this post

tbrownarcher 08-29-2012 12:58 PM

the 3rd one
Code:

nate@nate:~$ ls -l /var/log/Xorg*.log*
-rw-r--r-- 1 root root 36352 Aug 29 12:13 /var/log/Xorg.0.log
-rw-r--r-- 1 root root 44698 Aug 28 22:42 /var/log/Xorg.0.log.old
nate@nate:~$

Void this post
Void this post
Void this post

tbrownarcher 08-29-2012 01:50 PM

here is the last command results

(prompt)
Code:

sudo service lightdm restart
lightdm unrecognized service


so to get me working what i need is to know which service i'm running ??? how do i find that out ???

thank
Nate

tbrownarcher 08-29-2012 02:42 PM

ok i went back and ran all 4 of those commands again and I got a weird result or something i did not expect here it is .

the first 3

ls -l /var/log/Xorg.0.log
-rw-r--r-- 1 root root 29749 Aug 29 14:12 /var/logXorg.0.log

sudo ls -1 /var/log/Xorg.0.log
ls -l /var/log/Xorg.0.log -------- ther results from those 2 commands were exactly the same as the first one


sudo service lightdm restart .......... returned

lightdm: unrecognized service

i don't know how to make heads nor tails of this.

thanks,
Nate

tbrownarcher 08-29-2012 02:54 PM

i ran the commands again

the first 2 were the same
ls -l /var/log/Xorg.0.log
sudo ls -l /var/log/Xorg*.0.log
-rw-r--r-- 1 root root 29749 Aug 29 14:12 /var/log/Xorg.0.log

the 3rd command
ls -l /var/log/Xorg*.0.log
about the same i ran it later
-r-w-r-- r-- 1 root root 3553 Aug 29 14.44 /var/log/Xorg.0.log

and the 4th did not find that service
lightdm: unrecognized service

jk07 08-29-2012 03:22 PM

Evo2 was correct that Linux Mint is 98% the same as Ubuntu, but I believe that lightdm is unique to Ubuntu (it's the Unity log-in screen).

You need the equivalent dm for Mint, but I use Ubuntu so I can't help you with that.

tbrownarcher 08-29-2012 06:51 PM

am I correct in assuming that DM means display manager ???...

I have seen messages before about MDM does that sound familiar and would that be something in the log ???

thanks,
Nate

Quote:

MDM stands for "MDM Display Manager" :)

MDM is a new Display Manager, which code is based on GDM 2.20. It provides graphical configuration tools, themeability, remote, automatic and timed login, event scripting, language selection and it comes with more features than any other Display Manager currently available.
So does that quote mean anything to you and if so what do i do with that ???? insert it into the sudo service command?

Ok I tried it when i put in
Code:

sudo service mdm restart
it restarded alright and asked me for my login and then went black again when i entered both the login and password:......that makes me think i have the right display manager. but there is a setting somewhere ?

thanks again
nate

jk07 08-29-2012 07:24 PM

Quote:

Originally Posted by tbrownarcher (Post 4767805)
am I correct in assuming that DM means display manager ???...

I have seen messages before about MDM does that sound familiar and would that be something in the log ???

thanks,
Nate

Yes, DM means display manager (really, it is the login screen). MDM sounds about right as it could be "Mint Display Manager," but since I use Ubuntu, I couldn't tell you for sure.

Try the command again using mdm in place of lightdm.

evo2 08-29-2012 07:37 PM

Hi,

nice work, figuring out that mdm is what you needed to reastart.

Ok, now you need to find the correct Xorg.0.log file that corresponds to when mdm was restarted, you logged in and then X crashed. So, using those ls commands that you used earlier find the file and post it as an attachment. Please also consider posting the contents of your ~/.xsession-errors file.

Evo2.

tbrownarcher 08-29-2012 08:02 PM

MDM is actually named on the mint web site as "MDM Display Manager" . Maybe if i go back and check the capitalization of that or look in the log i do have for a reference to it and get it from that ????


I am really stumped in how to find that file that your asking for not the xsession errors but the specific file when x crashed ... u gave me commands that returned very close to the exact same results that were dates and and names and no list. I assume you want the specific xorg.log from the precice time that it crashed. i have forgotten what date that was maybe 4 days ago and how do i find that ??? I thought i was progressing but ..... brick wall now .... help?

thanks,
Nate

evo2 08-29-2012 08:46 PM

Hi,

the point is that you now know how to restart X and by logging in make it crash/lockup. So after doing that you can look at the log file and confirm from its timestamp that it should contain information related to that crash/lockup.

Evo2.

tbrownarcher 08-29-2012 11:06 PM

I don't know how much you guys could find on my problem as written but i thought i would let you see if you haven't already what it is that caused this. I was having trouble with 'network manager' and someone told me to download 'wicd' and i thought i would try it. as i wrote somewhere i was having really good success with it but i had to finally reboot and i never got back in. this is the instruction I got to download and install wicd . I am wondering if there is anything in this that may stand out that caused my problem of not being able to reboot. and then my plea for help at the end.


Code:

# install wicd and dependencies
    sudo apt-get install wicd

    # lauch wicd tray icon, only needed now, not after reboot
    (wicd-gtk --tray </dev/null &>/dev/null &)

    # remove networkmanager and dependencies
    sudo apt-get --purge autoremove dnsmasq-base geoclue-ubuntu-geoip gir1.2-networkmanager-1.0 libnm-glib-vpn1 libnm-glib4 libnm-gtk-common libnm-gtk0 libnm-util2 libproxy1-plugin-networkmanager mobile-broadband-provider-info network-manager network-manager-gnome network-manager-pptp network-manager-pptp-gnome

    # kill networkmanager launched processes
    sudo killall dhclient
    sudo killall nm-applet


All done. Please open Menu > Internet > Wicd Network Manager, or the tray icon, and do a Disconnect followed by a Connect to re-enable your Internet connection.

Re: wicd network software

Postby tbrownarcher2 on Sat Aug 25, 2012 10:26 pm
I'm sorry! I did not see that you asked for my mint ver. I should have started with that !

Linux Mint 13 Maya Cinammon

[code]
Well, the commands i received from this thread are much appreciated. The commands worked . Everything looked fine after implementing them. However when i rebooted 3 no 4 consecuitive times i got
nothing
then the request for user and pass and then a black screen .
then on reboot with the shutoff button on the front of the computer i got a - or_
then i got the request for user and pass
then a message about a broken pipe
all of these produced a black screen after the pass and user were entered
i'm now on the 4? reboot with a black screen waiting ... been a while too ... wont wait longer.

Anyone know how i can get it back ????[/quote]

thanks,
Nate

tbrownarcher2
Level 1
Level 1

Posts: 36
Joined: Mon Aug 06, 2012 11:56 am

tbrownarcher 08-30-2012 03:21 PM

I'm 65 yrs old and about to cry. It seems that nothing I tried that worked before works now . I must be putting in the wrong form of the commands. I have maticulously copied them all on paper and it seems it didn't translate ... I'm not giving up yet but i don't know why .. cause at this rate I'm not going to get it ...

It really seems to me that X is working but is set to a black screen but what do i know ... anyhow thanks for listening.

thanks,
Nate

sag47 08-30-2012 04:18 PM

Nate,
Have you tried doing some of the original steps in reverse? It's possible the packages you removed from the original tutorial took some dependencies away in order for your GUI to work. Re-installing those packages may resolve the problem of your GUI (probably not the network). If you install them and your GUI works again then we can help you work on simply disabling the software packages rather than removing them.

Code:

sudo apt-get install dnsmasq-base geoclue-ubuntu-geoip gir1.2-networkmanager-1.0 libnm-glib-vpn1 libnm-glib4 libnm-gtk-common libnm-gtk0 libnm-util2 libproxy1-plugin-networkmanager mobile-broadband-provider-info network-manager network-manager-gnome network-manager-pptp network-manager-pptp-gnome
Try that, reboot or restart X and see if that helps with the problem.

SAM

tbrownarcher 08-30-2012 05:54 PM

sag ... dinner time here .... sounds like a plan i'm gonna do it right after dinner ....

also did you notice the message i got right after the fatal error

Quote:

Fatal server error:
Server is already active for display 0
if this server is no longer running , Remove /tmp/.X0-lock
and start again dah dah dah
I tried that and i'm not really sure , but i think so, if i got that removed or not.
i got the server started long enough again to do the login then it went black again so same prolem unless i didn't remove the file.

thanks,
Nate

tbrownarcher 08-30-2012 11:15 PM

Sam?:
dont' know what this means but it didn't work i'm sure .. maybe i didnot put it in right .. I think i did though.

Code:

sudo apt-get install dnsmasq-base geoclue-ubuntu-geoip gir1.2-networkmanager-1.0 libnm-glib-vpn1 libnm-glib4 libnm-gtk-common libnm-gtk0 libnm-util2 libproxy1-plugin-networkmanager mobile-broadband-provider-info network-manager network-manager-gnome network-manager-pptp network-manager-pptp-gnome
this is the result of running that line
E: command line otion '1' [from-1.0] is not known

thanks,
Nate

tbrownarcher 08-31-2012 03:30 PM

That line that sam gave me stops on E:command line option '1'[from-1.0]is not known. so i modified it to eliminate the "-1.0" and it said it selected gir1.2 but it's searching for other things... can anyone tell me what edits other than the one i just tried would be appropriate or even if the one I did edit already is appropriate?

thanks,
Nate

tbrownarcher 08-31-2012 05:25 PM

i'm sorry and i much appreciate the fact that there has been a lot of work put into this problem by many people who have volunteered a lot of effort to help. However I have to get my computer back .... So I am going to reinstall and my next project will be on the command line and the usage of the terminal to accomplish tasks ... that was my problem here . I have to pull the monitor cord and plug it into the other computer everytime i want to get help because i could not use the txt mode properly .. I couldn't even use a txt browser which may be my next project .... I love this operating system though. I will have to reinstall now. thanks to all who have ut in the time i' sorry i have to resort to this drastic effort

thanks,
Nate


All times are GMT -5. The time now is 05:50 PM.