[Solved] dual monitor statusbar problem (dwm)

Hi all , have a problem with status bar in dwm . The status bar change their position between monitors , if i work in the monitor1 the status bar is in monitor1 , but if i change to the monitor2 the status bar goes to monitor2 . 
I would like to leave the bar in a single monitor or in both . Thanks in advance
(i used conky status bar and xrandr)
Last edited by Lordii (2013-04-04 13:36:53)

mkaito wrote:
That's how dwm behaves. I believe dwm's multihead support is rather lackluster out of the box. You might want to check out some of the patches they have, and ask around in the dwm hackers thread.
I currently have dwm simply draw status on all monitors, but I'm investigating separate status bars per monitor. We'll see where that takes me. Dwm is a tinker's WM!
i found the patch , thanks!

Similar Messages

  • Dual Monitor Startup Problem on MacPro - Solved

    I have a model 53135LL/A = mid 2010 MacPro with 8 cores, DUAL monitor cards and monitors, 24GB memory, running Lion 10.7.3.  It is important to note that I am also using the Apple bluetooth Magic Mouse and the smaller, bluetooth keyboard (no numeric keypad).  This unit was supplied with Lion in December 2011 and has had a startup problem from the beginning as follows:
    1 - when starting from a cold start the dual monitor positions are reversed from the correct position
    2 - additionally the USB and firewire connected devices (e.g. Wacom tablet, 2 card readers) do not function properly.
    The workaround for me has been to start the system, wait for the logon screen, then click restart. Upon restart everything comes up and functions correctly.
    Specifics on my setup and starting problems:
    1 - My main monitor (Monitor #2) is a large gamut monitor that is located to the right. This monitor is connected to card slot 1 as that is the faster card slot (pcx16). The second monitor (Monitor #1) is an ordinary unit and connected to card slot 2 (pcx4). The monitors are set up as an extended desktop.
    2. The Wacom tablet (Intuous 3 wide) is connected to USB port on rear of machine. CF card reader by Delkin is connected to Firewire on rear of machine, and an SD card reader is connected to USB on the rear of the machine.
    3. My dock is positioned on the left side of the left monitor. The menu bar is along the top of the left monitor, and all desktop icons are on the left monitor.  The right monitor has no items on it.
    On a typical cold start, as mentioned above, the apple logo appears on the right and then the logon screen appears on the right. 
    If I proceed to logon at that point, all the desktop items move to the right monitor and the computer thinks the positions are reversed.  In other words, it behaves as though the right monitor (#2) is on the left of the desktop and left monitor (#1) is on the right. 
    Additionally, the Wacom tablet using either pen or mouse does not map over the full desktop range.  If I use either card reader and then eject the card, no further card insertions will be recognized.
    To fix this, I simply restart the machine thru the apple menu and everything comes up correctly.
    I had discovered, that instead of completing the logon on a bad cold start, I could simply restart from the logon screen and all would work correctly.
    On occasion, the logon screen would come up on the left monitor (as it should do) and in that case, if I log on all works correctly.
    I have worked with Apple support on the phone, clearing setup ram etc. Have had the unit in to Apple store for hardware check, all OK.  Next suggestion was reload OS and start over - no thanks.
    SO - Here is the latest.
    If I turn off my keyboard and mouse before starting the machine, then wait for the logon screen to appear - It starts correctly, with the logon screen on the left.  I can then turn on my keyboard and mouse and all works as it should.
    Bottom line - there appears to be a startup issue with Bluetooth devices from a cold start.  Note that once the machine has been used for a bit, I can turn it off for short periods of time (e.g. 30 minutes) and it will start correctly even with the mouse and keyboard turned on.

    mkaito wrote:
    That's how dwm behaves. I believe dwm's multihead support is rather lackluster out of the box. You might want to check out some of the patches they have, and ask around in the dwm hackers thread.
    I currently have dwm simply draw status on all monitors, but I'm investigating separate status bars per monitor. We'll see where that takes me. Dwm is a tinker's WM!
    i found the patch , thanks!

  • [SOLVED] Dual monitor: can't switch from X to vc

    I have  a dual monitor configuration on my laptop (Sony Vaio VGN-SR21M), so that I can work with the laptop screen and an external lcd at the same time. It works amazingly well, every screen has its own resolution and I can drag windows from one screen to another (ATI drivers are wonderful in this aspect!). The only problem is that I can't switch to vc pressing Ctrl+Alt+F2 or any other function key: the laptop screen freezes black, while the other shows "no input" box. Pressing Alt+F7 the X interface is restored correctly to both screens. If I start X without the external lcd  the problem disappears, so I think it is a multimonitor issue. Here's my xorg.conf:
    Section "ServerLayout"
    #InputDevice "Mouse0" "CorePointer"
    Identifier "X.org Configured"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    Screen "aticonfig-Screen[0]-1" RightOf "aticonfig-Screen[0]-0"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "xtrap"
    Load "glx"
    Load "dri"
    Load "freetype"
    Load "synaptics"
    EndSection
    Section "ServerFlags"
    Option "AutoAddDevices" "False"
    Option "Xinerama" "on"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbLayout" "it"
    Option "XkbVariant" ""
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-1"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "Mobility Radeon HD 3400 Series"
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    Option "PairModes" ""
    Option "DesktopSetup" "clone"
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-1"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    Screen 1
    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 "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-1"
    Device "aticonfig-Device[0]-1"
    Monitor "aticonfig-Monitor[0]-1"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Maybe the solution is simple, but I'm quite a newbie so please understand me...
    Last edited by snack (2009-01-27 15:42:35)

    I modified xorg.conf heavily to solve another problem, with this new version I can switch to vc even with dual monitor setup (obviously the external lcd doesn't work) and then go back to X without any issue:
    Section "InputDevice"
    Identifier "SynapticsTouchpad"
    Driver "synaptics"
    Option "AlwaysCore" "true" # send events to CorePointer
    #Option "Device" "/dev/input/mice"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "SHMConfig" "false" # configurable at runtime? security risk
    Option "LeftEdge" "1700" # x coord left
    Option "RightEdge" "5300" # x coord right
    Option "TopEdge" "1700" # y coord top
    Option "BottomEdge" "4200" # y coord bottom
    Option "FingerLow" "25" # pressure below this level triggers release
    Option "FingerHigh" "30" # pressure above this level triggers touch
    Option "MaxTapTime" "180" # max time in ms for detecting tap
    Option "VertEdgeScroll" "true" # enable vertical scroll zone
    Option "HorizEdgeScroll" "true" # enable horizontal scroll zone
    Option "CornerCoasting" "true" # enable continuous scroll with finger in corner
    Option "CoastingSpeed" "0.30" # corner coasting speed
    Option "VertScrollDelta" "15" # edge-to-edge scroll distance of the vertical scroll
    Option "HorizScrollDelta" "15" # edge-to-edge scroll distance of the horizontal scroll
    Option "MinSpeed" "0.15" # speed factor for low pointer movement
    Option "MaxSpeed" "0.75" # maximum speed factor for fast pointer movement
    Option "AccelFactor" "0.0030" # acceleration factor for normal pointer movements
    Option "VertTwoFingerScroll" "true" # vertical scroll anywhere with two fingers
    Option "HorizTwoFingerScroll" "true" # horizontal scroll anywhere with two fingers
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    EndSection
    #Section "InputDevice"
    # Identifier "Keyboard0"
    # Driver "kbd"
    # Option "XkbLayout" "it"
    # Option "XkbVariant" ""
    #EndSection
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    Screen "aticonfig-Screen[0]-1" RightOf "aticonfig-Screen[0]-0"
    InputDevice "SynapticsTouchpad" "SendCoreEvents"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "xtrap"
    Load "glx"
    Load "dri"
    Load "freetype"
    #Load "synaptics"
    EndSection
    Section "ServerFlags"
    Option "AutoAddDevices" "False"
    Option "Xinerama" "on"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-1"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    Option "PairModes" ""
    Option "SwapScreens" "off"
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-1"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-1"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-1"
    Device "aticonfig-Device[0]-1"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    I think it has something to do with the Screen sections, but I don't know exactly where the problem was (I changed many settings at once). Hope my new xorg.conf could be useful to someone with the same problem. Thanks everybody for the help.

  • Dual Monitor/View problem......

    I am having a problem running my dual monitors with my MSI gf4 ti 4200 128mb card...... i re-installed my drivers (i tried 30.00's and 30.82's) and they work fine, but once i reboot or change the resolution it'll show 4 monitors in my device manager instead of 2, and my resolution cannot change from 840x480x32 (used to be only 840x480x8  )....atleast i have 32 bit now.... but i think its cause the other 2 useless monitors are using up the resources for this settings, because when they arent installed it will let me go higher in resolution...... any experts here know anything about a fix or solution for all those monitors using "EXTEND MONITOR ONTO DESKTOP" without having 4 monitors showing? thx in advance,
    RaZoR
    ps.... i tried uninstalling the monitors but they just keep reappearing.....any MSI tech's know what i should do??

    set "first display" - monitor. !

  • Dual monitor sleep problem

    I have dual monitors and with 10.5.1 my second monitor will not open after it has gone to sleep. I have to shut down and start over. A simple restart will not bring it back up. I have never had this problem before. Any help??

    Welcome to the Apple Forums.
    In System Preferences (found under the Apple Menu in the menu bar), look at the Display pane to see if both screens are recognized by the system. Click on the Detect Displays button. This will force the system to connect to the monitor and will show you if there is an OS problem, or perhaps a hardware problem.
    I keep the "Show displays in the menu bar" checked so that I can access it through the Display image in the Menu Bar at the top of the screen.
    My experience is that different monitors have different capabilities of connection to the computer- some have to be "detected" every time; some connect, but have to be changed from a mirror to a span or repositioned in the arrangement pane; some just "work right"
    Good luck. Joel.

  • Dual monitor setup problems... help.

    Hi all,
    (Arch 0.8 & NVIDIA drivers)
    I'm having some troubles setting up a dual monitor set-up on my machine... every time I save the settings after configuring them in the NVIDIA control panel they don't seem to save when I start the OS!  I've also messed with the config file, so how do I set it back.  At the mo it picks up the CRT monitor only & not the LCD.
    There are Two monitors hooked to it, one LCD (main DVI) & the other CRT (to the right of the LCD).  I want the LCD one to be the primary one.
    LCD spec:
    http://www.viewsonic.com/products/deskt … 924/#specs
    CRT spec:
    http://www.ciao.co.uk/Hansol_710_P__18878#productdetail
    Thanks for you help & expertise here.

    read this:
    http://gentoo-wiki.com/HOWTO_Dual_Monitors

  • CS3, Wacom, Dual Monitors mapping problem.

    Greetings!
    I have a PC running WinXP and PS CS3. I have my Wacom Intuos 3 set to map dual monitors and it is working perfectly in every application EXCEPT photoshop, which is the one i need it most in!  When i click onto PS with my Wacom pen, it limits my cursor to the upper left 2/3 of the screen. If i use my laptop trackpad in PS it works fun across both monitors, as it does in my browsers and everything else.
    Is there a setting i have to tweak in PS to get it to accept the Wacom dual monitor settings? I have it all set up correctly on Wacom''s end. (as far as i can tell)
    I know theres a solution to this cause every other artist i know with this set up has it working, so please let me know what i'm doing wrong.
    Thanks!

    Thank you for your comment. However, i can only think it has to be PS related because it ONLY goes screwy when click onto PS. I tried setting it to only one monitor on the Wacom, and it works perfectly on everything else but as soon as i go on to PS it changes the settings on me. Again, this is ONLY when i use my Wacom. otherwise, it works as expected.
    I've tried setting it to only one monitor and putting PS there, but as soon as i click onto it (with my wacom), it reverts to the other monitor  (set as my main screen) automatically.
    very frustrating.
    any other ideas?

  • [SOLVED] Dual monitor acting weird on Fluxbox after system upgrade

    Hello.
    I'm using Fluxbox on Xorg. I have two monitors and for more than one year my setup has been this in ~/.xinitrc:
    #!/bin/sh
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    xrandr --output DVI-0 --mode 1920x1080 --pos 0x0 --output DVI-1 --mode 1680x1050 --pos 1920x0
    exec startfluxbox
    Now, I just upgraded my packages (fluxbox and some xorg-* packages were upgraded, like xorg-server, as well as xf86-video-ati) and, although the dual monitor setup works, it seems like each monitor is not recognized individually. My Fluxbox toolbar spans on both monitors horizontally (whereas it used to reside on the left one) and when I maximize a window, it's maximized on both monitors (whereas it used to be maximized on one monitor only, the closest).
    Before reverting the upgrade, anybody knows why this is happening?
    Thanks,
    Phil
    Last edited by eepp (2014-07-07 00:55:04)

    Yup, I can confirm that. It's the fluxbox package.
    I've enabled logging. Here's the full log of 1.3.5-3:
    Log File: /tmp/fluxlog
    Fluxbox version: 1.3.5
    GIT Revision: this_is_tar_ball_build
    Compiled: Jul 4 2014 20:54:40
    Compiler: GCC
    Compiler version: 4.9.0 20140604 (prerelease)
    Defaults:
    menu: /usr/share/fluxbox/menu
    style: /usr/share/fluxbox/styles/bloe
    keys: /usr/share/fluxbox/keys
    init: /usr/share/fluxbox/init
    nls: /usr/share/fluxbox/nls
    Compiled options (- => disabled):
    -BIDI
    -DEBUG
    EWMH
    IMLIB2
    NLS
    REMEMBER
    RENDER
    -SHAPE
    SLIT
    SYSTEMTRAY
    TOOLBAR
    -RANDR
    XFT
    -XINERAMA
    XMB
    XPM
    Notice the -RANDR  and -XINERAMA lines? I bet that is what's causing this.
    For completeness here is the log from 1.3.5-2:
    Log File: /tmp/fluxlog
    Fluxbox version: 1.3.5
    GIT Revision: this_is_tar_ball_build
    Compiled: Apr 4 2013 00:27:22
    Compiler: GCC
    Compiler version: 4.8.0
    Defaults:
    menu: /usr/share/fluxbox/menu
    style: /usr/share/fluxbox/styles/bloe
    keys: /usr/share/fluxbox/keys
    init: /usr/share/fluxbox/init
    nls: /usr/share/fluxbox/nls
    Compiled options (- => disabled):
    BIDI
    -DEBUG
    EWMH
    IMLIB2
    NLS
    REMEMBER
    RENDER
    SHAPE
    SLIT
    SYSTEMTRAY
    TOOLBAR
    RANDR1.2
    XFT
    XINERAMA
    XMB
    XPM
    I need to run now, but I'd say a bug report would indeed be appropriate here. If nobody gets to that earlier I'll see if I can submit one tonight.
    Thanks guys.

  • [SOLVED] Dual monitors and raid - linux newb

    Hi
    I'm raginaot and I'll probably be asking a lot of dumb questions here in the near future
    I just decided to say goodbye to windows for a while. Been wasting too much time gaming and it was either - switch to linux or - sell my computer and move to the desert. I'm gonna try the former first and see how it goes.
    I managed to install arch and get gnome up and running with the help of the most awesome linux install guide I have ever seen and I installed the xf86-video-ati driver package but I'm having trouble getting it to recognise my 2 monitors.
    I'll list my hardware specs before I go any further:
    CPU: i7 920
    RAM: 12GB (3x4) Mushkin Silverline 1333MHz
    Motherboard: Gigabyte EX58-UD3R (rev 1.6)
    GPU: ATI HD5870 1GB
    Souncard: Auzentech X-fi forte
    Monitors: Samsung 2693HM and Samsung 226BW
    now the monitors seem to be stuck in mirrored mode, both showing the same image at 1280*1024 resolution
    when I try to set them both to on and their native resolutions (1920*1200 and 1680*1050) in the display settings I get a message that says:
    "the selected configuration for displays could not be applied
    required virtual size does not fit available size: requested=(3600, 1200), minimum=(320, 200), maximum=(1920, 1920"
    But when I unplug the 22" display, I can set the 26" to native res just fine and vice versa.
    Now to the second issue...
    I have 2 1TB drives in raid0, but in fdisk -l they appear as 2 seperate 1TB drives instead of 1 big 2TB like they're supposed to (see output below).
    I guess I have to mount them in some special way, but I have no idea how. The raid worked right away in linux mint.
    fdisk wrote:
    Disk /dev/sdb: 1000.2 GB, 1000203804160 bytes
    255 heads, 63 sectors/track, 121601 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x1c7fba32
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdb1   *           1          13      102400    7  HPFS/NTFS
    Partition 1 does not end on cylinder boundary.
    /dev/sdb2              13       34421   276377600    7  HPFS/NTFS
    /dev/sdb3           34421      243202  1677035520    7  HPFS/NTFS
    Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes
    255 heads, 63 sectors/track, 121601 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0xb876c595
    Disk /dev/sdc doesn't contain a valid partition table
    Thanks in advance.
    Last edited by raginaot (2010-11-24 03:29:46)

    Bregol wrote:
    Glad you were able to figure out the RAID part - I can't really help you with that.  As far as the dual monitor setup, I would suspect that you will need to do some stuff with the xorg config to get it working.  I would say that xorg.log would be the first thing to look at - to see what is limiting the modes available to X.  Maybe post the xorg.log and your x configuration
    My post in this thread might give a bit of background on how X comes up with what resolutions it lets you choose.
    https://bbs.archlinux.org/viewtopic.php?id=101547
    thanks
    I pasted the xorg logs here: Xorg log 0: http://pastebin.com/tHPqWVaw and Xorg log 1: http://pastebin.com/nPhdpCE0
    and here is the xorg.conf in /etc/X11 (hope that's the right file..)
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    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 "record"
    Load "glx"
    Load "extmod"
    Load "dri"
    Load "dri2"
    Load "dbe"
    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"
    #DisplaySize 470 300 # mm
    Identifier "Monitor0"
    VendorName "SAM"
    ModelName "SyncMaster"
    HorizSync 30.0 - 81.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # <i>
    #Option "AGPMode" # <i>
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "FBTexPercent" # <i>
    #Option "DepthBits" # <i>
    #Option "PCIAPERSize" # <i>
    #Option "AccelDFS" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "CustomEDID" # [<str>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    #Option "ColorTiling" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "RageTheatreCrystal" # <i>
    #Option "RageTheatreTunerPort" # <i>
    #Option "RageTheatreCompositePort" # <i>
    #Option "RageTheatreSVideoPort" # <i>
    #Option "TunerType" # <i>
    #Option "RageTheatreMicrocPath" # <str>
    #Option "RageTheatreMicrocType" # <str>
    #Option "ScalerWidth" # <i>
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "ClockGating" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "DRI" # [<bool>]
    #Option "ConnectorTable" # <str>
    #Option "DefaultConnectorTable" # [<bool>]
    #Option "DefaultTMDSPLL" # [<bool>]
    #Option "TVDACLoadDetect" # [<bool>]
    #Option "ForceTVOut" # [<bool>]
    #Option "TVStandard" # <str>
    #Option "IgnoreLidStatus" # [<bool>]
    #Option "DefaultTVDACAdj" # [<bool>]
    #Option "Int10" # [<bool>]
    #Option "EXAVSync" # [<bool>]
    #Option "ATOMTVOut" # [<bool>]
    #Option "R4xxATOM" # [<bool>]
    #Option "ForceLowPowerMode" # [<bool>]
    #Option "DynamicPM" # [<bool>]
    #Option "NewPLL" # [<bool>]
    #Option "ZaphodHeads" # <str>
    Identifier "Card0"
    Driver "radeon"
    BusID "PCI:3:0:0"
    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
    Not sure what to look for here...
    The "#DisplaySize      470   300" line looks like something.
    I only have the 26" screen plugged in at the moment, if that matters. Does the xorg log change it self when I plug in another screen?

  • Dual monitor setup problem

    Having a problem setting up dual montors.
    http://www.microsoft.com/windowsxp/using/setup/learnmore/multimonitor.mspx  Followed everything at this link and everything went fine except a few things.
    1st. The comp, was responding really slow and/or not responding at all.
    2nd. The comp, takes a big performance hit per 1st problem.
    3rd, How can i get explorer to work on the other monitor (secondary)like it shows on the primary one.
    Also one monitor is a 19" Lcd and the secondary monitor is a 17" crt, i'm plugging the crt into the dvi-i port with the dvi-i/vga adapter, i also tried dragging items from one screen to the secondary but didnt work  Any ideas on what to do to make this setup perform better, Thank you, DOK   

    OK here goes for everyone that has said to use drive cleaner my hat is off to all, I'm an idiot for not listening or paying attention, so if your reading this and saying noob, ding dong, dummy or what ever i deserve it, many apologise. Well i have fixed above problem and downloaded a fresh copy of 81.98 and used drive cleaner as per instructed and guess what to my surprise, the system works great, per Tiresmokes referall i have posted new results in the section that was suggested,  Thanks DOK

  • HP Pavilion p6240f Dual Monitor setup problems

    My HP Pavilion p6240f desktop has two on board monitor conections. VGA and DVI. Can I connect two monitors to my computer? My operating system is windows 8. Only my VGA monitor is working. Only one monitor shows up in Device Manager.I also tried using detect in display settings. Please help

    dighaysus,
    Yes, your HP Pavilion p6240f Desktop Computer can support two monitors at the same time. One monitor must accept a VGA analog signal and the other monitor must accept a DVI-D (HDMI with adapter) digital signal.
    Please provide the brand and models of the two monitors, so we can determine if you have a supported configuration.
    Please click the white KUDOS star to show your appreciation
    Frank
    {------------ Please click the "White Kudos" Thumbs Up to say THANKS for helping.
    Please click the "Accept As Solution" on my post, if my assistance has solved your issue. ------------V
    This is a user supported forum. I am a volunteer and I don't work for HP.
    HP 15t-j100 (on loan from HP)
    HP 13 Split x2 (on loan from HP)
    HP Slate8 Pro (on loan from HP)
    HP a1632x - Windows 7, 4GB RAM, AMD Radeon HD 6450
    HP p6130y - Windows 7, 8GB RAM, AMD Radeon HD 6450
    HP p6320y - Windows 7, 8GB RAM, NVIDIA GT 240
    HP p7-1026 - Windows 7, 6GB RAM, AMD Radeon HD 6450
    HP p6787c - Windows 7, 8GB RAM, NVIDIA GT 240

  • Photoshop CS5 Mac Dual Monitor color problems

    Hi all,
    I know this problem has been raised before, but I can't seem to find a definitive answer - there is a lot of conjecture and opposing opinions so I'm trying to get to the bottom of this once and for all.
    Gear: MacBook Pro, Photoshop CS5, Wacom Cintiq 12WX as second display, Mac OS X 10.7.4
    Problem: Photoshop seems to only use the Monitor Profile of the main display (i.e. the one with the menu bar in System Preferences>Displays>Arrangement) - some people say yes, this is the case, some people say no, Photoshop uses independent profiles for each display.
    Manifestation: If I set my MacBook screen to the main display, color looks good in Photoshop on the MacBook and terrible on the Wacom and vice-versa. However, in Lightroom and other applications changing the main display makes no difference to the output on each display.
    Preferred solution: I would like to have my MacBook as my main display with menu bars and dock etc, but then I want the Cintiq to be the display I use in Photoshop, for obvious reasons. In my workflow, I would like to have my image open in 2 windows, one on the Cintiq for retouching and one on the MacBook to check progress and color etc
    Curveball: I have a trial of CS6 and the problem seems to be fixed (maybe, my eyes and sense of reason are fried)
    Many thanks for any help anyone can shed
    Simon

    Make sure you have all the updates installed for Photoshop.
    Apple introduced new bugs in their display and window update pipelines in 10.7, which we didn't get a chance to completely work around until Photoshop CS6.
    We tried to work around them as best we could in the dot releases for CS5.

  • Dual monitor profile problem

    Macbook pro 4,1 , epson 4800, Dell 24" wide gamut display and I'm having the exact same problems as this 3 year old thread!!!
    https://discussions.apple.com/message/7289716#7289716
    Can't print using profiles as wrong profile gets applied. This all happens with laptop NOT in clamshell mode, which I prefer so that I can use all screen real estate.

    Call Epson support and see if they can give you a complete trouble-shooting algorithm.
    The following works for me (I don't think it will work for you, but it may give some leads to explore):
    - I keep the menu bar on my laptop
    - I put Aperture on my wide-gamut monitor (NEC PA271W)
    - I keep secondary display set to "Desktop"
    - I never run full-screen
    - I confirm the monitor profile at least once a day, and every time I change monitors (I work in two locations, ea. with an external monitor).  By "confirm" I mean that I re-assign the profile, not that I re-calibrate the display.
    - I have the external monitor connected directly with an mfr-supplied mini-DisplayPort (iirc) to DisplayPort (iirc) cable.  This was important.
    - I had to take some care with the Epson set-up.  All I can suggest here is most recent drivers.  I first got the USB connection to finally work, and then got the Ethernet connection to work properly as well.
    I mention all of that because in the thread you linked there are comments about both the external monitor not using the correct profile, as well as the printer not using the correct profile.
    I would first confirm (you likely already have) that the printer works properly printing from Aperture with no external monitor.  After that, things get tricky.
    What I picked up from some poking around and talking with knowledgeable people is that OS X does not do a good job with color.  (I was surprised.)
    Sorry I don't have any real help to provide.  Good luck.

  • [Solved]Dual Monitor Setup

    So, I inherited a new monitor from my friend just a couple days ago and had a go at setting it up. Here's my current setup, to illustrate:
    -- MOD EDIT -- Please follow image posting rules
    The one on the right is mirroring the left at the moment, which happened via default when I booted up. I have the monitor to the left plugged via a dvi cable, and the one to the right that is rotated (for the purpose of better viewing webpages) with plain old vga. Both are running off my only graphics card, a Radeon X300:
    $ lspci | grep VGA
    01:00.0 VGA compatible controller: ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]
    Here is the compatible resolutions and refresh rates and such for each:
    $ xrandr
    Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 4096 x 4096
    VGA-0 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 376mm x 301mm
    1280x1024 60.0*+ 75.0
    1152x864 75.0
    1024x768 75.1 60.0
    800x600 75.0 60.3
    640x480 75.0 60.0
    720x400 70.1
    DVI-0 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 450mm x 280mm
    1680x1050 60.0 +
    1280x1024 75.0 60.0*
    1440x900 75.0 59.9
    1152x864 75.0 70.0 60.0
    1024x768 75.1 70.1 60.0
    832x624 74.6
    800x600 72.2 75.0 60.3 56.2
    640x480 72.8 75.0 66.7 60.0
    720x400 70.1
    S-video disconnected (normal left inverted right x axis y axis)
    So, this information aside, I went and tried to add my second screen and make everything happy, I used the dual screen section in the X.Org Wiki page, which I believe was for the nVidia users, but I couldn't find any direction otherwise, so I figured with a few changes it could work with my radeon just fine. I am on xorg-server 1.9.4.901-1 with openbox as my window manager, no complete DE.
    This is my current /etc/X11/xorg.conf.d/10-monitor.conf written for two monitors, which at the moment does not work, saying no screens found when I run startx:
    Section "ServerLayout"
    Identifier "DualScreen"
    Screen 0 "Screen0"
    Scren 1 "Screen1" RightOf "Screen0" #Screen1 is to the right of Screen0
    Option "Xinerama" "1" #To move windows between screens, set to 1
    EndScetion
    Section "Monitor"
    Identifier "Monitor0"
    Option "Enable" "true"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    Option "Enable" "true"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "radeon"
    Screen 0
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "radeon"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0" #Set to 1 to make both monitors act as one big screen, with no distinction between the two
    SubSection "Display"
    Depth 24
    Modes "1680x1050_60.00"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Monitor" "Monitor1"
    DefaultDepth 24
    Option "TwinView" "0"
    SubSection "Display"
    Depth 24
    Modes 1280x1024_75.00
    EndSubSection
    EndSection
    And here is the same file, in a working configuration:
    Section "Monitor"
    Identifier "Monitor0"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "radeon" #Driver used for this monitor
    EndSection
    Section "Screen"
    Identifier "Screen0" #Collapse Monitor and Device section to Screen section
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24 #Choose the Depth (16 || 24) (24 for true colour)
    Subsection "Display"
    Depth 24
    Modes "1680x1050_75.00" #Choose the resolution
    EndSubSection
    EndSection
    This leaves me with 3 questions I cannot seem to figure out:
    1) What did I do wrong with the non-working xorg config file, giving the error "no screens found"?
    2) Another extra twist of difficulty comes from the rotated monitor on the right.  How should I adopt for that, with resolutions and such?
    3) Xinerama/Twinview  - I am confused which one of these I should choose, what they offer over the other, or should I just not bother at all?
    I would like, in a "perfectly good configuration", windows to be able to move from each monitor to the other, the monitors to be two distinct monitors (ie. they don't mirror each other), a maximized window to only fill up just the one monitor (and not both), and finally, fullscreen programs (like games and such) only fullscreen to the monitor they are on. Is such a configuration possible with all of these parameters?
    -Scott
    Last edited by Inxsible (2011-06-05 18:33:38)

    BurntSushi wrote:
    Your desired configuration is quite common, and indeed, is the default setup provided by Openbox---once the monitors are properly configured, of course :-)
    Anywho, modifying xorg.conf files for something like this is a thing of the past, man. (Incidentally, you have made the lethal mistake of assuming an nvidia config will work with an ATI card. For example, "TwinView" is only available when you are using the nvidia proprietary driver.)
    Judging by your use of "radeon" as your video driver, it looks like you're using xf86-video-ati. Therefore, congratulations, xrandr will rescue you :-) (This should also be the case if you you're using the Catalyst driver.)
    thinkwiki should be enough to get your feet wet. Note: This guide is a bit dated, but 90% of it is still relevant and useful. For example, it claims that you need to modify your xorg.conf to add a Virtual screen size---this is only true if kernel modesetting is disabled. If it's enabled (and it should be if you're using xf86-video-ati), then you're good to go. If you're using Catalyst, you will have had to disable KMS. So you'd either have to add a Virtual screen to use xrandr, or configure your monitor setup with amdcccle.
    Finally, you asked about rotation. I don't think this is anything that `man xrandr` can't answer, and you should be okay as far as support goes---rotation was added in RandR 1.2, which any civilized video driver should support. (Except nvidia blob.)
    Anywho, feel free to come back with more questions if you have any!
    (For terminology sake, this means you will be using neither Xinerama nor TwinView to configure your multi-monitors. You will be using RandR if you use xrandr. Interestingly, your screen setup will still be reported to Openbox via the Xinerama extension. You may be interested in a utility like `lxrandr` if the command line frightens you.)
    Xrandr does the job elegantly, thanks! It's a simple matter of putting the commands I needed in openbox's autostart.sh. Thanks for pointing me in the right direction.
    #xrandr --output DVI-0 1680x1050 --output VGA-0 1280x1024 --right-of DVI-0
    # xrandr --output VGA-0 --rotate left
    Scott

  • [SOLVED] Dual Monitor / General Xorg.conf Issue

    I cannot get my second monitor to work. It is a Dell SE198WEP. My other [working] monitor is a Dell SE198WFP. I suspect my xorg.conf file is not good, but I'm not sure how to fix it. Thanks for any help.
    archey Result +GPU:
    OS: Arch Linux x86_64
    Hostname: arch
    Kernel: 2.6.34-ARCH
    Uptime: 5:04
    Window Manager: xmonad
    Packages: 702
    RAM: 550 MB / 3885 MB
    CPU: Intel(R) Pentium(R) D CPU 3.00GHz
    GPU: ATI Technologies Inc RV515 [Radeon X1300] (512 MB of memory)
    Shell: Zsh
    Terminal: Rxvt-256color
    Root FS: 8.9G / 193G (ext4)
    Boot FS: 15M / 99M (ext2)
    Home FS: 802M / 175G (ext4)
    xorg.conf
    Section "Screen"
    Identifier "screen0"
    Device "radeon0"
    Monitor "monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 1
    Modes "1440x900"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1440x900"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1440x900"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1440x900"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1440x900"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1440x900"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "screen1"
    Device "radeon1"
    Monitor "monitor1"
    DefaultDepth 24
    SubSection "Display"
    Depth 1
    Modes "1440x900"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1440x900"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1440x900"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1440x900"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1440x900"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1440x900"
    EndSubSection
    EndSection
    Section "Module"
    Load "glx"
    Load "dri"
    Load "drm"
    EndSection
    Section "Monitor"
    Identifier "monitor0"
    Option "DPMS"
    EndSection
    Section "Monitor"
    Identifier "monitor1"
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "radeon0"
    Option "ColorTiling" "on"
    Driver "radeon"
    Option "DRI" "on"
    Option "DynamicPM" "on" # Dynamic powersaving.
    Option "ClockGating" "on" # Assisting option for powersaving.
    Option "AccelMethod" "EXA" # EXA should fit most cases.
    Option "EXAVSync" "on" # EXAVSync is explained above.
    Option "DMAForXv" "on" # Forced option in order to enable Xv overlay.
    Option "ScalerWidth" "2048" # That should fix some very rare bugs.
    Option "EnablePageFlip" "on" # It will not be enabled on R5xx cards.
    Option "RenderAccel" "on" # Optional. It should be enabled by default.
    Option "AccelDFS" "on" #Optional. See the man page.
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    Identifier "radeon1"
    Option "ColorTiling" "on"
    Driver "radeon"
    Option "DRI" "on"
    Option "DynamicPM" "on" # Dynamic powersaving.
    Option "ClockGating" "on" # Assisting option for powersaving.
    Option "AccelMethod" "EXA" # EXA should fit most cases.
    Option "EXAVSync" "on" # EXAVSync is explained above.
    Option "DMAForXv" "on" # Forced option in order to enable Xv overlay.
    Option "ScalerWidth" "2048" # That should fix some very rare bugs.
    Option "EnablePageFlip" "on" # It will not be enabled on R5xx cards.
    Option "RenderAccel" "on" # Optional. It should be enabled by default.
    Option "AccelDFS" "on" #Optional. See the man page.
    BusID "PCI:1:0:0"
    EndSection
    Section "DRI"
    Group "video"
    Mode 0666
    EndSection
    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "screen0"
    Screen "screen1" RightOf "screen0"
    # Don't forget xinerama!!!111oneoneone11!eleven!!11
    Option "xinerama" "on"
    Option "clone" "off"
    EndSection
    Last edited by burninating__absol (2010-07-11 07:06:34)

    I simply use xrandr to use dual heads like this. Here's my xorg.conf which defines the 2 monitors and their resolutions. Then a simple xrandr command to set up the screens. Works great in i3
    Section "Device"
    Identifier "ATI Technologies HD2400XT Pro"
    Driver "ati"
    EndSection
    Section "Monitor"
    Identifier "DVI-0"
    Option "DPMS" "true"
    EndSection
    Section "Monitor"
    Identifier "DVI-1"
    Option "DPMS" "true"
    EndSection
    Section "Screen"
    Identifier "Default Screen"
    Device "ATI Technologies HD2400XT Pro"
    Monitor "DVI-0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1680x1050" "1050x1680" "1280x1024" "1440x900" "1280x800" "1152x864" "1280x720" "1280x768" "832x624" "800x600" "640x480" "720x400"
    # ADD A VIRTUAL LINE TO PROVIDE FOR THE LARGEST SCREENS YOU WILL HOTPLUG
    Virtual 2960 2960
    EndSubSection
    EndSection
    and then in .xinitrc before starting my wm
    xrandr --output DVI-1 --auto --right-of DVI-0
    Last edited by Inxsible (2010-07-11 04:54:15)

Maybe you are looking for

  • Redeploying application errors out.

    We have a clustered application servers (2), and have deployed the application using OEM Application Server Control. Sometimes, when we redeploy an application (EAR) we get the following error and the ASC removes the application from the OC4J contain

  • I got reception problem in my 4g both gsm and wifi ? in form of very poor signal why*

    i got reception problem in my 4g both gsm and wifi ? in form of very poor signal why*?? it was working fine suddenly the signal became bad and when i make phone call the other person on the seceond side doent hear me but when i use face time it is wo

  • Java SP - ResultSet.updateRow causes 100x CPU consumption

    Oracle 11 Enterprise on Windows, with an out-of-the-box installation. I select from a table. No where clause. No order by. If I use ResultSet.updateRow to change any column, the CPU consumption of oracle.exe jumps 100x. Here is the code. Connection c

  • PAL & NTSC From One Project

    This discussion from the Adobe Encore (full-featured authoring program, bundled with Premiere Pro) might be helpful when one needs both PAL & NTSC from a Project: http://forums.adobe.com/thread/995779. While it comes from the Encore Forum, there are

  • Eclipse sdk3.1-mainifest problem

    iam Useing Eclipse sdk3.1 after exporing the jar the manifest is changing but iam updating manually but when iam runingg the jar file iam getting the below Error.. D:\pavansitescope>set calsspath=%classpath%C:\j2sdk1.4.1_03\bin;.; D:\pavansitescope>s