[SOLVED] Run xrandr on ever startx

I'm currently attempting a dual monitor setup and I have found that the best fix for my setup is to run:
xrandr --output DVI-1 --auto --right-of DVI-0
What I am trying to do is run this after I run startx but it never seems to work out. I have tried placing it in .xinitrc, here is what that looks like:
#!/bin/sh
# ~/.xinitrc
# Executed by startx (run your window manager from here)
exec startxfce4
xrandr --output DVI-1 --auto --right-of DVI-0
Any suggestions would be greatly appreciated.
Thanks
Last edited by threePhase (2010-08-25 07:59:42)

Well I'm fairly certain I have everything in correct working order. Here is my 10-monitor:
Section "Device"
Identifier "ATI Technologies HD 2600XT"
Driver "radeon"
#Option "Monitor-DVI-0" "Monitor0"
#Option "Monitor-DVI-1" "Monitor1"
EndSection
Section "Monitor"
Identifier "DVI-0"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "DVI-1"
# DisplaySize 708 398 #In millimeters
Option "DPMS" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "ATI Technologies HD 2600XT"
Monitor "DVI-0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "720x400"
# ADD A VIRTUAL LINE TO PROVIDE FOR THE LARGEST SCREENS YOU WILL HOTPLUG
Virtual 2560 2560
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "ATI Technologies HD 2600XT"
Monitor "DVI-1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x720" "1920x1080" "720x480" "640x480"
# ADD A VIRTUAL LINE TO PROVIDE FOR THE LARGEST SCREENS YOU WILL HOTPLUG
Virtual 2560 2560
EndSubSection
EndSection
Section "ServerLayout"
Identifier "DualScreen"
Screen 0 "Screen0"
Screen 1 "Screen1" RightOf "Screen0"
EndSection
And here is the output from xrandr:
Screen 0: minimum 320 x 200, current 2560 x 1024, maximum 8192 x 8192
DVI-0 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 375mm x 301mm
1280x1024 60.0*+ 75.0
1280x960 75.0 70.0 60.0
1152x864 75.0 70.0 60.0
1024x768 75.1 70.1 60.0
832x624 74.6
800x600 72.2 75.0 60.3 56.2
640x480 72.8 75.0 66.7 60.0
720x400 70.1
DIN disconnected (normal left inverted right x axis y axis)
DVI-1 connected 1280x720+1280+0 (normal left inverted right x axis y axis) 1600mm x 900mm
1280x720 60.0*+
1920x1080 60.0
720x480 59.9
640x480 60.0
Last edited by threePhase (2010-08-23 09:36:16)

Similar Messages

  • [Solved] Screen goes black when I run "xrandr" with displayport connec

    I am running Arch on a Dell Latitude E6500 with Xorg, nouveau, and Gnome 3. The graphics chipset is identified by lspci as "01:00.0 VGA compatible controller: NVIDIA Corporation G98M [Quadro NVS 160M] (rev a1)".  So far, everything has gone swimmingly with the integrated monitor. Today, I tried to connect an external monitor via DisplayPort. I initially connected the monitor with the system booted and logged in graphically. The external monitor did not receive a signal, so I ran xrandr in an xterm to see if it was being detected. As soon as I ran the command, the laptop screen went black. On a reboot (this time with the DisplayPort cable plugged in from the start), the boot process stopped at the end of the systemd messages (ie, the boot was successful, but X did not appear to start). Connecting to the system via ssh from another machine, I set DISPLAY=:0 and ran xrandr:
    Screen 0: minimum 320 x 200, current 1280 x 800, maximum 8192 x 8192
    LVDS-1 connected primary 1280x800+0+0 (normal left inverted right x axis y axis) 331mm x 207mm
    1280x800 60.03*+ 40.02
    1024x768 59.92
    800x600 59.86
    640x480 59.38
    720x400 59.55
    640x400 59.95
    640x350 59.77
    VGA-1 disconnected (normal left inverted right x axis y axis)
    DP-1 connected (normal left inverted right x axis y axis)
    1920x1200 59.95 +
    1600x1200 60.00
    1280x1024 75.02 60.02
    1152x864 75.00
    1024x768 75.08 60.00
    800x600 75.00 60.32
    640x480 75.00 60.00
    720x400 70.08
    DP-2 disconnected (normal left inverted right x axis y axis)
    So, X does appear to be running, but isn't actually rendering to either monitor. I noted that there is no "*" next to a graphics mode for DP-1, which I took to mean that no mode was selected.
    I then ran "xrandr --output DP-1 --auto" in an attempt to wake up the monitor. This had no effect on either monitor (I still had the boot messages on the integrated monitor, and a blank screen on the external), but running xrandr again showed that the default 1920x1200 mode was selected:
    Screen 0: minimum 320 x 200, current 3200 x 1200, maximum 8192 x 8192
    LVDS-1 connected primary 1280x800+0+0 (normal left inverted right x axis y axis) 331mm x 207mm
    1280x800 60.03*+ 40.02
    1024x768 59.92
    800x600 59.86
    640x480 59.38
    720x400 59.55
    640x400 59.95
    640x350 59.77
    VGA-1 disconnected (normal left inverted right x axis y axis)
    DP-1 connected 1920x1200+1280+0 (normal left inverted right x axis y axis) 519mm x 320mm
    1920x1200 59.95*+
    1600x1200 60.00
    1280x1024 75.02 60.02
    1152x864 75.00
    1024x768 75.08 60.00
    800x600 75.00 60.32
    640x480 75.00 60.00
    720x400 70.08
    DP-2 disconnected (normal left inverted right x axis y axis)
    The Xorg log shows the monitor connected through DisplayPort being detected with nothing that immediately looks like an error:
    [ 22.289] (II) NOUVEAU(0): EDID for output DP-1
    [ 22.289] (II) NOUVEAU(0): Manufacturer: DEL Model: a02b Serial#: 842084435
    [ 22.289] (II) NOUVEAU(0): Year: 2009 Week: 7
    [ 22.289] (II) NOUVEAU(0): EDID Version: 1.4
    [ 22.289] (II) NOUVEAU(0): Digital Display Input
    [ 22.289] (II) NOUVEAU(0): 8 bits per channel
    [ 22.289] (II) NOUVEAU(0): Digital interface is DisplayPort
    [ 22.289] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 52 vert.: 32
    [ 22.289] (II) NOUVEAU(0): Gamma: 2.20
    [ 22.289] (II) NOUVEAU(0): DPMS capabilities: Off
    [ 22.289] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4
    [ 22.289] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 22.289] (II) NOUVEAU(0): Preferred mode is native pixel format and refresh rate
    [ 22.289] (II) NOUVEAU(0): redX: 0.674 redY: 0.319 greenX: 0.188 greenY: 0.706
    [ 22.289] (II) NOUVEAU(0): blueX: 0.148 blueY: 0.064 whiteX: 0.313 whiteY: 0.329
    [ 22.289] (II) NOUVEAU(0): Supported established timings:
    [ 22.289] (II) NOUVEAU(0): 720x400@70Hz
    [ 22.289] (II) NOUVEAU(0): 640x480@60Hz
    [ 22.289] (II) NOUVEAU(0): 640x480@75Hz
    [ 22.289] (II) NOUVEAU(0): 800x600@60Hz
    [ 22.289] (II) NOUVEAU(0): 800x600@75Hz
    [ 22.289] (II) NOUVEAU(0): 1024x768@60Hz
    [ 22.289] (II) NOUVEAU(0): 1024x768@75Hz
    [ 22.289] (II) NOUVEAU(0): 1280x1024@75Hz
    [ 22.289] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 22.289] (II) NOUVEAU(0): Supported standard timings:
    [ 22.289] (II) NOUVEAU(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 22.289] (II) NOUVEAU(0): #1: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 22.289] (II) NOUVEAU(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 22.289] (II) NOUVEAU(0): Supported detailed timing:
    [ 22.289] (II) NOUVEAU(0): clock: 154.0 MHz Image Size: 519 x 320 mm
    [ 22.289] (II) NOUVEAU(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
    [ 22.289] (II) NOUVEAU(0): v_active: 1200 v_sync: 1203 v_sync_end 1209 v_blanking: 1235 v_border: 0
    [ 22.290] (II) NOUVEAU(0): Serial No: G283H929210S
    [ 22.290] (II) NOUVEAU(0): Monitor name: DELL 2408WFP
    [ 22.290] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
    [ 22.290] (II) NOUVEAU(0): EDID (in hex):
    [ 22.290] (II) NOUVEAU(0): 00ffffffffffff0010ac2ba053303132
    [ 22.290] (II) NOUVEAU(0): 07130104a534207822b325ac5130b426
    [ 22.290] (II) NOUVEAU(0): 105054a54b008180a940714f01010101
    [ 22.290] (II) NOUVEAU(0): 010101010101283c80a070b023403020
    [ 22.290] (II) NOUVEAU(0): 360007402100001a000000ff00473238
    [ 22.290] (II) NOUVEAU(0): 3348393239323130530a000000fc0044
    [ 22.290] (II) NOUVEAU(0): 454c4c20323430385746500a000000fd
    [ 22.290] (II) NOUVEAU(0): 00384c1e5311010a2020202020200012
    [ 22.290] (II) NOUVEAU(0): Printing probed modes for output DP-1
    [ 22.290] (II) NOUVEAU(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
    [ 22.290] (II) NOUVEAU(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 22.290] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 22.290] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 22.290] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 22.290] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 22.290] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 22.290] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 22.290] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 22.290] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 22.290] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 22.290] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    Googling has turned up a number of people having issues with DisplayPort, but in these cases the external monitor simply needs to be enabled (xrandr --auto, a BIOS setting, etc). Has anyone experienced this situation, where the working primary monitor stops working?
    Thanks!
    Last edited by Gavster (2015-01-25 17:00:50)

    I got a displayport -> HDMI cable to try the laptop with my television. This worked seamlessly, with X auto-detecting the new monitor and correctly enabling it with a default of 1920x1080 (interlaced). I also was able to change it to 1280x720 (progressive) with xrandr. Since the monitor I originally tried with straight displayport also has an HDMI input, I tried the new cable there and again was met with success. I'll mark this as solved with the likely culprit being something very strange with my displayport cable (I had ruled the cable out since the EDID was properly reporting the monitor model and supported resolutions).

  • Problem description: My computer is running very slow ever since I switched to Yosemite.  I get the multicolored wheel just opening my browser at times and waiting for a page to open, or an application.  Any ideas other than rebooting my computer to

    Problem description:
    My computer is running very slow ever since I switched to Yosemite.  I get the multicolored wheel just opening my browser at times and waiting for a page to open, or an application.  Any ideas other than rebooting my computer to get the problem to alleviate for a few days?
    EtreCheck version: 2.1.8 (121)
    Report generated February 16, 2015 at 2:35:55 PM PST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        iMac (21.5-inch, Late 2009) (Technical Specifications)
        iMac - model: iMac10,1
        1 3.06 GHz Intel Core 2 Duo CPU: 2-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                Empty  
            BANK 1/DIMM0
                Empty  
            BANK 0/DIMM1
                2 GB DDR3 1067 MHz ok
            BANK 1/DIMM1
                2 GB DDR3 1067 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        NVIDIA GeForce 9400 - VRAM: 256 MB
            iMac 1920 x 1080
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 11 days 19:34:2
    Disk Information: ℹ️
        ST3500418ASQ disk0 : (500.11 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            BOOTCAMP (disk0s4) /Volumes/BOOTCAMP : 60.76 GB (15.30 GB free)
            Macintosh HD (disk1) / : 438.11 GB (351.62 GB free)
                Encrypted AES-XTS Unlocked
                Core Storage: disk0s2 438.49 GB Online
        HL-DT-ST DVDRW  GA11N 
    USB Information: ℹ️
        Apple Inc. Built-in iSight
        Apple Internal Memory Card Reader
        Apple, Inc. Keyboard Hub
            Apple Inc. Apple Keyboard
        hp officejet 4200 series
        Apple Computer, Inc. IR Receiver
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Problem System Launch Agents: ℹ️
        [killed]    com.apple.accountsd.plist
        [killed]    com.apple.AirPlayUIAgent.plist
        [killed]    com.apple.bird.plist
        [killed]    com.apple.CallHistoryPluginHelper.plist
        [killed]    com.apple.CallHistorySyncHelper.plist
        [killed]    com.apple.cloudd.plist
        [killed]    com.apple.coreservices.appleid.authentication.plist
        [killed]    com.apple.coreservices.uiagent.plist
        [killed]    com.apple.EscrowSecurityAlert.plist
        [killed]    com.apple.icloud.fmfd.plist
        [killed]    com.apple.iconservices.iconservicesagent.plist
        [killed]    com.apple.nsurlsessiond.plist
        [killed]    com.apple.pluginkit.pkd.plist
        [killed]    com.apple.printtool.agent.plist
        [killed]    com.apple.recentsd.plist
        [killed]    com.apple.secd.plist
        [killed]    com.apple.security.cloudkeychainproxy.plist
        [killed]    com.apple.spindump_agent.plist
        [killed]    com.apple.telephonyutilities.callservicesd.plist
        19 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
        [killed]    com.apple.AssetCacheLocatorService.plist
        [killed]    com.apple.awdd.plist
        [killed]    com.apple.coresymbolicationd.plist
        [killed]    com.apple.ctkd.plist
        [killed]    com.apple.diagnosticd.plist
        [killed]    com.apple.emond.aslmanager.plist
        [killed]    com.apple.iconservices.iconservicesagent.plist
        [killed]    com.apple.iconservices.iconservicesd.plist
        [killed]    com.apple.ifdreader.plist
        [killed]    com.apple.nehelper.plist
        [killed]    com.apple.nsurlsessiond.plist
        [killed]    com.apple.periodic-daily.plist
        [killed]    com.apple.periodic-monthly.plist
        [killed]    com.apple.periodic-weekly.plist
        [killed]    com.apple.sandboxd.plist
        [killed]    com.apple.softwareupdate_download_service.plist
        [killed]    com.apple.spindump.plist
        [killed]    com.apple.tccd.system.plist
        [killed]    com.apple.wdhelper.plist
        [killed]    com.apple.xpc.smd.plist
        20 processes killed due to memory pressure
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [running]    com.GoodShop.updater.plist [Click for support]
    User Login Items: ℹ️
        None
    Internet Plug-ins: ℹ️
        o1dbrowserplugin: Version: 5.38.6.0 - SDK 10.8 [Click for support]
        Google Earth Web Plug-in: Version: 5.2 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        Flip4Mac WMV Plugin: Version: 2.4.2.4 [Click for support]
        RealPlayer Plugin: Version: Unknown [Click for support]
        AdobePDFViewerNPAPI: Version: 10.1.13 [Click for support]
        DivXBrowserPlugin: Version: 2.0 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        iPhotoPhotocast: Version: 7.0
        googletalkbrowserplugin: Version: 5.38.6.0 - SDK 10.8 [Click for support]
        AdobePDFViewer: Version: 10.1.13 [Click for support]
        GarminGpsControl: Version: 4.2.0.0 - SDK 10.8 [Click for support]
    User internet Plug-ins: ℹ️
        CitrixOnlineWebDeploymentPlugin: Version: 1.0.79 [Click for support]
        VSeeHelper: Version: VSeeHelper 1.0.0.0 - SDK 10.8 [Click for support]
    Safari Extensions: ℹ️
        avast! Online Security
        Goodshop app
    3rd Party Preference Panes: ℹ️
        DivX  [Click for support]
        Flip4Mac WMV  [Click for support]
        MacFUSE  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 438.11 GB Disk used: 86.50 GB
        Destinations:
            Backup [Local]
            Total size: 159.70 GB
            Total number of backups: 3
            Oldest backup: 2014-11-24 05:20:18 +0000
            Last backup: 2015-02-01 03:04:02 +0000
            Size of backup disk: Too small
                Backup size 159.70 GB < (Disk used 86.50 GB X 3)
    Top Processes by CPU: ℹ️
             8%    WindowServer
             5%    DashboardClient
             3%    mds
             2%    launchd
             0%    ocspd
    Top Processes by Memory: ℹ️
        64 MB    WindowServer
        52 MB    thunderbird
        34 MB    mds
        34 MB    Mail
        30 MB    mds_stores
    Virtual Memory Information: ℹ️
        654 MB    Free RAM
        834 MB    Active RAM
        777 MB    Inactive RAM
        903 MB    Wired RAM
        102.49 GB    Page-ins
        1.46 GB    Page-outs
    Diagnostics Information: ℹ️
        Standard users cannot read /Library/Logs/DiagnosticReports.
        Run as an administrator account to see more information.

    Hi Linc!  Sorry for the delay.  Here is the information:
    Start time: 16:48:08 02/28/15
    Revision: 1241
    Model Identifier: iMac10,1
    System Version: OS X 10.10.2 (14C109)
    Kernel Version: Darwin 14.1.0
    Time since boot: 10 days 21:04
    UID: 502
    SerialATA
        ST*******ASQ                          
    USB
        officejet 4200 series (Hewlett Packard)
    Bluetooth
        Apple Wireless Mouse
    FileVault 2: On FileVault master keychain appears to be installed
    FileVault 1: On
    I/O wait time (ms/s)
        launchd (UID 0): 53
    Font issues: 40
    Firewall: On
    System caches/logs
        1987 MB: /System/Library/Caches/com.apple.coresymbolicationd/data
    Diagnostic reports
        2015-01-31 SecurityAgent crash
        2015-02-01 2BUA8C4S2C.com.agilebits.onepassword4-helper crash
        2015-02-01 IMDPersistenceAgent crash
        2015-02-01 secd crash
        2015-02-20 Inkjet7 crash
        2015-02-28 IMDPersistenceAgent crash
        2015-02-28 secd crash x2
    Kernel log
        Feb 23 07:06:08 Failed to get hibernate image filename
        Feb 23 17:07:05 Failed to get hibernate image filename
        Feb 24 07:06:05 Failed to get hibernate image filename
        Feb 24 17:47:13 Failed to get hibernate image filename
        Feb 24 18:31:50 IOAudioStream[0xffffff802df40400]::clipIfNecessary() - Error: counted 1 clip more than one buffer ahead errors.
        Feb 24 19:14:41 Failed to get hibernate image filename
        Feb 24 20:56:40 Failed to get hibernate image filename
        Feb 24 22:14:14 Failed to get hibernate image filename
        Feb 24 22:38:31 Failed to get hibernate image filename
        Feb 25 06:58:23 Failed to get hibernate image filename
        Feb 25 17:40:53 Failed to get hibernate image filename
        Feb 25 21:04:27 Failed to get hibernate image filename
        Feb 25 21:31:52 Failed to get hibernate image filename
        Feb 26 07:03:06 Failed to get hibernate image filename
        Feb 26 17:06:59 Failed to get hibernate image filename
        Feb 27 06:58:56 Failed to get hibernate image filename
        Feb 27 17:02:56 Failed to get hibernate image filename
        Feb 27 19:17:20 Failed to get hibernate image filename
        Feb 27 23:04:12 Failed to get hibernate image filename
        Feb 28 10:09:19 Failed to get hibernate image filename
        Feb 28 13:07:21 Failed to get hibernate image filename
        Feb 28 14:08:38 Failed to get hibernate image filename
        Feb 28 15:11:16 Failed to get hibernate image filename
        Feb 28 16:18:21 msdosfs_fat_uninit_vol: error 6 from msdosfs_fat_cache_flush
        Feb 28 16:29:32 Failed to get hibernate image filename
    System log
            label = "2.5.4.3";
            "localized label" = "2.5.4.3";
            type = string;
            value = "courier.sandbox.push.apple.com";
        Feb 28 16:30:55 loginwindow ERROR | __50-[MCXDLauncher(Private) startNetworkChangeThread:]_block_invoke | Unable to GetMCXAgentPort
        Feb 28 16:31:09 apsd Failed entitlement check 'com.apple.private.aps-connection-initiate' for ManagedClientAgent[8424]
        Feb 28 16:31:44 apsd Failed entitlement check 'com.apple.private.aps-connection-initiate' for ManagedClientAgent[8433]
        Feb 28 16:32:36 WindowServer disable_update_timeout: UI updates were forcibly disabled by application "Mail" for over 1.00 seconds. Server has re-enabled them.
        Feb 28 16:34:16 WindowServer disable_update_timeout: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
        Feb 28 16:38:37 WindowServer disable_update_timeout: UI updates were forcibly disabled by application "1Password mini" for over 1.00 seconds. Server has re-enabled them.
        Feb 28 16:38:49 WindowServer WSGetSurfaceInWindow : Invalid surface 769181205 for window 4518
        Feb 28 16:38:49 WindowServer WSGetSurfaceInWindow : Invalid surface 769181205 for window 4518
        Feb 28 16:38:56 WindowServer WSGetSurfaceInWindow : Invalid surface 1023641180 for window 4522
        Feb 28 16:38:56 WindowServer WSGetSurfaceInWindow : Invalid surface 1023641180 for window 4522
        Feb 28 16:39:06 WindowServer WSGetSurfaceInWindow : Invalid surface 1058035653 for window 4525
        Feb 28 16:39:06 WindowServer WSGetSurfaceInWindow : Invalid surface 1058035653 for window 4525
        Feb 28 16:39:22 WindowServer WSGetSurfaceInWindow : Invalid surface 996085260 for window 4530
        Feb 28 16:39:22 WindowServer WSGetSurfaceInWindow : Invalid surface 996085260 for window 4530
        Feb 28 16:39:33 WindowServer WSGetSurfaceInWindow : Invalid surface 1034343505 for window 4534
        Feb 28 16:39:33 WindowServer WSGetSurfaceInWindow : Invalid surface 1034343505 for window 4534
        Feb 28 16:39:39 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Feb 28 16:39:39 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Feb 28 16:46:20 apsd Failed entitlement check 'com.apple.private.aps-connection-initiate' for ManagedClientAgent[8979]
        Feb 28 16:49:02 loginwindow ERROR | __50-[MCXDLauncher(Private) startNetworkChangeThread:]_block_invoke | Unable to GetMCXAgentPort
    Daemons
        com.apple.AccountPolicyHelper
        com.apple.AssetCacheLocatorService
        com.apple.CodeSigningHelper
        com.apple.MobileFileIntegrity
        com.apple.awdd
        com.apple.backupd-auto
        com.apple.cache_delete
        com.apple.coresymbolicationd
        com.apple.ctkd
        com.apple.diagnosticd
        com.apple.emond.aslmanager
        com.apple.iconservices.iconservicesagent
        com.apple.iconservices.iconservicesd
        com.apple.ifdreader
        com.apple.installd
        com.apple.installer.osmessagetracing
        com.apple.nehelper
        com.apple.networkd_privileged
        com.apple.nsurlsessiond_privileged
        com.apple.nsurlstoraged
        com.apple.periodic-daily
        com.apple.periodic-monthly
        com.apple.periodic-weekly
        com.apple.sandboxd
        com.apple.secinitd
        com.apple.security.syspolicy
        - status: -15
        com.apple.softwareupdate_download_service
        com.apple.softwareupdated
        com.apple.spindump
        com.apple.sysmond
        com.apple.systemstatsd
        com.apple.tccd.system
        com.apple.watchdogd
        com.apple.wdhelper
        org.cups.cupsd
    Agents
        2BUA8C4S2C.com.agilebits.onepassword4-helper
        com.adobe.ARM.UUID
        com.apple.AirPortBaseStationAgent
        com.apple.imdpersistence.IMDPersistenceAgent
        - status: -10
        com.apple.secd
        - status: -10
    User crontab
        59 16 * * 7 /Applications/MacScan\ 2/MacScan.app/Contents/MacOS/MacScan -autoscan YES
    Firefox extensions
        Mozilla Firefox hotfix
    Widgets
        iCal
    iCloud errors
        cloudd 7
        comapple.InputMethodKit.UserDictionary 2
        CallHistorySyncHelper 1
    Continuity errors
        sharingd 1
    Restricted files: 174
    Lockfiles: 30
    High file counts
        Desktop: 54
    Accessibility
        Scroll Zoom: On
    Contents of /System/Library/Security/authorization.plist
        - mod date: Oct  9 02:17:00 2014
        - checksum: 2720110640
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>comment</key>
        <string>The name of the requested right is matched against the keys.  An exact match has priority, otherwise the longest match from the start is used. Note that the right will only match wildcard rules (ending in a ".") during this reduction.
        allow rule: this is always allowed
        &lt;key&gt;com.apple.TestApp.benign&lt;/key&gt;
        &lt;string&gt;allow&lt;/string&gt;
        deny rule: this is always denied
        &lt;key&gt;com.apple.TestApp.dangerous&lt;/key&gt;
        &lt;string&gt;deny&lt;/string&gt;
        user rule: successful authentication as a user in the specified group(5) allows the associated right.
        The shared property specifies whether a credential generated on success is shared with other apps (i.e., those in the same "session"). This property defaults to false if not specified.
        The timeout property specifies the maximum age of a (cached/shared) credential accepted for this rule.
        The allow-root property specifies whether a right should be allowed automatically if the requesting process is running with uid == 0.  This defaults to false if not specified.
        See remaining rules for examples.
        </string>
        <key>rights</key>
        <dict>
        <key></key>
        <dict>
        <key>class</key>
        <string>rule</string>
        <key>comment</key>
        ...and 1850 more line(s)
    Contents of /private/etc/authorization.deprecated
        - mod date: Oct 25 13:37:39 2014
        - checksum: 842352627
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>comment</key>
        <string>The name of the requested right is matched against the keys.  An exact match has priority, otherwise the longest match from the start is used. Note that the right will only match wildcard rules (ending in a ".") during this reduction.
        allow rule: this is always allowed
        &lt;key&gt;com.apple.TestApp.benign&lt;/key&gt;
        &lt;string&gt;allow&lt;/string&gt;
        deny rule: this is always denied
        &lt;key&gt;com.apple.TestApp.dangerous&lt;/key&gt;
        &lt;string&gt;deny&lt;/string&gt;
        user rule: successful authentication as a user in the specified group(5) allows the associated right.
        The shared property specifies whether a credential generated on success is shared with other apps (i.e., those in the same "session"). This property defaults to false if not specified.
        The timeout property specifies the maximum age of a (cached/shared) credential accepted for this rule.
        The allow-root property specifies whether a right should be allowed automatically if the requesting process is running with uid == 0.  This defaults to false if not specified.
        See remaining rules for examples.
        </string>
        <key>rights</key>
        <dict>
        <key></key>
        <dict>
        <key>class</key>
        <string>rule</string>
        <key>comment</key>
        ...and 1013 more line(s)
    Contents of /private/etc/pam.d/prl_disp_service
        - mod date: Mar  5 03:24:01 2010
        - checksum: 1160556194
        auth       required       pam_nologin.so
        auth       optional       pam_afpmount.so
        auth       sufficient     pam_securityserver.so nullok
        auth       sufficient     pam_unix.so  nullok
        auth       required       pam_deny.so
        account    required       pam_permit.so
        password   required       pam_deny.so
        session    required       pam_permit.so
        session    optional       pam_afpmount.so
    Contents of /private/etc/pam.d/prl_disp_service.snow_leopard
        - mod date: Mar  5 03:24:01 2010
        - checksum: 2633576920
        auth       optional       pam_krb5.so
        auth       optional       pam_mount.so
        auth       sufficient     pam_serialnumber.so serverinstall legacy
        auth       required       pam_opendirectory.so
        account    required       pam_nologin.so
        account    required       pam_opendirectory.so
        password   required       pam_deny.so
        session    required       pam_launchd.so
        session    required       pam_uwtmp.so
        session    optional       pam_mount.so
        auth       optional       pam_krb5.so
        auth       optional       pam_mount.so
        auth       sufficient     pam_serialnumber.so serverinstall legacy
        auth       required       pam_opendirectory.so
        account    required       pam_nologin.so
        account    required       pam_opendirectory.so
        password   required       pam_deny.so
        session    required       pam_launchd.so
        session    required       pam_uwtmp.so
        session    optional       pam_mount.so
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist
        - mod date: Aug  1 17:37:19 2012
        - checksum: 408149527
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.adobe.ARM.UUID</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Adobe Reader.app/Contents/MacOS/Updater/Adobe Reader Updater Helper.app/Contents/MacOS/Adobe Reader Updater Helper</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>12600</integer>
        </dict>
        </plist>
    Applications
        /Applications/Acrobat 6.0 Professional/Acrobat 6.0.2 Professional.app
        - N/A
        /Applications/Acrobat 6.0 Professional/Acrobat Distiller 6.0.2.app
        - com.adobe.distiller
        /Applications/Adobe/Acrobat.com.app
        - com.adobe.mauby.UUID.1
        /Applications/Adobe/Adobe Help.app
        - chc.UUID.1
        /Applications/Bible Explorer 4.app
        - com.BE8.wordsearchbible.corp
        /Applications/DivX Converter.app
        - N/A
        /Applications/DivX Player.app
        - com.divx.DivX_Player
        /Applications/DivX/DivX Community.app
        - com.spritec.DVD
        /Applications/DivX/DivX Products.app
        - com.spritec.DVD
        /Applications/DivX/DivX Support.app
        - com.spritec.DVD
        /Applications/DivX/Uninstall DivX for Mac.app
        - com.divxinc.uninstalldivxformac
        /Applications/FOX News Live.app
        - FoxPlayerAIR.UUID.1
        /Applications/Flip4Mac/WMV Player.app
        - net.telestream.wmv.player
        /Applications/Garmin Express.app
        - com.garmin.renu.client
        /Applications/Garmin WebUpdater.app
        - com.garmin.WebUpdater
        /Applications/Hewlett-Packard/HP Image Edit.app
        - com.hp.hpimageedit
        /Applications/Hewlett-Packard/HP Image Print.app
        - com.hp.photo.imageprint
        /Applications/Hewlett-Packard/HP Image Zone.app
        - com.hp.imagezone
        /Applications/Hewlett-Packard/HP Instant Share.app
        - com.hp.photo.instantshare
        /Applications/Hewlett-Packard/HP Panorama Stitching.app
        - com.hp.PanoramaStitching
        /Applications/Hewlett-Packard/HP Photo and Imaging Software/HP E-mail Portal/HP E-mail Portal
        - N/A
        /Applications/Hewlett-Packard/HP Photo and Imaging Software/HP Photo and Imaging Director/Director Docker.app
        - com.hp.director.docker
        /Applications/Hewlett-Packard/HP Software Update.app
        - com.hp.softwareupdate
        /Applications/Hewlett-Packard/HP Uninstaller
        - N/A
        /Applications/Karaoke Maker/Audacity.app
        - net.sourceforge.audacity
        /Applications/Macromedia Studio 8/Macromedia Contribute 3/Contribute
        - com.macromedia.Contribute
        /Applications/Macromedia Studio 8/Macromedia Contribute 3/Contribute/Contents/MacOS/Contribute
        - N/A
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8
        - com.macromedia.Dreamweaver
        /Applications/Macromedia Studio 8/Macromedia Extension Manager/Extension Manager.app
        - com.macromedia.ExtensionManager
        /Applications/Macromedia Studio 8/Macromedia Fireworks 8/Fireworks 8.app
        - com.macromedia.fireworks
        /Applications/Macromedia Studio 8/Macromedia Flash 8 VideoEncoder/Flash 8 Video Encoder.app
        - com.macromedia.FLVEncoder
        /Applications/Macromedia Studio 8/Macromedia Flash 8/Flash 8.app
        - com.macromedia.flash.8
        /Applications/Microsoft AutoUpdate.app
        - com.microsoft.autoupdate
        /Applications/Microsoft Office 2004/Additional Tools/Handheld Sync Installer
        - com.MindVision.VISEX
        /Applications/Microsoft Office 2004/Additional Tools/Handheld Sync Installer/Contents/MacOSClassic/Handheld Sync Installer
        - N/A
        /Applications/Microsoft Office 2004/Additional Tools/Microsoft Language Register/Microsoft Language Register
        - N/A
        /Applications/Microsoft Office 2004/Additional Tools/Remote Desktop Connection/Remote Desktop Connection
        - N/A
        /Applications/Microsoft Office 2004/Additional Tools/Remove Office/Remove Office
        - N/A
        /Applications/Microsoft Office 2004/Additional Tools/Windows Media Installer
        - N/A
        /Applications/Microsoft Office 2004/Additional Tools/Windows Media Installer/Contents/MacOS/Windows Media Installer
        - N/A
        /Applications/Microsoft Office 2004/MSN Messenger.app
        - Microsoft/com.microsoft.Messenger
        /Applications/Microsoft Office 2004/Microsoft Entourage
        - N/A
        /Applications/Microsoft Office 2004/Microsoft Excel
        - N/A
        /Applications/Microsoft Office 2004/Microsoft PowerPoint
        - N/A
        /Applications/Microsoft Office 2004/Microsoft Word
        - N/A
        /Applications/Microsoft Office 2004/Office/Alerts Daemon.app
        - Microsoft/com.microsoft.AlertsDaemon
        /Applications/Microsoft Office 2004/Office/Database Utility
        - N/A
        /Applications/Microsoft Office 2004/Office/Equation Editor
        - N/A
        /Applications/Microsoft Office 2004/Office/Microsoft Cert Manager.app
        - com.microsoft.certmgr
        /Applications/Microsoft Office 2004/Office/Microsoft Clip Gallery
        - N/A
        /Applications/Microsoft Office 2004/Office/Microsoft Database Daemon
        - N/A
        /Applications/Microsoft Office 2004/Office/Microsoft Error Reporting.app
        - com.microsoft.error_reporting
        /Applications/Microsoft Office 2004/Office/Microsoft Graph
        - N/A
        /Applications/Microsoft Office 2004/Office/Microsoft Office Notifications
        - N/A
        /Applications/Microsoft Office 2004/Office/Microsoft Query
        - N/A
        /Applications/Microsoft Office 2004/Office/Microsoft Sync Services.app
        - com.microsoft.entourage.syncservices
        /Applications/Microsoft Office 2004/Office/Organization Chart
        - N/A
        /Applications/Microsoft Office 2004/Office/Project Gallery Launcher
        - N/A
        /Applications/Open XML Converter.app
        - com.microsoft.OfficeConverter
        /Applications/OpenOffice.app
        - org.openoffice.script
        /Applications/Quicken 2007/Quicken 2007
        - com.intuit.quicken
        /Applications/Quicken 2007/Quicken 2007/Contents/MacOS/Quicken 2007
        - N/A
        /Applications/Quicken 2007/Quicken 2007/Contents/SupportApps/Emergency Records Organizer
        - com.intuit.ero
        /Applications/Quicken 2007/Quicken 2007/Contents/SupportApps/Emergency Records Organizer/Contents/MacOSClassic/Emergency Records Organizer
        - N/A
        /Applications/Quicken 2007/Quicken 2007/Contents/SupportApps/Home Inventory.app
        - com.intuit.HomeInventory
        /Applications/Quicken 2007/Quicken 2007/Contents/SupportApps/Quicken Backup Utility.app
        - com.intuit.quicken.dotmac
        /Applications/Quicken 2007/Quicken 2007/Contents/SupportApps/Quicken Scheduler
        - N/A
        /Applications/RealPlayer Converter.app
        - com.real.converter
        /Applications/RealPlayer.app
        - com.RealNetworks.RealPlayer
        /Applications/TorBrowser.app
        - N/A
        /Applications/Utilities/Adobe AIR Application Installer.app
        - com.adobe.air.ApplicationInstaller
        /Applications/Utilities/Adobe Utilities.localized/Adobe Updater6/Adobe Updater.app
        - "com.Adobe.ESD.AdobeUpdaterApplication"
        /Library/Application Support/Adobe/AdobePDF.app
        - com.Adobe.print.AdobePDF.bef
        /Library/Application Support/DivX/DivXUpdater.app
        - com.divx.DivXUpdater
        /Library/Application Support/Hewlett-Packard/Software Update/HP Rules Processor.app
        - com.hp.rulesprocessor
        /Library/Application Support/Hewlett-Packard/Software Update/HP Scheduler.app
        - com.hp.HPScheduler
        /Library/Application Support/Hewlett-Packard/Software Update/HP Software Updater
        - N/A
        /Library/Application Support/Hewlett-Packard/Software Update/HP Software Updater/Contents/MacOS/HP Software Updater
        - N/A
        /Library/Application Support/Microsoft/HV1.0/Microsoft Help Viewer.app
        - com.microsoft.helpviewer
        /Library/Application Support/Microsoft/Office Converter Support/Open XML for Charts.app
        - com.microsoft.openxml.chartconverter.app
        /Library/Application Support/Microsoft/Office Converter Support/Open XML for Excel.app
        - com.microsoft.openxml.excel.app
        /Library/Application Support/Microsoft/Office Converter Support/Open XML for Word.app
        - com.microsoft.openxml.word.app
        /Library/Application Support/Microsoft/Office Converter Support/pptfc.app
        - com.microsoft.openxml.powerpoint.app
        /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
        - com.microsoft.silverlight.sllauncher
        /Library/Application Support/Script Editor/Templates/Cocoa-AppleScript Applet.app
        - com.apple.ScriptEditor.id.cocoa-applet-template
        /Library/Application Support/Script Editor/Templates/Droplets/Droplet with Settable Properties.app
        - com.apple.ScriptEditor.id.droplet-with-settable-properties-template
        /Library/Application Support/Script Editor/Templates/Droplets/Recursive File Processing Droplet.app
        - com.apple.ScriptEditor.id.file-processing-droplet-template
        /Library/Application Support/Script Editor/Templates/Droplets/Recursive Image File Processing Droplet.app
        - com.apple.ScriptEditor.id.image-file-processing-droplet-template
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/flashplayer
        - N/A
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/fscommand/c_burn_cd.app
        - N/A
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/fscommand/c_export_images.app
        - N/A
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/fscommand/c_import_images.app
        - N/A
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/fscommand/c_panorama_stitch.app
        - N/A
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/fscommand/c_use_folders.app
        - N/A
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/fscommand/c_use_image_edit.app
        - N/A
        /Library/Documentation/Help/HP Photo and Imaging Help/shrd/fscommand/c_use_image_print.app
        - N/A
        /Library/Documentation/User Guides and Information.localized/Apple Hardware Test Read Me.app
        - com.apple.AppleHardwareTestReadMe
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app
        - com.adobe.air.ApplicationInstaller
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Template.app
        - com.adobe.air.Template
        /Library/Image Capture/Scripts/Import and View with iPhoto.app
        - com.hp.iPhoto.icautotask
        /Library/Parallels/Parallels Mounter.app
        - com.parallels.server.mounter
        /Library/Printers/hp/Fax/fax.backend
        - com.hp.fax
        /Library/Printers/hp/Fax/rastertofax.filter
        - com.hp.rastertofax
        /Library/Printers/hp/cups/filters/commandtohp.filter
        - com.hp.print.cups.filter.commandtohp
        /Library/Printers/hp/cups/filters/pdftopdf.filter
        - com.hp.print.cups.filter.pdftopdf
        /Library/Printers/hp/cups/tools/autosetup.tool
        - com.hp.print.autosetup
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_bepbmhgboaologfdajaanbcjmnhjmhfn/Default bepbmhgboaologfdajaanbcjmnhjmhfn.app
        - com.google.Chrome.app.Default-bepbmhgboaologfdajaanbcjmnhjmhfn-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_blpcfgokakmgnkcojhhkbfbldkacnbeo/Default blpcfgokakmgnkcojhhkbfbldkacnbeo.app
        - com.google.Chrome.app.Default-blpcfgokakmgnkcojhhkbfbldkacnbeo-internal
        /Users/USER/Library/Caches/com.adobe.Reader.ARM/UUID/Adobe Reader Updater.app
        - com.adobe.ARM
        /mike's old computer/Adobe/AdobePDF.app
        - com.Adobe.print.AdobePDF.bef
        /mike's old computer/Adobe/Installers/R2/Setup.app
        - com.adobe.Installers.Setup
        /mike's old computer/Deimos Rising/Deimos Rising
        - N/A
        /mike's old computer/IA_Installers/TypingMaster_for_Mac/TypingMasterMac.app
        - N/A
        /mike's old computer/TypingMasterMac/UninstallerData/Uninstall TypingMaster for Mac.app
        - N/A
        /mike's old computer/TypingMasterMac/itutoreng.app
        - N/A
        /mike's old computer/adobe applications/Adobe GoLive CS/Adobe GoLive CS.app
        - com.adobe.GoLive
        /mike's old computer/adobe applications/Adobe Illustrator CS/2.app
        - com.adobe.illustrator
        /mike's old computer/adobe applications/Adobe InDesign CS/InDesign CS.app
        - com.adobe.InDesign
        /mike's old computer/adobe applications/Adobe InDesign CS/Plug-Ins/Online/AUMLibrary.cfm/Contents/SharedSupport/Adobe Update Manager.app
        - com.adobe.ESD.AUM
        /mike's old computer/adobe applications/Adobe Photoshop CS/Adobe ImageReady CS.app
        - com.adobe.ImageReady
        /mike's old computer/adobe applications/Adobe Photoshop CS/Adobe Photoshop CS.app
        - com.adobe.Photoshop
        /mike's old computer/adobe applications/Adobe Version Cue/Uninstall Adobe Version Cue.app
        - N/A
        /old computer stuff/At Ease Setup Folder/At Ease Setup
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Apple System Profiler
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Calculator
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Chooser
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/FaxStatus
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Graphing Calculator
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Internet Access/Browse the Internet
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Internet Access/Connect To...
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Internet Access/Mail
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Key Caps
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Note Pad
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Remote Access Status
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Scrapbook
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Sherlock
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/SimpleSound
        - N/A
        /old computer stuff/OLDIESystem Folder/Apple Menu Items/Stickies
        - N/A
        /old computer stuff/OLDIESystem Folder/Application Support/IntelliTools/Classic Sending Helper
        - N/A
        /old computer stuff/OLDIESystem Folder/Application Support/Norton AntiVirus ƒ/NAV Small Scanner
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Appearance
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Apple Menu Options
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/AppleTalk
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/ColorSync
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Configuration Manager
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Control Strip
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Date & Time
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/DialAssist
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Energy Saver
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Extensions Manager
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/File Exchange
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/File Sharing
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/General Controls
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Infrared
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Internet
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Keyboard
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Location Manager
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Memory
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Microsoft Office Manager
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Modem
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Monitors & Sound
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Mouse
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Numbers
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/QuickTime™ Settings:™ Settings:
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/QuikSync
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Remote Access
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Speech
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Startup Disk
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/TCP:IP
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Text
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Users & Groups
        - N/A
        /old computer stuff/OLDIESystem Folder/Control Panels/Web Sharing
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Application Switcher
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/ColorSync Extension
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Control Strip Extension
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Desktop PrintMonitor
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Desktop Printer Spooler
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/FBC Indexing Scheduler
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/FaxMonitor
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Find/Find by Content Indexing
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Folder Actions
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Norton Scheduler
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/PrintMonitor
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Time Synchronizer
        - N/A
        /old computer stuff/OLDIESystem Folder/Extensions/Web Sharing Extension
        - N/A
        /old computer stuff/OLDIESystem Folder/Help/Apple Help Viewer/Help Viewer
        - N/A
        /old computer stuff/OLDIESystem Folder/MacTCP DNR
        - N/A
        /old computer stuff/OLDIESystem Folder/Scripting Additions/Desktop Printer Manager
        - N/A
        /old computer stuff/OLDIESystem Folder/Scripting Additions/Network Setup Scripting
        - N/A
        /old computer stuff/OLDIESystem Folder/Scripting Additions/URL Access Scripting
        - N/A
        /old computer stuff/OLDIESystem Folder/System Extensions (Disabled)/AOL 5.0 Backup Installer
        - N/A
        /old computer stuff/Tony Hawk's Pro Skater 4/Tony Hawk's Pro Skater 4.app
        - com.aspyr.thps4
    Frameworks
        /Library/Frameworks/Adobe AIR.framework
        - com.adobe.AIR
        /Library/Frameworks/DivX Toolkit.framework
        - com.divx.divxtoolkit
        /Library/Frameworks/EWSMac.framework
        - com.eSellerate.EWSMac67108868
        /Library/Frameworks/HPSmartPrint.framework
        - com.hp.print.HPSmartPrint
        /Library/Frameworks/MacFUSE.framework
        - com.google.MacFUSE
        /Library/Frameworks/PrintMeSSL.framework
        - com.efi.printme.ssl
        /Library/Frameworks/TSLicense.framework
        - net.telestream.license
    PrefPane
        /Library/PreferencePanes/DivX.prefPane
        - com.divx.divxprefs
        /Library/PreferencePanes/Flip4Mac WMV.prefPane
        - net.telestream.wmv.prefpane
        /Library/PreferencePanes/MacFUSE.prefPane
        - com.google.MacFUSE
    Bundles
        /Library/Audio/MIDI Drivers/EmagicUSBMIDIDriver.plugin
        - info.emagic.driver.unitor
        /Library/Contextual Menu Items/ParallelsCM.plugin
        - com.parallels.cmplugin
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/AdobeCP15.plugin
        - com.adobe.adobecp
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Flash Player.plugin
        - com.macromedia.FlashPlayer-10.6.plugin
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/adobecp.plugin
        - com.adobe.adobecp20
        /Library/Internet Plug-Ins/AdobePDFViewer.plugin
        - com.adobe.acrobat.pdfviewer
        /Library/Internet Plug-Ins/AdobePDFViewerNPAPI.plugin
        - com.adobe.acrobat.pdfviewerNPAPI
        /Library/Internet Plug-Ins/DivXBrowserPlugin.plugin
        - com.divx.DivXBrowserPlugin
        /Library/Internet Plug-Ins/Flip4Mac WMV Plugin.plugin
        - net.telestream.wmv.plugin
        /Library/Internet Plug-Ins/GarminGpsControl.plugin
        - com.garmin.GarminGpsControl
        /Library/Internet Plug-Ins/Google Earth Web Plug-in.plugin
        - com.Google.GoogleEarthPlugin.plugin
        /Library/Internet Plug-Ins/Silverlight.plugin
        - com.microsoft.SilverlightPlugin
        /Library/Internet Plug-Ins/googletalkbrowserplugin.plugin
        - com.google.googletalkbrowserplugin
        /Library/Internet Plug-Ins/iPhotoPhotocast.plugin
        - com.apple.plugin.iPhotoPhotocast
        /Library/Internet Plug-Ins/o1dbrowserplugin.plugin
        - com.google.o1dbrowserplugin
        /Library/Printers/Macromedia/PDEs/FlashPaperPDE.plugin
        - com.macromedia.flashpaper.pde.FlashPaperPDE
        /Library/Printers/PPD Plugins/AdobePDFPDE.plugin
        - com.Adobe.print.AdobePDF.pde
        /Library/QuickLook/GBQLGenerator.qlgenerator
        - com.apple.garageband.quicklookgenerator
        /Library/QuickLook/ParallelsQL.qlgenerator
        - com.parellels.quicklookgenerator
        /Library/Spotlight/GBSpotlightImporter.mdimporter
        - com.apple.garageband.spotlightimporter
        /Library/Spotlight/Microsoft Entourage.mdimporter
        - com.microsoft.entourageMDImporter
        /Library/Spotlight/ParallelsMD.mdimporter
        - com.parallels.mdimporter
        /Users/USER/Library/Application Support/Google/Chrome/PepperFlash/12.0.0.70/PepperFlashPlayer.plugin
        - com.macromedia.PepperFlashPlayer.pepper
        /Users/USER/Library/Internet Plug-Ins/CitrixOnlineWebDeploymentPlugin.plugin
        - com.citrixonline.mac.WebDeploymentPlugin
    Library paths
        /Applications/Karaoke Maker/libmp3lame.dylib
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8/Contents/Frameworks/libwchar.dylib
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8/Contents/MacOS/CoreTypes.dylib
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8/Contents/MacOS/LibCURL.dylib
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8/Contents/MacOS/LibCrypto.dylib
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8/Contents/MacOS/LibSSL.dylib
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8/Contents/MacOS/SystemFrameworkUtils.dylib
        /Applications/Macromedia Studio 8/Macromedia Dreamweaver 8/Dreamweaver 8/Contents/MacOS/ZLib.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/DWA/DWANative.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/DWA/resources/libraries/ARKCmdCaps.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/DWA/resources/libraries/ARKCmdFS.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/DWA/resources/libraries/ARKEngine.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/DWA/resources/libraries/AdobePIM.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/LWA/PWANative.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/LWA/adobe_caps.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/LWA/adobe_oobelib.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/LWA/adobe_upgrade.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/UWA/UWANative.dylib
        /Library/Application Support/Adobe/OOBE/PDApp/core/AdobePIM.dylib
        /Library/Application Support/DivX/Libraries/libDivXDesktopSupport.dylib
        /Library/Application Support/DivX/QtPlugins/accessible/libqtaccessiblewidgets.dylib
        /Library/Application Support/DivX/QtPlugins/iconengines/libqsvgicon.dylib
        /Library/Application Support/DivX/QtPlugins/imageformats/libqgif.dylib
        /Library/Application Support/DivX/QtPlugins/imageformats/libqico.dylib
        /Library/Application Support/DivX/QtPlugins/imageformats/libqjpeg.dylib
        /Library/Application Support/DivX/QtPlugins/imageformats/libqmng.dylib
        /Library/Application Support/DivX/QtPlugins/imageformats/libqsvg.dylib
        /Library/Application Support/DivX/QtPlugins/imageformats/libqtiff.dylib
        /Library/Application Support/DivX/QtPlugins/script/libqtscriptdbus.dylib
        /Library/Application Support/DivX/QtPlugins/sqldrivers/libqsqlite.dylib
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/WebKit.dylib
        /Library/Frameworks/MacFUSE.framework/Versions/A/Resources/Debug/libfuse.dylib. dSYM/Contents/Resources/DWARF/libfuse.dylib
        /Library/Frameworks/MacFUSE.framework/Versions/A/Resources/Debug/libfuse_ino64. dylib.dSYM/Contents/Resources/DWARF/libfuse_ino64.dylib
        /Library/Printers/hp/Frameworks/HPDeviceModel.framework/Versions/3.0/Frameworks /Core.framework/Versions/3.0/Libraries/libHPIOnetsnmp.5.dylib
        /Library/Printers/hp/Frameworks/HPSmartX.framework/Versions/B/Resources/lib/SxC FReader.dylib
        /Library/Printers/hp/Frameworks/HPSmartX.framework/Versions/C/Resources/lib/SxC FReader.dylib
        /Users/USER/Library/Application Support/AOL Desktop/Security/libnspr4.dylib
        /Users/USER/Library/Application Support/AOL Desktop/Security/libnssckbi.dylib
        /Users/USER/Library/Application Support/AOL Desktop/Security/libplc4.dylib
        /Users/USER/Library/Application Support/AOL Desktop/Security/libplds4.dylib
        /Users/USER/Library/Application Support/Firefox/Profiles/w5owlxqa.default/gmp-gmpopenh264/1.1/libgmpopenh264.dy lib
        /Users/USER/Library/Application Support/Google/Chrome/WidevineCDM/1.4.6.758/_platform_specific/mac_x64/libwidev inecdm.dylib
        /Users/USER/Library/Caches/com.apple.ScreenSaver.Engine/com.apple.vision/com.ap ple.vision.64FaceCoreCLKernel.dylib
        /mike's old computer/adobe applications/Adobe Version Cue/libpbodbc3.dylib
        /mike's old computer/adobe applications/Adobe Version Cue/libps-gcc2-v8_50.dylib
        /mike's old computer/adobe applications/Adobe Version Cue/libps-jni-gcc2-v8_50.dylib
        /mike's old computer/adobe applications/Adobe Version Cue/libps-pb-gcc2-v8_50.dylib
        /mike's old computer/adobe applications/Adobe Version Cue/libps-rw-gcc2-v8_50.dylib
        /mike's old computer/adobe applications/Adobe Version Cue/libps-util-gcc2-v8_50.dylib
        /mike's old computer/adobe applications/Adobe Version Cue/tomcat/webapps/ROOT/WEB-INF/components/com.adobe.bauhaus.nativecomm/res/VCF oundation.dylib
        /usr/lib/libgutenprint.2.0.3.dylib
        /usr/local/lib/libfreetype.6.3.16.dylib
        /usr/local/lib/libfreetype.6.dylib
        /usr/local/lib/libfreetype.dylib
        /usr/local/lib/libfuse.2.dylib
        /usr/local/lib/libfuse_ino64.2.dylib
    Installations
        Norton AntiVirus Application: 6/20/10, 10:21 PM
        Symantec Scheduler: 6/20/10, 10:21 PM
        Microsoft® Silverlight™ Browser Plug-In: 6/19/10, 8:25 PM
        Parallels Desktop 5 for Mac: 6/10/10, 6:02 AM
        MacFUSE Core: 6/10/10, 6:03 AM
    Elapsed time (sec): 317
    <Edited By Host>

  • TS3274 My ipad stopped charging 2days ago, now the battery has completely run out. when ever i plug it to charge with the mains it shows the "battery and electricity sign" then it comes off the screen again. whatdo i do

    My ipad stopped charging 2days ago, now the battery has completely run out. when ever i plug it to the mains using charger provided, it just shows the, 'red batteryand electricity sign' and goes off again. I have previously tried resting and still no change. Help please.

    wait for the red battery to turn green... that will take 2 mins.
    once battery shows green, wait for another 8 mins to hold charge
    >after 10 mins of waiting turn on iPad...

  • My macbook is running slower than ever. I have done all the updates and installed MS Office 11. Any thoughts?

    Hi, all,
    My macbook is running slower than ever. I have done all the updates, emptied my downloads, and installed MS Office 11. I am not sure if I can do anything else?!

    arupp,
         I suggest trying to replace the RAM and the memory storage. This is hard and could potentially ruin your MacBook if you do this the wrong way. Another easier way is to erase thing that you don't need.

  • [SOLVED]Run startx after login?

    I have a laptop with multiple users.
    Is it possible to have a different setup for each user, stored in their /home/ folder? So, when I log in, all I see is the terminal, but when another user, say a guest user, logs in, LXDE starts up.
    Right now, I put this in my .xinitrc file (startlxde in guest, xmonad in my own), but is it possible to set start different programs for different users after login? I would prefer start x on my own from my own user, but my brother who frequently use my laptop don't want to type startx each time he logs in.
    Last edited by Herover (2012-06-27 18:41:33)

    Assuming you set up the right .xinitrc in each users ~/ this (from the wiki) will startx automatically for each user you decide to bless with the additions to their .bash_profile
    .bash_profile wrote:if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
    startx
    fi
    Edit: Here is the article.
    Last edited by Psykorgasm (2012-06-27 18:00:35)

  • Installed RT2500-Replug and now my Mac runs better than ever?!?!

    I've been using a Netopia USB wireless Card to side-step my airport issues for about 2 months now. There is a glitch that causes the USB card not to be detected on start-up so someone recommended I download this http://mitglied.lycos.de/thomsmac/RT2500Replug.html but before I did the problem rectified itself for some reason and the card started being detected.
    Today I unplugged the Wireless card and started up airport to see in the airport update fixed anything for me. It didn't so I plugged the USB wireless card back in but unfortunately the detection problem returned. I download and installed RT2500-Replug and was shocked. I have no idea why but my Mac is now running better that it ever has in the 3 months I've had it. Webpages are loading instantly, Google earth is silky smooth. Not only that but applications are launching faster! I've checked my states and for some reason my Macs RAM usage has been cut by one quarter.
    Anyone have any idea what might have caused this? The difference is so noticeable its almost worrying. Might I have had some kind of conflict that the downloading RT2500-Replug might have solved?

    You're going to have to give us a LOT more details than that!
    Specifically which OS did you install? You say "latest version of Leopard", but that was 10.5. 10.6 is "Snow Leopard". Go to the Apple menu, click About This Mac. That tells you the exact OS version. Give us the processor speed that's there, too, and let us know the approximate (or exact, if you have it) age of your Mac.
    How much RAM (memory) do you have installed? Again, it's under About This Mac.
    How much hard drive space do you have available? Click on the "Macintosh HD" on your desktop, click cmd-i and look for "Capacity" and "Available".
    Matt

  • [SOLVED] I have to use "startx" twice in order to make it work

    Hello
    2 days ago I decided to reinstall Arch Linux again because 3 months ago when I installed Windows, it got installed on top of my Arch partitions (even though I told it to install on my second hard drive). Anyway, I'm having some problems with "startx". I log in on my user account, then I type "startx" (I haven't took the time to figure out how to do that automatically yet). Then I see some color changes on my screen, monitor turns off then shows a black screen and some other things, it happens so fast. But in the end it stays black. Then I have to go to a new console (tty2) and startx again, same color changes and then it works, although not perfectly: e.g. I've put "sh ~/.fehbg &" in .xinitrc but I only see my wallpaper for 1 second and then it goes away. There's also "numlockx" in my .xinitrc file and when I do startx for the first time I see that my numlock light on my keyboard turns on. So it starts, but not completely.
    I also have problems with SLiM. I installed it, configured and enabled it like it is written on the wiki (/etc/inittab). But still there's no sign of it when I boot Arch Linux. Maybe these 2 problems might be related somehow?
    Here are some config files and logs that I made.
    Log 1 = When I use startx for the first time (startx &> log)
    X.Org X Server 1.12.4
    Release Date: 2012-08-27
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.4.8-1-ARCH x86_64
    Current Operating System: Linux ruben 3.5.4-1-ARCH #1 SMP PREEMPT Sat Sep 15 08:12:04 CEST 2012 x86_64
    Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=d7c730b6-c224-4ab4-9079-2eaa18cfbab3 ro quiet
    Build Date: 27 August 2012 08:04:39AM
    Current version of pixman: 0.26.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 3 00:30:33 2012
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Compat map for group 2 redefined
    > Using new definition
    > Warning: Compat map for group 3 redefined
    > Using new definition
    > Warning: Compat map for group 4 redefined
    > Using new definition
    Errors from xkbcomp are not fatal to the X server
    xinit: connection to X server lost
    waiting for X server to shut down ..........
    xinit: X server slow to shut down, sending KILL signal
    waiting for server to die
    xinit: unexpected signal 1
    Log 2 = When I use startx for the second time (startx &> log2)
    X.Org X Server 1.12.4
    Release Date: 2012-08-27
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.4.8-1-ARCH x86_64
    Current Operating System: Linux ruben 3.5.4-1-ARCH #1 SMP PREEMPT Sat Sep 15 08:12:04 CEST 2012 x86_64
    Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=d7c730b6-c224-4ab4-9079-2eaa18cfbab3 ro quiet
    Build Date: 27 August 2012 08:04:39AM
    Current version of pixman: 0.26.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.1.log", Time: Wed Oct 3 00:31:19 2012
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Compat map for group 2 redefined
    > Using new definition
    > Warning: Compat map for group 3 redefined
    > Using new definition
    > Warning: Compat map for group 4 redefined
    > Using new definition
    Errors from xkbcomp are not fatal to the X server
    Another instance of Dropbox (611) is running!
    which: no hsetroot in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl)
    which: no esetroot in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl)
    Another instance of Dropbox (611) is running!
    [874:907:130934640:ERROR:bus.cc(307)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
    [874:907:130941871:ERROR:bus.cc(307)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
    I18N: Operating system doesn't support locale "en_US"
    I18N: Operating system doesn't support locale "en_US"
    [1236:1250:601579755:ERROR:bus.cc(307)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
    [1236:1250:601580025:ERROR:bus.cc(307)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
    xinit: connection to X server lost
    waiting for X server to shut down XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":1"
    after 49525 requests (49525 known processed) with 0 events remaining.
    urxvt: X connection to ':1' broken, unable to recover, exiting.
    ..Server terminated successfully (0). Closing log file.
    xinit: unexpected signal 1
    Xorg.0.log (copied after using startx for the first time, since the mistake is most likely over there, if there's one at least)
    [ 49.310]
    X.Org X Server 1.12.4
    Release Date: 2012-08-27
    [ 49.311] X Protocol Version 11, Revision 0
    [ 49.311] Build Operating System: Linux 3.4.8-1-ARCH x86_64
    [ 49.312] Current Operating System: Linux ruben 3.5.4-1-ARCH #1 SMP PREEMPT Sat Sep 15 08:12:04 CEST 2012 x86_64
    [ 49.313] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=d7c730b6-c224-4ab4-9079-2eaa18cfbab3 ro quiet
    [ 49.314] Build Date: 27 August 2012 08:04:39AM
    [ 49.314]
    [ 49.314] Current version of pixman: 0.26.2
    [ 49.315] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 49.315] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 49.318] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 3 00:44:15 2012
    [ 49.357] (==) Using config file: "/etc/X11/xorg.conf"
    [ 49.357] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 49.393] (==) ServerLayout "Layout0"
    [ 49.393] (**) |-->Screen "Screen0" (0)
    [ 49.393] (**) | |-->Monitor "Monitor0"
    [ 49.402] (**) | |-->Device "Device0"
    [ 49.402] (**) |-->Input Device "Keyboard0"
    [ 49.402] (**) |-->Input Device "Mouse0"
    [ 49.402] (==) Automatically adding devices
    [ 49.402] (==) Automatically enabling devices
    [ 49.472] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 49.472] Entry deleted from font path.
    [ 49.512] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 49.512] Entry deleted from font path.
    [ 49.512] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 49.513] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 49.513] Entry deleted from font path.
    [ 49.513] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 49.513] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 49.513] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 49.513] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 49.513] (WW) Disabling Keyboard0
    [ 49.513] (WW) Disabling Mouse0
    [ 49.513] (II) Loader magic: 0x7c8b00
    [ 49.513] (II) Module ABI versions:
    [ 49.513] X.Org ANSI C Emulation: 0.4
    [ 49.513] X.Org Video Driver: 12.1
    [ 49.513] X.Org XInput driver : 16.0
    [ 49.513] X.Org Server Extension : 6.0
    [ 49.515] (--) PCI:*(0:1:0:0) 10de:0649:1025:013d rev 161, Mem @ 0xce000000/16777216, 0xd0000000/268435456, 0xcc000000/33554432, I/O @ 0x00002000/128
    [ 49.515] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 49.515] (II) LoadModule: "extmod"
    [ 49.544] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 49.550] (II) Module extmod: vendor="X.Org Foundation"
    [ 49.550] compiled for 1.12.4, module version = 1.0.0
    [ 49.550] Module class: X.Org Server Extension
    [ 49.550] ABI class: X.Org Server Extension, version 6.0
    [ 49.550] (II) Loading extension MIT-SCREEN-SAVER
    [ 49.550] (II) Loading extension XFree86-VidModeExtension
    [ 49.550] (II) Loading extension XFree86-DGA
    [ 49.550] (II) Loading extension DPMS
    [ 49.550] (II) Loading extension XVideo
    [ 49.550] (II) Loading extension XVideo-MotionCompensation
    [ 49.550] (II) Loading extension X-Resource
    [ 49.550] (II) LoadModule: "dbe"
    [ 49.550] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 49.558] (II) Module dbe: vendor="X.Org Foundation"
    [ 49.558] compiled for 1.12.4, module version = 1.0.0
    [ 49.558] Module class: X.Org Server Extension
    [ 49.558] ABI class: X.Org Server Extension, version 6.0
    [ 49.558] (II) Loading extension DOUBLE-BUFFER
    [ 49.558] (II) LoadModule: "glx"
    [ 49.558] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 50.693] (II) Module glx: vendor="NVIDIA Corporation"
    [ 50.693] compiled for 4.0.2, module version = 1.0.0
    [ 50.693] Module class: X.Org Server Extension
    [ 50.693] (II) NVIDIA GLX Module 304.51 Tue Sep 18 17:38:06 PDT 2012
    [ 50.693] (II) Loading extension GLX
    [ 50.693] (II) LoadModule: "record"
    [ 50.693] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 50.703] (II) Module record: vendor="X.Org Foundation"
    [ 50.703] compiled for 1.12.4, module version = 1.13.0
    [ 50.703] Module class: X.Org Server Extension
    [ 50.703] ABI class: X.Org Server Extension, version 6.0
    [ 50.703] (II) Loading extension RECORD
    [ 50.703] (II) LoadModule: "dri"
    [ 50.704] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 50.716] (II) Module dri: vendor="X.Org Foundation"
    [ 50.716] compiled for 1.12.4, module version = 1.0.0
    [ 50.716] ABI class: X.Org Server Extension, version 6.0
    [ 50.716] (II) Loading extension XFree86-DRI
    [ 50.716] (II) LoadModule: "dri2"
    [ 50.716] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 50.717] (II) Module dri2: vendor="X.Org Foundation"
    [ 50.717] compiled for 1.12.4, module version = 1.2.0
    [ 50.717] ABI class: X.Org Server Extension, version 6.0
    [ 50.717] (II) Loading extension DRI2
    [ 50.717] (II) LoadModule: "nvidia"
    [ 50.731] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 50.805] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 50.805] compiled for 4.0.2, module version = 1.0.0
    [ 50.805] Module class: X.Org Video Driver
    [ 50.834] (II) NVIDIA dlloader X Driver 304.51 Tue Sep 18 17:18:40 PDT 2012
    [ 50.834] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 50.845] (--) using VT number 7
    [ 50.903] (II) Loading sub module "fb"
    [ 50.903] (II) LoadModule: "fb"
    [ 50.903] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 50.919] (II) Module fb: vendor="X.Org Foundation"
    [ 50.919] compiled for 1.12.4, module version = 1.0.0
    [ 50.919] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 50.919] (II) Loading sub module "wfb"
    [ 50.919] (II) LoadModule: "wfb"
    [ 50.920] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 50.933] (II) Module wfb: vendor="X.Org Foundation"
    [ 50.933] compiled for 1.12.4, module version = 1.0.0
    [ 50.933] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 50.933] (II) Loading sub module "ramdac"
    [ 50.933] (II) LoadModule: "ramdac"
    [ 50.934] (II) Module "ramdac" already built-in
    [ 50.944] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 50.944] (==) NVIDIA(0): RGB weight 888
    [ 50.944] (==) NVIDIA(0): Default visual is TrueColor
    [ 50.944] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 50.945] (**) NVIDIA(0): Enabling 2D acceleration
    [ 54.431] (II) NVIDIA(GPU-0): Display (AU Optronics Corporation (DFP-0)) does not support
    [ 54.431] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
    [ 54.448] (II) NVIDIA(0): NVIDIA GPU GeForce 9600M GT (G96) at PCI:1:0:0 (GPU-0)
    [ 54.448] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 54.448] (--) NVIDIA(0): VideoBIOS: 62.94.4a.00.23
    [ 54.448] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 54.448] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 54.455] (--) NVIDIA(0): Valid display device(s) on GeForce 9600M GT at PCI:1:0:0
    [ 54.455] (--) NVIDIA(0): CRT-0
    [ 54.455] (--) NVIDIA(0): AU Optronics Corporation (DFP-0) (connected)
    [ 54.455] (--) NVIDIA(0): DFP-1
    [ 54.455] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
    [ 54.455] (--) NVIDIA(0): AU Optronics Corporation (DFP-0): 330.0 MHz maximum pixel clock
    [ 54.455] (--) NVIDIA(0): AU Optronics Corporation (DFP-0): Internal Dual Link LVDS
    [ 54.455] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
    [ 54.455] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
    [ 54.455] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 54.455] (**) NVIDIA(0): device AU Optronics Corporation (DFP-0) (Using EDID
    [ 54.455] (**) NVIDIA(0): frequencies has been enabled on all display devices.)
    [ 54.456] (==) NVIDIA(0):
    [ 54.456] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 54.456] (==) NVIDIA(0): will be used as the requested mode.
    [ 54.456] (==) NVIDIA(0):
    [ 54.456] (II) NVIDIA(0): Validated MetaModes:
    [ 54.456] (II) NVIDIA(0): "DFP-0:nvidia-auto-select"
    [ 54.456] (II) NVIDIA(0): Virtual screen size determined to be 1440 x 900
    [ 55.521] (--) NVIDIA(0): DPI set to (98, 99); computed from "UseEdidDpi" X config
    [ 55.521] (--) NVIDIA(0): option
    [ 55.522] (--) Depth 24 pixmap format is 32 bpp
    [ 55.522] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    [ 55.530] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 55.530] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 55.530] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 55.530] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 55.530] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 55.530] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 55.530] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 55.530] (II) NVIDIA(0): Config Options in the README.
    [ 55.533] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
    [ 55.879] (II) Loading extension NV-GLX
    [ 55.938] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 55.938] (==) NVIDIA(0): Backing store disabled
    [ 55.938] (==) NVIDIA(0): Silken mouse enabled
    [ 55.939] (**) NVIDIA(0): DPMS enabled
    [ 55.939] (II) Loading extension NV-CONTROL
    [ 55.939] (II) Loading extension XINERAMA
    [ 55.939] (II) Loading sub module "dri2"
    [ 55.939] (II) LoadModule: "dri2"
    [ 55.940] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 55.940] (II) Module dri2: vendor="X.Org Foundation"
    [ 55.940] compiled for 1.12.4, module version = 1.2.0
    [ 55.940] ABI class: X.Org Server Extension, version 6.0
    [ 55.940] (II) NVIDIA(0): [DRI2] Setup complete
    [ 55.940] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 55.940] (--) RandR disabled
    [ 55.940] (II) Initializing built-in extension Generic Event Extension
    [ 55.940] (II) Initializing built-in extension SHAPE
    [ 55.940] (II) Initializing built-in extension MIT-SHM
    [ 55.940] (II) Initializing built-in extension XInputExtension
    [ 55.940] (II) Initializing built-in extension XTEST
    [ 55.940] (II) Initializing built-in extension BIG-REQUESTS
    [ 55.940] (II) Initializing built-in extension SYNC
    [ 55.940] (II) Initializing built-in extension XKEYBOARD
    [ 55.940] (II) Initializing built-in extension XC-MISC
    [ 55.940] (II) Initializing built-in extension SECURITY
    [ 55.940] (II) Initializing built-in extension XINERAMA
    [ 55.940] (II) Initializing built-in extension XFIXES
    [ 55.940] (II) Initializing built-in extension RENDER
    [ 55.940] (II) Initializing built-in extension RANDR
    [ 55.940] (II) Initializing built-in extension COMPOSITE
    [ 55.940] (II) Initializing built-in extension DAMAGE
    [ 55.943] (II) Initializing extension GLX
    [ 56.358] (II) config/udev: Adding input device Power Button (/dev/input/event6)
    [ 56.358] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 56.358] (II) LoadModule: "evdev"
    [ 56.358] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 56.374] (II) Module evdev: vendor="X.Org Foundation"
    [ 56.374] compiled for 1.12.3.901, module version = 2.7.3
    [ 56.374] Module class: X.Org XInput Driver
    [ 56.374] ABI class: X.Org XInput driver, version 16.0
    [ 56.374] (II) Using input driver 'evdev' for 'Power Button'
    [ 56.374] (**) Power Button: always reports core events
    [ 56.374] (**) evdev: Power Button: Device: "/dev/input/event6"
    [ 56.375] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 56.375] (--) evdev: Power Button: Found keys
    [ 56.375] (II) evdev: Power Button: Configuring as keyboard
    [ 56.375] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
    [ 56.375] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 56.375] (**) Option "xkb_rules" "evdev"
    [ 56.375] (**) Option "xkb_model" "evdev"
    [ 56.375] (**) Option "xkb_layout" "us"
    [ 56.399] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
    [ 56.399] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 56.399] (II) Using input driver 'evdev' for 'Video Bus'
    [ 56.399] (**) Video Bus: always reports core events
    [ 56.399] (**) evdev: Video Bus: Device: "/dev/input/event2"
    [ 56.399] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 56.399] (--) evdev: Video Bus: Found keys
    [ 56.399] (II) evdev: Video Bus: Configuring as keyboard
    [ 56.399] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input3/event2"
    [ 56.399] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 56.399] (**) Option "xkb_rules" "evdev"
    [ 56.399] (**) Option "xkb_model" "evdev"
    [ 56.399] (**) Option "xkb_layout" "us"
    [ 56.400] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 56.400] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 56.400] (II) Using input driver 'evdev' for 'Power Button'
    [ 56.400] (**) Power Button: always reports core events
    [ 56.400] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 56.400] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 56.400] (--) evdev: Power Button: Found keys
    [ 56.400] (II) evdev: Power Button: Configuring as keyboard
    [ 56.400] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4/event4"
    [ 56.400] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 56.400] (**) Option "xkb_rules" "evdev"
    [ 56.400] (**) Option "xkb_model" "evdev"
    [ 56.400] (**) Option "xkb_layout" "us"
    [ 56.401] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 56.401] (II) No input driver specified, ignoring this device.
    [ 56.401] (II) This device may have been added with another device file.
    [ 56.401] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)
    [ 56.401] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 56.401] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 56.401] (**) Sleep Button: always reports core events
    [ 56.401] (**) evdev: Sleep Button: Device: "/dev/input/event5"
    [ 56.401] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 56.401] (--) evdev: Sleep Button: Found keys
    [ 56.401] (II) evdev: Sleep Button: Configuring as keyboard
    [ 56.401] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5"
    [ 56.401] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 56.401] (**) Option "xkb_rules" "evdev"
    [ 56.401] (**) Option "xkb_model" "evdev"
    [ 56.401] (**) Option "xkb_layout" "us"
    [ 56.402] (II) config/udev: Adding input device Acer Crystal Eye webcam (/dev/input/event8)
    [ 56.402] (**) Acer Crystal Eye webcam: Applying InputClass "evdev keyboard catchall"
    [ 56.402] (II) Using input driver 'evdev' for 'Acer Crystal Eye webcam'
    [ 56.402] (**) Acer Crystal Eye webcam: always reports core events
    [ 56.402] (**) evdev: Acer Crystal Eye webcam: Device: "/dev/input/event8"
    [ 56.402] (--) evdev: Acer Crystal Eye webcam: Vendor 0x64e Product 0xa103
    [ 56.402] (--) evdev: Acer Crystal Eye webcam: Found keys
    [ 56.402] (II) evdev: Acer Crystal Eye webcam: Configuring as keyboard
    [ 56.402] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-6/1-6:1.0/input/input8/event8"
    [ 56.402] (II) XINPUT: Adding extended input device "Acer Crystal Eye webcam" (type: KEYBOARD, id 10)
    [ 56.402] (**) Option "xkb_rules" "evdev"
    [ 56.402] (**) Option "xkb_model" "evdev"
    [ 56.402] (**) Option "xkb_layout" "us"
    [ 56.402] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
    [ 56.402] (II) No input driver specified, ignoring this device.
    [ 56.402] (II) This device may have been added with another device file.
    [ 56.403] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event10)
    [ 56.403] (II) No input driver specified, ignoring this device.
    [ 56.403] (II) This device may have been added with another device file.
    [ 56.403] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event11)
    [ 56.403] (II) No input driver specified, ignoring this device.
    [ 56.403] (II) This device may have been added with another device file.
    [ 56.403] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event12)
    [ 56.403] (II) No input driver specified, ignoring this device.
    [ 56.403] (II) This device may have been added with another device file.
    [ 56.403] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 56.403] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 56.403] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 56.404] (**) AT Translated Set 2 keyboard: always reports core events
    [ 56.404] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 56.404] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 56.404] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 56.404] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 56.404] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 56.404] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
    [ 56.404] (**) Option "xkb_rules" "evdev"
    [ 56.404] (**) Option "xkb_model" "evdev"
    [ 56.404] (**) Option "xkb_layout" "us"
    [ 56.404] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
    [ 56.404] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 56.404] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 56.404] (II) LoadModule: "synaptics"
    [ 56.404] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 56.418] (II) Module synaptics: vendor="X.Org Foundation"
    [ 56.418] compiled for 1.12.2, module version = 1.6.2
    [ 56.418] Module class: X.Org XInput Driver
    [ 56.418] ABI class: X.Org XInput driver, version 16.0
    [ 56.418] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 56.418] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 56.418] (**) Option "Device" "/dev/input/event7"
    [ 56.423] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    [ 56.423] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    [ 56.423] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 56.423] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 56.423] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right scroll-buttons
    [ 56.423] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 56.423] (**) Option "TapButton1" "1"
    [ 56.423] (**) Option "TapButton2" "2"
    [ 56.423] (**) Option "TapButton3" "3"
    [ 56.424] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 56.424] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 56.424] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input7/event7"
    [ 56.424] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
    [ 56.424] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 56.424] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [ 56.424] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040
    [ 56.424] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 56.424] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 56.424] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 56.424] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 56.424] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 56.424] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 56.424] (II) No input driver specified, ignoring this device.
    [ 56.424] (II) This device may have been added with another device file.
    [ 56.425] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    [ 56.425] (II) No input driver specified, ignoring this device.
    [ 56.425] (II) This device may have been added with another device file.
    Xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 304.51 ([email protected]) Tue Sep 18 18:26:36 PDT 2012
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    Option "NoLogo" "1"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    .xinitrc
    # Set keyboard layout to Belgian
    setxkbmap -layout be
    # Activate numlock
    numlockx &
    # Start Dropbox
    dropboxd
    # Set wallpaper
    sh ~/.fehbg &
    # Start Openbox
    exec ck-launch-session dbus-launch openbox-session
    I know that .xinitrc is still practically empty, but I only started configuring it yesterday and I like to take things slowly (perfectionist here).
    I did some research after some errors in log1 and log2 but I didn't find anything that worked. Xorg.0.log I only checked for (EE) tags, and I didn't find any.
    Anyone has an idea what may have caused this? Any errors that I didn't see?
    Thank you in advance.
    Last edited by Culinax (2012-10-04 09:50:39)

    That is not a practically empty xinitrc - that file only needs one line: exec WM.  Other things are entirely optional, and some of them very useful, but I'd encourage you to stick with the simplest xinitrc that will do what you require.
    Is slim involved?  Probably.  That is the source of many problems.  But to start narrowing this down, I have 3 suggestions:
    1) temporarily (at least) change your inittab to default to runlevel 3 ... actually, is it currently set to 5 or 3? if it is currently 3 that would explain why slim doesn't start.
    2) at a tty in runlevel 3 use "xinit" instead of "startx".  Startx is fine most of the time, but it is essentially just a complex wrapper for xinit.  That complexity can often iadd useful functionality, but it *always* makes troubleshooting more difficult.  So for now just use a vanilla 'xinit'.
    3) remove dbus-launch from your exec line in xinitrc.  This is done by console-kit so it is redundant and potentially problematic.  Further BOTH of these are taken care of by slim, so I'd even suggest getting both a jump start on being ready for slim and simplifying troubleshooting by removing both of them.  Just make that line "exec openbox-session"
    Edit: adding one more:
    4) temporarily switch out openbox-session for openbox.  I suspect the reason feh's setting of the background is getting overridden is due to a script or setting in openbox's autostart settings - many of these are only invoked when "openbox-session" is called, while "openbox" starts *just* the window manager itself.
    Last edited by Trilby (2012-10-03 17:30:36)

  • I recently updated to the newest version of Flash (17.0.0.134) and I have a MacBook Air, running OSX. Ever since the update I can no longer select drop down menus or get Netflix to run properly. Has anyone else had this issue/know how to resolve it?

    I recently updated to the newest version of Flash (17.0.0.134) and I have a MacBook Air, running OS X and I have Safari version 8.0.4.  Ever since the update I can no longer select drop down menus or get Netflix to run properly. Has anyone else had this issue/know how to resolve it?

    1. System Preferences > Flash Player > Advanced > Delete All
        Press “Delete All” button under “Browsing Data and Settings”.
    2. Install Adobe Flash Player.
        System Preferences > Flash Player > Updates
        Press the “Check Now” button.
        http://get.adobe.com/flashplayer/
        Download it and quit Safari from Safari menu in the menu bar.
        Follow the prompts to install Adobe Flash Player.

  • [Solved] Running mpd as user mpd with systemd without using mpd.conf

    Maybe this is tivial, but I searched about an hour without any results. I want to run mpd as user mpd. I cant use the mpd config file since mpd set the UID and GID explicitely resulting in mpd not having the necessary supplementary groups to access the locally shared music on my pc. Well I tried to run mpd with systemd by
    # systemctl start mpd
    and  the systemd contains the user mpd
    $ cat /etc/systemd/system/default.target.wants/mpd.service
    [Unit]
    Description=Music Player Daemon
    After=network.target sound.target
    [Service]
    User=mpd
    ExecStart=/usr/bin/mpd --no-daemon
    # allow MPD to use real-time priority 50
    LimitRTPRIO=50
    LimitRTTIME=-1
    # move MPD to a top-level cgroup, as real-time budget assignment fails
    # in cgroup /system/mpd.service, because /system has a zero real-time
    # budget; see
    # http://www.freedesktop.org/wiki/Software/systemd/MyServiceCantGetRealtime/
    ControlGroup=cpu:/mpd
    # assign a real-time budget
    ControlGroupAttribute=cpu.rt_runtime_us 500000
    [Install]
    WantedBy=default.target
    but it did not run as mpd.
    Well how can I run mpd as mpd? Is there a way to do it like with dropbox: dropbox@<user>.service
    Last edited by manuelschneid3r (2015-03-25 12:52:52)

    Glad you solved it. Was just typing a response and I'll still add two remarks:
    The ps|grep output showed that you run grep as root, not mpd itself (which won't have a space in the command -- the second time it only worked because the mpd group is preceded by a space).
    It sounds like it took you a while to find the drop-in configuration snippet in the mpd.service.d directory. These drop-in are shown in `systemctl status`, which is something you'd normally check in situations like these, and that might help to discover them more quickly.
    Last edited by Raynman (2015-03-25 12:58:36)

  • [SOLVED] Running OpenGL applications?

    I am writing a simple game using freeglut and it compiles fine but I can't run it - the program compiles fine AND runs under Windows but in Windows I have to stick the freeglut.dll in the same directory, do I have to do something similar in Linux?
    (the program is platform independant!)
    Last edited by privateabstract (2011-01-03 20:32:52)

    Please prefix the thread title with "[SOLVED]", and add what you did to fix it, if you did anything in particular.

  • [SOLVED] cpu at 100% w/ startx == error in config of .xinitrc app

    Hi all!
    I got some serious trouble after reconfiguring cdm (because of display problems): starting X leads to 100% cp making it unusable. htop says root (usage 66%) and user (usage <1%) have been starting X, with the same .xserverauth-id (process no of root here = 1800; user = 1799.
    Usually I start X via .xinitrc, which I didn't touch. Uninstalling cdm and reistalling xorg-server and utils didn't help. And finally, I also can't reinstall cdm, because the project's homepage is down!
    So what to do now? I mean, working on CLI (like now) is only temporal fun...
    edit: so though actually there's no cdm anymore, X keeps on being launched twice.
    edit2: now trying cdm-git; soon getting tuned again
    Last edited by nexus7 (2011-11-20 18:29:58)

    Installed cdm-git, and no changes: when X has been started, the machine
    becomes unbearable slow, the cpu is running
    hot at 100% with two X instances:
    $ htop
    PID USER CPU% MEM% Command
    1638 root 60 3 /usr/bin/X :0 -nolisten tcp -dpi 96 vt7 -auth /tmp/serverauth.HryZB8shaS
    1618 nexus7 0.0 0.1 /bin/sh /usr/bin/startx /home/nexus7/.xinitrc xmonad -- /usr/bin/X :0 -nolisten tcp -dpi 96 vt7
    1637 nexus7 0.0 0.0 xinit /home/nexus7/.xinitrc/ xmonad -- /usr/bin/X :0 -nolisten tcp -dpi 96 vt7 -auth /tmp/serverauth.HryZB8shaS
    My files:
    # /etc/inittab
    # Boot to console
    id:3:initdefault:
    # Boot to X11
    #id:5:initdefault
    rc::sysinit:/etc/rc.sysinit
    rs:S1:wait:/etc/rc.single
    rm:2345:wait/etc/rc.multi
    rh:06:wait:/etc/rc.shutdown
    su:S:wait/sbin/sulogin -p
    # -8 options fixes umlauts problem on login
    c1:2345:respawn:/sbin/agetty -8 -s 38400 tty1 linux
    c2:2345:respawn:/sbin/agetty -8 -s 38400 tty2 linux
    c3:2345:respawn:/sbin/agetty -8 -s 38400 tty3 linux
    c4:2345:respawn:/sbin/agetty -8 -s 38400 tty4 linux
    c5:2345:respawn:/sbin/agetty -8 -s 38400 tty5 linux
    c6:2345:respawn:/sbin/agetty -8 -s 38400 tty6 linux
    # Serial Virtual Console for KVM and others VMs
    #s0:2345:respawn:/sbin/agetty -8 -s 9600 ttyS0 linux
    # Hypervisor Virtual Console for Xen and KVM
    #h0:2345:respawn:/sbin/agetty -8 -s 38400 hvc0 linux
    Example lines for starting a login manager
    #x:5:respawn:/usr/bin/xdm -nodaemon
    #x:5:respawn:/usr/sbin/gdm -nodaemon
    #x:5:respawn:/usr/bin/kdm -nodaemon
    #x:5:respawn:/usr/bin/slim >/dev/null 2>&1
    # End of file
    (all display managers commented, as said in the wiki)
    ### GLOBAL CONFIGURATION ###
    # Set CDM theme and dialog options
    theme=cdm
    countfrom=1
    # List all WM binary names
    wmbinlist=(xmonad)
    # List all WM display names
    wmdisplist=(XMonad)
    # Allow console login?
    allowconsole=yes
    # Allow shutdown?
    allowshutdown=yes
    shutdowncommand='sudo shutdown -h now'
    rebootcommand='sudo shutdown -r now'
    # Allow suspend?
    # Note that this option requires pm-utils
    allowsuspend=no
    suspendcommand='sudo pm-suspend'
    allowhibernate=no
    hibernatecommand='sudo pm-hibernate'
    # Set configuration for specific users?
    userconfig=(courtney)
    ### USER CONFIGURATION ###
    courtney() {
    # Set CDM theme
    theme=lime
    # List user allowed WM binary names
    wmbinlist=(openbox-session)
    # List user allowed WM display names
    wmdisplist=(Openbox)
    # Allow console login?
    allowconsole=yes
    # Allow shutdown?
    allowshutdown=no
    # Set specific display for user
    # (Not honored unless locktty=yes)
    # display=1
    ### SYSTEM CONFIGURATION ###
    # Set default display
    display=0
    # Where should first X tty be spawned?
    xtty=7
    # Restrict tty? (By default, cdm increments X tty, this setting
    # allows administrators to lock users into one specific tty by
    # setting the display=N option on a per-user basis.)
    locktty=no
    # Enable login shell (fixes issues with some keymaps, uses bash).
    # Note that your bash scripts won't have any terminal as stdin when
    # started in this way. This may break some commands, including stty,
    # unless you explicitly check for [ -t 0 ] or that every login shell
    # is also interactive. However, we're sending stdout and stderr to
    # /dev/null, so you won't see the complaints.
    loginshell=no
    # The use of consolekit has recently become manditory with hal. However,
    # some users might prefer not using either one. If you don't want to
    # use consolekit, set the following variable to "no".
    consolekit=yes
    # Timeout for waiting for X session to register with consoleKit
    consolekittime=30
    # Additional arguments to pass to X server
    # When usexinit=yes, we use ~/.xinitrc when it exists or
    # /etc/X11/xinit/xinitrc
    # when it doesn't. These are passed the chosen window manager as $1; note
    # that
    # the stock /etc/X11/xinit/xinitrc ignores this and always starts twm and
    # three
    # xterms. Your custom xinitrc should start the window manager supplied as $1
    # instead. There is a sample xinitrc included at
    # /usr/share/cdm/xinitrc.skel.
    # If usexinit=no, then we instead call the chosen window manager directly.
    usexinit=yes
    # Additional arguments to pass to X server; it will be called as:
    # exec /usr/bin/X :$display $serverargs vt$((xtty+display))
    serverargs="-nolisten tcp -dpi 96"
    Do this configs suffice?
    IMO in the end it doesn't matter, if cdm starts X or not...

  • [SOLVED]Run-time error in calculator. Wrong results.

    I've tried running the program a couple of times noticing that only the division returns the correct answer.. Here's the code:
    * File: Guical.java                    *
    * Author: Richard JR Wallnerstrom     *
    * Date: 2007-05-09 -                 *
    * Copyright: GNU Public License       *
    import javax.swing.*;
    import java.lang.String;
    public class Guical {
         public static void main(String[] args) {
              double sum = 0;
              JOptionPane.showMessageDialog(null, "V??lkommen till Guical!"); // Welcome the new user
              String num1 = JOptionPane.showInputDialog("Skriv in det f??rsta talet");     // Ask user for the input
              String num2 = JOptionPane.showInputDialog("Skriv in det andra talet");
              String operator = JOptionPane.showInputDialog("Skriv in ??nskad operator");
              try {
                   switch (operator.charAt(0)) {
                        case '+': sum = Double.valueOf(num1.trim()).doubleValue() + Double.valueOf(num2.trim()).doubleValue();
                        case '-': sum = Double.valueOf(num1.trim()).doubleValue() - Double.valueOf(num2.trim()).doubleValue();
                        case '*': sum = Double.valueOf(num1.trim()).doubleValue() * Double.valueOf(num2.trim()).doubleValue();
                        case '/': sum = Double.valueOf(num1.trim()).doubleValue() / Double.valueOf(num2.trim()).doubleValue();
                   JOptionPane.showMessageDialog(null, num1 + " " + operator + " " + num2 + " = " + sum);
              } catch (NumberFormatException nfe) {
                   JOptionPane.showMessageDialog(null, "Ej giltigt tecken: " + nfe.getMessage());
    }Seems fine to me so if you find anything please let me know.
    Regards
    Richard
    [edit] SOLVED.. Forgot the "break" statements...
    Message was edited by:
    richardinho

    you forget your break keywords. without break, your execution will continue on next case, not getting out from switch block.
    switch (operato....) {
       case '+' :
          sum = 1 + 2;
          break;
       case '-' :
          sum = 1 - 2;
          break;
    }

  • [Solved] Running exec i3 causes crash and logout

    I am trying to get the i3 WM installed on my machine.  I have X installed and working.  I was able to perform the test with xterms specified in the beginners guide.  I installed i3 with 'sudo pacman -S i3' and created a .xnitrc file in my home directory by copying it from the skel directory.  It is supposed to run the command 'exec i3' after I login from xdm but it is failing.  It seems to not do anything but log me out.  If I am booted into XDM and login I just get bounced back to the login screen.  If I am on the console and try to run 'exec i3' it just logs me out and doesn't start.  If I run 'exec i3' from an xterm it crashes the terminal window.
    EDIT:  this occurs with all WMs I have tried in addition to i3 such as ratpoison.
    Last edited by fourmyle (2012-01-09 21:54:22)

    I don't think that is it.  I have dbus installed and its in my DAEMONS array.  I actually just reinstalled arch completely and still have the same problem even without a display manager installed.  If i use 'exec i3' from the command line it logs be out of the current shell session.  startx works though still.  Could it be a driver issue or maybe a bad release?
    Last edited by fourmyle (2012-01-08 01:44:14)

  • [SOLVED]running xwindows session over ssh

    hi guys,
    i'm trying to run an entire xwindows session - the complete openbox-session - over ssh.
    i'm having some joy, in that i can run graphical programs such as gedit, or pcmanfm, luakit or whatever else on the client end no problems. is it possible to run an entire desktop over ssh?
    here's some configs and commands i'm running. i'm going by the arch wiki here.
    sshd_config:
    # $OpenBSD: sshd_config,v 1.90 2013/05/16 04:09:14 dtucker Exp $
    # This is the sshd server system-wide configuration file. See
    # sshd_config(5) for more information.
    # This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
    # The strategy used for options in the default sshd_config shipped with
    # OpenSSH is to specify options with their default value where
    # possible, but leave them commented. Uncommented options override the
    # default value.
    Port 22
    #AddressFamily any
    #ListenAddress 0.0.0.0
    #ListenAddress ::
    # The default requires explicit activation of protocol 1
    #Protocol 2
    # HostKey for protocol version 1
    #HostKey /etc/ssh/ssh_host_key
    # HostKeys for protocol version 2
    #HostKey /etc/ssh/ssh_host_rsa_key
    #HostKey /etc/ssh/ssh_host_dsa_key
    #HostKey /etc/ssh/ssh_host_ecdsa_key
    # Lifetime and size of ephemeral version 1 server key
    #KeyRegenerationInterval 1h
    #ServerKeyBits 1024
    # Ciphers and keying
    #RekeyLimit default none
    # Logging
    # obsoletes QuietMode and FascistLogging
    #SyslogFacility AUTH
    #LogLevel INFO
    # Authentication:
    #LoginGraceTime 2m
    PermitRootLogin no
    #StrictModes yes
    #MaxAuthTries 6
    #MaxSessions 10
    #RSAAuthentication yes
    #PubkeyAuthentication yes
    # The default is to check both .ssh/authorized_keys and .ssh/authorized_keys2
    # but this is overridden so installations will only check .ssh/authorized_keys
    AuthorizedKeysFile .ssh/authorized_keys
    #AuthorizedPrincipalsFile none
    #AuthorizedKeysCommand none
    #AuthorizedKeysCommandUser nobody
    # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
    #RhostsRSAAuthentication no
    # similar for protocol version 2
    #HostbasedAuthentication no
    # Change to yes if you don't trust ~/.ssh/known_hosts for
    # RhostsRSAAuthentication and HostbasedAuthentication
    #IgnoreUserKnownHosts no
    # Don't read the user's ~/.rhosts and ~/.shosts files
    #IgnoreRhosts yes
    # To disable tunneled clear text passwords, change to no here!
    PasswordAuthentication yes
    PermitEmptyPasswords no
    # Change to no to disable s/key passwords
    ChallengeResponseAuthentication no
    # Kerberos options
    #KerberosAuthentication no
    #KerberosOrLocalPasswd yes
    #KerberosTicketCleanup yes
    #KerberosGetAFSToken no
    # GSSAPI options
    #GSSAPIAuthentication no
    #GSSAPICleanupCredentials yes
    # Set this to 'yes' to enable PAM authentication, account processing,
    # and session processing. If this is enabled, PAM authentication will
    # be allowed through the ChallengeResponseAuthentication and
    # PasswordAuthentication. Depending on your PAM configuration,
    # PAM authentication via ChallengeResponseAuthentication may bypass
    # the setting of "PermitRootLogin without-password".
    # If you just want the PAM account and session checks to run without
    # PAM authentication, then enable this but set PasswordAuthentication
    # and ChallengeResponseAuthentication to 'no'.
    UsePAM yes
    #AllowAgentForwarding yes
    AllowTcpForwarding yes
    #GatewayPorts no
    X11Forwarding yes
    X11DisplayOffset 10
    X11UseLocalhost yes
    PrintMotd no # pam does that
    #PrintLastLog yes
    #TCPKeepAlive yes
    #UseLogin no
    UsePrivilegeSeparation sandbox # Default for new installations.
    #PermitUserEnvironment no
    #Compression delayed
    #ClientAliveInterval 0
    #ClientAliveCountMax 3
    #UseDNS yes
    #PidFile /run/sshd.pid
    #MaxStartups 10:30:100
    #PermitTunnel no
    #ChrootDirectory none
    #VersionAddendum none
    # no default banner path
    #Banner none
    # override default of no subsystems
    Subsystem sftp /usr/lib/ssh/sftp-server
    AllowUsers hulk
    # Example of overriding settings on a per-user basis
    #Match User anoncvs
    # X11Forwarding no
    # AllowTcpForwarding no
    # ForceCommand cvs server
    ssh_config
    # $OpenBSD: ssh_config,v 1.27 2013/05/16 02:00:34 dtucker Exp $
    # This is the ssh client system-wide configuration file. See
    # ssh_config(5) for more information. This file provides defaults for
    # users, and the values can be changed in per-user configuration files
    # or on the command line.
    # Configuration data is parsed as follows:
    # 1. command line options
    # 2. user-specific file
    # 3. system-wide file
    # Any configuration value is only changed the first time it is set.
    # Thus, host-specific definitions should be at the beginning of the
    # configuration file, and defaults at the end.
    # Site-wide defaults for some commonly used options. For a comprehensive
    # list of available options, their meanings and defaults, please see the
    # ssh_config(5) man page.
    # Host *
    # ForwardAgent no
    ForwardX11 yes
    # RhostsRSAAuthentication no
    # RSAAuthentication yes
    # PasswordAuthentication yes
    # HostbasedAuthentication no
    # GSSAPIAuthentication no
    # GSSAPIDelegateCredentials no
    # BatchMode no
    # CheckHostIP yes
    # AddressFamily any
    # ConnectTimeout 0
    # StrictHostKeyChecking ask
    # IdentityFile ~/.ssh/identity
    # IdentityFile ~/.ssh/id_rsa
    # IdentityFile ~/.ssh/id_dsa
    # Port 22
    # Protocol 2,1
    # Cipher 3des
    # Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
    # MACs hmac-md5,hmac-sha1,[email protected],hmac-ripemd160
    # EscapeChar ~
    # Tunnel no
    # TunnelDevice any:any
    # PermitLocalCommand no
    # VisualHostKey no
    # ProxyCommand ssh -q -W %h:%p gateway.example.com
    # RekeyLimit 1G 1h
    ServerAliveInterval 120
    and the command i'm using to ssh in
    ssh -X -p 22 user@hostip
    i can log in fine every time, but when i do
    startx
    the openbox session starts on the remote machine, when obviously i want to view it on the client. i should also add i'm using urxvt to ssh in. also, please be aware this is a very basic setup as i'm just starting with ssh.
    thanks
    Last edited by yabasta (2013-11-06 16:44:37)

    yabasta wrote:i'm trying to run an entire xwindows session - the complete openbox-session - over ssh.
    If this is the case, why not use a tool that was designed specifically for this purpose?  You could set up vnc and then forward the ports to run over ssh.  But I have been playing with x2go, which is a open-source NoMachine alternative.  It is super easy to set up and runs over ssh.  What is really cool is that it actually runs far better than plain ol' vnc with a super responsive desktop.
    I don't really have much practical use for it, but after playing with vnc a bit and seeing the shitty performance that it can sometimes have, I heard about NoMachine and decided to give it a whirl.  I think the best part is that because it runs over ssh, it is as secure as your sshd setup is.  So if you want to open it up to face the greater internet, as long as you feel confident in doing that with ssh, there is no additional ports you need to open up or anything.

Maybe you are looking for