[SOLVED] OpenBox with XP in VirtualBox

Hi All
I'm hoping someone has an answer to this one. I'm in the process of switching from Gnome 3 to OpenBox. I'm almost there except for getting VirtualBox to work correctly in seamless mode.
If I login to Gnome 3 then seamless virtualbox works brilliantly but in openBox I get a sort of screen lag as though the graphics driver is running incredibly slow. VirtualBox works fine when it's not in seamless mode though.
Contents of .config/openbox/autostart:
xcompmgr &
# Restore wallpaper
nitrogen --restore &
# Start Devilspie to alter windows
devilspie -a &
# Start Main Panel
tint2 &
EDIT: I use Docky as a program launcher hence the need for xcompmgr. Devilspie I use to move NetBeans to the development desktop.
Thanks
Rich
Last edited by RichAustin (2011-11-06 12:36:23)

Unfortunately I don't think either xcompmgr or cairo-compmgr will work with virtualbox seamless mode.  I think seamless mode works decently with compiz and kwin, though in the past these have had problems as well. Seamless and compositing just don't mix well and unfortunately I doubt oracle cares about making it work with xcompmgr, which isn't even being developed anymore, so no fix likely to come from that end either.
You could either use docky uncomposited, it still works, just not as pretty, use another dock, or use compiz as your window manger instead of openbox.
Also you can move an application to a specific dektop in openbox rc.xml with
<application class="the class of the app you want to move*">
   <desktop>2</desktop>
</application>
So you maybe you don't need to run Devilspie, if you use compiz it also has features to control where applications are placed. There are also more application placement variables in openbox then just my above example.

Similar Messages

  • [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

  • [SOLVED] Problem with "su" and "login".

    Hi, I reinstalled Arch Linux today when I updated "filesystem" and reboot appeared an error with root device, but I solved with installation CD.
    I restarted laptop after solving error with root device when I went to XFCE4 and open a terminal I tried to login as root with "su" and "su -" but showed this error:
    bash: su: command not found
    So I rebooted to start in text mode.
    When loaded SLIM I press ctrl+alt+F1 to enter text mode.
    I type root to login but did'nt appear to enter the pass, appeared again to enter login. I tried type my user but did the same.
    Someone can help me?
    Thanks!
    Last edited by surrealistic (2012-10-12 08:54:58)

    Thank you falconindy. I upgrade with --force because I search in Google the problem show "filesystem" when I tried install and I read that solution is upgrade "filesystem" with --foce.
    I tried to reinstall util-linux and now works. Thank you!

  • [SOLVED] Help with dual monitors (second monitor won't wake up)

    Hi.  I'm trying to set up dual monitors, but I can't seem to get it to work. 
    I've got an ASUS P8H67-M EVO motherboard, and I'm using the xf86-video-intel driver.  I'm using one VGA and one HDMI.
    xrandr gives this
    xrandr
    Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 32767 x 32767
    VGA1 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 474mm x 296mm
    1680x1050 60.0*+ 74.9
    1600x1000 60.0
    1280x1024 75.0 72.0 60.0
    1440x900 75.0 59.9
    1152x864 75.0
    1024x768 75.1 70.1 60.0
    800x600 72.2 75.0 60.3
    640x480 72.8 75.0 66.7 60.0
    720x400 70.1
    HDMI1 disconnected (normal left inverted right x axis y axis)
    DP1 disconnected (normal left inverted right x axis y axis)
    HDMI2 disconnected (normal left inverted right x axis y axis)
    HDMI3 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 299mm
    1920x1080 60.0*+ 50.0 60.0
    1920x1080i 50.0 60.1
    1680x1050 59.9
    1600x900 60.0
    1280x1024 75.0 60.0
    1280x960 60.0
    1152x864 75.0
    1280x720 50.0 60.0
    1152x720 60.0
    1440x576i 50.1
    1024x768 75.1 60.0
    1440x480i 60.1
    832x624 74.6
    800x600 75.0 60.3
    720x576 50.0
    720x480 59.9
    640x480 75.0 60.0 59.9
    720x400 70.1
    DP2 disconnected (normal left inverted right x axis y axis)
    DP3 disconnected (normal left inverted right x axis y axis)
    So it looks to me like both displays are being detected.  The geometry looks such that one display is on top of the other, but I can change that using an xorg.conf.d config file (e.g. https://wiki.archlinux.org/index.php/Mu … xorg.conf).  I also tried using arandr.
    The real problem is that the display on HDMI3 just isn't "waking up".  The power is on, but it just sits there in sleep mode.
    Any help would be great.  I might just be missing something simple.  Thanks.
    Edit:  I just saw a short list of window managers near the bottom of the Arch Multihead page (https://wiki.archlinux.org/index.php/Mu … _xorg.conf).  I don't see openbox on that list.  Does that mean I'm SOL if I want to use openbox with multiple monitors?  This page seems to imply that it should work fine with openbox http://magnatecha.com/dual-monitors-wit … nd-xrandr/.
    Last edited by Pacopag (2013-08-19 18:58:36)

    I use XFCE, and when I boot my computer I just run:
    xrandr --output DVI-I-1 --auto --output DVI-I-2 --auto --left-of DVI-I-1
    I'm assuming if you modify the names appropriately that it'll work too.  I have had issues before trying to run dual monitors without taking both outputs off of a single video card (which is what I'm doing now).  For example, I had a graphics card with one (VGA) output and a VGA output on my motherboard.  But, connecting the graphics card disabled the on-board VGA.  So it is possible (I'm not an expert here) that two displays coming off the motherboard may not work for hardware reasons.

  • [SOLVED] Openbox 3.5 don't show menu icons

    Hi all,
    i don't speak english very well
    i try to add icons on my Openbox menu
    i added this string <showIcons>yes</showIcons> in the <menu> section of rc.xml file
    after i went to edit menu.xml
    i tried:
    <menu id="apps-accessori-menu" label="Accessori" icon="/home/user/.icons/Faenza/apps/24/accessories-calculator">
    <menu id="apps-accessori-menu" icon="/home/user/.icons/Faenza/apps/24/accessories-calculator" label="Accessori">
    <menu id="apps-accessori-menu" icon="/home/user/.icons/Faenza/apps/24/accessories-calculator.png" label="Accessori">
    <item icon="/usr/share/icons/Tango/24x24/apps/accessories-calculator.png" label="Calcolatrice">
    <item label="File-Roller" icon="network">
    <item icon="/home/user/.icons/Tango-Sand/48x48/apps/broswer" label="Networkmanager">
    i tried to add icon on menu and item, before and after label, with extension (.png) and without, from my local directory and from /use/shre/icons...
    but i don't see icon!
    what i wrong? what i need? i read i must compile Openbox with imlib2 support, how to?
    thank you

    Gusar wrote:
    Archer73 wrote:i tried to recompile but don't work
    That's not very helpful. You need to learn how to use abs. Then use it to compile your own version of openbox with icons support. If you have problems, post specifically what you've tried and what the error messages were.
    Though what puzzles me is why isn't the Arch package compiled with icons support in the first place?
    let me understand
    if i install openbox from shell
    pacman -S openbox
    i can't use icons?
    my openbox versione is:
    Openbox 3.5.0
    Copyright (c) 2008        Mikael Magnusson
    Copyright (c) 2003-2006   Dana Jansens
    This program comes with ABSOLUTELY NO WARRANTY.
    This is free software, and you are welcome to redistribute it
    under certain conditions. See the file COPYING for details.
    are you sure i must to compile openbox with icons support?

  • HT201303 last time i bought apps by using visa gift card so iam trying to use the kind of visa gift card and the system is denying the method payment ....any idea how to solve this with my itune account ?

    last time i bought apps by using visa gift card so iam trying to use the kind of visa gift card and the system is denying the method payment ....any idea how to solve this with my itune account ?

    A few reasons I can think of, but instead of shooting in the dark, lets check with experts who can look at your account.
    iTunes Store Support
    http://www.apple.com/emea/support/itunes/contact.html

  • Solve equation with one unknown parameter (x)

    I am working on a Windows Phone program that calculates taxes due. One of the calculations is a formula/equation with an unknown 'x'. I have searched a lot on solving equations with vb but this really exceeds my - admittedly small - math knob. Perhaps you
    can help me out.
    The equation to solve is (for example):
    ((25000 + x) * 0.06) + x = 16500
    The only unknown variable is x. Does someone know the proper code to solve this equation?

    Are you looking to code some super-intelligent maths equation solver that can solve any type of equation (if so - good luck!)? Or are the equations you want to solve all of the same type?
    The example you gave is of the form (A + x) * B + x = C. You can rearrange that to (1 + B) * x + A * B = C and from there to x = (C - A * B) / (1 + B).
    If all your equations are in that form, you just need to identify the value of A, B and C and use the last formula I gave to calculate x.
    I wasn't going to do that for him.
    Let's see here, he's building a program for tax calculation and he can't do 8th grade algebra??
    Still lost in code, just at a little higher level.

  • Solved problem with installation stuck at 25-30%

    I had this problem and I solved it with this:
    How to perform a "clean install" of Flash Player in Mac OS X

    @MFC_0809,
    Thanks for posting the screenshot, which confirms which installer (there are several) is being problematic.
    Please try the offline installer posted at the bottom of the Installation problems | Flash Player | Mac page, in the 'Still having problems' section.
    Haravikk the Horse,
    Do you license Flash Player?  That is not a public download URL for Flash Player, so curious as to where you obtained that URL from.
    Maria

  • When Apple solve problems with new iTunes calendar sync with windows and outlook?

    When Apple solve problems with new iTunes calendar sync with windows and outlook?

    Anything Downloaded with a Particular Apple ID is tied to that Apple ID and Cannot be Merged or Transferred to a Different Apple ID
    More Info here...
    Apple ID FAQs  >  http://support.apple.com/kb/HT5622
    If necessary...
    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • Set up openbox with gdm

    I am trying to set up openbox with gdm, but whenever X starts up I see the nvidia logo screen and then a blue screen for a few seconds and it dies and tries again.
    This is the basic order of what I did to set it up:
    pacman -S xorg
    pacman -S nvidia-beyond
    nvidia-xconfig
    pacman -S gdm
    # edit /etc/inittab
    pacman -S openbox menumaker obconf gtk-theme-switch2 feh
    cp /etc/xdg/openbox/* /home/james/.config/openbox/
    # Then I made a openbox.desktop in /etc/X11/sessions

    here you go:
    X Window System Version 7.1.1
    Release Date: 12 May 2006
    X Protocol Version 11, Revision 0, Release 7.1.1
    Build Operating System: UNKNOWN
    Current Operating System: Linux arch 2.6.17-beyond #1 SMP PREEMPT Mon Sep 18 12:24:35 EST 2006 i686
    Build Date: 19 September 2006
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 4 23:49:44 2006
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (==) Keyboard: CustomKeycode disabled
    (**) |-->Input Device "Mouse0"
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
    (**) FontPath set to:
    /usr/share/fonts/misc
    (**) RgbPath set to "/usr/lib/X11/rgb"
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.0
    X.Org XInput driver : 0.6
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "bitmap"
    (II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
    (II) Module bitmap: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font Bitmap
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules/libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.0
    (++) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 8086,2570 card 1028,0151 rev 02 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 8086,2571 card 0000,0000 rev 02 class 06,04,00 hdr 01
    (II) PCI: 00:1d:0: chip 8086,24d2 card 1028,0151 rev 02 class 0c,03,00 hdr 80
    (II) PCI: 00:1d:1: chip 8086,24d4 card 1028,0151 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:2: chip 8086,24d7 card 1028,0151 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:3: chip 8086,24de card 1028,0151 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:7: chip 8086,24dd card 1028,0151 rev 02 class 0c,03,20 hdr 00
    (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
    (II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
    (II) PCI: 00:1f:1: chip 8086,24db card 1028,0151 rev 02 class 01,01,8a hdr 00
    (II) PCI: 00:1f:2: chip 8086,24d1 card 1028,0151 rev 02 class 01,01,8f hdr 00
    (II) PCI: 00:1f:3: chip 8086,24d3 card 1028,0151 rev 02 class 0c,05,00 hdr 00
    (II) PCI: 00:1f:5: chip 8086,24d5 card 1028,0151 rev 02 class 04,01,00 hdr 00
    (II) PCI: 01:00:0: chip 10de,00f5 card 10de,037c rev a2 class 03,00,00 hdr 00
    (II) PCI: 02:0c:0: chip 8086,100e card 1028,0151 rev 02 class 02,00,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Intel Bridge workaround enabled
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xfc000000 - 0xfeafffff (0x2b00000) MX[B]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xd8000000 - 0xefffffff (0x18000000) MX[B]
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[B]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0xfbf00000 - 0xfbffffff (0x100000) MX[B]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (--) PCI:*(1:0:0) nVidia Corporation unknown chipset (0x00f5) rev 162, Mem @ 0xfc000000/24, 0xe0000000/28, 0xfd000000/24, BIOS @ 0xfea00000/17
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    (II) PCI Memory resource overlap reduced 0xd0000000 from 0xd7ffffff to 0xcfffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xfbfe0000 - 0xfbffffff (0x20000) MX[B]
    [1] -1 0 0xfebff900 - 0xfebff9ff (0x100) MX[B]
    [2] -1 0 0xfebffa00 - 0xfebffbff (0x200) MX[B]
    [3] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
    [4] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[B]
    [5] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [6] -1 0 0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
    [7] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
    [8] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
    [9] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
    [10] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B]
    [11] -1 0 0x0000edc0 - 0x0000edff (0x40) IX[B]
    [12] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]
    [13] -1 0 0x0000eda0 - 0x0000edbf (0x20) IX[B]
    [14] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[B]
    [15] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[B]
    [16] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[B]
    [17] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[B]
    [18] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[B]
    [19] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
    [20] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
    [21] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
    [22] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
    [23] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
    [24] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B]
    [25] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B]
    [26] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B]
    [27] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xfbfe0000 - 0xfbffffff (0x20000) MX[B]
    [1] -1 0 0xfebff900 - 0xfebff9ff (0x100) MX[B]
    [2] -1 0 0xfebffa00 - 0xfebffbff (0x200) MX[B]
    [3] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
    [4] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[B]
    [5] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [6] -1 0 0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
    [7] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
    [8] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
    [9] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
    [10] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B]
    [11] -1 0 0x0000edc0 - 0x0000edff (0x40) IX[B]
    [12] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]
    [13] -1 0 0x0000eda0 - 0x0000edbf (0x20) IX[B]
    [14] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[B]
    [15] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[B]
    [16] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[B]
    [17] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[B]
    [18] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[B]
    [19] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
    [20] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
    [21] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
    [22] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
    [23] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
    [24] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B]
    [25] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B]
    [26] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B]
    [27] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1 0 0xfbfe0000 - 0xfbffffff (0x20000) MX[B]
    [5] -1 0 0xfebff900 - 0xfebff9ff (0x100) MX[B]
    [6] -1 0 0xfebffa00 - 0xfebffbff (0x200) MX[B]
    [7] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
    [8] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[B]
    [9] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [10] -1 0 0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
    [11] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
    [12] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
    [13] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
    [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [16] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B]
    [17] -1 0 0x0000edc0 - 0x0000edff (0x40) IX[B]
    [18] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]
    [19] -1 0 0x0000eda0 - 0x0000edbf (0x20) IX[B]
    [20] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[B]
    [21] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[B]
    [22] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[B]
    [23] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[B]
    [24] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[B]
    [25] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
    [26] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
    [27] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
    [28] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
    [29] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
    [30] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B]
    [31] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B]
    [32] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B]
    [33] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "type1"
    (II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
    (II) Module type1: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font Type1
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 7.1.1, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.9625
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.1
    (II) Loading extension GLX
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.9625
    Module class: X.Org Video Driver
    (II) LoadModule: "keyboard"
    (II) Loading /usr/lib/xorg/modules/input/keyboard_drv.so
    (II) Module keyboard: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
    (II) NVIDIA dlloader X Driver 1.0-9625 Thu Sep 14 15:35:06 PDT 2006
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01:00:0
    (--) Assigning device section with no busID to primary device
    (--) Chipset NVIDIA GPU found
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules/libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Loading /usr/lib/xorg/modules/libramdac.so
    (II) Module ramdac: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.0
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1 0 0xfbfe0000 - 0xfbffffff (0x20000) MX[B]
    [5] -1 0 0xfebff900 - 0xfebff9ff (0x100) MX[B]
    [6] -1 0 0xfebffa00 - 0xfebffbff (0x200) MX[B]
    [7] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
    [8] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[B]
    [9] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [10] -1 0 0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
    [11] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
    [12] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
    [13] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
    [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [16] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B]
    [17] -1 0 0x0000edc0 - 0x0000edff (0x40) IX[B]
    [18] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]
    [19] -1 0 0x0000eda0 - 0x0000edbf (0x20) IX[B]
    [20] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[B]
    [21] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[B]
    [22] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[B]
    [23] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[B]
    [24] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[B]
    [25] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
    [26] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
    [27] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
    [28] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
    [29] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
    [30] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B]
    [31] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B]
    [32] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B]
    [33] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1 0 0xfbfe0000 - 0xfbffffff (0x20000) MX[B]
    [5] -1 0 0xfebff900 - 0xfebff9ff (0x100) MX[B]
    [6] -1 0 0xfebffa00 - 0xfebffbff (0x200) MX[B]
    [7] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
    [8] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[B]
    [9] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [10] -1 0 0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
    [11] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
    [12] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
    [13] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
    [14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
    [15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
    [16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
    [17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [19] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B]
    [20] -1 0 0x0000edc0 - 0x0000edff (0x40) IX[B]
    [21] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]
    [22] -1 0 0x0000eda0 - 0x0000edbf (0x20) IX[B]
    [23] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[B]
    [24] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[B]
    [25] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[B]
    [26] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[B]
    [27] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[B]
    [28] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
    [29] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
    [30] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
    [31] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
    [32] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
    [33] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B]
    [34] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B]
    [35] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B]
    [36] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]
    [37] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
    [38] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
    (II) Setting vga for screen 0.
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): NVIDIA GPU GeForce 7800 GS at PCI:1:0:0 (GPU-0)
    (--) NVIDIA(0): Memory: 262144 kBytes
    (--) NVIDIA(0): VideoBIOS: 05.71.22.21.09
    (II) NVIDIA(0): Detected AGP rate: 8X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce 7800 GS at PCI:1:0:0:
    (--) NVIDIA(0): DELL 1703FP (CRT-0)
    (--) NVIDIA(0): DELL 1703FP (CRT-0): 400.0 MHz maximum pixel clock
    (II) NVIDIA(0): Assigned Display Device: CRT-0
    (WW) NVIDIA(0): No valid modes for "1600x1200"; removing.
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "1280x1024"
    (II) NVIDIA(0): "1024x768"
    (II) NVIDIA(0): "800x600"
    (II) NVIDIA(0): "640x480"
    (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
    (--) NVIDIA(0): DPI set to (95, 96); computed from "UseEdidDpi" X config
    (--) NVIDIA(0): option
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B]
    [1] 0 0 0xe0000000 - 0xefffffff (0x10000000) MX[B]
    [2] 0 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B]
    [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [7] -1 0 0xfbfe0000 - 0xfbffffff (0x20000) MX[B]
    [8] -1 0 0xfebff900 - 0xfebff9ff (0x100) MX[B]
    [9] -1 0 0xfebffa00 - 0xfebffbff (0x200) MX[B]
    [10] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
    [11] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[B]
    [12] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [13] -1 0 0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
    [14] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
    [15] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
    [16] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
    [17] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
    [18] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
    [19] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [21] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [22] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B]
    [23] -1 0 0x0000edc0 - 0x0000edff (0x40) IX[B]
    [24] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]
    [25] -1 0 0x0000eda0 - 0x0000edbf (0x20) IX[B]
    [26] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[B]
    [27] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[B]
    [28] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[B]
    [29] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[B]
    [30] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[B]
    [31] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
    [32] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
    [33] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
    [34] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
    [35] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
    [36] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[B]
    [37] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[B]
    [38] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[B]
    [39] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B]
    [40] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
    [41] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
    (II) NVIDIA(0): Setting mode "1280x1024"
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) Option "dpms"
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (==) RandR enabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    (II) Initializing extension GLX
    (**) Option "CoreKeyboard"
    (**) Keyboard0: Core Keyboard
    (**) Option "Protocol" "standard"
    (**) Keyboard0: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard0: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard0: XkbModel: "pc105"
    (**) Option "XkbLayout" "us"
    (**) Keyboard0: XkbLayout: "us"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (**) Option "Protocol" "auto"
    (**) Mouse0: Device: "/dev/psaux"
    (**) Mouse0: Protocol: "auto"
    (**) Option "CorePointer"
    (**) Mouse0: Core Pointer
    (**) Option "Device" "/dev/psaux"
    (**) Option "Emulate3Buttons" "no"
    (**) Option "ZAxisMapping" "4 5"
    (**) Mouse0: ZAxisMapping: buttons 4 and 5
    (**) Mouse0: Buttons: 9
    (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (II) XINPUT: Adding extended input device "NVIDIA Damage Notification Manager" (type: Other)
    (II) XINPUT: Adding extended input device "NVIDIA Kernel RC Handler" (type: Other)
    (II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
    (--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
    (II) Mouse0: ps2EnableDataReporting: succeeded
    FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.

  • Disable switching desktop OpenBox with mouse wheel

    How do i disable the option of switching desktops (1st and 2nd desktop) with the mouse wheel or the wheel in the touchpad? (using OpenBox with touchpad synaptics)

    remove this code from your rc.xml
    <mousebind button="Up" action="Click">
    <action name="DesktopPrevious"/>
    </mousebind>
    <mousebind button="Down" action="Click">
    <action name="DesktopNext"/>
    </mousebind>
    PS: don't forget to backup first.

  • [SOLVED] virtualbox guest modules, openbox with librsvg

    Greetings, I wanted to share a couple of important fixes I just did after doing a pacman -Syu after a couple of weeks. Many thanks to the other forum posts and #archlinux freenode IRC channel.
    * When running arch as a guest inside virtualbox the names of the modules seem to have changed. The wiki instructions were once again very helpful to restore the guest addition functionality to my installation.
    * Trying to work without a window manager was very frustrating. openbox 3.5.2-2 is now built against a new library so my system required (bug filed): pacman -S librsvg

    Welcome to the boards.
    These sorts of posts are not really necessary; the wiki is the appropriate place to note changes to applications etc.

  • [SOLVED] openbox menu command doesn't work with &&

    I'm now using openbox-session only.
    I'd like to run a program after something was done correctly:
    zenity --question && killall openbox
    I used "obmenu" and it seems that it fixes & to & correctly in the menu.xml.
    However, the previous command "zenity" is run only.
    In terminal, there's no problem, but it doesn't work with "command" in openbox menu.
    <item label="Exit">
    <action name="Execute">
    <execute>
    zenity --question --title="Exit" --text="Are you sure to go back to console?" && killall openbox
    </execute>
    </action>
    </item>
    Please, give me any idea. Thank you.
    Last edited by mairoo (2009-09-09 10:06:17)

    hbekel wrote:
    You'll need to use a shell explicitly:
    <execute>
    sh -c 'command1 && command2'
    </execute>
    I flagged "solved" thanks to your help. It works good. Thank you.

  • [SOLVED] openbox margins with dual monitors

    Hi community,
    I have stumbled to a nasty problem on my first incursion to dual monitors in openbox.
    I'm using xrandr with this command (which works just fine BTW):
    xrandr --output LVDS --mode 1280x800 --primary --output VGA-0 --mode 1280x1024_60.00 --gamma 1.0:1.4:0.85 --right-of LVDS
    and have set a Virtual screen in xorg.conf of 2560 x 1024 pixels.
    But, my laptop monitor only handles 1280x800, while my external LCD monitor has 1280x1024, so there is a virtual area under my laptop screen which i'm not using, but i dont really care about that.
    The problem is that when I'm setting screen margins, so that maximized windows will respect the panels in the bottom (tint2), in rc.xml (or by obconf) the margins are applied to the virtual screen and only are practical on the external monitor wich has more pixel height.
    I'm really missing some kind of per monitor margin settings in openbox, maybe there is and i haven't found it? It makes me wonder because openbox can maximize windows to a single monitor, even if the whole layout it's treated like a virtual screen, so it has some way of distinguishing between them.
    I would appreciate any suggestions, thanks.
    Last edited by andreamer (2010-07-26 18:32:15)

    TL;DR - I'm not aware of any acceptable solution at the moment.
    Basically, what you're having problems with, is the "dead area." It can really be quite a pain in the butt if window managers or other screen aware applications don't anticipate it properly. To my knowledge, Openbox doesn't support margins on a monitor-by-monitor basis. In reality, you shouldn't need to be setting margins anyway. Tint2 should be reporting itself as a taskbar, and Openbox should be respecting that.
    I have dead area too, with multiple monitors, and Openbox respects both of the KDE taskbars I have running (one on each monitor). (I use KDE and simply replaced Kwin with Openbox.) This tells me that tint2 should be able to cooperate with Openbox. I remember trying tint2 a while ago, and didn't fine it adequate in a dual monitor environment (it was probably a year ago or so). tint2 would need to be setting the _NET_WM_STRUT_PARTIAL hint, and I'm not sure if it is (or if it's doing it properly). See http://standards.freedesktop.org/wm-spe … #id2507618
    Also, I do know that the developer for Openbox recently got a dual monitor setup, and she's been adding additional support for dual monitors a little at a time. Hopefully with 3.5, there will be a lot more support. (Margin support for multiple monitors would be great, because it could be a good utility knife for applications that don't care about multi-monitors setups and don't set the proper hints.)
    If you're capable of modifying tint2, my course of action would be to try something that works (like the KDE taskbars) and record the hints being set there. Then compare them with tint2 and try to mirror KDE's setup. (If you're a programming lacking experience with X and related nonsense, I'd be more than willing to offer what guidance I have.)
    Also, I developed a panel myself (and got pretty far along) using the PyGTK toolkit... But I can't remember if I solved this problem or not. I'll try to check it out and get back to you. (I got as far as implementing a widget system that includes a task list, system tray, clock, menus... It just isn't polished very well. My original intention was for it to be a more robust PyPanel with dual monitor support.)
    Last edited by BurntSushi (2010-07-24 22:46:23)

  • [SOLVED] Screenlets with Openbox

    I have looked at 2 post on these forums and no responses were made. Just wanted to check if ATM anyone has managed to run screenlets (http://www.screenlets.org/index.php/Home) with Openbox without any problems.
    Cheers,
    molom
    Last edited by molom (2008-10-02 13:29:31)

    Then problem solved!
    I think I have to stop posting questions, these questions should be solved by me trying them out myself.
    Cheers,
    molom

Maybe you are looking for