[SOLVED] Dual head acting weird

Hello,
Today I started sorting out about dual head. I configured xorg.conf as said on the wiki.
The strange thing is, my second display acts as my primary display and my first display acts as second display.
Also display the second display my console, when I start X, the display still act as first display .
Here's my Xorg.conf (http://pastebin.com/F7X5fs2e)
Thank you!
Last edited by Kansl (2010-08-25 23:34:43)

Kansl wrote:
Hello,
Today I started sorting out about dual head. I configured xorg.conf as said on the wiki.
The strange thing is, my second display acts as my primary display and my first display acts as second display.
Also display the second display my console, when I start X, the display still act as first display .
Here's my Xorg.conf (http://pastebin.com/F7X5fs2e)
Thank you!
We need hardware info, also what drivers you're running, what desktop environment (if any), and if you're wanting compositing or not.
Differences in hardware cause massive differences in how you configure Xorg.

Similar Messages

  • [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 head / Xinerama / xrandr setup with Intel 945 & dwm

    Recently came into possession of a 17" LCD and would like to use it in tandem with the internal LCD of my netbook. Clone works with xrandr, as does extended mode to an extent.  The problem is that in extended mode (or spanning, or whatever you want to call it) the smaller screen has dead space which isn't respected by dwm (or any other WM I've tried).  So I'd like to setup dual X sessions (aka Zaphod mode?), each running their own instance of dwm--I don't need to move windows from screen to screen so that's not a concern.
    Has anyone had luck accomplishing this with the current intel driver?  The closest I've gotten so far is a black screen/blinking cursor which drops back to a login prompt after a few seconds.   I see a ton of related topics on Google about this and most of them are unresolved.  If I can get something put together I'll document it in the dwm and/or intel wikis.
    Specs:
    * Acer Aspire One AOD150 with Intel GMA945 @ 1024x600
    * LCD @ 1280x1024
    Last edited by thayer (2009-08-30 05:03:14)

    It's a work in progress, but for those who are interested I was able to get a dual-head setup (using xrandr and the Xinerama extensions) with the current Intel driver (not legacy) using the following:
    /etc/X11/xorg.conf:
    # file: /etc/X11/xorg.conf
    # author: Thayer Williams - http://cinderwick.ca
    # vim:enc=utf-8:nu:ai:si:et:ts=4:sw=4:ft=sh:
    Section "ServerLayout"
    Identifier "AA1Xorg"
    Screen 0 "AA1Screen" 0 0
    InputDevice "AA1Keyboard" "CoreKeyboard"
    InputDevice "LogitechMX518" "CorePointer"
    InputDevice "SynapticsTouchpad" "AlwaysCore"
    Option "BlankTime" "0"
    Option "StandbyTime" "0"
    Option "SuspendTime" "0" # disable all other forms of power save
    Option "OffTime" "10" # turn off DPMS-capable monitor after x mins
    EndSection
    Section "ServerFlags"
    Option "DontZap" "false" # ctrl+alt+backspace to restart x (see input too)
    Option "AIGLX" "false"
    Option "AutoAddDevices" "false" # false to disabl hal hotplugging
    Option "AllowMouseOpenFail" "true" # load Xorg even if mouse input not found
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/artwiz-fonts"
    FontPath "/usr/share/fonts/local"
    EndSection
    Section "Module"
    Load "synaptics"
    EndSection
    Section "InputDevice"
    Identifier "AA1Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbOptions" "terminate:ctrl_alt_bksp" # yes, we really want ctrl+alt+backspace to restart X
    EndSection
    Section "InputDevice"
    Identifier "LogitechMX518"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ExplorerPS/2" # options: ExplorerPS/2, IMPS/2, auto, USB (Exp. req'd for side-buttons)
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
    Option "ButtonMapping" "1 2 3 8 9"
    Option "Emulate3Buttons" "no"
    EndSection
    Section "InputDevice"
    Identifier "SynapticsTouchpad"
    Driver "synaptics"
    #Option "Device" "/dev/input/mice"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "ZAxisMapping" "4 5 6 7"
    Option "SHMConfig" "true" # configurable at runtime? security risk if on
    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 "TapButton1" "1" # mouse button reported on a non-corner one-finger tap
    Option "TapButton2" "2" # mouse button reported on a non-corner two-finger tap
    Option "FastTaps" "true" # make single-taps faster, and double-taps slower
    Option "MaxTapTime" "180" # max time in ms for detecting tap
    Option "MaxTapMove" "220"
    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" "100" # edge-to-edge scroll distance of the vertical scroll
    Option "HorizScrollDelta" "100" # edge-to-edge scroll distance of the horizontal scroll
    Option "MinSpeed" "0.09" # speed factor for low pointer movement
    Option "MaxSpeed" "0.18" # maximum speed factor for fast pointer movement
    Option "AccelFactor" "0.0015" # acceleration factor for normal pointer movements
    Option "VertTwoFingerScroll" "true" # vertical scroll anywhere with two fingers
    Option "HorizTwoFingerScroll" "true" # horizontal scroll anywhere with two fingers
    EndSection
    Section "Monitor"
    Identifier "AA1Monitor"
    VendorName "Acer"
    Option "DPMS" "true"
    HorizSync 28-96
    VertRefresh 50-75
    EndSection
    Section "Device"
    Identifier "Intel945"
    Driver "intel"
    BusID "PCI:0:2:0"
    Option "Tiling" "false" # controls whether buffers are allocated in tiled mode
    EndSection
    Section "Screen"
    Identifier "AA1Screen"
    Device "Intel945"
    Monitor "AA1Monitor"
    SubSection "Display"
    Depth 24
    Modes "1280x1024" "1280x600" "1024x768" "1024x600" "800x600" "640x480"
    Virtual 2048 2048
    EndSubSection
    EndSection
    Until I have a chance to write a fancier script I've added the following to ~/.xinitrc:
    xrandr --output LVDS1 --mode 1024x600
    xrandr --output VGA1 --below LVDS1 --mode 1280x1024
    The first command ensures the netbook screen takes the proper resolution and the second enables the external LCD.  If I startx when the LCD is disconnected then the netbook screen is the only screen enabled (no dead space).
    Caveats
    1. With mplayer in fullscreen it appears as 1024x600 even when opened on the 1280x1024 screen.
    2. The external LCD cannot be placed left or right of the netbook screen because it would exceed the 2048 virtual resolution which segfaults X with the latest intel driver.  Virtual cannot be set higher than 2048 in either direction without segfaulting X; though I imagine this will be addressed in future versions of the intel driver.
    Many thanks to mzapotoczny!
    Last edited by thayer (2009-08-30 04:41:40)

  • [Solved]Dual-Head Setup broken after last Kernelupgrade

    Hello,
    Yesterday I upgraded my from 4.0.2 to 4.0.3 and was kind of surprised when my second display didn't want to show a picture anymore. When booting everything looks good when sudenly one display gets black. It doesn't matter which Desktop I start, even when switching VT only one display is active, so it's not a Xorg-bug.
    Nothing shows up in journalctl oder dmesg and as far as the system is concerned everything works as expected. Everything worked as soon as I downgraded the Kernel to 4.0.2.
    Enabling testing and installing 4.0.4 didn't work either.
    So my question is, does anyone else experience this behaviour?
    thanks in advance
    - Radeon HD 77xx with open source drivers
    - two displays DVI (primary) and HDMI (secondary)
    Edit:
    I Just checked the kernel from today in testing (4.0.4-2) and saw something really interesting during boot.
    [drm:drm_edid_block_valid [drm]] *ERROR* EDID checksum is invalid, remainder is 105
    May 22 16:24:55 Arbiter kernel: Raw EDID:
    May 22 16:24:55 Arbiter kernel: 00 ff ff ff ff ff ff 00 41 2f 00 00 01 01 01 01
    May 22 16:24:55 Arbiter kernel: 00 16 01 03 80 a0 5a 78 0a ee 91 a3 54 4c 99 26
    May 22 16:24:55 Arbiter kernel: 0f 50 54 a1 08 00 31 40 45 40 61 40 71 40 81 80
    May 22 16:24:55 Arbiter kernel: 01 01 01 01 01 01 02 3a 80 18 71 38 2d 40 58 2c
    May 22 16:24:55 Arbiter kernel: 45 00 a0 5a 00 00 00 1e 01 1d 80 18 71 1c 16 20
    May 22 16:24:55 Arbiter kernel: 58 2c 25 00 20 00 00 01 03 78 78 78 78 78 78 78
    May 22 16:24:55 Arbiter kernel: 78 78 78 78 78 78 78 78 78 78 78 78 78 78 78 78
    May 22 16:24:55 Arbiter kernel: ae ae ae ae ae ae ae ae ae ae ae ae ae ae ae ae
    May 22 16:24:55 Arbiter kernel: Raw EDID:
    May 22 16:24:55 Arbiter kernel: ae ae ae 23 23 23 23 23 23 23 23 23 23 23 23 23
    May 22 16:24:55 Arbiter kernel: 23 23 23 23 23 23 23 23 23 23 00 00 00 00 00 00
    May 22 16:24:55 Arbiter kernel: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    May 22 16:24:55 Arbiter kernel: 00 00 01 01 01 01 01 01 01 01 01 01 01 01 01 01
    May 22 16:24:55 Arbiter kernel: 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01
    May 22 16:24:55 Arbiter kernel: 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01
    May 22 16:24:55 Arbiter kernel: 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01
    May 22 16:24:55 Arbiter kernel: 01 01 01 01 01 01 01 01 01 1d 1d 1d 1d 1d 1d 1d
    May 22 16:24:55 Arbiter kernel: Raw EDID:
    May 22 16:24:55 Arbiter kernel: 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1c 1c 1c 1c
    May 22 16:24:55 Arbiter kernel: 1c 1c 1c 1c 1c 1c 1c 1c 1c 1c 1c 1c 1c 1c 1c 1c
    May 22 16:24:55 Arbiter kernel: 1c 1c 1c 2c 2c 2c 2c 2c 2c 2c 2c 2c 2c 2c 2c 2c
    May 22 16:24:55 Arbiter kernel: 2c 2c 2c 2c 2c 2c 2c 2c 2c 2c 2c 18 18 18 18 18
    May 22 16:24:55 Arbiter kernel: 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18
    May 22 16:24:55 Arbiter kernel: 18 18 9e 9e 9e 9e 9e 9e 9e 9e 9e 9e 9e 9e 9e 9e
    May 22 16:24:55 Arbiter kernel: 9e 9e 9e 9e 9e 9e 9e 9e 9e 9e 8a 8a 8a 8a 8a 8a
    May 22 16:24:55 Arbiter kernel: 8a 8a 8a 8a 8a 8a 8a 8a 8a 8a 8a 8a 8a 8a 8a 8a
    May 22 16:24:55 Arbiter kernel: Raw EDID:
    May 22 16:24:55 Arbiter kernel: 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10
    May 22 16:24:55 Arbiter kernel: 10 10 10 10 00 00 00 00 00 00 00 00 00 00 00 00
    May 22 16:24:55 Arbiter kernel: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    May 22 16:24:55 Arbiter kernel: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    May 22 16:24:55 Arbiter kernel: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    May 22 16:24:55 Arbiter kernel: 00 00 00 00 00 00 00 00 00 00 31 31 31 31 31 31
    May 22 16:24:55 Arbiter kernel: 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31
    May 22 16:24:55 Arbiter kernel: 31 31 0f 0f 0f 0f 0f 0f 0f 0f 0f 0f 0f 0f 0f 0f
    May 22 16:24:55 Arbiter kernel: radeon 0000:02:00.0: HDMI-A-1: EDID block 0 invalid.
    May 22 16:24:55 Arbiter kernel: [drm:radeon_dvi_detect [radeon]] *ERROR* HDMI-A-1: probed a monitor but no|invalid EDID
    I have no clue what to make of it. As soon as I downgrade the kernel again, everything is normal.
    Last edited by raygenbogen (2015-06-09 14:34:18)

    I think I kinda 'solved' the problem by enabling early KMS in mkinitcpio.conf and switched my first Display to the second DVI-Port. It works now, but I don't know if this could be labeled as 'solved' since it's a pretty specific solution and propably doesn't apply to anyone else.
    Edit. The most recent Kernel 4.0.5 in Testing solved the problem for me.
    Last edited by raygenbogen (2015-06-09 14:34:01)

  • [Solved] Catalyst graphical glitches with dual head setup

    Hello all, having a weird issue with my dual monitor setup where graphical glitches make my primary monitor completely unusable. The Tear Free feature of the proprietary catalyst driver is what seems to be causing it:
    Tear Free enabled:
    Tear Free disabled:
    I can safely enable it with one monitor disabled also. The issue is that without Tear Free enabled, I'm experiencing some serious screen tearing when watching videos and playing games.
    My video card is the XFX HD 7970 Double D and I'm using the latest version of catalyst (14.4), installed from Vi0L0's repo. The monitors are the same model with the same specs (1920x1200 @60Hz). I definitely used to be able to use Tear Free with my dual head setup at most a month ago, so some update at some point must have broken it. I temporarily switched back to the open source driver before I had found Tear Free to be the culprit and the performance is still hardly comparable.
    Any ideas? Thanks in advance.
    Last edited by bheinks (2014-05-15 02:38:45)

    Rexilion wrote:Maybe try looking at /var/log/pacman.log and see if you can downgrade packages (start with the kernel). See if that works around the problem.
    Downgrading catalyst to 14.3 seems to have done the job. Thanks for the suggestion, marking as solved.
    Inxsible wrote:bheinks, you have been on the forums long enough to be aware of the forum rules. Make use of an image hosting site.
    Sorry, I don't post often and wasn't aware of the rules on images. I'll keep that in mind next time.

  • [SOLVED] Configure dual head with different resolutions xf86-video-ati

    I have 1680x1050 and 1280x1024 monitors which I would like to setup so that I have two displays (:0.0 and :0.1), i.e. can't drag a window to the other display, but can move the mouse from one screen to the next. The graphics card is Radeon HD 4850.
    At the moment I have one screen only, so I can't move the mouse from the first to the second screen, it is captive in the first screen.
    xrandr -q
    Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 1680 x 1680
    HDMI-0 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 338mm x 270mm
       1280x1024      60.0*+   75.0 
       1280x960       60.0 
       1152x864       75.0     70.0 
       1024x768       75.0     70.1     60.0 
       832x624        74.6 
       800x600        72.2     75.0     60.3     56.2 
       640x480        75.0     72.8     66.7     59.9 
       720x400        70.1 
    VGA-0 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 338mm x 270mm
       1280x1024      60.0*+   75.0 
       1280x960       60.0 
       1152x864       75.0     70.0 
       1024x768       75.0     70.1     60.0 
       832x624        74.6 
       800x600        72.2     75.0     60.3     56.2 
       640x480        75.0     72.8     66.7     59.9 
       720x400        70.1 
    DVI-0 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 474mm x 296mm
       1680x1050      60.0*+
       1600x1200      60.0 
       1280x1024      75.0     60.0 
       1440x900       75.0     59.9 
       1280x960       60.0 
       1152x864       75.0 
       1280x720       60.0 
       1024x768       75.0     70.1     60.0 
       832x624        74.6 
       800x600        72.2     75.0     60.3     56.2 
       640x480        75.0     72.8     66.7     59.9 
       720x400        70.1 
    xorg.conf:
    Section "ServerLayout"
            Identifier     "dual head configuration"
            Screen      0  "Screen0" 0 0
            Screen         "Screen1" RightOf "Screen0"
            InputDevice    "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    EndSection
    Section "Module"
            Load "glx"
            Load "dri"
            Load "drm"
    EndSection
    Section "InputDevice"
    # keyboard added by rhpxl
            Identifier  "Keyboard0"
            Driver      "kbd"
            Option      "XkbModel" "pc105"
            Option      "XkbLayout" "us"
    EndSection
    Section "Monitor"
            Identifier   "Monitor0"
            Option      "VendorName" "ATI Proprietary Driver"
            Option      "ModelName" "Generic Autodetecting Monitor"
            Option      "DPMS" "true"
            DisplaySize 444 277
    EndSection
    Section "Monitor"
            Identifier   "Monitor1"
            Option      "VendorName" "ATI Proprietary Driver"
            Option      "ModelName" "Generic Autodetecting Monitor"
            Option      "DPMS" "true"
            DisplaySize 339 271
    EndSection
    Section "Device"
            Identifier  "Videocard0"
            Driver      "radeon"
            BusID       "PCI:2:0:0"
    EndSection
    Section "Device"
            Identifier  "Videocard1"
            Driver      "radeon"
            BusID       "PCI:2:0:0"
    EndSection
    Section "Screen"
            Identifier "Screen0"
            Device     "Videocard0"
            Monitor    "Monitor0"
            DefaultDepth     24
            SubSection "Display"
                    Viewport   0 0
                    Depth     24
                    Modes    "1680x1050"
            EndSubSection
    EndSection
    Section "Screen"
            Identifier "Screen1"
            Device     "Videocard1"
            Monitor    "Monitor1"
            DefaultDepth     24
            SubSection "Display"
                    Viewport   0 0
                    Depth     24
                    Modes    "1280x1024"
            EndSubSection
    EndSection
    Xorg.0.log:
    (==) ServerLayout "dual head configuration"
    (**) |-->Screen "Screen0" (0)
    (**) |   |-->Monitor "Monitor0"
    (**) |   |-->Device "Videocard0"
    (**) |-->Screen "Screen1" (1)
    (**) |   |-->Monitor "Monitor1"
    (**) |   |-->Device "Videocard1"
    (**) |-->Input Device "Keyboard0"
    It doesn't look as if xrandr can help as it reports a maximum virtual desktop of 1680x1680.
    Because the two monitors are different resolutions I don't know if a single screen is the answer.
    I used to have two displays/screens configured to two different resolutions matching the monitors using the catalyst driver but can't get it working using the xf86-video-ati driver.
    Any help would be appreciated.
    Thanks
    Willem
    Last edited by Willem (2010-01-02 20:42:41)

    Thanks, with your help I was able to get it working.
    The xorg.conf relevant sections:
    Section "ServerLayout"
            Identifier     "dual head configuration"
            Screen      0  "Screen0" 0 0
            InputDevice    "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Monitor"
            Identifier   "Monitor0"
            Option      "VendorName" "ATI Proprietary Driver"
            Option      "ModelName" "Generic Autodetecting Monitor"
            Option      "DPMS" "true"
            DisplaySize 444 277
    EndSection
    Section "Monitor"
            Identifier   "Monitor1"
            Option      "VendorName" "ATI Proprietary Driver"
            Option      "ModelName" "Generic Autodetecting Monitor"
            Option      "DPMS" "true"
            DisplaySize 339 271
            Option      "RightOf" "Monitor0"
    EndSection
    Section "Device"
            Identifier  "Videocard0"
            Driver      "radeon"
            BusID       "PCI:2:0:0"
            Option "Monitor-HDMI-0" "Monitor0"
            Option "Monitor-DVI-0" "Monitor1"
    EndSection
    Section "Screen"
            Identifier "Screen0"
            Device     "Videocard0"
            Monitor    "Monitor0"
            DefaultDepth     24
            SubSection "Display"
                    Viewport   0 0
                    Depth     24
                    Virtual 2960 1050
            EndSubSection
    EndSection
    Would still be interested to get a seperate display for each monitor working though.

  • Losing network connection and NIC acts weird from warm/hot weather/temperatures?

    Hello.
    Is there a known issue on MSI P43 NEO3-F (MSI-7514) motherboards' onboard RealTek RTL8168C (P)/8111C(P) PCI-E Gigabit Ethernet NIC network disconnecting and acting weird during warm/hot weather?
    I noticed lately and back on 1/11/2009 night when weather got warm/hot (e.g., my room can get over 85F degrees, but lately it has been 80F degrees), my network would lose its connection. See http://img9.imageshack.us/img9/5580/screenshots.gif for a few SpeedFan's sensor readings when the incidents occurred. I have never seen this happen when the weather is cooler (60-70F degrees in my room).
    I also think this only happens if I am using the PC lightly (nothing intensive) like watching fullscreen videos (video overlay), surfing the Web, etc. I don't see any errors or evidences that it happens when idled (e.g., asleep or out). Uptime doesn't seem to matter since I have seen days to 3.5 hours.
    I tried upgrading network driver twice (e.g., Realtek_XP_5714_0219 from
    http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=13&PFid=5&Level=5&Conn=4&DownTypeID=3&GetDown=false ...), disabling Kerio Personal Firewall v2.1.5 (XP's disabled already), releasing and renewing IP address (works, but still no network -- can't even ping my router!), unplugging and replugging the cat5 cable (do see the network port lights on), touching the network jack and hardware inside and outside of the case (not hot), trying another cat5 cable and a network port on a switch instead router's), changing from "Minimal Power Management" to full power (no underclocking/slowing down when idled), etc.
    During the disconnections, I tried:
    C:\>tracert 192.168.0.1
    Tracing route to 192.168.0.1 over a maximum of 30 hops
      1     *        *        *     Request timed out.
      2     *        *        *     Request timed out.
      3     *        *     ^C
    IPCONFIG.EXE /ALL when having network problems:
    Windows IP Configuration
            Host Name . . . . . . . . . . . . : FOOBAR
            Primary Dns Suffix  . . . . . . . :
            Node Type . . . . . . . . . . . . : Hybrid
            IP Routing Enabled. . . . . . . . : No
            WINS Proxy Enabled. . . . . . . . : No
    Ethernet adapter VMware Network Adapter VMnet8:
            Connection-specific DNS Suffix  . :
            Description . . . . . . . . . . . : VMware Virtual Ethernet Adapter for VMnet8
            Physical Address. . . . . . . . . : 00-50-56-C0-00-08
            Dhcp Enabled. . . . . . . . . . . : No
            IP Address. . . . . . . . . . . . : 192.168.134.1
            Subnet Mask . . . . . . . . . . . : 255.255.255.0
            Default Gateway . . . . . . . . . :
    Ethernet adapter VMware Network Adapter VMnet1:
            Connection-specific DNS Suffix  . :
            Description . . . . . . . . . . . : VMware Virtual Ethernet Adapter for VMnet1
            Physical Address. . . . . . . . . : 00-50-56-C0-00-01
            Dhcp Enabled. . . . . . . . . . . : No
            IP Address. . . . . . . . . . . . : 192.168.80.1
            Subnet Mask . . . . . . . . . . . : 255.255.255.0
            Default Gateway . . . . . . . . . :
    Ethernet adapter HDTV Tuner 2:
            Connection-specific DNS Suffix  . :
            Description . . . . . . . . . . . : TechniSat DVB-PC TV Star PCI #3
            Physical Address. . . . . . . . . : 00-D0-D7-30-19-C1
            Dhcp Enabled. . . . . . . . . . . : Yes
            Autoconfiguration Enabled . . . . : Yes
            IP Address. . . . . . . . . . . . : 169.254.178.3
            Subnet Mask . . . . . . . . . . . : 255.255.255.0
            Default Gateway . . . . . . . . . :
            DHCP Server . . . . . . . . . . . : 169.254.178.1
            Lease Obtained. . . . . . . . . . : Saturday, February 28, 2009 6:55:04 PM
            Lease Expires . . . . . . . . . . : Monday, July 13, 2009 11:28:08 PM
    Ethernet adapter HDTV Tuner 1:
            Connection-specific DNS Suffix  . :
            Description . . . . . . . . . . . : TechniSat DVB-PC TV Star PCI
            Physical Address. . . . . . . . . : 00-D0-D7-30-1A-1D
            Dhcp Enabled. . . . . . . . . . . : Yes
            Autoconfiguration Enabled . . . . : Yes
            IP Address. . . . . . . . . . . . : 169.254.178.4
            Subnet Mask . . . . . . . . . . . : 255.255.255.0
            Default Gateway . . . . . . . . . :
            DHCP Server . . . . . . . . . . . : 169.254.178.1
            Lease Obtained. . . . . . . . . . : Saturday, February 28, 2009 6:55:21 PM
            Lease Expires . . . . . . . . . . : Monday, July 13, 2009 11:28:25 PM
    Ethernet adapter Local Area Connection 15:
            Connection-specific DNS Suffix  . :
            Description . . . . . . . . . . . : Realtek RTL8168C(P)/8111C(P) PCI-E Gigabit Ethernet NIC
            Physical Address. . . . . . . . . : 00-21-85-1A-C6-72
            Dhcp Enabled. . . . . . . . . . . : No
            IP Address. . . . . . . . . . . . : 192.168.0.82
            Subnet Mask . . . . . . . . . . . : 255.255.255.0
            Default Gateway . . . . . . . . . : 192.168.0.1
            DNS Servers . . . . . . . . . . . : 192.168.0.1
                                                4.2.2.1
    I checked Windows XP Pro. SP3's event logs and noticed these during the disconnections:
    Event logs showed:
    Event Type:    Information
    Event Source:    Tcpip
    Event Category:    None
    Event ID:    4201
    Date:        2/28/2009
    Time:        6:42:23 PM
    User:        N/A
    Computer:    FOOBAR
    Description:
    The system detected that network adapter \DEVICE\TCPIP_{51FDDE0F-0935-416E-8FE0-3E1A50847D41} was connected to the network, and has initiated normal operation over the network adapter.
    For more information, see Help and Support Center at
    http://go.microsoft.com/fwlink/events.asp.
    Data:
    0000: 00 00 00 00 02 00 50 00   ......P.
    0008: 00 00 00 00 69 10 00 40   ....i..@
    0010: 02 00 00 00 00 00 00 00   ........
    0018: 00 00 00 00 00 00 00 00   ........
    0020: 00 00 00 00 00 00 00 00   ........
    Event Type:    Information
    Event Source:    BROWSER
    Event Category:    None
    Event ID:    8033
    Date:        2/28/2009
    Time:        6:47:22 PM
    User:        N/A
    Computer:    FOOBAR
    Description:
    The browser has forced an election on network \Device\NetBT_Tcpip_{89F40100-0D8D-4C33-A32D-3D91CAEB3FBD} because a master browser was stopped.
    For more information, see Help and Support Center at
    http://go.microsoft.com/fwlink/events.asp.
    Event Type:   Information
    Event Source:   Tcpip
    Event Category:   None
    Event ID:   4201
    Date:      3/1/2009
    Time:      6:19:08 AM
    User:      N/A
    Computer:   FOOBAR
    Description:
    The system detected that network adapter \DEVICE\TCPIP_{51FDDE0F-0935-416E-8FE0-3E1A50847D41} was connected to the network, and has initiated normal operation over the network adapter.
    For more information, see Help and Support Center at
    http://go.microsoft.com/fwlink/events.asp.
    Data:
    0000: 00 00 00 00 02 00 50 00   ......P.
    0008: 00 00 00 00 69 10 00 40   ....i..@
    0010: 02 00 00 00 00 00 00 00   ........
    0018: 00 00 00 00 00 00 00 00   ........
    0020: 00 00 00 00 00 00 00 00   ........
    Event Type:   Information
    Event Source:   Tcpip
    Event Category:   None
    Event ID:   4201
    Date:      3/1/2009
    Time:      6:19:20 AM
    User:      N/A
    Computer:   FOOBAR
    Description:
    The system detected that network adapter \DEVICE\TCPIP_{51FDDE0F-0935-416E-8FE0-3E1A50847D41} was connected to the network, and has initiated normal operation over the network adapter.
    For more information, see Help and Support Center at
    http://go.microsoft.com/fwlink/events.asp.
    Data:
    0000: 00 00 00 00 02 00 50 00   ......P.
    0008: 00 00 00 00 69 10 00 40   ....i..@
    0010: 02 00 00 00 00 00 00 00   ........
    0018: 00 00 00 00 00 00 00 00   ........
    0020: 00 00 00 00 00 00 00 00   ........
    I also noticed the disconnections usually start with red X icon in my taskbar with its bubble and then later the long disconnection even though no red X (1 GB and connected). If I were to disconnect the cat5 cable from NIC, then it wouldn't even detect it is missing the cable!
    The only way to fix this was to reboot (best way and last longer) OR disable network connection and re-enable it (Windows XP's Network Connections) or the NIC itself (Device Manager), but that doesn't always last long (maybe a minute). Example of my pings right after disabling and re-enabling NIC:
    C:\>ping 192.168.0.1 -t
    Pinging 192.168.0.1 with 32 bytes of data:
    Request timed out.
    Reply from 192.168.0.1: bytes=32 time<1ms TTL=150
    Reply from 192.168.0.1: bytes=32 time<1ms TTL=150
    Reply from 192.168.0.1: bytes=32 time<1ms TTL=150
    Request timed out.
    Reply from 192.168.0.1: bytes=32 time<1ms TTL=150
    Request timed out.
    Request timed out.
    Reply from 192.168.0.1: bytes=32 time<1ms TTL=150
    MSINFO32 in case it helps (seems OK to me, but I am not a hardware expert):
    [Conflicts/Sharing]
    Resource   Device   
    I/O Port 0x00000000-0x00000CF7   PCI bus   
    I/O Port 0x00000000-0x00000CF7   Direct memory access controller   
    I/O Port 0x000003C0-0x000003DF   Intel(R) 4 Series Chipset PCI Express Root Port - 2E21   
    I/O Port 0x000003C0-0x000003DF   ATI Radeon HD 4800 Series   
    IRQ 21   Intel(R) ICH10 Family USB Universal Host Controller - 3A38   
    IRQ 21   OHCI Compliant IEEE 1394 Host Controller   
    IRQ 21   TechniSat DVB-PC TV Star PCI   
    IRQ 23   Intel(R) ICH10 Family USB Universal Host Controller - 3A34   
    IRQ 23   Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3A   
    I/O Port 0x0000B000-0x0000BFFF   Intel(R) 4 Series Chipset PCI Express Root Port - 2E21   
    I/O Port 0x0000B000-0x0000BFFF   ATI Radeon HD 4800 Series   
    IRQ 16   Intel(R) 4 Series Chipset PCI Express Root Port - 2E21   
    IRQ 16   ATI Radeon HD 4800 Series   
    IRQ 16   Intel(R) ICH10 Family USB Universal Host Controller - 3A37   
    IRQ 16   Standard Dual Channel PCI IDE Controller   
    IRQ 16   Intel(R) ICH10 Family PCI Express Root Port 2 - 3A42   
    IRQ 16   Intel(R) ICH10 Family PCI Express Root Port 6 - 3A4A   
    IRQ 16   ASUS TV880 Video Capture (NTSC)   
    IRQ 17   Microsoft UAA Bus Driver for High Definition Audio   
    IRQ 17   Intel(R) ICH10 Family PCI Express Root Port 1 - 3A40   
    IRQ 17   Realtek RTL8168C(P)/8111C(P) PCI-E Gigabit Ethernet NIC   
    Memory Address 0xD0000000-0xDFFFFFFF   Intel(R) 4 Series Chipset PCI Express Root Port -
    2E21   
    Memory Address 0xD0000000-0xDFFFFFFF   ATI Radeon HD 4800 Series   
    IRQ 18   Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3C   
    IRQ 18   Intel(R) ICH10 Family USB Universal Host Controller - 3A36   
    IRQ 19   Intel(R) ICH10 Family USB Universal Host Controller - 3A39   
    IRQ 19   Intel(R) ICH10 Family USB Universal Host Controller - 3A35   
    IRQ 19   Intel(R) ICH10 Family 4 port Serial ATA Storage Controller 1 - 3A20   
    IRQ 19   Intel(R) ICH10 Family 2 port Serial ATA Storage Controller 2 - 3A26   
    Memory Address 0xA0000-0xBFFFF   PCI bus   
    Memory Address 0xA0000-0xBFFFF   Intel(R) 4 Series Chipset PCI Express Root Port - 2E21   
    Memory Address 0xA0000-0xBFFFF   ATI Radeon HD 4800 Series   
    Memory Address 0xFED90000-0xFED93FFF   System board   
    Memory Address 0xFED90000-0xFED93FFF   System board   
    I/O Port 0x000003B0-0x000003BB   Intel(R) 4 Series Chipset PCI Express Root Port - 2E21   
    I/O Port 0x000003B0-0x000003BB   ATI Radeon HD 4800 Series   
    [IRQs]
    Resource   Device   Status   
    IRQ 9   Microsoft ACPI-Compliant System   OK   
    IRQ 16   Intel(R) 4 Series Chipset PCI Express Root Port - 2E21   OK   
    IRQ 16   ATI Radeon HD 4800 Series   OK   
    IRQ 16   Intel(R) ICH10 Family USB Universal Host Controller - 3A37   OK   
    IRQ 16   Standard Dual Channel PCI IDE Controller   OK   
    IRQ 16   Intel(R) ICH10 Family PCI Express Root Port 2 - 3A42   OK   
    IRQ 16   Intel(R) ICH10 Family PCI Express Root Port 6 - 3A4A   OK   
    IRQ 16   ASUS TV880 Video Capture (NTSC)   OK   
    IRQ 17   Microsoft UAA Bus Driver for High Definition Audio   OK   
    IRQ 17   Intel(R) ICH10 Family PCI Express Root Port 1 - 3A40   OK   
    IRQ 17   Realtek RTL8168C(P)/8111C(P) PCI-E Gigabit Ethernet NIC   OK   
    IRQ 21   Intel(R) ICH10 Family USB Universal Host Controller - 3A38   OK   
    IRQ 21   OHCI Compliant IEEE 1394 Host Controller   OK   
    IRQ 21   TechniSat DVB-PC TV Star PCI   OK   
    IRQ 19   Intel(R) ICH10 Family USB Universal Host Controller - 3A39   OK   
    IRQ 19   Intel(R) ICH10 Family USB Universal Host Controller - 3A35   OK   
    IRQ 19   Intel(R) ICH10 Family 4 port Serial ATA Storage Controller 1 - 3A20   OK   
    IRQ 19   Intel(R) ICH10 Family 2 port Serial ATA Storage Controller 2 - 3A26   OK   
    IRQ 18   Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3C   OK   
    IRQ 18   Intel(R) ICH10 Family USB Universal Host Controller - 3A36   OK   
    IRQ 23   Intel(R) ICH10 Family USB Universal Host Controller - 3A34   OK   
    IRQ 23   Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3A   OK   
    IRQ 20   Creative SB Audigy 2 ZS (WDM)   OK   
    IRQ 22   TechniSat DVB-PC TV Star PCI #3   OK   
    IRQ 0   System timer   OK   
    IRQ 8   System CMOS/real time clock   OK   
    IRQ 13   Numeric data processor   OK   
    IRQ 4   Communications Port (COM1)   OK   
    IRQ 6   Standard floppy disk controller   OK   
    IRQ 1   Standard 101/102-Key or Microsoft Natural PS/2 Keyboard   OK   
    IRQ 12   Microsoft PS/2 Mouse   OK   
    IRQ 14   Intel(R) ICH10 Family SMBus Controller - 3A30   OK
    My detailed computer configurations can be found here: http://alpha.zimage.com/~ant/antfarm/about/computers.txt (primary computer).
    Thank you in advance.

    Quote from: NovJoe on 02-March-09, 23:10:05
    Force your NIC to run at 100Mbps full duplex and see how it goes.
    Check your router / switch ports as well as cables.
    I will try 100 Mbps if it happens again. So far, it hasn't occurred after installing the driver supplied by MSI's Web site and not RealTek's Web site. The room temperatures even got warmer like 83F degrees.
    As for router and switch, what am I checking for? Other computers didn't have any problems. As for cat5 cables, I already tried another one like I said in my original post.

  • Frozen system when booting with dual-head setup (updates)

    Hi guys,
    I made a fresh install a couple of weeks ago and I configured my system for a dual-head setup following the wiki. I activated KMS and added radeon to the kernel parameters.
    My xorg.conf looks like this:
    Section "Monitor"
    Identifier "DVI-0"
    Option "PreferredMode" "1920x1080"
    Option "Position" "0 0"
    EndSection
    Section "Monitor"
    Identifier "HDMI-0"
    Option "PreferredMode" "1920x1080"
    Option "Position" "1920 0"
    EndSection
    I was having random freezes for a couple of days, but I didn't pay too much attention to it. I hard rebooted my computer when it froze and it could boot normally that second time.
    But after yesterday, last update to the open source drivers xf86-video-ati (1:7.5.0-2) and lib32-mesa-libgl (10.5.2-1), my system doesn't boot unless I disconnect one of the screens. When only one screen it's connected everything is fine. If I plug the second screen, it pops up the KDE service to configurate the second screen but as soon I press 'apply the chages' my system freezes and I had to hard reboot.
    I've tried all possible combinations usingt different outputs from the screens, getting the same results. Two of them connected --> freezes after grub loading. One connected --> boot Ok, but as soon as I plug the second one and I apply changes, freezes.
    I found one configuration that doesn't freeze my system. When I plug the second screen, as I said, KDE service automatically pops up. Before I was changing the positions of the screen, one beside the other one, and my system freezes when I apply the changes. If I just left the default configuration (one screen in top of the other), it doesn't freeze my system. After that, I can rearrange the screens, as I need them, and it doesn't freeze.
    Here it is my grub.cfg
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    if [ "${next_entry}" ] ; then
    set default="${next_entry}"
    set next_entry=
    save_env next_entry
    set boot_once=true
    else
    set default="0"
    fi
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos2'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 e36984ca-21d8-4191-ba2f-a09bf8ce6f88
    else
    search --no-floppy --fs-uuid --set=root e36984ca-21d8-4191-ba2f-a09bf8ce6f88
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
    # Fallback normal timeout code in case the timeout_style feature is
    # unavailable.
    else
    set timeout=5
    fi
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-e36984ca-21d8-4191-ba2f-a09bf8ce6f88' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 128c8e95-9496-49d1-9a9e-bc886662258d
    else
    search --no-floppy --fs-uuid --set=root 128c8e95-9496-49d1-9a9e-bc886662258d
    fi
    echo 'Loading Linux linux ...'
    linux /vmlinuz-linux root=UUID=e36984ca-21d8-4191-ba2f-a09bf8ce6f88 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    submenu 'Advanced options for Arch Linux' $menuentry_id_option 'gnulinux-advanced-e36984ca-21d8-4191-ba2f-a09bf8ce6f88' {
    menuentry 'Arch Linux, with Linux linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-e36984ca-21d8-4191-ba2f-a09bf8ce6f88' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 128c8e95-9496-49d1-9a9e-bc886662258d
    else
    search --no-floppy --fs-uuid --set=root 128c8e95-9496-49d1-9a9e-bc886662258d
    fi
    echo 'Loading Linux linux ...'
    linux /vmlinuz-linux root=UUID=e36984ca-21d8-4191-ba2f-a09bf8ce6f88 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    menuentry 'Arch Linux, with Linux linux (fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-e36984ca-21d8-4191-ba2f-a09bf8ce6f88' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 128c8e95-9496-49d1-9a9e-bc886662258d
    else
    search --no-floppy --fs-uuid --set=root 128c8e95-9496-49d1-9a9e-bc886662258d
    fi
    echo 'Loading Linux linux ...'
    linux /vmlinuz-linux root=UUID=e36984ca-21d8-4191-ba2f-a09bf8ce6f88 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    ### BEGIN /etc/grub.d/60_memtest86+ ###
    ### END /etc/grub.d/60_memtest86+ ###
    And my fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # /dev/sda2 resto del disco
    UUID=e36984ca-21d8-4191-ba2f-a09bf8ce6f88 / ext4 defaults,noatime,discard 0 1
    # /dev/sda1 100MB
    UUID=128c8e95-9496-49d1-9a9e-bc886662258d /boot ext4 defaults,noatime,discard 0 2
    # /dev/sdc2 10GB
    UUID=3959515c-30e4-4749-bc30-5babba3311e8 /var ext4 defaults 0 2
    # /dev/sdc3 resto del disco
    UUID=8ccc2ed9-35e5-4a4f-81f1-98cc8bfc4ed1 /home ext4 defaults,noatime 0 2
    # /dev/sdc1
    UUID=35e39da9-c942-434d-bbfc-deb5e40ee8be none swap defaults 0 0
    #montaje de temp en ram
    tmpfs /tmp tmpfs nodev,nosuid,size=3G 0 0
    # External HDD
    UUID=0ae5eb6a-8c4c-480c-8efe-609ae83f2bdc /media/External\040HDD ext4 defaults 0 0
    # Seagate Expansion Drive
    UUID=16668D4B668D2C95 /media/Seagate\040Expansion\040Driventfs-3g defaults,nofail 0 0
    What else should I check?
    Thanks in advance.
    Edit: added info
    Edit2: more tests.
    Last edited by doblerone (2015-03-31 08:12:38)

    Rexilion wrote:Maybe try looking at /var/log/pacman.log and see if you can downgrade packages (start with the kernel). See if that works around the problem.
    Downgrading catalyst to 14.3 seems to have done the job. Thanks for the suggestion, marking as solved.
    Inxsible wrote:bheinks, you have been on the forums long enough to be aware of the forum rules. Make use of an image hosting site.
    Sorry, I don't post often and wasn't aware of the rules on images. I'll keep that in mind next time.

  • [SOLVED] Dual-Screen Setup with ATI Catalyst

    I'm having a beast of a time trying to set up X to work on my two screens.
    Screen 1 is a 23" screen connected with a DVI cable.  My preferred resolution for this one is 1920x1080.  Screen 2 is a 17" screen (4:3) connected with a VGA cable.  My preferred resolution for this one is 1280x960.
    I tried using "aticonfig --initial=dual-head".  This does not produce a working xorg.conf file.  Specifically, my smaller monitor simply complains about not being able to display the given video mode.  Running xrandr (from the main screen) shows only that output as being "connected" - the rest of them (including the CRT outputs which seem to correspond to the VGA port) as "disconnected".
    I've spent about 5 hours searching for an answer to this, and the only ones I seem to be able to find are nvidia-specific.
    I have an ATI Radeon HD 4850 or 4870 - I honestly forget which, although the drivers should be the same.  I'm using the catalyst driver from the AUR, because I'd like to have 3D acceleration.
    I've read through the entire xorg.conf man page, and tried a few things from there (including writing my own xorg.conf from scratch).  Unfortunately, this seems incredibly useless, as the man page doesn't list any of the options that I seem to need (for example, I've read about and tried the "PairModes" option under "Device").
    I can probably eventually figure this out, but it would be nice to have a few pointers.  For example:
    Should I have one or two "Device" sections in xorg.conf?  Should I have one or two "Screen" sections in xorg.conf?  Where can I find a full list of possible "Option" keys, at least for the Device section?  Should I be using Xinerama (I've tried with and without, to no avail).
    EDIT:  I solved this by using the aticonfig tool some more, and not by messing around with xorg.conf.  Specifically, the command:
    aticonfig --initial=dual-head --xinerama=on --resolution=0,1920x1080 --resolution=1,1280x960 --screen-layout=right
    I'll leave this here in the hopes that it can help someone else.
    Last edited by Tempest (2011-08-06 02:28:41)

    If you aren't playing games, it may be worth it to check out xf86-video-ati. Then you can configure your displays the standard way with xrandr.

  • Help with Spry, acting weird in Mac Os 10.5 10.6, 10.7 and Ios Devices

    I use Dreamweaver CS4 for designing our school website.  The url is http://www.stpiusxschool.org
    The menu bar on the left is built with a Spry Asset, it is to expand to different choices on some of the lines.  The issue started about a month ago, if I click on the first item that should expand out (Parent Resources) it will not expand out, then I choose the second one (Student Resources) it expands out, I go back to Parent Resources and it will expand....this happen on Mac 10.5 and Ios Devices (Ipad, and Iphone)
    On Mac 10.6 menu bars will never expand out.
    I have tried many things, I have ran the Spry Updater and uploaded those files.  I have built a page outside of my site, it appears to work ok, then copied that Spry Asset folder into the site, no luck. 
    I have built a second spry on a test page within the site, and tried it out, it doesn't seem to work correct either.  It can be accessed off the main page mentioned above, scroll to the bottom and click on test, that is just what it is a test page.
    School is starting soon and this site is used a lot for resources during the day.
    I have called Adobe and got no where with them but that even took hours.
    If someone could help me out that would be awesome.
    By the way, I know nothing about coding itself.
    Thanks

    You have got two problems
    The menu is acting weird in Mac as well as on PC
    The menu does not behave in IOS devices
    The solutions
    Add the DOCTYPE Declaration to your document(s)
    Replace the current SpryMenuBar for an IOS friendly MenuBar
    1. You can add the HTML5 document type as follows, making sure that there are no blank lines before <!DOCTYPE HTML>
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="utf-8">
    <title>St Pius X School des moines iowa</title>
    The title already existsin your document. I put it there so that it is easier to see where the rest goes.
    2. There is a Spry Menu Bar 2.0 available here http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=2141544
    Gramps

  • Lumia 720: Power and camera button act weird

    Hi,
    My Nokia Lumia 720 is acting weird.
    The camera button doesn't work and so does the power button.
    However if I press the volume down and the power button simultaneously the button does work.
    Does anyone know how to fix this?
    I've already brought the phone back to the default settings.
    I'm running the latest developer preview if that matters.
    -- Mathijs
    Solved!
    Go to Solution.

    That's great to hear, Mathijs. If you need further assistance in the future, don't hesitate to post again here in the forum and let our community help you. 
    Cheers! 

  • Is there some new type of crash at the moment? My BB Pearl emails are acting weird a

    My BB Pearl emails are acting weird again, very similar like in the previous outage!

    Hey bravopaololondon,
    Are you still having issues with your email on your BlackBerry smartphone? If you are you can try clear the service book database. 
    How to clear the user content databases from the BlackBerry smartphone
    How to send service books to the BlackBerry smartphone for BlackBerry Internet Service
    -SR
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Nouveau graphical tearing, dual-head setup

    I currently experience tearing while using the Nouveau drivers for my NVidia card. I experienced the same (or a similar) tearing issue while using the proprietary drivers, which, along with the inherent incompatibility with most of the linux graphics stack, led me to switch to Nouveau.
    I'm using the 3D support from nouveau-dri along with xf86-video-nouveau and the most recent Gnome 3 build in the official repositories.
    I have a dual-head setup with one 1024x768 IBM monitor to the left of a 1920x1080 Dell monitor. Both report 60Hz vertical refresh rate in their configuration menus.
    So far, my attempts to solve this problem have consisted of the following steps:
    1. Use a minimal xorg.conf and configure everything using the integrated Gnome display settings utility. The minimal xorg.conf was as follows:
    Section "Device"
    Identifier "nvidia"
    Driver "nouveau"
    Option "GLXVBlank" "true"
    EndSection
    2. Enable/disable the GLXVBlank flag in xorg.conf.
    I do not experience the same issue when booted to Windows 7, using the most recent official NVidia drivers.
    I would greatly appreciate any help anyone could offer on this issue, it is quite frustrating to boot into Windows to watch videos without horizontal breaks in every frame. Thanks!
    Output from xrandr --current is as follows:
    [ifx@melancholy ~]$ xrandr --current
    Screen 0: minimum 320 x 200, current 2944 x 1080, maximum 8192 x 8192
    DVI-I-1 connected 1920x1080+1024+0 (normal left inverted right x axis y axis) 477mm x 268mm
    1920x1080 60.0*+
    1280x1024 75.0 60.0
    1152x864 75.0
    1024x768 75.1 60.0
    800x600 75.0 60.3
    640x480 75.0 60.0
    720x400 70.1
    DVI-I-2 connected 1024x768+0+312 (normal left inverted right x axis y axis) 304mm x 228mm
    1024x768 60.0*+ 75.1 70.1
    832x624 74.6
    800x600 72.2 75.0 60.3 56.2
    640x480 72.8 75.0 60.0 59.9
    720x400 70.1
    My current xorg.conf is as follows:
    Section "Monitor"
    Identifier "Monitor0"
    Option "PreferredMode" "1920x1080_60.00"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    Option "PreferredMode" "1024x768_60.00"
    Option "LeftOf" "Monitor0"
    EndSection
    Section "Device"
    Identifier "nvidia"
    Driver "nouveau"
    Option "Monitor-DVI-I-1" "Monitor0"
    Option "Monitor-DVI-I-2" "Monitor1"
    Option "GLXVBlank" "true"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Virtual 2944 1080
    EndSubSection
    Device "nvidia"
    EndSection
    Section "ServerLayout"
    Identifier "Layout0"
    Screen "Screen0"
    EndSection
    Other information can be provided on request.

    Hello. I have the same problem. Not just on Arch. I've had this problem with many distros, graphics cards, and drivers across the board. Installing the proprietary nvidia driver fixes the video tearing (vsync) issue for me. However; A) it's Linux, I don't want to use proprietary anything (otherwise I'd be on a Mac); and B) the proprietary driver will not flip my display to portrait anyway.
    I basically have the same setup as Meyermagic. One GeForce 8600 GT, Two monitors (identical acers) 1680x1050 (oriented in portrait so 1050x1680 if you like), using open source Nouveau driver, created a minimal xorg file in /etc/X11/xorg.conf.d/20-nouveau.conf
    Section "Module"
    Load "glx"
    EndSection
    Section "Device"
    Identifier "Nvidia card"
    Driver "nouveau"
    Option "GLXVBlank" "true"
    EndSection
    Both monitors have a refresh rate of 60Hz. I still get really bad tearing as I drag windows across the screens.
    Again, I've had this issue with almost every Linux box I've built (the only time this is not even remotely an issue is on my Thinkpad T400 using the Intel graphics). I'm guessing I'm doing something wrong or I've just had bad luck because it is nearly impossible to find any support for this on any forum anywhere. Anything I do find is either a thread like this where someone asked the question and simply never got a response. Or it is some out-of-date forum that give you 10 ways to modify the xorg.conf none of which make any sense or don't work. Not to mention that xorg.conf is now depreciated anyways.
    Seriously, even if there is a wiki that concisely explains in excruciating detail how to actually modify the xorg conf files then I could figure it out for myself but I can't find that anywhere which makes me feel really stupid because I know it has to be out there. If there isn't an xorg wiki or xorg.com site or something that explains how to use the thing then I'm not sure I want to live on this planet anymore.
    If anyone can help in any way please do.

  • [S] Latest Xorg crashes on dual head system when web browser is opened

    Due to the long Subject line I abbreviated, the issue is solved but I would still like it if someone could answer my question if someone knows why
    After updating Xorg and the Radeon drivers on my dual head system opening any kind of web browser causes Xorg to crash.  Any other application: Dolphin, Kopete, Amarok, urxvt open and run just fine with no issues from Xorg (which is baffling me).  I have a bunch of single head systems that use ATI video cards that don't have this issue, like the one I am currently on that has Chrome open with four tabs.
    I caused a couple of these crashes and grabbed /var/log/Xorg.0.log, can be viewed from here http://sprunge.us/bNZC, as well as grabbed my /etc/X11/xorg.conf.d/10-monitor.conf file, which is here http://sprunge.us/gbNW.  SLiMs log file has a little bit more in it as far as errors go, http://sprunge.us/UjVK, mostly how it is trying to load VDPAU which if I remember correctly that is a Nvidia thing is it not?  There are also errors how it can't load the RANDR extension.  Anyone have any helpful pointers of solving this? 
    Package details:
    xorg-server: 1.12.0-1
    xorg-xinit: 1.3.2
    xorg-utils: 7.6-8
    xorg-server-utils: 7.6-3
    xf86-video-ati: 6.14.3-2
    ati-dri: 8.0.1-2
    udev: 181-2
    kernel: 3.2.9-1
    Last edited by vendion (2012-03-14 12:10:18)

    It seams that my 10-monitor.conf file was causing the issue, why I am not sure... and it would be nice to know what the problem with it was, but after moving that file out of /etc/X11/xorg.conf.d directory and restarting X11 and using xrandr to get my screens setup the way I like them to be X11 no longer crashes when a web browser is opened.  I wonder if this will also solve my issue of Awesome randomly crashing after long periods of inactivity...

  • Dual-head with Radeon HD 2400LE not working/behaving strangely

    I have a Radeon HD 2400LE video card. and I'm attempting to set up dual-head with a 17" (1280x1024) scree and a 24" (1920x1200) screen.  I originally tried fglrx, and it worked mostly, but caused partial lockups every few hours (the mouse cursor would move, but didn't seem to pass any events to anything - even hover wouldn't work).  I'd like to use the radeonhd driver in any case, and I'm currently trying it from git/AUR, version 20090116-1.  I'll post my xorg.conf here shortly, once I've cleaned it up a bit.  Anyhow, I'm running KDE 4.2, and the display settings list VGA (my second monitor), DVI-digital (my first monitor), DVI-analog (the same port), and TV (S-Video - not used).  However, clicking "Identify Outputs" displays the VGA output properly, but the DVI-digital output indicator is shown halfway off the top-left corner of the VGA-connected screen.  Enabling the DVI monitor's output does something, because the monitor recognizes that it's connected, but it won't display anything, and changing the DVI settings causes various weird issues with the VGA-connected screen.  I'm not using Xinerama, as I was planning on doing the whole thing with KDE and the help of XRandR.  I could really use some help with this, as I've been fighting with dual-head all week.
    Thanks

    Here is my xorg.conf, it sounds like you are trying to acheive a similar setup to what I have, maybe you'll find this helpful
    let me know if you have anyquestions on it.
    Section "Module"
    Load "dbe"
    SubSection "extmod"
    Option "omit xfree86-DGA"
    EndSubSection
    Load "glx"
    Load "freetype"
    #Load "type1"
    Load "dri"
    Load "drm"
    EndSection
    Section "Files"
    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 "Server Flags"
    Option "AutoAddDevices" "false"
    EndSection
    Section "Input Device"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules" "xorg"
    Option "XkbModel" "microsoft"
    Option "XkbLayout" "us"
    EndSection
    Section "Input Device"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    Option "Emulate3Buttons"
    EndSection
    Section "Monitor"
    Identifier "monitor0"
    Option "DPMS" "true"
    EndSection
    Section "Monitor"
    Identifier "monitor1"
    Option "DPMS" "true"
    Option "RightOf" "monitor0"
    EndSection
    Section "Device"
    Identifier "device0"
    Driver "radeonhd"
    BusID "PCI:1:5:0"
    Option "monitor-DVI-D_1" "monitor0"
    Option "monitor-VGA_1" "monitor1"
    Option "RROutputOrder" "DVI-D_1"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "device0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "ServerLayout"
    Identifier "Multihead Layout"
    Screen "Screen0" 0 0
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    Section "DRI"
    Group "video"
    Mode 0666
    EndSection
    Last edited by Cyrusm (2009-01-25 04:34:14)

Maybe you are looking for