Screen lags with catalyst and kernel linux-3.10.6-2

so I have been using arch for about a month now and it has been working fine. But since I installed linux-3.10.7-1 my screen started lagging.
when moving windows around the screen lags and when scrolling down in thunar it lags very much.
And I can't configure my monitors anymore in catalyst control center. same thing with the latest kernel: linux-3.10.9-1
so I downgraded to linux-3.10.6-2 for now and everything works fine.
catalyst version is catalyst 13.4-15, catalyst-utils 13.4-3
xorg version is xorg-server 1.13.4-1
I'm using openbox btw version = openbox 3.5.2-1
GPU = AMD Radeon HD 7850
Any idea what might cause this ?

Radioactiveman wrote:
Is the fglrx module loaded at all?
And what's the output of 'fglrxinfo'?
Most likely the fglrx module is incompatible with the recent kernel version.
A simple solution for this problem is using catalyst-hook.
THIS. You should do this because the kernel module in the catalyst package itself is compiled against the kernel Vi0L0 has on his/her system and there is no way to compile one for later kernels without installing the package Radioactiveman suggested.

Similar Messages

  • My MacBook Air is frozen on opening screen. With apple and thinking circle. Nothing else is happening.

    My MacBook Air is frozen on opening screen. With apple and thinking circle. Nothing else is happening.

    Mac OS X: Gray screen appears during startup
    Read and follow all the steps.
    The article makes reference to your OS X install disc. When asked to start your MacBook Air with that, use OS X Recovery.

  • [SOLVED]problem with Bumblebee and Kernel 3.11-1-2

    Hi!
    I'm having problems with Bumblebee from Kernel 3.10 but I read that Kernel 3.11 solved the problem, I searched and tried possible solutions to my problem unsuccessfully
    The message shows me when I run "optirun":
    [ 5454.262739] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) No devices detected.
    [ 5454.262776] [ERROR]Aborting because fallback start is disabled.
    I've tried with wiki's solutions, forums solutions...
    Configurations files:
    /etc/bumblebee/bumblebee.conf:
    # Configuration file for Bumblebee. Values should **not** be put between quotes
    ## Server options. Any change made in this section will need a server restart
    # to take effect.
    [bumblebeed]
    # The secondary Xorg server DISPLAY number
    VirtualDisplay=:8
    # Should the unused Xorg server be kept running? Set this to true if waiting
    # for X to be ready is too long and don't need power management at all.
    KeepUnusedXServer=false
    # The name of the Bumbleblee server group name (GID name)
    ServerGroup=bumblebee
    # Card power state at exit. Set to false if the card shoud be ON when Bumblebee
    # server exits.
    TurnCardOffAtExit=false
    # The default behavior of '-f' option on optirun. If set to "true", '-f' will
    # be ignored.
    NoEcoModeOverride=false
    # The Driver used by Bumblebee server. If this value is not set (or empty),
    # auto-detection is performed. The available drivers are nvidia and nouveau
    # (See also the driver-specific sections below)
    Driver=
    # Directory with a dummy config file to pass as a -configdir to secondary X
    XorgConfDir=/etc/bumblebee/xorg.conf.d
    ## Client options. Will take effect on the next optirun executed.
    [optirun]
    # Acceleration/ rendering bridge, possible values are auto, virtualgl and
    # primus.
    Bridge=virtualgl
    # The method used for VirtualGL to transport frames between X servers.
    # Possible values are proxy, jpeg, rgb, xv and yuv.
    VGLTransport=proxy
    # List of paths which are searched for the primus libGL.so.1 when using
    # the primus bridge
    PrimusLibraryPath=/usr/lib/primus:/usr/lib32/primus
    # Should the program run under optirun even if Bumblebee server or nvidia card
    # is not available?
    AllowFallbackToIGC=false
    # Driver-specific settings are grouped under [driver-NAME]. The sections are
    # parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
    # detection resolves to NAME).
    # PMMethod: method to use for saving power by disabling the nvidia card, valid
    # values are: auto - automatically detect which PM method to use
    # bbswitch - new in BB 3, recommended if available
    # switcheroo - vga_switcheroo method, use at your own risk
    # none - disable PM completely
    # https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods
    ## Section with nvidia driver specific options, only parsed if Driver=nvidia
    [driver-nvidia]
    # Module name to load, defaults to Driver if empty or unset
    KernelDriver=nvidia
    PMMethod=auto
    # colon-separated path to the nvidia libraries
    LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia
    # comma-separated path of the directory containing nvidia_drv.so and the
    # default Xorg modules path
    XorgModulePath=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules
    XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
    ## Section with nouveau driver specific options, only parsed if Driver=nouveau
    [driver-nouveau]
    KernelDriver=nouveau
    PMMethod=auto
    XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
    /etc/bumblebee/xorg.conf.nvidia
    Section "ServerLayout"
    Identifier "Layout0"
    Option "AutoAddDevices" "false"
    Option "AutoAddGPU" "false"
    EndSection
    Section "Device"
    Identifier "DiscreteNvidia"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    # If the X server does not automatically detect your VGA device,
    # you can manually set it here.
    # To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
    # as you see in the commented example.
    # This Setting may be needed in some platforms with more than one
    # nvidia card, which may confuse the proprietary driver (e.g.,
    # trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
    BusID "PCI:01:00.0"
    # Setting ProbeAllGpus to false prevents the new proprietary driver
    # instance spawned to try to control the integrated graphics card,
    # which is already being managed outside bumblebee.
    # This option doesn't hurt and it is required on platforms running
    # more than one nvidia graphics card with the proprietary driver.
    # (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
    # If this option is not set, the new Xorg may blacken the screen and
    # render it unusable (unless you have some way to run killall Xorg).
    Option "ProbeAllGpus" "false"
    Option "NoLogo" "true"
    Option "UseEDID" "false"
    Option "UseDisplayDevice" "none"
    EndSection
    lspci |grep NVIDIA:
    01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 640M] (rev a1)
    I hope can help me
    Thanks!
    Last edited by surrealistic (2013-11-04 18:46:35)

    My /var/log/Xorg.8.log:
    [ 337.161]
    X.Org X Server 1.14.4
    Release Date: 2013-10-31
    [ 337.161] X Protocol Version 11, Revision 0
    [ 337.161] Build Operating System: Linux 3.11.6-1-ARCH x86_64
    [ 337.161] Current Operating System: Linux h131h-laptop 3.11.6-1-ARCH #1 SMP PREEMPT Fri Oct 18 23:22:36 CEST 2013 x86_64
    [ 337.161] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=4eb69984-2228-4aba-9863-28a7fa854e51 rw quiet
    [ 337.161] Build Date: 01 November 2013 05:10:48PM
    [ 337.161]
    [ 337.161] Current version of pixman: 0.30.2
    [ 337.161] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 337.161] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 337.161] (==) Log file: "/var/log/Xorg.8.log", Time: Mon Nov 4 14:20:04 2013
    [ 337.161] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
    [ 337.161] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
    [ 337.161] (==) ServerLayout "Layout0"
    [ 337.161] (==) No screen section available. Using defaults.
    [ 337.161] (**) |-->Screen "Default Screen Section" (0)
    [ 337.161] (**) | |-->Monitor "<default monitor>"
    [ 337.161] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 337.161] (**) | |-->Device "DiscreteNvidia"
    [ 337.161] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 337.161] (**) Option "AutoAddDevices" "false"
    [ 337.161] (**) Option "AutoAddGPU" "false"
    [ 337.161] (**) Not automatically adding devices
    [ 337.161] (==) Automatically enabling devices
    [ 337.161] (**) Not automatically adding GPU devices
    [ 337.161] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 337.162] Entry deleted from font path.
    [ 337.162] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 337.162] Entry deleted from font path.
    [ 337.162] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 337.162] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 337.162] Entry deleted from font path.
    [ 337.162] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 337.162] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 337.162] (++) ModulePath set to "/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules"
    [ 337.162] (==) |-->Input Device "<default pointer>"
    [ 337.162] (==) |-->Input Device "<default keyboard>"
    [ 337.162] (==) The core pointer device wasn't specified explicitly in the layout.
    Using the default mouse configuration.
    [ 337.162] (==) The core keyboard device wasn't specified explicitly in the layout.
    Using the default keyboard configuration.
    [ 337.162] (II) Loader magic: 0x7fdc20
    [ 337.162] (II) Module ABI versions:
    [ 337.162] X.Org ANSI C Emulation: 0.4
    [ 337.162] X.Org Video Driver: 14.1
    [ 337.162] X.Org XInput driver : 19.1
    [ 337.162] X.Org Server Extension : 7.0
    [ 337.162] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 337.162] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 337.162] setversion 1.4 failed
    [ 337.163] (--) PCI:*(0:1:0:0) 10de:0fd2:1025:0648 rev 161, Mem @ 0xb2000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00002000/128
    [ 337.163] Initializing built-in extension Generic Event Extension
    [ 337.163] Initializing built-in extension SHAPE
    [ 337.163] Initializing built-in extension MIT-SHM
    [ 337.163] Initializing built-in extension XInputExtension
    [ 337.163] Initializing built-in extension XTEST
    [ 337.163] Initializing built-in extension BIG-REQUESTS
    [ 337.163] Initializing built-in extension SYNC
    [ 337.163] Initializing built-in extension XKEYBOARD
    [ 337.163] Initializing built-in extension XC-MISC
    [ 337.163] Initializing built-in extension SECURITY
    [ 337.163] Initializing built-in extension XINERAMA
    [ 337.163] Initializing built-in extension XFIXES
    [ 337.163] Initializing built-in extension RENDER
    [ 337.163] Initializing built-in extension RANDR
    [ 337.164] Initializing built-in extension COMPOSITE
    [ 337.164] Initializing built-in extension DAMAGE
    [ 337.164] Initializing built-in extension MIT-SCREEN-SAVER
    [ 337.164] Initializing built-in extension DOUBLE-BUFFER
    [ 337.164] Initializing built-in extension RECORD
    [ 337.164] Initializing built-in extension DPMS
    [ 337.164] Initializing built-in extension X-Resource
    [ 337.164] Initializing built-in extension XVideo
    [ 337.164] Initializing built-in extension XVideo-MotionCompensation
    [ 337.164] Initializing built-in extension XFree86-VidModeExtension
    [ 337.164] Initializing built-in extension XFree86-DGA
    [ 337.164] Initializing built-in extension XFree86-DRI
    [ 337.164] Initializing built-in extension DRI2
    [ 337.164] (II) LoadModule: "glx"
    [ 337.164] (II) Loading /usr/lib/nvidia/xorg/modules/extensions/libglx.so
    [ 337.172] (II) Module glx: vendor="NVIDIA Corporation"
    [ 337.172] compiled for 4.0.2, module version = 1.0.0
    [ 337.172] Module class: X.Org Server Extension
    [ 337.172] (II) NVIDIA GLX Module 325.15 Wed Jul 31 18:12:00 PDT 2013
    [ 337.172] Loading extension GLX
    [ 337.172] (II) LoadModule: "nvidia"
    [ 337.172] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 337.172] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 337.172] compiled for 4.0.2, module version = 1.0.0
    [ 337.172] Module class: X.Org Video Driver
    [ 337.172] (II) LoadModule: "mouse"
    [ 337.172] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 337.172] (II) Module mouse: vendor="X.Org Foundation"
    [ 337.172] compiled for 1.14.0, module version = 1.9.0
    [ 337.172] Module class: X.Org XInput Driver
    [ 337.172] ABI class: X.Org XInput driver, version 19.1
    [ 337.172] (II) LoadModule: "kbd"
    [ 337.173] (WW) Warning, couldn't open module kbd
    [ 337.173] (II) UnloadModule: "kbd"
    [ 337.173] (II) Unloading kbd
    [ 337.173] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 337.173] (II) NVIDIA dlloader X Driver 325.15 Wed Jul 31 17:50:57 PDT 2013
    [ 337.173] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 337.173] (--) using VT number 1
    [ 337.173] (II) Loading sub module "fb"
    [ 337.173] (II) LoadModule: "fb"
    [ 337.173] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 337.173] (II) Module fb: vendor="X.Org Foundation"
    [ 337.173] compiled for 1.14.4, module version = 1.0.0
    [ 337.173] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 337.173] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 337.173] (II) Loading sub module "wfb"
    [ 337.173] (II) LoadModule: "wfb"
    [ 337.173] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 337.173] (II) Module wfb: vendor="X.Org Foundation"
    [ 337.173] compiled for 1.14.4, module version = 1.0.0
    [ 337.173] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 337.173] (II) Loading sub module "shadow"
    [ 337.173] (II) LoadModule: "shadow"
    [ 337.173] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 337.173] (II) Module shadow: vendor="X.Org Foundation"
    [ 337.173] compiled for 1.14.4, module version = 1.1.0
    [ 337.173] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 337.173] (II) Loading sub module "ramdac"
    [ 337.173] (II) LoadModule: "ramdac"
    [ 337.173] (II) Module "ramdac" already built-in
    [ 337.174] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 337.174] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 337.174] (==) NVIDIA(0): RGB weight 888
    [ 337.174] (==) NVIDIA(0): Default visual is TrueColor
    [ 337.174] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 337.174] (**) NVIDIA(0): Option "NoLogo" "true"
    [ 337.174] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
    [ 337.174] (**) NVIDIA(0): Option "UseEDID" "false"
    [ 337.174] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
    [ 337.174] (**) NVIDIA(0): Enabling 2D acceleration
    [ 337.174] (**) NVIDIA(0): Ignoring EDIDs
    [ 337.174] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
    [ 337.174] (**) NVIDIA(0): mode
    [ 341.309] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 341.309] (EE) NVIDIA(0): check your system's kernel log for additional error
    [ 341.309] (EE) NVIDIA(0): messages and refer to Chapter 8: Common Problems in the
    [ 341.309] (EE) NVIDIA(0): README for additional information.
    [ 341.309] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    [ 341.309] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 341.309] (II) UnloadModule: "nvidia"
    [ 341.309] (II) UnloadSubModule: "shadow"
    [ 341.309] (II) UnloadSubModule: "wfb"
    [ 341.309] (II) UnloadSubModule: "fb"
    [ 341.309] (EE) Screen(s) found, but none have a usable configuration.
    [ 341.309] (EE)
    Fatal server error:
    [ 341.309] (EE) no screens found(EE)
    [ 341.309] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 341.309] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    [ 341.309] (EE)
    [ 341.309] (EE) Server terminated with error (1). Closing log file.
    dmesg |grep bbswitch:
    [ 13.570577] bbswitch: version 0.7
    [ 13.570585] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
    [ 13.570591] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
    [ 13.570687] bbswitch: detected an Optimus _DSM function
    [ 13.570741] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
    [ 13.572354] bbswitch: disabling discrete graphics
    [ 261.419114] bbswitch: enabling discrete graphics
    [ 278.445698] bbswitch: disabling discrete graphics
    [ 279.055257] bbswitch: enabling discrete graphics
    [ 286.292315] bbswitch: disabling discrete graphics
    [ 291.911052] bbswitch: enabling discrete graphics
    [ 310.011289] bbswitch: disabling discrete graphics
    [ 336.982794] bbswitch: enabling discrete graphics
    [ 349.526470] bbswitch: enabling discrete graphics
    I used "rcutree" option as shown in the post that you put, but I've deleted all changes made to use default configurations, because the solution of the post didn't work

  • Installing Multiple Operating Systems with grub and Arch Linux

    NOTE: Please keep in mind that there are many different ways to achieve this same result using various loop and ramdisk methods, read this with a separate window to jot down your comments and suggestions... this is ongoing for me so any help would be appreciated!
    Read the full article at Install Multiple Os without cds
    This is my first post and I plan on making this topic an official HOWTO with www.tldp.org.
    I have been into the computer security scene since 1990, but I realized that I had very little experience with the various LInux, Unix, and alternative Operating systems out there.
    I have a CD-RW drive but being a struggling computer security researcher I had no money for blank cd-recordables.  What follows is how I managed to install various operating systems on my computer (1 hard drive) without having to burn to a CD the ISO and then boot from that.
    I first partitioned my 120GB harddrive into 10 partitions, the 2nd partition is a small swap and the last partition is extra large because it holds all the ISO images..
    I then wrote a small shell script to automatically download (I love wget!)  the following.
    OpenBSD
    IpCOP
    Libranet
    Arch-Linux
    Fire
    Local Area Security
    Packet Master
    Devil-Linux
    FreeBSD
    Knoppix
    Helix
    Gentoo
    Yoper-Linux
    NetBSD
    RedHat
    Slackware
    The script also downloaded Installation manuals and md5 checksums.. (let me know if I should post... its pretty unsophisticated
    I installed Slackware (personal favorite) on hda1 using my last blank CD-R, note that I do not have a separate boot partitino.  (Should I?).  I also installed grub on the MBR.  I love grub, if you read through the man pages and all info you can find about grub, you can learn a whole lot.  Grub has much more features and capability than lilo, even though lilo comes installed by default with slack.
    I organize my kernel situation as follows...  In my /boot directory, I mkdir KERNEL, CONFIG, MAP, INITRD and that is a good way for me to keep my kernels and everything organized..  Another good way is a separate dir for each new kernel. 
    Since Arch-Linux is a solid distro, I'll use that as a first example.
    Here is the Arch-Linux section of my shell script
    goge Arch-Linux
    $w http://puzzle.dl.sourceforge.net/sourceforge/archlinux/arch-0.6.iso
    $w http://unc.dl.sourceforge.net/sourceforge/archlinux/arch-0.6.md5sum
    $w http://www.archlinux.org/docs/en/guide/install/arch-install-guide.html
    md55
    cat arch-0.6.md5sum
    md5sum arch-0.6.iso
    md55
    The first thing to do is to mount the downloaded ISO image so we can use it as if it were an actual CD.
    mount -t iso9660 -o ro,loop=/dev/loop0 cdimage /mnt/cdrom
    Where cdimage= the ISO image.   EX. /usr/local/src/ISO/Linux/Arch-Linux/arch-0.6.iso
    This mounts the iso as /mnt/cdrom.
    Next you need to copy /mnt/cdrom to a separate partition for the booting process.  So mkfs.ext2 /dev/hda9.  ( I prefer reiserfs or even XFS to ext but if you use something other than ext2 you could run into some problems because some of the installation kernels and initrds don't include support for reiserfs and so can't recognize the files.  Although you could use mkinitrd to create a new initrd with reiserfs support, that might be pushin it IMO...   I use the 9th partition consistently for this.  I know there is a "right" way to copy the /mnt/cdrom files so everything stays the way it is supposed too, using tar or cpio, but I'm lazy so I just do cp -rp.   
    (What is the tar or cpio commands to copy with correct permissions etc??)
    So you mount the 9th partition as whatever, say /mnt/hd and then copy the files.  Now what?
    Now edit your /boot/grub/menu.lst file to include the specific options to boot arch-linux installation. 
    A good idea is to find the isolinux.cfg file somewhere on the distro cd, this will tell you what to include in the menu.lst.
    Here is the section in my menu.lst
    title Arch Install
    root (hd0,8)
    kernel /isolinux/vmlinuz load_ramdisk=1 prompt_ramdisk=0 root=/dev/rd/0
    initrd=/isolinux/initrd.img
    This should be self-explanatory.  The root (hd0,8) is pointing to partition 9.  So the rest of the commands start from partition 9. 
    When you experience problems, remember you can always edit the grub boot options by typing 'e' and then edit the section.  Also, a good idea is to include several variations in your menu.lst so you can easily try other ways to boot efficiently.  And, remember to read up on all the installation guides that come with your distro, specifically, hard-disk installs. 
    There are special cases, Gentoo, has a semi-new compressed filesystem called squashfs.  BTW, this is AWESOME, so check it out.  It has to be compiled into the kernel, so some work is in order, but use this recompile to optimize your kernel.  You can get the squashfs patch for almost any kernel.  I use the latest stable 2.6 kernel.  Squashfs is incredible and although I don't think you need it to install from ISO, you do need it to expand the livecd.squashfs filesystem that comes with the cd.
    Heres a sample Gentoo section from my menu.lst
    title Gentoo Install
    root (hd0,8)
    kernel /isolinux/gentoo root=/dev/ram0
    initrd=/isolinux/gentoo.igz init=/linuxrc acpi=off looptype=squashfs loop=/livecd.squashfs cdroot vga=791 splash=silent
    A nother' tip is the shell that is provided if you experience problems, typically busybox or ash.  The key tools to get you going from here is mount and chroot.  Sometimes you will need to manually create a simulated file system and then chroot into it.  For instance, you might have to create boot, etc, bin, directories on the target partition. 
    I generally install each OS onto the next partition (careful of the logical partition) and add it to my menu.lst after install.  A good idea is after installation, copy the kernel and initrd(if there is one) to the slackware(or whatever) boot partition on hda1.  I copy kernels to /boot/KERNEL/ and initrd's to /boot/INITRD, then menu.lst is more organized...
    You then need to add an updated section to your menu.lst (just comment out the install section for later)
    Here is the finished arch-linux section from menu.lst
    title Arch Linux 6
    root (hd0,2)
    kernel /boot/vmlinuz26 ro root=/dev/hdc3
    This doesn't use my convenient boot/KERNEL/vmlinuz26 as you can tell by setting the root to partition 3.
    ***NOTE: Make a backup of MBR using dd and save to floppy, also backup the partition table to floppy, using cfdisk or parted.  And boot disks (I use 1 with grub, and 1 with slack, and tomsbootdisk) will invariably come in handy.  Tomsbootdisk is recommended, and make the grub boot disk when you install grub.  install to floppy.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    The final result after some fun experimenting, is when I boot, I have a cool grub boot screen come up with the option to boot into whatever OS I want, this is handy for multiple reasons.  One good thing to do after this is to port scan and vuln scan each OS, after you update of course.  Write this stuff down and you will know the weaknesses/strengths of the various OS's. 
    I can boot a custom Firewall, snort, or multiple honeypots using this procedure, as well as a graphical kde environment with a kernel optimized for graphics and my processor/architecture, or an environment devoted to forensics or even an environment suitable for programming.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    P.S. Some of the cooler alternative operating systems are BeOS 5, EOS, ER_OS, V2_OS, and my personal favorite Menuet.  Menuet is 100% assembly graphical operating system that fits on a floppy.  Its f'in money!
    This should be a good enough example to get you started, this kind of thing should be learned and not just copied... Knowing how to do this stuff could prove to be exceptionally useful...

    Start by reading all the articles built-in on your Mac - Help > Mac Help, search "printer sharing."
    http://desk.stinkpot.org:8080/tricks/index.php/2008/04/how-to-print-to-a-cups-se rver-from-mac-os-x/
    http://www.macosxhints.com/article.php?story=20080324224027152&query=share%2Bpri nter
    http://members.cox.net/18james/osxprintersharing.html
    http://ubuntuforums.org/archive/index.php/t-56940.html

  • Just got an ipadmini. screen stuck with usb and itune motiff image?

    How to unlock ipadmini screen. Stuck with usb and itune image. Tried to turn off with sleep button and home button. No luck

    Your iPad is in recovery mode and you need to restore the device now. Take a look at this kb support article.
    http://support.apple.com/kb/ht1808

  • What does OS10.5 use to screen share with Windows and Linux ?

    i have found screen sharing Mac to Mac is EASY
    but lets say i want to see the screen on my Windows XP computer
    OR my Linux Ubuntu or CentOS desktop Computers
    what do you reccomend and is there anything else i need to know
    thanks in advance

    First, I trust you have the firewalls open for the needed port(s), e.g. 5900, 5901, etc.
    Then, from what I've played with, the Leopard Screen Sharing app only connects to VNC servers that are configured for VNC Authentication (or no authentication) and that are using only Protocol 3.3.
    Depending upon the version and implementation of the VNC Server, you might have to pass startup commands like this:
    vncserver --SecurityTypes=VncAuth --Protocol3.3
    (and of course, have a VncAuth password set, e.g. with vncpasswd.)
    I'm not sure how, or if, these settings can be configured in Vino (the 'Remote Desktop' option in Gnome,) but if starting vncserver from an entry in /etc/sysconfig/vncservers, it might be like this:
    VNCSERVERS="1:username"
    VNCSERVERARGS[1]="-geometry 1420x790 -depth 24 --SecurityTypes=VncAuth --Protocol3.3"
    (and again, you'd need a vncpasswd set for the username starting the VNC server.)
    Now, only Vino does the automatic Bonjour RFB advertisement, which makes the VNC server show up in Finder (without which, you'll need to manually start Screen Sharing.)
    However, you can create the Bonjour advertisement in Linux by creating a file called /etc/avahi/service/rfb.service
    and filling it with the following text:
    <?xml version="1.0" standalone='no'?>
    <!DOCTYPE service-group SYSTEM "avahi-service.dtd">
    <service-group>
    <name replace-wildcards="yes">%h VNC Server</name>
    <service>
    <type>rfb.tcp</type>
    <port>5901</port>
    </service>
    </service-group>
    and then, doing a:
    sudo /etc/init.d/avahi-daemon restart
    In the Windows VNC Server (at least the one by RealVNC), there is an advanced button (or a Legacy tab) where you can find the option to set "Protocol 3.3" to true. And, on the security tab, make sure you have it set to "VNC Password Authentication" (configured with a password set) and NOT to "NT Logon Authentication". Unfortunately, I don't know how to set a Windows machine to make the necessary RFB service Bonjour advertisement to get it to show up in Finder. However, if you got a Bonjour/Rendezvous Proxy (e.g. http://ileech.sourceforge.net/index.php?content=RendezvousProxy-Download , for the Mac, I like the Java version, the native one is PPC.) and ran it on your Mac (or the Windows machine), you could simulate the adverstisment -- just create an proxy entry for a rfb.tcp service, pointing to port 5900 on the IP address of your Windows box.
    Finally, even once you connect to a 3rd party VNC server with the Screen Sharing app, every so often you'll get a 'no encryption' warning -- of course, because Apple doesn't talk RealVNC's encryption and vice-versa so it connects without encryption.
    Message was edited by: J. Everett

  • Help me with GSOD and kernel panic on 24" imac!

    im sorry if this is the wrong place for this.
    also sorry if the answers to my questions are somewhere on this board.
    However, i have looked all over the internet and everywhere and found no solution.
    it seems simple enough.. here goes!
    one day, computer freezes, i get a msg saying please restart your computer blah blah in the middle of the screen
    looked like this from memory
    http://i44.tinypic.com/2n1gvf4.jpg
    then it wouldnt turn on at all.
    a few days later it turned on, power on, but didnt load up.
    just the grey screen with the apple and the spinning wheel.
    i dont know what version os i was running but it must be something 10.5 something?
    i went out and purchased snowleopard as i dont have any of my original cd's
    hoping it cud help me install a new os.
    put the cd in but it didnt run, tried pressing c after turn on but wudnt boot from cd drive.
    and the cd wont eject either.
    please help me! i need my computer back for uni asap!
    Message was edited by: wonkaa

    HI,
    Go here for help to Resolving Kernel Panics
    To eject the disc, try starting up while holding down the mouse. If that doesn't help, startup while holding down the Eject key ⏏
    Try starting up while holding down the Option key which should prompt the Startup Manager window. Select MacintosHD 10.x.x
    Carolyn

  • External monitor lag with W530 and K2000M

    Hi all. I have a W530 connected to my NEC PA241W by DisplayPort. Whenever I use 'extend' mode, I get mouse lag on second screen. It only happens when there's a window on screen, eg a browser window, PDF, Word document. When there's nothing there, no lag. It also only happens in 'extend' mode, and only on the external display. There's no lag on the laptop display, and no lag when I'm running the external display alone.
    I'm using a K2000M with the nVidia 310.34 drivers. I'm currently on Windows 8 but this was also happening on Windows 7 with older nVidia drivers. I'm in Optimus mode. I haven't changed any rendering settings, so I assume all the relevant windows are being rendered by the integrated GPU.
    Any help would be greatly appreciated!
    EDIT: I've just tried this on another display connected by DisplayPort as well and have the same problem, so it's not the monitor.
    EDIT #2: I've just performed a full reset of the laptop from within Windows 8 (basically reformat and reinstall) with stock video drivers and the issue is still there. However, if I boot into discrete graphics mode, everything works fine. Maybe this suggests the issue is with the Intel graphics or Optimus?

    Syllogistic wrote:
    Sorry, yes, by 'stock video drivers' in my second edit I meant the Lenovo driver package. I did a complete reinstall of Win 8 installing the latest Lenovo video driver package and the lag was there immediately. The only other things I had installed were the other Lenovo drivers at that stage.
    I've since upgraded the NVidia driver to 310.34 (doing a clean install over the old NVidia driver) and the lag is still there.
    Ok thanks.  If you are using Lenovo drivers then it is obviously for them to resolve.  I took the Windows 7 route with the T430s I just ordered to avoid the early adopter pain.

  • Random Blue Screen Crash with 5S and iOS 8.1

    Since upgrading to iOS 8.0 my iPhone 5S randomly gets blue screens and then crashes and goes into a loop of boot up, blue screen, reboot, blue screen, reboot...etc. My 5S did this again today when during my upgrade to iOS 8.1 via USB and I was forced to do a factory restore on it. The blue screen is still occurring after the restore and 8.1 upgrade. Is this a known issue? I was hoping this was going to get fixed with 8.1 but unfortunately, it doesn't look like it has.

    Same here,
    yesterday i updated my 6 plus 64gb with iTunes.
    After the update, my phone crashes (blue screen) in games (Maze Runner) and Safari.
    I tried to downgrade to ios 8.0 because i didn't had any problem with 8.0 but iTunes says that the file is not valid "iPhone7,2_8.0_12A365_Restore"
    HELP Apple,
                            iPhone 6 Plus, iOS 8.1, MGAH2ZD/A model

  • Screen Freeze with Magicjack and Passport

    Both Magicjack and Passport freeze my screen forcing me to turn the computer off.  This happened following updating my IMAC to OS V 10.7.2.  What's my solution?

    Thanks for this. Just taken a look at the Console log and the following is listed at the time of the latest crash:
    07/04/2010 10:54:11 Safari[5200] * __NSAutoreleaseNoPool(): Object 0x10061fc40 of class NSCFString autoreleased with no pool in place - just leaking
    07/04/2010 10:54:11 Safari[5200] * __NSAutoreleaseNoPool(): Object 0x100620140 of class NSURL autoreleased with no pool in place - just leaking
    07/04/2010 10:54:11 Safari[5200] * __NSAutoreleaseNoPool(): Object 0x100620180 of class NSURLRequest autoreleased with no pool in place - just leaking
    07/04/2010 10:54:11 Safari[5200] * __NSAutoreleaseNoPool(): Object 0x100616c20 of class NSCFString autoreleased with no pool in place - just leaking
    07/04/2010 10:54:11 Safari[5200] * __NSAutoreleaseNoPool(): Object 0x100622c20 of class NSCFString autoreleased with no pool in place - just leaking
    07/04/2010 10:54:11 Safari[5200] * __NSAutoreleaseNoPool(): Object 0x1006169a0 of class NSCFString autoreleased with no pool in place - just leaking
    07/04/2010 10:54:11 Safari[5200] * __NSAutoreleaseNoPool(): Object 0x1006181b0 of class NSCFString autoreleased with no pool in place - just leaking
    07/04/2010 10:54:14 Safari[5200] * __NSAutoreleaseNoPool(): Object 0x100613b60 of class NSHTTPURLResponse autoreleased with no pool in place - just leaking
    07/04/2010 10:54:14 Safari[5200] * __NSAutoreleaseNoPool(): Object 0x10061e370 of class NSCFData autoreleased with no pool in place - just leaking
    No idea what all of this means, but it sure doesn't sound too good. Can anyone shed any light?

  • Does YouTube always lag with iPhones and iPads?

    Once again I have a noob question. On my Android devices I have no lagging issues but on both my iPad2 and iPhone 4s (using the preloaded app)I can't get YouTube to play for more than a couple of seconds without lagging and freezing. Netflix works great on both apple devices . This does not matter if I am on wifi or 3G and I have checked for an app update. Does this happen to others?

    Yes it does happen to others. It happens to me from time to time. It depends on - among other things - the speed of your Internet connection. I have the original iPad and the new iPad as well. I have no experience with Android devices so I can't comment on that or make any comparison.
    If you wait until the video fully loads, or at least wait until it loads far enough in advance before you start to play it, it should play OK.

  • Why is garageband lagging with audiobus and crashing everytime?

    Fricken ****, this is not the first time garageband crashed. I am using the iOS 7.something, the latest, and using the new iPad. Every time after I connect to audiobus and record with iMini or launch key or any other stuff, I will have to re-run garageband and close all those apps used to record, including audiobus. After getting back in, after I change chords or start editing the MIDI, the entire app jams and crashes. When I get back in, I lost everything, all the recording were into half or just a blank purple line. For those instruments, all the MIDI disappear and left a bright green bar there. Fix this in the next update and please add cut off and resonance filters to garageband -.-

    rsherid wrote:
    Is there anything I can do
    http://www.bulletsandbones.com/GB/GBFAQ.html#optimize
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • Screen covered with green and blue pixels (visible on dark colors)

    Hello,
    I have this tablet since beginning of April, and since few days I've noticed the little dots on the top of the screen.
    From far away it looks like dust behind the screen, but by having a closer look, it's like pixels that stay green and blue when the rest of the image is dark.It's very visible when I'm using the tablet with no lights around me. i've tried to restart the tablet, and even when It's loading with the SONY sign, I have that! what should I do ? Did people had that issue before ?  
    (BTW, The screen is also unresponsive when plugged to charge)

    I encounter the same problem. I bought my Z2 tablet 16GB from the Singapore Sony Store. I got it for one month and the same pixel problem appeared.   I send it in for servicing at the Singapore Sony care centre at 313 somerset outlet.. One week went by and nothing happened. The service was bad, no reply from the customer care or technician. They gave me a website so i can check the status of the servicing but all it shown on the page was pending.. one full week and still pending. I had to call them once and asked them what happened, the Sony personal over the line could only say they can check and get back to me. The next day i called again to check if any technician has even start and immediately right after that they called me to go down to collect. Turn out they are giving me a new tablet. And the screen protector was not refund to me as they said that the device was still in the service centre.. had to buy a new one for myself. Such a disappointment in the servicing.. and now the current one i am holding as the same freaking problem.. also i notice the corners of the screen has some yellowish hue.    

  • HT200197 screen black with white and gray apple

    The white light on the AppleTV is blinking and all i see on tv screen is black screen with white apple. I cannot get it to show me Apple TV menu.

    Restore
    Apple TV (2nd and 3rd generation): Restoring your Apple TV - Apple Support

  • I want to know what happened to my ipod cause for exemple, when I turn on sometimes all the screen appears with lines and everything look like lines and I have to turn off again..

    I want to know what happened to my ipod, cause after a while that it was off when I want to run in on it gets lines, like if that would be broken and I have to turn off again..

    What generation is your iPod? My sister's 2g/3g(I'm not sure which) was doing something similar, but it would put a different graphic on the screen every time. We took it in to the apple store and they didn't determine what it was. One thing they said to try was to restore it and gradually add content on to see if it's an app or something loaded on it. If that doesn't work then they said it's probably something in the software or firmware. They gave her the option of getting one exactly like the one she had or getting the new one like I have. She ended up getting the new one on sale at target.

Maybe you are looking for

  • Connect iPhone to ipad2 via Bluetooth?

    Hi my ipad2 won't connect to my iphone4 yet it's allowed me to complete pairing any help please? Thanks

  • Trying to find the correct driver for HP DesignJet 450c. Running Windows XP

    i can't get my HP Design Jet 450c to operate. Does anyone know the correct printer driver for WindowsXP

  • 802.1x Wired using EAP-TLS with Microsoft SCCM 2007

    Hi, I'm currently in the process of deploying 802.1x across 10,000 devices - Avaya IP phone, Hp t510 Thin Clients and a mixture of WinXP SP3 and Windows 7 The bombshell has been dropped that our desktop guys are going to use SCCM 2007 to manage/re-im

  • Aperture 3 issue

    When i start my aperature application i will not open. I paid 200 dollars for the program and i would like for it to work. When i open the program it says "There was an error opening the database for the library "~/Pictures/Aperture Library.aplibrary

  • SystemTray message

    Hi all... I have an application that uses SystemTray and is working perfecly. Now my client wants that the messages shown by the SystemTray (displayMessage() method) to keep visible to users until the users closes the message or expires a configured