Openbox hangs [Solved]

I'm using Openbox but every time I "startx" it hangs and I can't do anything else. Does anyone know what's causing this? this is a fresh install.
Last edited by Jack450 (2012-01-19 18:32:24)

did you edit the ~/user/xinitrc file as well
#!/bin/sh
# ~/.xinitrc
# Executed by startx (run your window manager from here)
if [ -d /etc/X11/xinit/xinitrc.d ]; then
  for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
  done
  unset f
fi
exec ck-launch-session openbox-session
or
exec ck-launch-session dbus-launch openbox-session (e.g. for auto-mount drivers in Nautilus/Gnome)
Last edited by gregor (2012-01-15 08:56:11)

Similar Messages

  • Oracle 8.1.7 on RedHat 8.0 - mysterious one minute hangs - solved

    Thought I'd drop a note about a problem we faced on a multi-processor Linux box (2x 2.4GHz HT P4, SCSI RAID-0 array).
    Our program was frequently pausing for 1 minute at a time in the middle of operations, on the most innocuous queries (single-row inserts of new data, "select 1 from dual" (!), etc.). Symptom: after a burst of activity, some random query would just hang for exactly 1 minute, and then continue as if nothing had happened.
    Clue: http://lists.suse.com/archive/suse-oracle/2001-Oct/0023.html
    Action on my part:
    * Comment out the "mts_dispatchers" line in my init.ora and restart the DB. Problem solved.
    Probable cause, according to the note above: the listener dies, and that would explain the one-minute delay (I guess until something gets restarted).

    Thought I'd drop a note about a problem we faced on a multi-processor Linux box (2x 2.4GHz HT P4, SCSI RAID-0 array).
    Our program was frequently pausing for 1 minute at a time in the middle of operations, on the most innocuous queries (single-row inserts of new data, "select 1 from dual" (!), etc.). Symptom: after a burst of activity, some random query would just hang for exactly 1 minute, and then continue as if nothing had happened.
    Clue: http://lists.suse.com/archive/suse-oracle/2001-Oct/0023.html
    Action on my part:
    * Comment out the "mts_dispatchers" line in my init.ora and restart the DB. Problem solved.
    Probable cause, according to the note above: the listener dies, and that would explain the one-minute delay (I guess until something gets restarted).

  • Obm-xdg won't show anything in the Openbox menu [SOLVED]

    I put the code:
    <menu execute="obm-xdg" id="obm-xdg" label="xdg"/>
    in ~/.config/openbox/menu.xml just like it says to do universally. It does not show any menu. Every other menu item in the file works. I can edit them and they change. obmenu can see the entry. gnome-menus is installed. obm-xdg works from the command line. Why does this not show anything in the menu?
    Last edited by skottish (2008-11-06 05:27:03)

    Make sure you add the menu id to the root-menu list at the bottom of menu.xml:
    <menu id="root-menu" label="Openbox 3">
    <separator label="Applications" />
    <menu id="obm-xdg" />
    <menu id="apps-accessories-menu"/>
    <menu id="apps-editors-menu"/>
    Last edited by thayer (2008-11-06 05:11:29)

  • Conky displays on top in openbox. [Solved]

    Probably a dum question, but I have been trying out openbox lately.  But conky when it starts displays on top of everything.  I am coming from fluxbox where it diplays properly on the bottom layer. 
    here is my autostart.sh and conkyrc
    # Set wallpaper
    eval `cat ~/.fehbg`&
    cp ~/.gtkrc-2.0_conf ~/.gtkrc-2.0&
    ## Apps after openbox starts
    conky&
    (sleep 2 && pypanel)&
    # set to yes if you want Conky to be forked in the background
    background no
    cpu_avg_samples 2
    net_avg_samples 2
    #out_to_console no
    # Use Xft?
    use_xft yes
    # Xft font when Xft is enabled
    xftfont snap
    own_window_colour 222222
    # Text alpha when using Xft
    xftalpha 0.8
    # Update interval in seconds
    update_interval 1
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_transparent yes
    own_window_hints undecorated,below,skip_taskbar
    own_window_type override
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    # Minimum size of text area
    minimum_size 120 1
    # Draw shades?
    draw_shades no
    # Draw outlines?
    draw_outline no
    # Draw borders around text
    draw_borders no
    # Stippled borders?
    stippled_borders no
    # border margins
    border_margin 1
    # border width
    border_width 1
    # Default colors and also border colors
    default_color white
    default_shade_color white
    default_outline_color white
    # Text alignment, other possible values are commented
    #alignment top_left
    alignment bottom_left
    #alignment bottom_right
    #alignment top_right
    # Gap between borders of screen and text
    gap_x 2
    gap_y 2
    # Add spaces to keep things from moving about? This only affects certain objects.
    use_spacer no
    # Subtract file system buffers from used memory?
    no_buffers yes
    # set to yes if you want all text to be in uppercase
    uppercase no
    TEXT
    ${font Arial-size=8}┌─${font}[ ${sysname} ${kernel}
    ${font Arial-size=8}├────${font}[ CPU: ${cpu} %
    ${font Arial-size=8}├────${font}[ Memory: ${memperc} %
    ${font Arial-size=8}├────${font}[ Uptime: ${uptime}
    ${font Arial-size=8}└────${font}[ Battery: ${battery}
    ${font Arial-size=8}┌─${font}[ Filesystems
    ${font Arial-size=8}├────${font}[ / : ${fs_used /}/${fs_size /}
    ${font Arial-size=8}└────${font}[ /home: ${fs_used /home}/${fs_size /home}
    ${font Arial-size=8}┌─${font}[ Packages
    ${font Arial-size=8}└────${font}[ ${execi 120 python /home/semperfiguy/bin/pacnotify.py}
    Last edited by semperfiguy (2008-01-05 14:52:55)

    Your problem is the Own_window_type option being 'override', I believe. Set that to 'desktop' and hopefully you'll be good to go. (if not, I can post my .conkyrc here, which works fine in openbox and you can copy the relevant parts of it out)

  • Setting wallpaper/bmpanel in openbox? [SOLVED]

    I am on my first succesful HD install of Arch wirh Openbox right now and I have been documenting some of the things that are giving me issues. If you are curious about how I went about with my installation you can check this thread out:
    http://bbs.archlinux.org/viewtopic.php?id=76315
    One of the issues Im having is with themeing and autostart programs. I did a little research and found that in order to have, for instance, my bmpanel and desktop wallpaper start up with x I had to make an autostart.sh under my ~/.config/openbox/ and add this within:
    # Run the system-wide support stuff
    . $GLOBALAUTOSTART
    # Programs to launch at startup
    nitrogen /media/vault/Wallpapers/107320-Tranquility-1680.jpg &
    xcompmgr -c -t-5 -l-5 -r4.2 -o.55 &
    # SCIM support (for typing non-english characters)
    export LC_CTYPE=ja_JP.utf8
    export XMODIFIERS=@im=SCIM
    export GTK_IM_MODULE=scim
    export QT_IM_MODULE=scim
    scim -d &
    # Programs that will run after Openbox has started
    (sleep 2 && bmpanel arch) &
    So thats what I make it look like. I have nitrogen and bmpanel (with arch theme) installed and working correctly. The problem is that when i startx and the script runs, it just opens nitrogen with no images selectable. Also bmpanel does start with arch theme but it is not transparant like in the photo available where I downloaded it.
    I do have composting available as I have my nvidia drivers installed and i checked that it is working in the terminal, but I am at a loss as to why they arent working correctly. I have checked the documentation for this and found it a little lacking? Anyone know where to go from here?
    Last edited by beatepix (2009-07-21 00:38:53)

    Ghost1227 wrote:
    Don't know bmpanel (never liked it myself), but the
    problem with nitrogen is that in order to set wallpaper from the
    commandline you have to include a switch. Chose whichever of the
    following best suits the image in question.
    nitrogen --set-best
    /media/vault/Wallpapers/107320-Tranquility-1680.jpg &
    nitrogen --set-centered
    /media/vault/Wallpapers/107320-Tranquility-1680.jpg &
    nitrogen --set-scaled
    /media/vault/Wallpapers/107320-Tranquility-1680.jpg &
    nitrogen --set-tiled
    /media/vault/Wallpapers/107320-Tranquility-1680.jpg &
    Or, if you rely on nitrogen's GUI wallpaper interface, you can just
    use the following:
    nitrogen --restore &
    This will set the desktop to the last image you selected via the GUI
    interface.
    Then if you want to get fancy, you can add a menu item to your openbox
    menu to launch the nitrogen selector:
    <item label="Wallpaper">
    <action name="Execute">
    <execute>nitrogen ~/wallpaper</execute>
    </action>
    </item>
    Also never used bmpanel, so can't be of help there. Tint2 and pypanel
    both have nice transparency.

  • Odd System Hangs [SOLVED]

    I have a cleanly installed Arch (x86) system on a Dell Vostro 1500
    Intel 2.5 GHz Core 2
    Braodcom Wireless (ndiswrapper)
    4GB Ram
    250 GB Western Digital HDD (sata)
    nvidia 8400 GS 256 MB
    1650x1080 Resolution
    Built in UVC web cam
    I seem to be having these completely random and odd system hangs.
    It prevents me from using my computer for more than a few minutes at a time.
    When it hangs, its usually what ever process im in gets stuck, i cant kill it completely all the time. Sometimes i can using top as root and sometimes i can using kill -kill but sometimes i cant at all and that is usually when the PPID is 1.
    When I try to shutdown or reboot either from in gnome or one of the virtual consoles, it always says something about either the root or home partition unable to be unmounted, that they are still busy.
    my partition layout is such:
    sda1    NTFS    Vista (I have to have it because of stupid itunes/iphone)
    sda2    ext2     boot
    sda3    xfs       root
    extended:
    sda5    xfs       home
    sda6   swap     swap
    my ntfs partition is about 50GB and when i boot into vista i dont get the same hangs, so i don't think its a hard drive issue (but could be an partition issue)
    boot partition is something like 300MB
    root is something like 12 GB
    Home is something like 70 gb
    and swap is about 2gb
    It does not matter whether or not im in gnome since if at log in screen, ill hit ctrl+alt+f1 and switch to a consol and do something as simple as like update the computer and ill cause it to hang sometimes (but not every time its too unpredictable)
    When in gnome however, most applications refuse to launch and sometimes even close. The gnome-panel and some (like the system monitor) lock up but things like cpu freq scaling continues to work as does log out and the menu.
    i have also had issues with the latest (-3) nvidia driver and can only get 1680x1050 resolution using the open source nv drivers (haven't had a chance to build from aur the beta drivers yet since there is an issue with the nvidia-utils-beta package) but i don't think this is causing it.
    i used the western digital tool to do a hard drive scan, and it didn't find anything in the quick scan but it is still running the full scan.
    I suspect it might be due to some package upgrade, i was running arch before the reformat and it was causing me to have the same issues.
    i have kicked my personal Ubuntun (and derivatives) additional because of Arch's rolling release cycle so that's why i would rather put up with it for another week to figure this out!
    Let me know if there is any log files i should post or anything that way i can get this fixed! And thanks in advanced (even to those of you who will probably only comment to make fun of vista, it still will keep my thread alive! )
    Last edited by scubanator87 (2008-08-28 16:19:41)

    Here is the dmseg output:
    Linux version 2.6.26-ARCH (root@T-POWA-LX) (gcc version 4.3.1 20080724 (prerelease) (GCC) ) #1 SMP PREEMPT Sun Aug 10 12:29:20 UTC 2008
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
    BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
    BIOS-e820: 0000000000100000 - 00000000efe6d800 (usable)
    BIOS-e820: 00000000efe6d800 - 00000000f4000000 (reserved)
    BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
    BIOS-e820: 00000000fed18000 - 00000000fed1c000 (reserved)
    BIOS-e820: 00000000fed20000 - 00000000fed90000 (reserved)
    BIOS-e820: 00000000feda0000 - 00000000feda6000 (reserved)
    BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
    BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
    BIOS-e820: 0000000100002000 - 0000000110000000 (usable)
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Warning only 4GB will be used.
    Use a HIGHMEM64G enabled kernel.
    3200MB HIGHMEM available.
    896MB LOWMEM available.
    Entering add_active_range(0, 0, 1048576) 0 entries of 256 used
    Zone PFN ranges:
    DMA 0 -> 4096
    Normal 4096 -> 229376
    HighMem 229376 -> 1048576
    Movable zone start PFN for each node
    early_node_map[1] active PFN ranges
    0: 0 -> 1048576
    On node 0 totalpages: 1048576
    DMA zone: 32 pages used for memmap
    DMA zone: 0 pages reserved
    DMA zone: 4064 pages, LIFO batch:0
    Normal zone: 1760 pages used for memmap
    Normal zone: 223520 pages, LIFO batch:31
    HighMem zone: 6400 pages used for memmap
    HighMem zone: 812800 pages, LIFO batch:31
    Movable zone: 0 pages used for memmap
    DMI 2.4 present.
    ACPI: RSDP 000FBBF0, 0024 (r2 DELL )
    ACPI: XSDT EFE6F200, 005C (r1 DELL M08 27D80203 ASL 61)
    ACPI: FACP EFE6F09C, 00F4 (r4 DELL M08 27D80203 ASL 61)
    ACPI: DSDT EFE6F800, 5658 (r2 INT430 SYSFexxx 1001 INTL 20050624)
    ACPI: FACS EFE7E000, 0040
    ACPI: HPET EFE6F300, 0038 (r1 DELL M08 1 ASL 61)
    ACPI: APIC EFE6F400, 0068 (r1 DELL M08 27D80203 ASL 47)
    ACPI: MCFG EFE6F3C0, 003E (r16 DELL M08 27D80203 ASL 61)
    ACPI: SLIC EFE6F49C, 0176 (r1 DELL M08 27D80203 ASL 61)
    ACPI: BOOT EFE6EFC0, 0028 (r1 DELL M08 27D80203 ASL 61)
    ACPI: SSDT EFE6D97A, 04CC (r1 PmRef CpuPm 3000 INTL 20050624)
    ACPI: PM-Timer IO Port: 0x1008
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    Enabling APIC mode: Flat. Using 1 I/O APICs
    ACPI: HPET id: 0x8086a201 base: 0xfed00000
    Using ACPI (MADT) for SMP configuration information
    Allocating PCI resources starting at f5000000 (gap: f4000000:0ac00000)
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
    SMP: Allowing 2 CPUs, 0 hotplug CPUs
    PERCPU: Allocating 39464 bytes of per cpu data
    NR_CPUS: 16, nr_cpu_ids: 2
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1040384
    Kernel command line: root=/dev/disk/by-uuid/1556dc58-8b8c-44dd-87d9-7640a2dff1d6 ro vga=795
    mapped APIC to ffffb000 (fee00000)
    mapped IOAPIC to ffffa000 (fec00000)
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    PID hash table entries: 4096 (order: 12, 16384 bytes)
    Extended CMOS year: 2000
    Detected 2493.858 MHz processor.
    Console: colour dummy device 80x25
    console [tty0] enabled
    Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Memory: 3890736k/4194304k available (2105k kernel code, 38512k reserved, 738k data, 264k init, 3013044k highmem)
    virtual kernel memory layout:
    fixmap : 0xffee4000 - 0xfffff000 (1132 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf8800000 - 0xff7fe000 ( 111 MB)
    lowmem : 0xc0000000 - 0xf8000000 ( 896 MB)
    .init : 0xc03cd000 - 0xc040f000 ( 264 kB)
    .data : 0xc030e78e - 0xc03c7380 ( 738 kB)
    .text : 0xc0100000 - 0xc030e78e (2105 kB)
    Checking if this processor honours the WP bit even in supervisor mode...Ok.
    CPA: page pool initialized 1 of 1 pages preallocated
    SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    hpet clockevent registered
    Calibrating delay using timer specific routine.. 4994.04 BogoMIPS (lpj=8320071)
    Security Framework initialized
    Capability LSM initialized
    Mount-cache hash table entries: 512
    CPU: L1 I cache: 32K, L1 D cache: 32K
    CPU: L2 cache: 6144K
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#0.
    using mwait in idle threads.
    Checking 'hlt' instruction... OK.
    ACPI: Core revision 20080321
    ACPI: Checking initramfs for custom DSDT
    ENABLING IO-APIC IRQs
    ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
    CPU0: Intel(R) Core(TM)2 Duo CPU T9300 @ 2.50GHz stepping 06
    Booting processor 1/1 ip 6000
    Initializing CPU#1
    Calibrating delay using timer specific routine.. 4989.28 BogoMIPS (lpj=8312455)
    CPU: L1 I cache: 32K, L1 D cache: 32K
    CPU: L2 cache: 6144K
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 1
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#1.
    x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
    CPU1: Intel(R) Core(TM)2 Duo CPU T9300 @ 2.50GHz stepping 06
    checking TSC synchronization [CPU#0 -> CPU#1]: passed.
    Brought up 2 CPUs
    Total of 2 processors activated (9983.32 BogoMIPS).
    net_namespace: 652 bytes
    Booting paravirtualized kernel on bare hardware
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: MCFG configuration 0: base f0000000 segment 0 buses 0 - 63
    PCI: MCFG area at f0000000 reserved in E820
    PCI: Using MMCONFIG for extended config space
    PCI: Using configuration type 1 for base access
    Setting up standard PCI resources
    ACPI: EC: Look up EC in DSDT
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO
    pci 0000:00:1f.0: quirk: region 1080-10bf claimed by ICH6 GPIO
    PCI: Transparent bridge - 0000:00:1e.0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIE._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 11) *7
    ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *10
    ACPI: PCI Interrupt Link [LNKC] (IRQs 9 10 11) *4
    ACPI: PCI Interrupt Link [LNKD] (IRQs *5 7 9 10 11)
    ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
    ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
    Linux Plug and Play Support v0.97 (c) Adam Belay
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 12 devices
    ACPI: ACPI bus type pnp unregistered
    PCI: Using ACPI for IRQ routing
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    ACPI: RTC can wake from S4
    system 00:05: ioport range 0xc80-0xcff could not be reserved
    system 00:08: iomem range 0xfed00000-0xfed003ff has been reserved
    system 00:09: ioport range 0x900-0x97f has been reserved
    system 00:09: ioport range 0x4d0-0x4d1 has been reserved
    system 00:09: ioport range 0x1000-0x1005 has been reserved
    system 00:09: ioport range 0x1008-0x100f has been reserved
    system 00:0a: ioport range 0xf400-0xf4fe has been reserved
    system 00:0a: ioport range 0x1006-0x1007 has been reserved
    system 00:0a: ioport range 0x100a-0x1059 could not be reserved
    system 00:0a: ioport range 0x1060-0x107f has been reserved
    system 00:0a: ioport range 0x1080-0x10bf has been reserved
    system 00:0a: ioport range 0x10c0-0x10df has been reserved
    system 00:0a: ioport range 0x1010-0x102f has been reserved
    system 00:0a: ioport range 0x809-0x809 has been reserved
    system 00:0b: iomem range 0x0-0x9efff could not be reserved
    system 00:0b: iomem range 0x9f000-0x9ffff could not be reserved
    system 00:0b: iomem range 0xc0000-0xcffff could not be reserved
    system 00:0b: iomem range 0xe0000-0xfffff could not be reserved
    system 00:0b: iomem range 0x100000-0xefe6d7ff could not be reserved
    system 00:0b: iomem range 0xefe6d800-0xefefffff could not be reserved
    system 00:0b: iomem range 0xeff00000-0xefffffff could not be reserved
    system 00:0b: iomem range 0xeff00000-0xf06fffff could not be reserved
    system 00:0b: iomem range 0xfff00000-0xffffffff could not be reserved
    system 00:0b: iomem range 0xffa00000-0xffafffff has been reserved
    system 00:0b: iomem range 0xfec00000-0xfec0ffff could not be reserved
    system 00:0b: iomem range 0xfee00000-0xfee0ffff could not be reserved
    system 00:0b: iomem range 0xfed20000-0xfed8ffff could not be reserved
    system 00:0b: iomem range 0xfeda0000-0xfeda3fff could not be reserved
    system 00:0b: iomem range 0xfeda4000-0xfeda4fff could not be reserved
    system 00:0b: iomem range 0xfeda5000-0xfeda5fff could not be reserved
    system 00:0b: iomem range 0xfeda6000-0xfeda6fff has been reserved
    system 00:0b: iomem range 0xfed18000-0xfed1bfff could not be reserved
    system 00:0b: iomem range 0xf0000000-0xf3ffffff could not be reserved
    PCI: Bridge: 0000:00:01.0
    IO window: d000-dfff
    MEM window: 0xfa000000-0xfeafffff
    PREFETCH window: 0x00000000f4000000-0x00000000f7ffffff
    PCI: Bridge: 0000:00:1c.0
    IO window: disabled.
    MEM window: disabled.
    PREFETCH window: disabled.
    PCI: Bridge: 0000:00:1c.1
    IO window: disabled.
    MEM window: 0xf9f00000-0xf9ffffff
    PREFETCH window: disabled.
    PCI: Bridge: 0000:00:1c.3
    IO window: c000-cfff
    MEM window: 0xf9c00000-0xf9efffff
    PREFETCH window: 0x00000000f8000000-0x00000000f81fffff
    PCI: Bridge: 0000:00:1e.0
    IO window: disabled.
    MEM window: 0xf9b00000-0xf9bfffff
    PREFETCH window: disabled.
    ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 16
    PCI: Setting latency timer of device 0000:00:01.0 to 64
    ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 16
    PCI: Setting latency timer of device 0000:00:1c.0 to 64
    ACPI: PCI Interrupt 0000:00:1c.1[b] -> GSI 17 (level, low) -> IRQ 17
    PCI: Setting latency timer of device 0000:00:1c.1 to 64
    ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 19 (level, low) -> IRQ 19
    PCI: Setting latency timer of device 0000:00:1c.3 to 64
    PCI: Setting latency timer of device 0000:00:1e.0 to 64
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    NET: Registered protocol family 1
    Unpacking initramfs... done
    Freeing initrd memory: 781k freed
    Simple Boot Flag at 0x79 set to 0x1
    apm: BIOS not found.
    highmem bounce pool size: 64 pages
    VFS: Disk quotas dquot_6.5.1
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    msgmni has been set to 1717
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pci 0000:01:00.0: Boot video device
    PCI: Setting latency timer of device 0000:00:01.0 to 64
    assign_interrupt_mode Found MSI capability
    Allocate Port Service[0000:00:01.0:pcie00]
    Allocate Port Service[0000:00:01.0:pcie02]
    Allocate Port Service[0000:00:01.0:pcie03]
    PCI: Setting latency timer of device 0000:00:1c.0 to 64
    assign_interrupt_mode Found MSI capability
    Allocate Port Service[0000:00:1c.0:pcie00]
    Allocate Port Service[0000:00:1c.0:pcie02]
    Allocate Port Service[0000:00:1c.0:pcie03]
    PCI: Setting latency timer of device 0000:00:1c.1 to 64
    assign_interrupt_mode Found MSI capability
    Allocate Port Service[0000:00:1c.1:pcie00]
    Allocate Port Service[0000:00:1c.1:pcie02]
    Allocate Port Service[0000:00:1c.1:pcie03]
    PCI: Setting latency timer of device 0000:00:1c.3 to 64
    assign_interrupt_mode Found MSI capability
    Allocate Port Service[0000:00:1c.3:pcie00]
    Allocate Port Service[0000:00:1c.3:pcie02]
    Allocate Port Service[0000:00:1c.3:pcie03]
    vesafb: framebuffer at 0xfb000000, mapped to 0xf8880000, using 10240k, total 14336k
    vesafb: mode is 1280x1024x32, linelength=5120, pages=1
    vesafb: protected mode interface info at c000:b650
    vesafb: pmi: set display start = c00cb6b3, set palette = c00cb70e
    vesafb: pmi: ports = 3b4 3b5 3ba 3c0 3c1 3c4 3c5 3c6 3c7 3c8 3c9 3cc 3ce 3cf 3d0 3d1 3d2 3d3 3d4 3d5 3da
    vesafb: scrolling: redraw
    vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    Switched to high resolution mode on CPU 1
    Switched to high resolution mode on CPU 0
    Console: switching to colour frame buffer device 160x64
    fb0: VESA VGA frame buffer device
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
    input: Macintosh mouse button emulation as /class/input/input0
    PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    Using IPI No-Shortcut mode
    registered taskstats version 1
    Freeing unused kernel memory: 264k freed
    input: AT Translated Set 2 keyboard as /class/input/input1
    No dock devices found.
    SCSI subsystem initialized
    libata version 3.00 loaded.
    ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 16 (level, low) -> IRQ 16
    PCI: Setting latency timer of device 0000:00:1f.1 to 64
    ACPI: PCI interrupt for device 0000:00:1f.1 disabled
    ACPI: PCI Interrupt 0000:00:1f.2[b] -> GSI 17 (level, low) -> IRQ 17
    PCI: Setting latency timer of device 0000:00:1f.2 to 64
    ACPI: PCI interrupt for device 0000:00:1f.2 disabled
    ata_piix 0000:00:1f.1: version 2.12
    ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 16 (level, low) -> IRQ 16
    PCI: Setting latency timer of device 0000:00:1f.1 to 64
    scsi0 : ata_piix
    scsi1 : ata_piix
    ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x6fa0 irq 14
    ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x6fa8 irq 15
    ata1.00: ATAPI: HL-DT-ST DVD+/-RW GSA-T21N, A102, max UDMA/33
    ata1.00: configured for UDMA/33
    ata2: port disabled. ignoring.
    scsi 0:0:0:0: CD-ROM HL-DT-ST DVD+-RW GSA-T21N A102 PQ: 0 ANSI: 5
    ACPI: PCI Interrupt 0000:00:1f.2[b] -> GSI 17 (level, low) -> IRQ 17
    ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
    PCI: Setting latency timer of device 0000:00:1f.2 to 64
    scsi2 : ata_piix
    scsi3 : ata_piix
    ata3: SATA max UDMA/133 cmd 0x6eb0 ctl 0x6eb8 bmdma 0x6ee0 irq 17
    ata4: SATA max UDMA/133 cmd 0x6ec0 ctl 0x6ec8 bmdma 0x6ee8 irq 17
    ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    ata3.00: ATA-8: WDC WD2500BEVS-75UST0, 01.01A01, max UDMA/133
    ata3.00: 488397168 sectors, multi 8: LBA48 NCQ (depth 0/32)
    ata3.00: configured for UDMA/133
    ata4: SATA link down (SStatus 0 SControl 0)
    scsi 2:0:0:0: Direct-Access ATA WDC WD2500BEVS-7 01.0 PQ: 0 ANSI: 5
    Driver 'sr' needs updating - please use bus_type methods
    Driver 'sd' needs updating - please use bus_type methods
    sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
    Uniform CD-ROM driver Revision: 3.20
    sr 0:0:0:0: Attached scsi CD-ROM sr0
    sd 2:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
    sd 2:0:0:0: [sda] Write Protect is off
    sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sd 2:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
    sd 2:0:0:0: [sda] Write Protect is off
    sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
    sd 2:0:0:0: [sda] Attached SCSI disk
    SGI XFS with ACLs, security attributes, realtime, large block numbers, no debug enabled
    SGI XFS Quota Management subsystem
    XFS mounting filesystem sda3
    Ending clean XFS mount for filesystem: sda3
    rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one month, y3k
    ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 17
    ssb: Sonics Silicon Backplane found on PCI device 0000:03:00.0
    b44.c:v2.0
    eth0: Broadcom 44xx/47xx 10/100BaseT Ethernet 00:1d:09:d2:f2:e9
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    ndiswrapper version 1.53 loaded (smp=yes, preempt=yes)
    ndiswrapper: driver bcmwl5 (Broadcom,09/20/2007, 4.170.25.12) loaded
    ACPI: PCI Interrupt 0000:0c:00.0[A] -> GSI 17 (level, low) -> IRQ 17
    PCI: Setting latency timer of device 0000:0c:00.0 to 64
    ndiswrapper: using IRQ 17
    wlan0: ethernet device 00:16:44:b5:93:db using NDIS driver: bcmwl5, version: 0x4aa190c, NDIS version: 0x501, vendor: 'NDIS Network Adapter', 14E4:4315.5.conf
    wlan0: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP with WPA, WPA2, WPA2PSK
    usbcore: registered new interface driver ndiswrapper
    ACPI: SSDT EFE6E4B0, 02C8 (r1 PmRef Cpu0Ist 3000 INTL 20050624)
    ACPI: SSDT EFE6DE46, 05E5 (r1 PmRef Cpu0Cst 3001 INTL 20050624)
    Monitor-Mwait will be used to enter C-1 state
    Monitor-Mwait will be used to enter C-2 state
    Monitor-Mwait will be used to enter C-3 state
    ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
    ACPI: ACPI0007:00 is registered as cooling_device0
    ACPI: Processor [CPU0] (supports 8 throttling states)
    ACPI: SSDT EFE6E778, 00C4 (r1 PmRef Cpu1Ist 3000 INTL 20050624)
    ACPI: SSDT EFE6E42B, 0085 (r1 PmRef Cpu1Cst 3000 INTL 20050624)
    ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
    ACPI: ACPI0007:01 is registered as cooling_device1
    ACPI: Processor [CPU1] (supports 8 throttling states)
    Marking TSC unstable due to: TSC halts in idle.
    ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 21 (level, low) -> IRQ 21
    PCI: Setting latency timer of device 0000:00:1b.0 to 64
    ACPI: AC Adapter [AC] (on-line)
    ACPI: Battery Slot [BAT0] (battery present)
    input: Lid Switch as /class/input/input2
    ACPI: Lid Switch [LID]
    input: Power Button (CM) as /class/input/input3
    ACPI: Power Button (CM) [PBTN]
    input: Sleep Button (CM) as /class/input/input4
    ACPI: Sleep Button (CM) [SBTN]
    ACPI: LNXTHERM:01 is registered as thermal_zone0
    ACPI: Thermal Zone [THM] (25 C)
    dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    sr 0:0:0:0: Attached scsi generic sg0 type 5
    sd 2:0:0:0: Attached scsi generic sg1 type 0
    USB Universal Host Controller Interface driver v3.0
    ACPI: PCI Interrupt 0000:00:1a.0[A] -> GSI 20 (level, low) -> IRQ 20
    PCI: Setting latency timer of device 0000:00:1a.0 to 64
    uhci_hcd 0000:00:1a.0: UHCI Host Controller
    uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    uhci_hcd 0000:00:1a.0: irq 20, io base 0x00006f20
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 2 ports detected
    ACPI: WMI: Mapper loaded
    Linux agpgart interface v0.103
    ACPI: PCI Interrupt 0000:00:1a.1[b] -> GSI 21 (level, low) -> IRQ 21
    PCI: Setting latency timer of device 0000:00:1a.1 to 64
    uhci_hcd 0000:00:1a.1: UHCI Host Controller
    uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
    uhci_hcd 0000:00:1a.1: irq 21, io base 0x00006f00
    usb usb2: configuration #1 chosen from 1 choice
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 2 ports detected
    ACPI: PCI Interrupt 0000:00:1a.7[C] -> GSI 22 (level, low) -> IRQ 22
    PCI: Setting latency timer of device 0000:00:1a.7 to 64
    ehci_hcd 0000:00:1a.7: EHCI Host Controller
    ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 3
    ehci_hcd 0000:00:1a.7: debug port 1
    PCI: cache line size of 32 is not supported by device 0000:00:1a.7
    ehci_hcd 0000:00:1a.7: irq 22, io mem 0xfed1c400
    ACPI: device:32 is registered as cooling_device2
    input: Video Bus as /class/input/input5
    ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
    usb usb3: configuration #1 chosen from 1 choice
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 4 ports detected
    ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
    ACPI: device:37 is registered as cooling_device3
    input: Video Bus as /class/input/input6
    ACPI: Video Device [VID1] (multi-head: yes rom: no post: no)
    input: Video Bus as /class/input/input7
    ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 20 (level, low) -> IRQ 20
    PCI: Setting latency timer of device 0000:00:1d.0 to 64
    uhci_hcd 0000:00:1d.0: UHCI Host Controller
    uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
    uhci_hcd 0000:00:1d.0: irq 20, io base 0x00006f80
    usb usb4: configuration #1 chosen from 1 choice
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 2 ports detected
    ACPI: Video Device [VID2] (multi-head: yes rom: no post: no)
    ricoh-mmc: Ricoh MMC Controller disabling driver
    ricoh-mmc: Copyright(c) Philip Langdale
    ACPI: PCI Interrupt 0000:00:1d.1[b] -> GSI 21 (level, low) -> IRQ 21
    PCI: Setting latency timer of device 0000:00:1d.1 to 64
    uhci_hcd 0000:00:1d.1: UHCI Host Controller
    uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
    uhci_hcd 0000:00:1d.1: irq 21, io base 0x00006f60
    usb usb5: configuration #1 chosen from 1 choice
    hub 5-0:1.0: USB hub found
    hub 5-0:1.0: 2 ports detected
    input: PC Speaker as /class/input/input8
    sdhci: Secure Digital Host Controller Interface driver
    sdhci: Copyright(c) Pierre Ossman
    ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 22 (level, low) -> IRQ 22
    PCI: Setting latency timer of device 0000:00:1d.2 to 64
    uhci_hcd 0000:00:1d.2: UHCI Host Controller
    uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
    uhci_hcd 0000:00:1d.2: irq 22, io base 0x00006f40
    usb usb6: configuration #1 chosen from 1 choice
    hub 6-0:1.0: USB hub found
    hub 6-0:1.0: 2 ports detected
    ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 20 (level, low) -> IRQ 20
    PCI: Setting latency timer of device 0000:00:1d.7 to 64
    ehci_hcd 0000:00:1d.7: EHCI Host Controller
    ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 7
    ehci_hcd 0000:00:1d.7: debug port 1
    PCI: cache line size of 32 is not supported by device 0000:00:1d.7
    ehci_hcd 0000:00:1d.7: irq 20, io mem 0xfed1c000
    ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
    usb usb7: configuration #1 chosen from 1 choice
    hub 7-0:1.0: USB hub found
    hub 7-0:1.0: 6 ports detected
    ricoh-mmc: Ricoh MMC controller found at 0000:03:01.2 [1180:0843] (rev 12)
    ricoh-mmc: Controller is now disabled.
    ACPI: PCI Interrupt 0000:03:01.0[A] -> GSI 19 (level, low) -> IRQ 19
    ACPI: PCI Interrupt 0000:00:1f.3[b] -> GSI 17 (level, low) -> IRQ 17
    ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[19] MMIO=[f9bfd800-f9bfdfff] Max Packet=[2048] IR/IT contexts=[4/4]
    sdhci: SDHCI controller found at 0000:03:01.1 [1180:0822] (rev 22)
    ACPI: PCI Interrupt 0000:03:01.1[b] -> GSI 18 (level, low) -> IRQ 18
    mmc0: SDHCI at 0xf9bfd400 irq 18 DMA
    Clocksource tsc unstable (delta = -136278622 ns)
    usb 7-6: new high speed USB device using ehci_hcd and address 2
    Synaptics Touchpad, model: 1, fw: 6.3, id: 0x1a0b1, caps: 0xa04793/0x300000
    serio: Synaptics pass-through port at isa0060/serio1/input0
    usb 7-6: configuration #1 chosen from 1 choice
    input: SynPS/2 Synaptics TouchPad as /class/input/input9
    Linux video capture interface: v2.00
    uvcvideo: Found UVC 1.00 device Laptop Integrated Webcam (05a9:2640)
    uvcvideo: Failed to query (135) UVC control 1 (unit 0) : -32 (exp. 26).
    input: Laptop Integrated Webcam as /class/input/input10
    usbcore: registered new interface driver uvcvideo
    USB Video Class driver (v0.1.0)
    XFS mounting filesystem sda5
    Ending clean XFS mount for filesystem: sda5
    ieee1394: Host added: ID:BUS[0-00:1023] GUID[444fc0001a3d01c1]
    Adding 2522164k swap on /dev/sda6. Priority:-1 extents:1 across:2522164k
    b44: eth0: Link is up at 100 Mbps, full duplex.
    b44: eth0: Flow control is off for TX and off for RX.
    fuse init (API version 7.9)
    NET: Registered protocol family 10
    lo: Disabled Privacy Extensions
    ADDRCONF(NETDEV_UP): wlan0: link is not ready
    eth0: no IPv6 routers present

  • K8n platinum NVIDIA RAID IDE ROM BIOS Hang *SOLVED*

    amd 64 3500+
    msi k8n plat SLI
    NV 7800 gtx
    2gb corsair xms3200 (2x512 1x 1024)
    500W PSU
    40GB IDE maxtor (windows install)
    System hangs on the NVidia raid ide bios screen, doesnt matter if i disable raid or not, system just wont get past this screen. There is a flickering cursor as if the system is trying, but its got no further after 30 mins.
    ideas please? any more info you need?
    thanks,
    Dan

    Quote from: dandut on 23-July-05, 07:50:41
    If i disable raid, i still get the NV IDE BIOS screen, it just shows a message other than 'detecting array' with a flashing cursor and does exacly the same thing. It just wont get to the next stage.
    I havent tried flashing the bios yet as my floppy seems to be dead. Could that help? Im not entirely sure if its the raid screen causing the problem anyway, it could be whatever is supposed to happen next, that just isnt.
    p.s. Clearing cmos didnt help.
    [/quoteTry flipping the cable over on your floppy drive.

  • Openbox keybinding [SOLVED]

    I am using an unusual keyboard http://www.grandtec.com/products/video/vik.html#mini
    Some of the keys are dead, among them the "Up Arrow/PgUp".
    I am trying to bind these functions with
    <keybind key="A-u">
    <action name="Up"/>
    </keybind>
    <keybind key="C-u">
    <action name="PgUp"/>
    </keybind>
    in my ~/.config/openbox/rc.xml file
    The reason for this post is, of course, that it doesn't work.
    Does anyone know of the correct syntax for the "Up Arrow/PgUp" functions?
    Last edited by haikuhacker (2011-10-31 18:27:38)

    You need to say what you want the given keystroke to do.  For instance, in my rc.xml, I have the following lines:
    <keybind key="C-Left">
    <action name="GoToDesktop"><to>left</to><wrap>yes</wrap></action>
    </keybind>
    <keybind key="C-Right">
    <action name="GoToDesktop"><to>right</to><wrap>yes</wrap></action>
    </keybind>
    This tells openbox that control-right arrow will move to the next higher workspace (i.e. 2 to 3) and control-left arrow will move to the next lower workspace.
    For you to use the Up/Down PgUp keys etc. you would do
    <keybind key="Up">
    <action name="..">...</action>
    </keybind>
    The available actions can be found here.
    Last edited by rockin turtle (2011-10-30 20:43:40)

  • GeForce FX 5900 XT, DirectX 8 & 9 games hang -- solved.

    This was my original posting:
    I have recently bought a MSI GeForce FX 5900 XT VTD128. To my surprise I have exprerienced numerous crashes in games that use DirectX 8 or better. The games pauses and I get a blue Windows XP (retail version - 5.1.2600 - , without Service Pack 1) crash screen that says the game was stopped to prevent any damage to Windows and some things I should check (wich I did) and in the technical part:
    *** STOP: 0x0000008E (0xc0000005, 0xF7D83E2D, 0xBA2DC29C, 0x00000000)
    *** nv4_mini.sys - Address F7D83E2D base at F7CD9000, DateStamp 3fb91de8
    Those hexadecimal are not within the range of memory addresses the VGA card uses.
    I get the error with Freedom Fighters, GTA Vice City, GTAIII, Crazy Taxi. The latter crashing much more than the former.
    I tried ePSXe (the playstation emulator) using Pete's OpenGL 2 vga plugin, wich uses T&L and pixel shader and I had no problems.
    Games that use OpenGL or DirectX 7 or less seem to work fine. This was checked with Quake III and Severance: Blade of Darkness.
    DirectX 9.0b tests on DirectDraw and Direct3D found no problems, plus all the files are OK.
    Afterwards a friend who works repairing PCs, recommended a clean install with the latest drivers for the motherboard as well as the lastest 53.03 vga drivers (MSI version). All this to no avail; I get the same message.
    I've also tried vga drivers 52.16 and 53.06 (Beta), as well as disabling Fast Writes in the motherboard BIOS.  
    A web search only lead me to some driver pages. MSI have no troubleshooting help about the matter, at least that I could find, neither in the manual nor the website.
    I have tried using my old NVidia Vanta again and GTAIII works perfect.
    Both cards use IRQ 19 and don't share it.
    I've noticed that DirectX acknowledges different files to both VGAs. Vanta's principal controller file is nv4.dll whereas 5900's nv4_disp.dll. The small VDD files are nv4.sys and nv4_mini.sys respectively.
    Also nv4_disp.dll has no digital signature while all the others do.
    Is there any diagnostic utility I could use to better pinpoint the problem I'm having?
    Thanks for reading this far.
    After this cry for help I didn't want to wait for a star to fall so I kept on doing homework. I delved deeper into the forums and found in the mobos forum a thread with a reply that said that bios 7.40 for K7N2 delta-ILSR solved an incompatibility issue with Geforce FX 5900 and another with a way to clean the remains of uninstalled drivers.
    I was not up to flashing the bios yet so I tried the vga in two other different PCs.
    The first one had Win98 with a  mobo M810MR with DIMM RAM. It worked awfully. It crashed when double clicking an icon, didn't run many games and even didn't pass the DirectX tests. That with 4X.XX drivers (I don't quite remember the version). With 53.03 (MSI version) I wasn't as unstable but still had many problems.
    Another PC entered into the scene. One with WinXP and Linux, as well as a KT2V PRo Dual with DDR RAM. In WinXP still couldn't run any games or 3dMark. It even rebooted it a couple of times, just out of the blue. In Linux it worked fine but didn't try any 3D games (didn't have any). It was detected as a Generic GeForce FX though.
    Before sending my vga to another region of the country (something I wasn't very prone to do in the least, as I had to pay for sending and retreiving it) so the vendor could try it and replace it (if he found it faulty).
    THE ALMIGHTY SOLUTION: for those too eager to stand my babbling this is what worked.
    I flashed the bios up to version 7.60 and uninstalled the drivers and used Driver Cleaner. It works without any problems now. I tried it in my other 'test' brand new WinXP install without using Driver Cleaner and it seems that flashing the bios was enough. Although I would recommend using it.
    Well, that's all. I thought it could be useful to have all this in one piece.
    Thanks to all that cared.

    You guys didn't read the post fully SPAMMERS
    He solved his problem by updating the BIOS to the latest version, he has the nVidia Chipset based motherboard and there was a known issue related to the FX series video cards. This is nForce specific.... period

  • Openbox submenus [SOLVED]

    Hello, I'm relatively new to arch, and have set up openbox to my liking. I don't like the way obmenu configures my menu.xml, so I prefer to manually edit it. I was just wondering how I would create a submenu within one of my main menus? I assume it would have to be linked through the root menu. Here is the root menu portion of my menu.xml
    My whole menu is here--http://pastebin.com/m22679cf0
    <menu id="root-menu" label="Openbox 3">
    <separator label="apps"/>
    <item label="web">
    <action name="Execute">
    <execute>
    chromium-browser
    </execute>
    </action>
    <startupnotify>
    <enabled>
    yes
    </enabled>
    </startupnotify>
    </item>
    <item label="home">
    <action name="Execute">
    <execute>
    pcmanfm
    </execute>
    <startupnotify>
    <enabled>
    yes
    </enabled>
    </startupnotify>
    </action>
    </item>
    <item label="urxvt">
    <action name="Execute">
    <execute>
    urxvtc
    </execute>
    </action>
    </item>
    <separator/>
    <menu id="apps-net-menu"/>
    <menu id="apps-office-menu"/>
    <menu id="apps-multimedia-menu"/>
    <menu id="apps-x-menu"/>
    <separator label="sys"/>
    <menu id="control-menu"/>
    <menu id="config-menu"/>
    </menu>
    Last edited by supulton (2009-09-02 05:06:46)

    LeoSolaris wrote:
    Here is part of mine that is relevant to the question at hand:
    <menu id="root-menu" label="OpenBox 3">
    <menu id="5" label="Internet">
    <item label="Firefox">
    <action name="Execute">
    <execute>
    firefox
    </execute>
    </action>
    </item>
    #snip#
    </menu>
    <menu id="27" label="Office">
    <item label="To To List">
    <action name="Execute">
    <execute>
    gvim ~/Dropbox/Shared/TODO
    </execute>
    </action>
    </item>
    #snip#
    </menu>
    (Yes yes I know, that is a lot of extra fluff and a lot of extra browsers. I am testing them out and using a different one every day to see which one I like. So far Firefox is winning.)
    Thank you for the response. I think I worded the question badly, though. What I want to know is how to make a submenu within one of my submenus? For example, you have a menu labeled "Internet." I wonder if it's possible to create a submenu in "Internet", for example, "Internet">>"Browsers"?
    As an aside, chromium seems very promising as a linux browser. It has quite a few bugs to work out, but the speed is amazing. This coming from a firefox lover as well. Webkit is great.

  • Another Mail Hang Solved

    This might be of help to somebody.
    Problem:
    My Mail hanged while fetching the first message from the .Mac IMAP server.
    Solution:
    It turned out that there was some "left overs" in the system level SIMBL bundles (/Library/Application Support/SIMBL/Plugins) among them MailHelper.bundle . They where all from iAlert which I had "unistalled" a long time ago. I probably didn't use the install/uninstall application provided for iAlert, and thus the bundles was still there.
    Lesson learned:
    Bevare of bundles especially SIMBL bundles. At least know what you are doing. That's the lesson I learned from this!

    There's KTSUSS if you want, it's GTK-based too. Stands for 'keep the su simple, stupid'...
    http://developer.berlios.de/projects/ktsuss

  • Using Other People's Openbox Settings [SOLVED]

    So I looked around beforehand, and have been reading the openbox wiki over and over again, but I'm a bit stumped.  Basically, I want to copy this guy's (http://dotshare.it/dots/956/) openbox settings.  There is a download for the code, and the file is named "themerc."  To me, it looked like .Xresources code, so I tried there first, but there was no affect on openbox, and so I tried again in the "rc.xml" I copied to create a user-specific openbox config. 
    Complete arch beginner, so sorry if that wasn't worded particularly well.
    Last edited by scionix (2015-04-10 06:48:58)

    That's for the openbox theme.  You need to place the themerc (and optionally xbm images for close, minimize etc.) in ~/.themes/<theme_name>/openbox-3/ directory.
    http://openbox.org/wiki/Help:Themes
    Last edited by ooo (2015-04-10 04:59:20)

  • Openbox keymap [SOLVED]

    I start Openbox .xinitrc
    and  I want set my keymaps to fi-latin1
    /etc/vconsole.conf, not work (virtual is ok)
    /etc/X11/xorg.conf.d/00-keyboard.conf, not work
    /etc/X11/xorg.conf, not work
    localectl set-keymap and localectl set-X11-keymap , not work
    Last edited by pekka (2013-08-26 09:31:43)

    $ cat /etc/X11/xorg.conf.d/01-keyboard-layout.conf
    Section "InputClass"
    Identifier "keyboard-layout"
    MatchIsKeyboard "on"
    Option "XkbLayout" "us,fi,ru"
    Option "XkbOptions" "grp:rctrl_toggle"
    works perfect with Right Control

  • Setting new GTK2 theme in openbox? [SOLVED]

    I downloaded the theme pack from this thread:
    http://bbs.archlinux.org/viewtopic.php?id=74915
    post #23
    I was able to get part of the theme working (menu color and window decoration) but the actual GTK2 theme is being difficult. I have installed lxappearance, gtk-chtheme, and switch 2 trying all of them but none seem to want to do anything with the .theme file. Is there a way to do this manually or am I going about it the wrong way?
    Last edited by beatepix (2009-07-21 00:39:38)

    I use lxappearance. Copy the whole Simplicity folder to ~/.themes/, start lxappearance, and select it. It's that simple! (and there's step by step instructions in the readme file included with each of my desktops)

  • [SOLVED] Openbox - setting different dpi on external monitor

    [SOLVED SUMMARY]
    After the suggestion from Max, I've got two instances of openbox running on the different screens.
    the xorg.conf I used for this is below.
    then I used the following addition to ~/.xinitrc to start two instances and set the dpi of the laptop screen:
    DISPLAY=:0.1
    exec openbox &
    DISPLAY=:0.0
    exec xrandr --output eDP1 --dpi 192 &
    exec openbox-session
    [/SOLVED SUMMARY]
    [ORIGINAL POST BELOW]
    Hello,
    I want to be able to set a different dpi for my laptop screen  (macbook pro retina 13 inch late 2013  11,1   integrated graphics (not nvidia))
    and my external monitor, as the laptop screen has a pixel density more than double that of the external monitor
    if I start openbox using:                           
    startx
    then text on the laptop is too small,  but everything on the monitor is ok. Conversely if I start openbox with
    startx -- -dpi 144
    then for the most part, things scale up nicely on the laptop, but everything on the monitor is too big.
    So what I have tried to do is set the the dpi with xrandr:
    xrandr --output eDP1 --auto --dpi 144 --output HDMI2 --auto --rotate right --dpi 96 --right-of eDP1
    xrandr outputs a configuration that looks ok, but the display doesn't change:
    Screen 0: minimum 320 x 200, current 3760 x 1920, maximum 32767 x 32767
    eDP1 connected 2560x1600+0+0 (normal left inverted right x axis y axis) 286mm x 179mm
    2560x1600 60.0*+
    2048x1536 60.0
    1920x1440 60.0
    1856x1392 60.0
    1792x1344 60.0
    1600x1200 60.0
    1400x1050 60.0
    1280x1024 60.0
    1280x960 60.0
    1024x768 60.0
    800x600 60.3 56.2
    640x480 59.9
    DP1 disconnected (normal left inverted right x axis y axis)
    HDMI1 connected 1200x1920+2560+0 right (normal left inverted right x axis y axis) 495mm x 310mm
    1920x1200 60.0*+
    DP2 disconnected (normal left inverted right x axis y axis)
    HDMI2 disconnected (normal left inverted right x axis y axis)
    VIRTUAL1 disconnected (normal left inverted right x axis y axis)
    There seem to be a thousand ways to set up multiple screens, so it would be great to hear from anyone who has any suggestions about the best ways for me to approach this,
    should I  set up seperate monitors in Xorg.conf,
    or even seperate X DISPLAYs and launch multiple instances of openbox?
    thanks
    Mathew
    [EDIT]
    on re-examining, while the dimensions listed by xrandr seem about right, the xrandr command isn't changing them, they seem to be  defaults
    Last edited by mathew (2014-02-26 09:37:46)

    I created this xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0"
    Screen 1 "Screen1"
    Screen "Screen1" RightOf "Screen0"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "fbdev"
    BusID "PCI:0:2:0"
    Option "ZaphodHeads" "eDP1,DP1,HDMI1,DP2,HDMI2,VIRTUAL1"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Card0"
    Monitor "Monitor1"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    If I put this in ./.xinitrc
    DISPLAY=:0.0
    exec openbox &
    DISPLAY=:0.1
    exec openbox
    it fails, unfortunately there's not much of an explanation in the Xorg.log
    This will launch:
    DISPLAY=:0.0
    exec openbox
    but the screen will be mirrored at the resoultion of the smallest screen.
    I'm guessing my xorg.conf is wrong, but I haven't been able to find any good information on setting up seperate X screens with intel integrated video

Maybe you are looking for