Setting primary monitor in xorg config doesn't work

I have the following stored as `10-monitor`:
Section "Monitor"
Identifier "DVI-0"
Option "Primary" "true"
EndSection
Section "Monitor"
Identifier "DVI-1"
Option "RightOf" "DVI-0"
EndSection
When I start, both monitors are connected properly, but looking at `xrandr`, none is set as primary.
I need to manually set `DVI-0` as `--primary` and restart i3 for everything to work properly.
PS: I previously mentioned this briefly in another topic: https://bbs.archlinux.org/viewtopic.php?id=181469
Any idea what might be wrong or what log output I should be looking for?

Where you set the measurement ?
Did you follow this ?
@ Report Object Navigator
1. Select Layout Model >> Main Section then properties
set Width, Height and Orientation under Section
Adjust your layout and
Try...
Hope this works..

Similar Messages

  • [svn] 3610: Fixing bug SDK-17173: Setting rotate to a large number doesn' t work anymore.

    Revision: 3610
    Author: [email protected]
    Date: 2008-10-13 17:33:25 -0700 (Mon, 13 Oct 2008)
    Log Message:
    Fixing bug SDK-17173: Setting rotate to a large number doesn't work anymore.
    The Flash Player clamps rotate between -180 and 180. We should do the same now that we're doing some of the calculations ourselves. This clamping logic was added to CompoundTransform.as. Also, clamping logic was added to UIComponent. This is because FP10 doesn't handle values greater than 2^15-1; FP 9 used to handle these values fine. I filed a FP bug for this (FP-749).
    QE: Yes - Please look out for any rotation failures
    Doc: No
    Bugs: SDK-17173
    Reviewer: Ely
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17173
    http://bugs.adobe.com/jira/browse/FP-749
    http://bugs.adobe.com/jira/browse/SDK-17173
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/geom/CompoundTransform.as

    Can we now assume that the touch SDK has been abandonned by Adobe? It's now a year after "should be updated soon", and currently if you try to download the touch SDK from this page you get the Photoshop 3 SDK instead!!!
    I ask as I'm about to remove Touch support from my app; the very few people that use touch are now having problems e.g., timeouts, with the latest version of Photoshop.
    Sandy

  • Server 2008 r2 setting up firewall rule that just doesn't work!

    I have allocated static ip addresses to a group of PCs, then gone to Server 2008 r2 and gone to Windows firewall with advanced security and written a new custom rule. Am blocking internet explorer, have browsed to where it is lodged on PCs, added the ip
    addresses for blocking, in fact followed a detailed set of instructions but it just doesn't work! I am at a loss as to why, can anyone help please, driving me mad now! Thanks.

    Are you applying ADV firewall rules through GPO. If not then you need to create block rules on the clients i think. but I would create a block rule in GPO and link to these PC's OU.

  • [SOLVED] Setting primary monitor with TwinView

    Good day to you all.
    I have been sitting with this problem for surely 5hrs+ and i haven't been able to solve it yet. How the hell do i set up TwinView so that my left monitor becomes the primary monitor instead of my right one?
    My xorg.conf is the following:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 270.41.19 ([email protected]) Mon May 16 23:52:12 PDT 2011
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    Screen 1 "Screen1" RightOf "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    Option "TwinViewXineramaInfoOrder" "DFP"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "true"
    Option "MetaModes" "nvidia-auto-select, nvidia-auto-select"
    SubSection "Display"
    Depth 24
    Modes "1920x1200"
    EndSubSection
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Unknown"
    ModelName "Unknown"
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor1"
    DefaultDepth 24
    Option "TwinView" "true"
    Option "MetaModes" "nvidia-auto-select, nvidia-auto-select"
    SubSection "Display"
    Depth 24
    Modes "1440x900"
    EndSubSection
    EndSection
    So basically, Screen0 would be my primary screen, and Screen1 would be the secondary screen and be right of Screen0 but somehow the intended Screen0 becomes Screen1 and therefore is put right to my secondary monitor and my secondary monitor becomes the primary one.
    And before you suggest anything, i've tried using nvidia-settings as root and everything, but it still refuses to save the configuration to xorg.conf. And even after saving the nvidia configuration file and putting "nvidia-settings --load-config-only", it doesn't load. All settings are reset and i need to go into nvidia-settings again and redo it manually. Even though it works, it's a bit of a hassle everytime i need to do that, i rather just go into xorg and edit it manually.
    Last edited by Median (2011-06-03 15:33:07)

    You were correct with not needing multiple screen sections with TwinView, but you do need to specify at least one screen section. Otherwise it won't work.
    Anyway, i kinda solved it with your solution by adding those options to the screen section instead.
    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Default Screen"
    Device "Device0"
    Monitor "Monitor0"
    Option "TwinViewXineramaInfoOrder" "DFP-0, CRT-1"
    Option "TwinViewOrientation" "CRT-1 RightOf DFP-0"
    Option "TwinView" "True"
    Option "MetaModes" "nvidia-auto-select, nvidia-auto-select"
    SubSection "Display"
    Modes "nvidia-auto-select"
    EndSubSection
    EndSection
    At least it works fine now! Thanks.

  • Can't set up windows on bootcamp, keyboard doesn't work

    okay, i wait through the agony of the windows install non-sense, and it comes up to the part where i have to set up windows (name, accounts, etc.). But when i go to enter all my info, my keyboard doesn't work, or my mouse for that matter. I have a 24" iMac with the wireless keyboard and mouse. I don't know what to do!
    Message was edited by: jayqUon

    Jay:
    Below is excerpt I took from [HERE|http://support.apple.com/kb/HT1461] which mandates using an internal keyboard or a USB keyboard/mouse to install Windows via boot camp.
    Requirements
    To use Boot Camp, you need:
    1. *An Intel-based Macintosh computer with a built-in or USB keyboard and a built-in trackpad or USB mouse.*
    2. Mac OS X 10.5 or later
    3. The latest firmware updates available for your Intel-based Mac.
    4. At least 10 GB of free space on your startup disk (single partition).
    5. A full, single-disc version of Windows Vista, Windows XP Home Edition or Professional with Service Pack 2 or later. Boot Camp does not include Windows. You must provide your own properly licensed installation disc.
    Important: A Windows XP installation disc must include Service Pack 2 (SP2). You cannot install an earlier version of Windows and upgrade to Windows XP, nor install an earlier version of Windows XP and update it to SP2.
    6. Boot Camp Assistant (find it installed in /Applications/Utilities/ on Leopard).
    Axel F.

  • Prime 1.3 Perf Mon Deploy Config doesn't work Invalid commands

    When I try to deploy configuration to my 6509 or 3750 the template creates the following code.  The job fails and when I try to manually input this, the system doesn't recognize it.  Is there a minimum ios requirement or another template that will work with my device ios versions?
    6509    Version 12.2(33)SXJ4
    3750   12.2(55)SE6
    flow exporter Exporter1
    destination 10.10.10.10
    transport udp 9991
    class-map match-all class-all
    match any
    flow monitor type performance-monitor Flow1
    record default-rtp
    export Exporter1
    policy-map type performance-monitor Perf1
    class class-all
    flow monitor Flow1
    interface Vlan 110
    service-policy type performance-monitor input Perf1
    service-policy type performance-monitor output Perf1

    I believe that you are missing the flow record command.
    In flexible netflow you need to have 3 things, a flow exporter, a flow record, and a flow monitor.
    In your config I see the flow exporter and the flow monitor, but no flow record.
    Was the flow record configured previously and that's why its not in your template?
    Here is an example of a flow record:
    flow record standard
    match ipv4 tos
    match ipv4 protocol
    match ipv4 source address
    match ipv4 destination address
    match transport source-port
    match transport destination-port
    match interface input
    collect transport tcp flags
    collect interface output
    collect counter bytes
    collect counter packets
    collect timestamp sys-uptime first
    collect timestamp sys-uptime last

  • Creating a script for a PRIMARY KEY USING INDEX SORT doesn't work

    Probably a bug.
    h1. Environment
    Application: Oracle SQL Developer Data Modeler
    Version: 3.0.0.655
    h1. Test Case:
    1. Create a new table TRANSACTIONS with some columns.
    2. Mark one of numeric columns as the primary key - PK_TRANSACTIONS.
    3. Go to Physical Models and create new Oracle Database 11g.
    4. Go to Physical Models -> Oracle Database 11g -> Tables -> TRANSACTIONS -> Primary Keys -> PK_TRANSACTIONS -> Properties:
    a) on General tab set Using Index to BY INDEX NAME
    b) on Using Index tab choose a tablespace
    c) on Using Index tab set Index Sort to SORTED.
    5. Export the schema to DDL script. For the primary key you will get something like this:
    ALTER TABLE TRANSACTION
    ADD CONSTRAINT PK_TRANSACTION PRIMARY KEY ( TRAN_ID ) DEFERRABLE
    USING INDEX
    PCTFREE 10
    MAXTRANS 255
    TABLESPACE TBSPC_INDX
    LOGGING
    STORAGE (
    INITIAL 65536
    NEXT 1048576
    PCTINCREASE 0
    MINEXTENTS 1
    MAXEXTENTS 2147483645
    FREELISTS 1
    FREELIST GROUPS 1
    BUFFER_POOL DEFAULT
    ) SORTED
    h1. Reason of failure
    The script will fail because SORTED is not allowed here. It should be SORT.
    Additionally, the default behaviour for Data Modeler is to set Index Sort to NO but default setting for Oracle database 11g is SORT. Shouldn't Data Modeler use SORT as the default value?
    Edited by: user7420841 on 2011-05-07 03:15

    Hi,
    Thanks for reporting this problem. As you say, it should be SORT rather than SORTED. I have logged a bug on this.
    I also agree that, for consistency with the database default, it would be better to have SORT as the default in Data Modeler.
    David

  • Reset to 'default' for all printing functions in about:config doesn't work.

    I have followed the instructions for resetting FFox printer interface to "default", where it should normally be, to the letter: http://kb.mozillazine.org/Problems_printing_web_pages#Reset_printer
    The system keeps flipping all the printer settings back to "User". Somehow it went into "User" setting 2 weeks ago, and I was able to correct the problem for a few days by following the instructions on the web page above, resetting just the print.print_printer line, alone. Now, ALL the other "print" lines below this will NOT remain in "default" mode once I've closed the about:config page (tab), or closed the browser and re-opened it, under any circumstances. The problem manifests as: When I try to print, starting from ANY true print command location and finally clicking "OK" to begin printing, I get a small rectangular box saying only, " an unknown error occurred while printing". The box has one of those yellow triangular signs with an exclamation point in it, if that helps. There's no error no. If there's something about the WAY I'm supposed to close the about:config tab, and/or close the browser that is SPECIFIC, I hope someone here can tell me the way I'm supposed to execute this. Thank you.

    1) Any chance that printer shows as "offline" in the printers window in the Control Panel?
    2) Local or network printer?

  • Set as-path prepend last-as doesn't work ?

    I'm trying to use this statement on a route-map to an IBGP peer in order to make a particular AS-PATH to appear longer but it doesn't seem to be working.
    Here's my route-map, which is applied inbound from the neighbor I want to pad. It seems so logical yet it isn't working.
    Any ideas would be welcomed.
    = K
    route-map Groom_Cogent permit 100
    match as-path 174
    set as-path prepend last-as 2
    ip as-path access-list 174 permit ^174_

    If you look at the BGP decision process:
    http://www.cisco.com/en/US/tech/tk365/tk80/technologies_tech_note09186a0080094431.shtml#bestpath
    You'll see that one of the steps is the IGP metric (step 8). So, if all other factors are equal up to the IGP metric, and it sounds like they are, as long as the IGP cost to reach the next hop along one path is shorter in one direction, that direction will be chosen. It seems to me that setting the IGP metrics so the one path is chosen over the other one is the thing to do here, if you don't want to use local pref.
    It's also possible to use a cost community within your AS to inject a new "cost" into the decision algorithm.
    http://www.cisco.com/en/US/products/sw/iosswrel/ps1829/products_feature_guide09186a00801bbad4.html
    The current insertion point is just after the IGP metric, which sounds perfect for what you are doing, if the IGP metrics are all the same.
    Hope that helps...
    Russ

  • GT70 2OC iCharger BIOS setting (S0, S1, S2...) doesn't work?

    I enabled the iCharger setting to support charging in the various S states (sleeping, powered off, etc) and it doesn't seem to work. When I connect an iPhone or any other device that charges via USB, the charging happens normally as long as the computer is awake and the lid is open. But the moment I close the lid, putting the computer to sleep, or power it off, the USB-connected device immediately stops charging.

    1. I guess so.
    2. I am not sure but according to MSI, you better not to cross flash EC firmware to prevent from uncertain damage.
    3. No.

  • How do I change Default search engine in the address bar, not the search window on the top right or by using about:config, doesn't work. Worked fine until this FF 8.0 update, now defaults to Yahoo 7. About to throw it in and use Chrome.

    When Firefox 8.0 installed it has automatically changed my address bar default search engine to Yahoo7 which is crap. I can not change this back. So when I start FF it opens to my google home page, when I type a subject and search the results are displayed in a Yahoo 7 results page, not google. I am not talking about my default home page or the search bar to the top right. This is still google.
    The settings in about:config do nothing.
    This was fine until FF 8.0.

    Thanks dmcritchie,
    Nice effort but that answers a different question about fixing the add-on Yahoo toolbar.
    Pernich and I want to know; If you type search criteria directly into the address bar and hit enter, how to change that search engine from Yahoo to Google.
    Otherwise I too will go back to using Google Chrome, even though I really like FF8.0
    please help

  • I've set 2 aliases in my iCloud Account and want to set a 3. one but it doesn't work

    In my iCloud Account i have 2 Aliases transfered from Me.com. When i set up iCloud on my Mac i see one another alias that i had on Me.com, i can choose it as the despatcher adress but it is not listed as an alias in my ICloud.com Account.
    My Problems are:
    1. how can i delete the alias that is on my mac but nowhere else? (it is an [email protected] adress)
    2 How can i create a new Alias in iCloud? Remeber i have only 2 Aliases listed in iCloud so it should be possible to create a third one
    Thanks for your responses!!
    Cheerz David

    Hello Chris,
    Thanks for your answer. I was hoping for an easier answer. Too bad there is no drag and drop solution, it would have been much easier.
    Thanks for answering so fast.
    Bye.
    Yan

  • Setting page layout in Reports 6i doesn't work, gap gets to big.

    We are forced to use good old' Oracle Reports 6i because another application uses this to create its forms and reports. The problem is, that we want to print those reports on continuous paper with specific measures. In millimetres it would be 210 mm x 305 mm. We already set the measures of the main part report to those specifications, but it appears that this wasn't enough.
    If the report is printed straight from Reports 6i, the first page is all ok, but the second one has an offset of about 10 mm. This offset gets higher on every page, so approximately on page 4, the page is already partly on the next page of the continuous paper. This problem really drives me crazy.
    I have studied this forum for a whole afternoon, but I couldn't find an answer. I have read many posts regarding the margin "bug" of Reports 6i, which seems to influence this particular report. As I am completely new to reports and Reports 6i in particular, I would love to get a helping hand here at the forums. Maybe someone can support me here.
    Many thanks in advance!

    Where you set the measurement ?
    Did you follow this ?
    @ Report Object Navigator
    1. Select Layout Model >> Main Section then properties
    set Width, Height and Orientation under Section
    Adjust your layout and
    Try...
    Hope this works..

  • I can not monitor Xmod to monitor ( the firmware update doesn't work on my ca

    I have a problem I can not monitor Xmod to monitor the sound when I use line-in to record,even if I have already update my firm ware.actually the main reason I bought this sound card is my laptop very noisy when recording ,so I hope I can get a usb sound card to work with my laptop especially in my recording studio.
    in the description of the firmware,it said the update of the firmware can enable me to monitor when recording.
    hope Creative staff or anybody who knows about it can help me out

    Did you miss this bit
    "Graphics : 1 GB NVIDIA Quadro 600 (1DP & 1DVI-I) (1DP-DVI & 1DVI-VGA adapter) (ELGA13) 1"
    And the final image clearly states the type of Graphics Card he has
    Photoshop CS6 GPU FAQ
    Tested video cards for Photoshop CS6
    Adobe tested the following video cards before the release of Photoshop CS6. This document lists the video card by series. The minimum amount of RAM supported on video cards for Photoshop CS6 is 256 MB. Photoshop 13.1 cannot display 3D features if you have less than 512 MB of VRAM on your video card.
    Important: This document is updated as newly released cards are tested. However, Adobe cannot test all cards in a timely manner. If a video card is not listed here, but was released after May 2012, you can assume that the card will work with Photoshop CS6.
    Adobe tested laptop and desktop versions of the following cards. Be sure to download the latest driver for your specific model. (Laptop and desktop versions have slightly different names.)
    nVidia GeForce 8000, 9000, 100, 200, 300, 400, 500, 600 series
    nVidia Quadro 400, 600, 2000, 4000 (Mac & Win), CX, 5000, 6000, K600, K2000, K4000, K5000 (Windows & Mac OS)

  • Dual monitors with Win 7 - doesn't work

    I have multiple monitors (3) and have been using FF 3+. When I upgraded it won't display right (flickers, black screen until I mouse over, etc.).
    I tried to regress but I cannot go back to v.3+ It only shows FF4 as being available, even after deleting the product.
    Unfortunately, I had to stoop to using IE (shudder!).
    I'm running Win7 (64-bit), 4 Gig RAM, NVIDEA GeForce video cards, 2 - 19" and one 24" monitors.
    This setup worked fine with previous version of FF. Please help me get off IE!

    Windows7 Recovery:
     http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01867418&tmp_task=solveCategory&cc=us&dlc=en&lc...
    If you didn't do so and now can't> create Recovery Disks you can order from HP for a small fee. You will need serial number to order> Guide to Finding System Info
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

Maybe you are looking for