ATI open-source driver and modelines

Since the 8.3x versions of fglrx do not work with custom modelines, I have tried to switch to the open-source driver. However, I still seem to have a problem with modelines. Here is the relevant section in my xorg.conf file:
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1280x768"
HorizSync 30-82
VertRefresh 40-70
Option "dpms"
# 1280x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 80.14 MHz
Modeline "1280x768_60" 80.14 1280 1344 1480 1680 768 769 772 795 -HSync +Vsync
EndSection
Here is what I get when I start X (excerpt from Xorg.0.log):
(--) RADEON(0): Virtual size is 1280x768 (pitch 1280)
(**) RADEON(0): *Mode "1280x768_60": 68.9 MHz (scaled from 0.0 MHz), 49.0 kHz, 6
0.0 Hz
(II) RADEON(0): Modeline "1280x768_60" 68.93 1280 1296 1320 1408 768 771 777
816
I don't understand why the driver changes the modeline parameters. Any ideas?
On a related issue - anyone got the 8.2x fglrx drivers working with the latest kernel and X? Everything was fine with my setup before I upgraded to 2.6.20 and 7.2.0.
Elad

What's changed?  If the monitor works fine (without bad resolution or the streaks characteristic of ugly refresh rates), I'd leave it alone.  The driver probably has its own ideas about modes.  Of course, that's just me.
This stuff might concern you, from the radeon man page.
Option "DDCMode" "boolean"
Force to use the modes queried from the connected monitor.
The default is off.
Option "MonitorLayout" "string"
This option is used to overwrite the detected monitor types. This is only required when driver makes a false detection. The possible monitor types are:
NONE -- Not connected
CRT -- Analog CRT monitor
TMDS -- Desktop flat panel
LVDS -- Lapto flat panel
This option can be used in following format:
Option "MonitorLayout" "[type on primary], [type on secondary]"
For example, Option "MonitorLayout" "CRT, TMDS"
Primary/Secondary head for dual-head cards:
(when only one port is used, it will be treated as the primary regardless)
Primary head:
DVI port on DVI+VGA cards
LCD output on laptops
Internal TMDS prot on DVI+DVI cards
Secondary head:
VGA port on DVI+VGA cards
VGA port on laptops
External TMDS port on DVI+DVI cards
The default value is undefined.
Last edited by skale (2007-03-13 00:56:19)

Similar Messages

  • [ATI open source driver, laptop] Screen not refreshing properly.

    Hi guys, I've been using ATI Catalyst driver and everything was working well until I decided to switch to open source driver.
    Now I have strange problem. My screen is not refreshing properly, I mean, for example I use Facebook and I decide to read something in other card in browser and after I switch cards I can still see some of the facebook page elements, window title does not change. After I move cursor over page elements are refreshing. When I scroll page, even a little bit, it refreshes as well. Or I use terminal, I type some command, press enter and sometimes screen doesn't refresh and I can't see output until I try to resize window or select text (which I can't see...).
    Sorry for not the best description, I will give you screens tomorrow because today I can't.
    My graphics card is Radeon HD 5400 Series and I use ASUS X52J laptop.

    tomk wrote:Install radeonhd and run X with no xorg.conf - it will autodetect the driver.
    The radeonhd works.  It's the radeon driver that doesn't work, I tried no xorg.conf and it still used the vesa driver.
    Last edited by cyclotomic (2009-06-27 07:11:12)

  • Help with ati open-source driver :what problems with my xorg.conf?

    I removed vesa driver and then :
    sudo pacman -S xf86-video-ati libgl
    I have browser http://wiki.archlinux.org/index.php/ATI
    I add me to the group video,add radeon to my rc.conf.
    and changed my xorg.conf like that.and then I type "startx",It did work,but the resolution is not right (it should be 1027x768 but I got a resolution 640x480),and I run glxinfo it said :"unable to open  display"
    I'm sure the     HorizSync VertRefresh is right besause when I try catalyst it works well :<
    my card is ati X550
    Here's my config:(can anyone who's ati card work with open-source driver works well give me your xorg.conf ?THX!)
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    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 "radeon"
    Load "glx"
    Load "record"
    Load "extmod"
    Load "xtrap"
    Load "GLcore"
    Load "dbe"
    Load "dri"
    Load "drm"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "ImPS/2"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 320 240 # mm
    Identifier "Monitor0"
    VendorName "KTC"
    ModelName "1700"
    ### Comment all HorizSync and VertRefresh values to use DDC:
    HorizSync 28.0 - 80.0
    VertRefresh 50.0 - 200.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "RV370 [Sapphire X550 Silent]"
    Option "XAANoOffscreenPixmaps" "true"
    Option "AGPMode" "4"
    Option "ColorTiling" "on"
    Option "AccelMethod" "EXA"
    Option "EnablePageFlip" "on"
    Option "AGPFastWrite" "true"
    BusID "PCI:1:0:0"
    EndSection
    Section "DRI"
    Group "video"
    Mode 0666
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1024x768"
    EndSubSection
    EndSection

    Ok, seems like you don't use [testing] because in this case x wouldn't even start, because RgbPath in the Section "Files" doesn't exist anymore and has to be removed.
    I do always recommend people to disable any kind of options in the Section "Device", if there are problems with the video card. You usually do not have to put radeon neigher into the Section "Module", nor into rc.conf! So remove them, radeon should be loaded because it's set as Driver in the Section "Device"
    Your problem with wrong resolution ... I'm not an expert in this, didn't ever have such a problem, but are you sure, that your HorizSync and VertRefresh values are right?

  • Ati open source driver not working.

    I have an ATI 4650 mobility radeon, and the open radeonhd driver and the catalyst driver work.  However, I would like to use the open radeon driver instead, yet when I install the driver and use Xorg -configure it just uses the vesa driver.  I tried configuring xorg.conf and it errors our with "No screens found."  I've been told by a few people that my card is supported by the open radeon driver, so I am at a loss as to why it doesn't work, unless it isn't really supported.
    Last edited by cyclotomic (2009-06-27 07:00:04)

    tomk wrote:Install radeonhd and run X with no xorg.conf - it will autodetect the driver.
    The radeonhd works.  It's the radeon driver that doesn't work, I tried no xorg.conf and it still used the vesa driver.
    Last edited by cyclotomic (2009-06-27 07:11:12)

  • Ati open source driver dual head problem

    I have an AMD FirePro M5950 video card in my laptop. Using the open source ATI driver I can't seem to get my dual monitor setup working and GDM won't even start. However KDM is working.
    Still, the problem I am having with KDM can be viewed in the following image.
    The display somehow starts a little left from the middle of the screen. When I continue moving the mouse to the right the mouse appears on the left part of the screen.
    How can this weird offset be fixed? Do some log files help, which one?

    append "nomodeset" in the bootloader, before booting, maybe that will fix the issue.

  • [SOLVED] Compiz, ATI 4850, open source driver: fail?

    Hi!
    I'm trying to use compiz with my ATI 4850 and open source driver, but it doesn't work.
    Actually I'm under GNOME.
    I used KDE and Kwin compositing using OpenGL works flawlessy. Where is the problem?
    When I launch compiz I get:
    IRQ's not enabled, falling back to busy waits: 2 0
    compiz (core) - Fatal: GLX_EXT_texture_from_pixmap is missing
    compiz (core) - Error: Failed to manage screen: 0
    compiz (core) - Fatal: No manageable screens found on display :0.0
    but...
    $ glxinfo | grep GLX_EXT_texture_from_pixmap
    GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
    Here's the complete glxinfo output:
    $ glxinfo
    name of display: :0.0
    IRQ's not enabled, falling back to busy waits: 2 0
    display: :0 screen: 0
    direct rendering: Yes
    server glx vendor string: SGI
    server glx version string: 1.2
    server glx extensions:
    GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
    GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample,
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group
    client glx vendor string: Mesa Project and SGI
    client glx version string: 1.4
    client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
    GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
    GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
    GLX version: 1.2
    GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
    GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_SGI_make_current_read,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
    GLX_SGIX_visual_select_group
    OpenGL vendor string: Advanced Micro Devices, Inc.
    OpenGL renderer string: Mesa DRI R600 (RV770 9442) 20090101 TCL
    OpenGL version string: 1.5 Mesa 7.7
    OpenGL extensions:
    GL_ARB_depth_texture, GL_ARB_depth_clamp, GL_ARB_draw_buffers,
    GL_ARB_fragment_program, GL_ARB_imaging, GL_ARB_multisample,
    GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_point_parameters,
    GL_ARB_provoking_vertex, GL_ARB_shadow, GL_ARB_shadow_ambient,
    GL_ARB_texture_border_clamp, GL_ARB_texture_compression,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
    GL_ARB_texture_env_dot3, GL_MESAX_texture_float,
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_rectangle,
    GL_ARB_transpose_matrix, GL_ARB_vertex_array_bgra,
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_window_pos,
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
    GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
    GL_EXT_compiled_vertex_array, GL_EXT_convolution, GL_EXT_copy_texture,
    GL_EXT_draw_range_elements, GL_EXT_fog_coord,
    GL_EXT_gpu_program_parameters, GL_EXT_histogram, GL_EXT_multi_draw_arrays,
    GL_EXT_packed_depth_stencil, GL_EXT_packed_pixels,
    GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_provoking_vertex,
    GL_EXT_rescale_normal, GL_EXT_secondary_color,
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs,
    GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_subtexture,
    GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp,
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,
    GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp,
    GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_texture_sRGB,
    GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, GL_APPLE_packed_pixels,
    GL_ATI_blend_equation_separate, GL_ATI_texture_env_combine3,
    GL_ATI_texture_mirror_once, GL_ATI_separate_stencil,
    GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip,
    GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate,
    GL_MESA_pack_invert, GL_MESA_ycbcr_texture, GL_MESA_window_pos,
    GL_NV_blend_square, GL_NV_depth_clamp, GL_NV_light_max_exponent,
    GL_NV_packed_depth_stencil, GL_NV_texture_rectangle,
    GL_NV_texgen_reflection, GL_NV_vertex_program, GL_OES_read_format,
    GL_SGI_color_matrix, GL_SGI_color_table, GL_SGIS_generate_mipmap,
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
    GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays
    Packages installed:
    ati-dri 7.7-1
    xf86-video-ati 6.12.4-3
    libgl 7.7-1
    mesa 7.7-1
    libdrm-git 20091222-1
    kernel26 2.6.32.7-1
    EDITED:
    installing libdrm 2.4.17-3 doesn't changes...
    Last edited by ziabice (2010-02-01 20:31:46)

    how are you launching compiz? try it through fusion-icon, it makes it much more easier. Try it under xfce/openbox whatever else you have, a month ago I couldn't start fusion under gnome, but with another card.
    I suppose you aren't using kms.
    I have those packages, and compiz is running fine with my hd 4850, but I'm using it as a standalone window manager. I tried it with xfce too, and it was fine.

  • [Solved] Artifacts with ATI Radeon HD 6670 and open source driver

    Hey folks,
    I use the xf86-video-ati driver and have a lot of artifacts on my screen.
    Here my Xorg and dmesg log:
    Dmesg: http://pastebin.com/AF8AmJfP
    Xorg: http://pastebin.com/8rnQS0sa
    My kernel version: 3.8.8-2-ARCH
    My /etc/X11/xorg.conf.d/20-radeon.conf:
    Section "Device"
        Identifier "Radeon"
        Driver "radeon"
        Option "EXAPixmaps" "off"
        Option "AccelDFS" "off"
    EndSection
    I tried to use the linux-lts kernel and the mesa-git repository but nothing happend...
    KMS is enabled, if I disable it Xorg only works with vesa but very slow and with a bad resolution.
    All other framebuffers devices are disabled.
    I hope someone can help me...
    Last edited by Gorentill (2013-04-27 21:09:26)

    Yes I have...no changes...
    I could use the ati catalyst driver to solve this problem but I hate this slow driver.
    EDIT:
    I also have artifacts on my virtual console...
    Last edited by Gorentill (2013-04-27 12:51:19)

  • [SOLVED] ATI (open source) Graphics Issue due to Upgrade

    Shadowrun Returns finally loaded (after ages) but performance was abysmal whereas I was playing it with the same settings flawlessly yesterday. L4D2 was "laggy" while clicking in the interface and on the opening video, and then I got sound with a black screen and had to kill the process.
    I believe it is related to a recent update in one of the following packages (at least I did not have this problem yesterday, and I updated first thing this morning):
    [2014-05-06 08:32] [PACMAN] starting full system upgrade
    [2014-05-06 08:32] [PACMAN] upgraded mesa (10.1.1-2 -> 10.1.2-1)
    [2014-05-06 08:32] [PACMAN] upgraded mesa-libgl (10.1.1-2 -> 10.1.2-1)
    [2014-05-06 08:32] [PACMAN] upgraded ati-dri (10.1.1-2 -> 10.1.2-1)
    [2014-05-06 08:32] [PACMAN] upgraded x265 (0.9-1 -> 1.0-1)
    [2014-05-06 08:32] [PACMAN] upgraded ffmpeg (1:2.2.1-1 -> 1:2.2.2-1)
    [2014-05-06 08:32] [PACMAN] upgraded lib32-mesa (10.1.1-1 -> 10.1.2-1)
    [2014-05-06 08:32] [PACMAN] upgraded lib32-mesa-libgl (10.1.1-1 -> 10.1.2-1)
    [2014-05-06 08:32] [PACMAN] upgraded lib32-ati-dri (10.1.1-1 -> 10.1.2-1)
    There doesn't seem to be much useful output when starting Steam from the command line here's the beginning output:
    Running Steam on arch rolling 64-bit
    STEAM_RUNTIME is enabled automatically
    Installing breakpad exception handler for appid(steam)/version(1398287272_client)
    libGL error: dlopen /usr/lib32/xorg/modules/dri/r600_dri.so failed (/home/username/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib32/xorg/modules/dri/r600_dri.so))
    libGL error: unable to load driver: r600_dri.so
    libGL error: driver pointer missing
    libGL error: failed to load driver: r600
    Installing breakpad exception handler for appid(steam)/version(1398287272_client)
    (steam:1501): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita",
    (steam:1501): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita",
    /usr/share/themes/Adwaita/gtk-2.0/gtkrc:1137: error: unexpected identifier `direction', expected character `}'
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
    My card shouldn't be using the r600 driver (mine is a Radeon HD 5770) and it's quite possible those errors have always been there.
    Any help would be greatly appreciated.
    Last edited by cyrxi (2014-05-06 15:03:55)

    I have similar problem. I have removed steam-runtime libstdc++ libraries (I could not start game with them), but performance is very low. I use open source ati drivers (lib32-ati-dri also installed) and have Radeon 7770. Some time ago I could play Super Meat Boy with good performance, but now even intro is like 5 FPS which is obviously now what I expected. I am rather casual player so I can't say when (after which update as I presume) performance were redused. System is up-to-date.
    I noticed that if I use AccelMethod "EXA" hardware acceleration do not work, with "GLAMOR" I have artefacts (e.g. with title bar and context menu) in KDE, but it run at normal SMB at normal speed. According to Arch Wiki there is a bug in X11 related to GLAMOR.
    Last edited by fenuks (2014-05-10 21:27:11)

  • [SOLVED]X11 video output only with ati open source drivers

    Hi everyone,
    my nvidia graphics card died recently and I replaced it with an ATI Radeon HD 4870, which in hindsight might have been a mistake.
    I installed the catalyst driver at first, ran into some problems, finally decided to switch to the open source xf86-video-ati driver. Followed the ati wiki, but ended up with X11 video output only. Can't watch anything full screen, general performance is sluggish. The output of xvinfo is:
    screen #0
    no adaptors present
    Here are the (hopefully) relevant parts of my xorg.conf:
    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 "dri2"
    Load "dbe"
    Load "record"
    Load "glx"
    Load "extmod"
    Load "dri"
    Load "drm"
    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"
    ### [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" "8"
    #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 "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    Option "ColorTiling" "on"
    #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 "ShowCache" # [<bool>]
    #Option "DynamicClocks" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    Option "AccelMethod" "EXA"
    #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>]
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "RV770 [Radeon HD 4870]"
    BusID "PCI:1: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
    Section "DRI"
    Mode 0666
    EndSection
    Any ideas?
    Last edited by Raisuli (2009-05-31 16:08:41)

    I think I had XV with this stuff: xf86-video-radeonhd-git-r6xx-r7xx and drm-radeon-module-git-r6xx-r7xx

  • Open source driver for wrt1900ac?

    It is not possible to compile a fully working (including WiFi) OpenWrt build for the WRT1900AC.   At this point anyway.
    For those who want to use OpenWRT, will the use of a closed source component be required indefinitely or is work happening to make a full open source release?

    The best way to get immediate information would be to directly contact Linksys on the phone and talk to some one at level 2 or higher support to see if any information will be given. Company intentions are not usually given since thats probably company confidential. Linksys or most Mfrs never directly post in forums unless it's something specific and even then, forum Admins post this information. They may or may not be looking in forums aswell. You could ask the forums Admins on here to see if they can get some information as well. Most users on here don't have this kind of information and we can only speculate. The best place for correct information would be directly with Linksys or with OpenWRT. 
    Good Luck.

  • Graphic Corruption with ATI Radeon Open Source Driver

    Hello!
    Using the latest "radeon" driver from the Arch repo I get weird blue stripes moving diagonally all across the screen as soon as the driver is loaded. KMS is on, without KMS I get no graphical issues.
    I'm a former Catalyst user, fglrx is disabled and xorg.conf is deleted.
    GPU: ATI Radeon HD4570
    Any ideas?
    Last edited by CHPE (2011-04-12 18:21:41)

    I seem to have no problems at all with kernel versions <= 2.6.37-5. Seems to be a problem with the newer kernels?

  • [SOLVED] Radeon HD 3850 / Radeon open source driver

    Hello,
    My laptop broke and for some time now I am using my old desktop pc (2008), on which I have arch linux and manjaro, dual booted.
    My problem is that if I want a long video (over 20 minutes my whole pc is becoming slow and the screen becomes sluggish, mouse too. At first I thought that the ram is not clearing but I 'sudo rm -rf /tmp/' and check htop and ram is not full. CPU is normal so I believe it has something to do with the graphics card.
    Please help me track the source of the problem!
    If you need any more info please let me know!
    USING:
    XFCE4
    lspci:
    nexus@nexus ~> sudo lspci
    00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller (rev 02)
    00:01.0 PCI bridge: Intel Corporation 82G33/G31/P35/P31 Express PCI Express Root Port (rev 02)
    00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 02)
    00:1a.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 02)
    00:1a.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 02)
    00:1a.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 02)
    00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)
    00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 02)
    00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 02)
    00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 02)
    00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 02)
    00:1d.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 02)
    00:1d.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 02)
    00:1d.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 02)
    00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 92)
    00:1f.0 ISA bridge: Intel Corporation 82801IR (ICH9R) LPC Interface Controller (rev 02)
    00:1f.2 IDE interface: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 4 port SATA Controller [IDE mode] (rev 02)
    00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 02)
    00:1f.5 IDE interface: Intel Corporation 82801I (ICH9 Family) 2 port SATA Controller [IDE mode] (rev 02)
    01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV670 [Radeon HD 3690/3850]
    01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] RV670/680 HDMI Audio [Radeon HD 3690/3800 Series]
    02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8056 PCI-E Gigabit Ethernet Controller (rev 12)
    03:00.0 IDE interface: Marvell Technology Group Ltd. 88SE6101/6102 single-port PATA133 interface (rev b2)
    05:03.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller (rev c0)
    dmesg | grep 'radeon'
    nexus@nexus ~> dmesg | grep 'radeon'
    [ 8.854595] [drm] radeon kernel modesetting enabled.
    [ 8.854642] fb: switching to radeondrmfb from VESA VGA
    [ 8.855089] radeon 0000:01:00.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
    [ 8.855091] radeon 0000:01:00.0: GTT: 512M 0x0000000020000000 - 0x000000003FFFFFFF
    [ 8.855149] [drm] radeon: 512M of VRAM memory ready
    [ 8.855150] [drm] radeon: 512M of GTT memory ready.
    [ 9.312998] [drm] radeon: power management initialized
    [ 9.367406] radeon 0000:01:00.0: WB enabled
    [ 9.367409] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000020000c00 and cpu addr 0xffff8800765bbc00
    [ 9.378005] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x00000000000521d0 and cpu addr 0xffffc900122921d0
    [ 9.378010] radeon 0000:01:00.0: radeon: MSI limited to 32-bit
    [ 9.378028] radeon 0000:01:00.0: irq 31 for MSI/MSI-X
    [ 9.378038] radeon 0000:01:00.0: radeon: using MSI.
    [ 9.378057] [drm] radeon: irq initialized.
    [ 10.272486] fbcon: radeondrmfb (fb0) is primary device
    [ 10.272506] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
    [ 10.272507] radeon 0000:01:00.0: registered panic notifier
    [ 10.293348] [drm] Initialized radeon 2.40.0 20080528 for 0000:01:00.0 on minor 0
    cat /proc/meminfo
    sudo cat /proc/meminfo
    [sudo] password for nexus:
    MemTotal: 2053268 kB
    MemFree: 543480 kB
    MemAvailable: 962164 kB
    Buffers: 53308 kB
    Cached: 520696 kB
    SwapCached: 0 kB
    Active: 904312 kB
    Inactive: 372332 kB
    Active(anon): 710112 kB
    Inactive(anon): 50588 kB
    Active(file): 194200 kB
    Inactive(file): 321744 kB
    Unevictable: 16544 kB
    Mlocked: 16544 kB
    SwapTotal: 3999992 kB
    SwapFree: 3999992 kB
    Dirty: 108 kB
    Writeback: 0 kB
    AnonPages: 719092 kB
    Mapped: 321640 kB
    Shmem: 51740 kB
    Slab: 52188 kB
    SReclaimable: 30728 kB
    SUnreclaim: 21460 kB
    KernelStack: 5136 kB
    PageTables: 26016 kB
    NFS_Unstable: 0 kB
    Bounce: 0 kB
    WritebackTmp: 0 kB
    CommitLimit: 5026624 kB
    Committed_AS: 2944536 kB
    VmallocTotal: 34359738367 kB
    VmallocUsed: 306608 kB
    VmallocChunk: 34359425532 kB
    HardwareCorrupted: 0 kB
    AnonHugePages: 196608 kB
    HugePages_Total: 0
    HugePages_Free: 0
    HugePages_Rsvd: 0
    HugePages_Surp: 0
    Hugepagesize: 2048 kB
    DirectMap4k: 165376 kB
    DirectMap2M: 1931264 kB
    lshsw
    nexus@nexus ~> sudo lshw
    nexus
    description: Desktop Computer
    product: P5K PRO (To Be Filled By O.E.M.)
    vendor: System manufacturer
    version: System Version
    serial: System Serial Number
    width: 64 bits
    capabilities: smbios-2.4 dmi-2.4 vsyscall32
    configuration: boot=normal chassis=desktop family=To Be Filled By O.E.M. sku=To Be Filled By O.E.M. uuid=40BB001E-8C00-0118-6394-001FC61593C0
    *-core
    description: Motherboard
    product: P5K PRO
    vendor: ASUSTeK Computer INC.
    physical id: 0
    version: Rev 1.xx
    serial: MS1C81BY2A07369
    slot: To Be Filled By O.E.M.
    *-firmware
    description: BIOS
    vendor: American Megatrends Inc.
    physical id: 0
    version: 1303
    date: 12/16/2008
    size: 64KiB
    capacity: 960KiB
    capabilities: isa pci pnp apm upgrade shadowing escd cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb ls120boot zipboot biosbootspecification
    *-cpu
    description: CPU
    product: (To Be Filled By O.E.M.)
    vendor: Intel Corp.
    physical id: 4
    bus info: cpu@0
    version: Intel(R) Core(TM)2 Duo CPU E7200 @ 2.53GHz
    serial: To Be Filled By O.E.M.
    slot: LGA775
    size: 3819MHz
    width: 64 bits
    clock: 402MHz
    capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx x86-64 constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm sse4_1 lahf_lm dtherm
    *-cache:0
    description: L1 cache
    physical id: 5
    slot: L1-Cache
    size: 64KiB
    capacity: 64KiB
    capabilities: internal write-back data
    *-cache:1
    description: L2 cache
    physical id: 6
    slot: L2-Cache
    size: 3MiB
    capacity: 3MiB
    capabilities: internal write-back instruction
    *-memory
    description: System Memory
    physical id: 3b
    slot: System board or motherboard
    size: 2GiB
    capacity: 2GiB
    *-bank:0
    description: DIMM [empty]
    product: PartNum0
    vendor: Manufacturer0
    physical id: 0
    serial: SerNum0
    slot: DIMM0
    *-bank:1
    description: DIMM [empty]
    product: PartNum1
    vendor: Manufacturer1
    physical id: 1
    serial: SerNum1
    slot: DIMM1
    *-bank:2
    description: DIMM [empty]
    product: PartNum2
    vendor: Manufacturer2
    physical id: 2
    serial: SerNum2
    slot: DIMM2
    *-bank:3
    description: DIMM DDR2 Synchronous 667 MHz (1.5 ns)
    product: PartNum3
    vendor: Manufacturer3
    physical id: 3
    serial: SerNum3
    slot: DIMM3
    size: 2GiB
    width: 64 bits
    clock: 667MHz (1.5ns)
    *-pci
    description: Host bridge
    product: 82G33/G31/P35/P31 Express DRAM Controller
    vendor: Intel Corporation
    physical id: 100
    bus info: pci@0000:00:00.0
    version: 02
    width: 32 bits
    clock: 33MHz
    *-pci:0
    description: PCI bridge
    product: 82G33/G31/P35/P31 Express PCI Express Root Port
    vendor: Intel Corporation
    physical id: 1
    bus info: pci@0000:00:01.0
    version: 02
    width: 32 bits
    clock: 33MHz
    capabilities: pci pm msi pciexpress normal_decode bus_master cap_list
    configuration: driver=pcieport
    resources: irq:24 ioport:b000(size=4096) memory:fe800000-fe8fffff ioport:d0000000(size=268435456)
    *-display
    description: VGA compatible controller
    product: RV670 [Radeon HD 3690/3850]
    vendor: Advanced Micro Devices, Inc. [AMD/ATI]
    physical id: 0
    bus info: pci@0000:01:00.0
    version: 00
    width: 64 bits
    clock: 33MHz
    capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
    configuration: driver=radeon latency=0
    resources: irq:31 memory:d0000000-dfffffff memory:fe8e0000-fe8effff ioport:b000(size=256) memory:fe8c0000-fe8dffff
    *-multimedia
    description: Audio device
    product: RV670/680 HDMI Audio [Radeon HD 3690/3800 Series]
    vendor: Advanced Micro Devices, Inc. [AMD/ATI]
    physical id: 0.1
    bus info: pci@0000:01:00.1
    version: 00
    width: 64 bits
    clock: 33MHz
    capabilities: pm pciexpress msi bus_master cap_list
    configuration: driver=snd_hda_intel latency=0
    resources: irq:29 memory:fe8fc000-fe8fffff
    *-usb:0
    description: USB controller
    product: 82801I (ICH9 Family) USB UHCI Controller #4
    vendor: Intel Corporation
    physical id: 1a
    bus info: pci@0000:00:1a.0
    version: 02
    width: 32 bits
    clock: 33MHz
    capabilities: uhci bus_master cap_list
    configuration: driver=uhci_hcd latency=0
    resources: irq:16 ioport:a800(size=32)
    *-usbhost
    product: UHCI Host Controller
    vendor: Linux 3.18.13-1 uhci_hcd
    physical id: 1
    bus info: usb@1
    logical name: usb1
    version: 3.18
    capabilities: usb-1.10
    configuration: driver=hub slots=2 speed=12Mbit/s
    *-usb:0
    description: Mouse
    product: USB Optical Mouse
    vendor: Logitech
    physical id: 1
    bus info: usb@1:1
    version: 54.00
    capabilities: usb-2.00
    configuration: driver=usbhid maxpower=98mA speed=2Mbit/s
    *-usb:1
    description: Keyboard
    product: ActiveJet K-2024 Multimedia Keyboard
    vendor: Elan Microelectronics Corp.
    physical id: 2
    bus info: usb@1:2
    version: 1.07
    capabilities: usb-2.00
    configuration: driver=usbhid maxpower=100mA speed=2Mbit/s
    *-usb:1
    description: USB controller
    product: 82801I (ICH9 Family) USB UHCI Controller #5
    vendor: Intel Corporation
    physical id: 1a.1
    bus info: pci@0000:00:1a.1
    version: 02
    width: 32 bits
    clock: 33MHz
    capabilities: uhci cap_list
    configuration: driver=uhci_hcd latency=0
    resources: irq:21 ioport:a880(size=32)
    *-usbhost
    product: UHCI Host Controller
    vendor: Linux 3.18.13-1 uhci_hcd
    physical id: 1
    bus info: usb@3
    logical name: usb3
    version: 3.18
    capabilities: usb-1.10
    configuration: driver=hub slots=2 speed=12Mbit/s
    *-usb:2
    description: USB controller
    product: 82801I (ICH9 Family) USB UHCI Controller #6
    vendor: Intel Corporation
    physical id: 1a.2
    bus info: pci@0000:00:1a.2
    version: 02
    width: 32 bits
    clock: 33MHz
    capabilities: uhci bus_master cap_list
    configuration: driver=uhci_hcd latency=0
    resources: irq:18 ioport:ac00(size=32)
    *-usbhost
    product: UHCI Host Controller
    vendor: Linux 3.18.13-1 uhci_hcd
    physical id: 1
    bus info: usb@4
    logical name: usb4
    version: 3.18
    capabilities: usb-1.10
    configuration: driver=hub slots=2 speed=12Mbit/s
    *-usb
    description: Audio device
    product: USB Sound Device
    vendor: C-Media INC.
    physical id: 2
    bus info: usb@4:2
    version: 0.10
    capabilities: usb-1.10 audio-control
    configuration: driver=snd-usb-audio maxpower=500mA speed=12Mbit/s
    *-usb:3
    description: USB controller
    product: 82801I (ICH9 Family) USB2 EHCI Controller #2
    vendor: Intel Corporation
    physical id: 1a.7
    bus info: pci@0000:00:1a.7
    version: 02
    width: 32 bits
    clock: 33MHz
    capabilities: pm debug ehci bus_master cap_list
    configuration: driver=ehci-pci latency=0
    resources: irq:18 memory:fe7ffc00-fe7fffff
    *-usbhost
    product: EHCI Host Controller
    vendor: Linux 3.18.13-1 ehci_hcd
    physical id: 1
    bus info: usb@2
    logical name: usb2
    version: 3.18
    capabilities: usb-2.00
    configuration: driver=hub slots=6 speed=480Mbit/s
    *-usb
    description: Mass storage device
    product: DataTraveler 111
    vendor: Kingston
    physical id: 5
    bus info: usb@2:5
    logical name: scsi6
    version: 1.10
    serial: 001CC0C61220BCB18323003A
    capabilities: usb-2.10 scsi emulated scsi-host
    configuration: driver=usb-storage maxpower=498mA speed=480Mbit/s
    *-disk
    description: SCSI Disk
    physical id: 0.0.0
    bus info: scsi@6:0.0.0
    logical name: /dev/sdb
    size: 14GiB (15GB)
    capabilities: partitioned partitioned:dos
    configuration: logicalsectorsize=512 sectorsize=512 signature=670821d0
    *-volume
    description: Windows FAT volume
    vendor: mkfs.fat
    physical id: 2
    bus info: scsi@6:0.0.0,2
    logical name: /dev/sdb2
    version: FAT16
    serial: b772-b198
    size: 15EiB
    capabilities: primary boot fat initialized
    configuration: FATs=2 filesystem=fat label=MISO_EFI
    *-multimedia
    description: Audio device
    product: 82801I (ICH9 Family) HD Audio Controller
    vendor: Intel Corporation
    physical id: 1b
    bus info: pci@0000:00:1b.0
    version: 02
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi pciexpress bus_master cap_list
    configuration: driver=snd_hda_intel latency=0
    resources: irq:28 memory:fe7f8000-fe7fbfff
    *-pci:1
    description: PCI bridge
    product: 82801I (ICH9 Family) PCI Express Port 1
    vendor: Intel Corporation
    physical id: 1c
    bus info: pci@0000:00:1c.0
    version: 02
    width: 32 bits
    clock: 33MHz
    capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
    configuration: driver=pcieport
    resources: irq:25 ioport:1000(size=4096) memory:80000000-803fffff ioport:fdf00000(size=1048576)
    *-pci:2
    description: PCI bridge
    product: 82801I (ICH9 Family) PCI Express Port 5
    vendor: Intel Corporation
    physical id: 1c.4
    bus info: pci@0000:00:1c.4
    version: 02
    width: 32 bits
    clock: 33MHz
    capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
    configuration: driver=pcieport
    resources: irq:26 ioport:d000(size=4096) memory:fea00000-feafffff ioport:80400000(size=2097152)
    *-ide
    description: IDE interface
    product: 88SE6101/6102 single-port PATA133 interface
    vendor: Marvell Technology Group Ltd.
    physical id: 0
    bus info: pci@0000:03:00.0
    version: b2
    width: 32 bits
    clock: 33MHz
    capabilities: ide pm msi pciexpress bus_master cap_list
    configuration: driver=pata_marvell latency=0
    resources: irq:16 ioport:dc00(size=8) ioport:d880(size=4) ioport:d800(size=8) ioport:d480(size=4) ioport:d400(size=16) memory:feaffc00-feaffdff
    *-pci:3
    description: PCI bridge
    product: 82801I (ICH9 Family) PCI Express Port 6
    vendor: Intel Corporation
    physical id: 1c.5
    bus info: pci@0000:00:1c.5
    version: 02
    width: 32 bits
    clock: 33MHz
    capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
    configuration: driver=pcieport
    resources: irq:27 ioport:c000(size=4096) memory:fe900000-fe9fffff ioport:80600000(size=2097152)
    *-network
    description: Ethernet interface
    product: 88E8056 PCI-E Gigabit Ethernet Controller
    vendor: Marvell Technology Group Ltd.
    physical id: 0
    bus info: pci@0000:02:00.0
    logical name: enp2s0
    version: 12
    serial: 00:1f:c6:15:93:c0
    size: 100Mbit/s
    capacity: 1Gbit/s
    width: 64 bits
    clock: 33MHz
    capabilities: pm vpd msi pciexpress bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
    configuration: autonegotiation=on broadcast=yes driver=sky2 driverversion=1.30 duplex=full ip=192.168.1.4 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
    resources: irq:30 memory:fe9fc000-fe9fffff ioport:c800(size=256) memory:fe9c0000-fe9dffff
    *-usb:4
    description: USB controller
    product: 82801I (ICH9 Family) USB UHCI Controller #1
    vendor: Intel Corporation
    physical id: 1d
    bus info: pci@0000:00:1d.0
    version: 02
    width: 32 bits
    clock: 33MHz
    capabilities: uhci cap_list
    configuration: driver=uhci_hcd latency=0
    resources: irq:23 ioport:a080(size=32)
    *-usbhost
    product: UHCI Host Controller
    vendor: Linux 3.18.13-1 uhci_hcd
    physical id: 1
    bus info: usb@5
    logical name: usb5
    version: 3.18
    capabilities: usb-1.10
    configuration: driver=hub slots=2 speed=12Mbit/s
    *-usb:5
    description: USB controller
    product: 82801I (ICH9 Family) USB UHCI Controller #2
    vendor: Intel Corporation
    physical id: 1d.1
    bus info: pci@0000:00:1d.1
    version: 02
    width: 32 bits
    clock: 33MHz
    capabilities: uhci cap_list
    configuration: driver=uhci_hcd latency=0
    resources: irq:19 ioport:a400(size=32)
    *-usbhost
    product: UHCI Host Controller
    vendor: Linux 3.18.13-1 uhci_hcd
    physical id: 1
    bus info: usb@6
    logical name: usb6
    version: 3.18
    capabilities: usb-1.10
    configuration: driver=hub slots=2 speed=12Mbit/s
    *-usb:6
    description: USB controller
    product: 82801I (ICH9 Family) USB UHCI Controller #3
    vendor: Intel Corporation
    physical id: 1d.2
    bus info: pci@0000:00:1d.2
    version: 02
    width: 32 bits
    clock: 33MHz
    capabilities: uhci cap_list
    configuration: driver=uhci_hcd latency=0
    resources: irq:18 ioport:a480(size=32)
    *-usbhost
    product: UHCI Host Controller
    vendor: Linux 3.18.13-1 uhci_hcd
    physical id: 1
    bus info: usb@7
    logical name: usb7
    version: 3.18
    capabilities: usb-1.10
    configuration: driver=hub slots=2 speed=12Mbit/s
    *-usb:7
    description: USB controller
    product: 82801I (ICH9 Family) USB2 EHCI Controller #1
    vendor: Intel Corporation
    physical id: 1d.7
    bus info: pci@0000:00:1d.7
    version: 02
    width: 32 bits
    clock: 33MHz
    capabilities: pm debug ehci cap_list
    configuration: driver=ehci-pci latency=0
    resources: irq:23 memory:fe7ff800-fe7ffbff
    *-usbhost
    product: EHCI Host Controller
    vendor: Linux 3.18.13-1 ehci_hcd
    physical id: 1
    bus info: usb@8
    logical name: usb8
    version: 3.18
    capabilities: usb-2.00
    configuration: driver=hub slots=6 speed=480Mbit/s
    *-pci:4
    description: PCI bridge
    product: 82801 PCI Bridge
    vendor: Intel Corporation
    physical id: 1e
    bus info: pci@0000:00:1e.0
    version: 92
    width: 32 bits
    clock: 33MHz
    capabilities: pci subtractive_decode bus_master cap_list
    resources: ioport:e000(size=4096) memory:feb00000-febfffff
    *-firewire
    description: FireWire (IEEE 1394)
    product: VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller
    vendor: VIA Technologies, Inc.
    physical id: 3
    bus info: pci@0000:05:03.0
    version: c0
    width: 32 bits
    clock: 33MHz
    capabilities: pm ohci bus_master cap_list
    configuration: driver=firewire_ohci latency=64 maxlatency=32
    resources: irq:16 memory:febff800-febfffff ioport:ec00(size=128)
    *-isa
    description: ISA bridge
    product: 82801IR (ICH9R) LPC Interface Controller
    vendor: Intel Corporation
    physical id: 1f
    bus info: pci@0000:00:1f.0
    version: 02
    width: 32 bits
    clock: 33MHz
    capabilities: isa bus_master cap_list
    configuration: driver=lpc_ich latency=0
    resources: irq:0
    *-ide:0
    description: IDE interface
    product: 82801IR/IO/IH (ICH9R/DO/DH) 4 port SATA Controller [IDE mode]
    vendor: Intel Corporation
    physical id: 1f.2
    bus info: pci@0000:00:1f.2
    version: 02
    width: 32 bits
    clock: 66MHz
    capabilities: ide pm bus_master cap_list
    configuration: driver=ata_piix latency=0
    resources: irq:22 ioport:9000(size=8) ioport:8c00(size=4) ioport:8880(size=8) ioport:8800(size=4) ioport:8480(size=16) ioport:8400(size=16)
    *-serial UNCLAIMED
    description: SMBus
    product: 82801I (ICH9 Family) SMBus Controller
    vendor: Intel Corporation
    physical id: 1f.3
    bus info: pci@0000:00:1f.3
    version: 02
    width: 64 bits
    clock: 33MHz
    configuration: latency=0
    resources: memory:fe7ff400-fe7ff4ff ioport:400(size=32)
    *-ide:1
    description: IDE interface
    product: 82801I (ICH9 Family) 2 port SATA Controller [IDE mode]
    vendor: Intel Corporation
    physical id: 1f.5
    bus info: pci@0000:00:1f.5
    version: 02
    width: 32 bits
    clock: 66MHz
    capabilities: ide pm bus_master cap_list
    configuration: driver=ata_piix latency=0
    resources: irq:22 ioport:a000(size=8) ioport:9c00(size=4) ioport:9880(size=8) ioport:9800(size=4) ioport:9480(size=16) ioport:9400(size=16)
    *-scsi:0
    physical id: 1
    logical name: scsi2
    capabilities: emulated
    *-disk
    description: ATA Disk
    product: ST3320613AS
    vendor: Seagate
    physical id: 0.0.0
    bus info: scsi@2:0.0.0
    logical name: /dev/sda
    version: SD22
    serial: 9SZ08X1B
    size: 298GiB (320GB)
    capabilities: partitioned partitioned:dos
    configuration: ansiversion=5 logicalsectorsize=512 sectorsize=512 signature=000b2224
    *-volume:0
    description: Windows NTFS volume
    physical id: 1
    bus info: scsi@2:0.0.0,1
    logical name: /dev/sda1
    version: 3.1
    serial: fe64-5abb
    size: 348MiB
    capacity: 350MiB
    capabilities: primary ntfs initialized
    configuration: clustersize=4096 created=2014-09-03 23:41:09 filesystem=ntfs label=System Reserved modified_by_chkdsk=true mounted_on_nt4=true resize_log_file=true state=dirty upgrade_on_mount=true
    *-volume:1
    description: Windows NTFS volume
    physical id: 2
    bus info: scsi@2:0.0.0,2
    logical name: /dev/sda2
    version: 3.1
    serial: 525949d5-1b57-a842-b678-b84db82a9696
    size: 148GiB
    capacity: 148GiB
    capabilities: primary ntfs initialized
    configuration: clustersize=4096 created=2014-09-03 23:57:20 filesystem=ntfs state=clean
    *-volume:2
    description: EXT4 volume
    vendor: Linux
    physical id: 3
    bus info: scsi@2:0.0.0,3
    logical name: /dev/sda3
    version: 1.0
    serial: df9ea610-2942-44f5-9d93-91fbff19cf63
    size: 500MiB
    capacity: 500MiB
    capabilities: primary journaled extended_attributes huge_files dir_nlink extents ext4 ext2 initialized
    configuration: created=2015-05-16 19:51:12 filesystem=ext4 lastmountpoint=/boot modified=2015-05-17 01:42:13 mounted=2015-05-17 00:31:11 state=clean
    *-volume:3
    description: Extended partition
    physical id: 4
    bus info: scsi@2:0.0.0,4
    logical name: /dev/sda4
    size: 148GiB
    capacity: 148GiB
    capabilities: primary extended partitioned partitioned:extended
    *-logicalvolume:0
    description: Linux filesystem partition
    physical id: 5
    logical name: /dev/sda5
    capacity: 3906MiB
    *-logicalvolume:1
    description: Linux filesystem partition
    physical id: 6
    logical name: /dev/sda6
    logical name: /boot
    capacity: 3906MiB
    capabilities: bootable
    configuration: mount.fstype=ext4 mount.options=rw,relatime,data=ordered state=mounted
    *-logicalvolume:2
    description: Linux filesystem partition
    physical id: 7
    logical name: /dev/sda7
    logical name: /
    capacity: 141GiB
    configuration: mount.fstype=ext4 mount.options=rw,relatime,data=ordered state=mounted
    *-scsi:1
    physical id: 2
    logical name: scsi4
    capabilities: emulated
    *-cdrom
    description: DVD-RAM writer
    product: DRW-2014L1T
    vendor: ASUS
    physical id: 0.0.0
    bus info: scsi@4:0.0.0
    logical name: /dev/cdrom
    logical name: /dev/sr0
    version: 1.00
    capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
    configuration: ansiversion=5 status=nodisc
    Last edited by nevinx (2015-05-22 19:35:33)

    Before you responded I already installed mesa-vdpau and no errors:
    mplayer
    libavformat version 56.25.101 (internal)
    libavformat file format detected.
    [lavf] stream 0: video (h264), -vid 0
    [lavf] stream 1: audio (aac), -aid 0, -alang und
    VIDEO: [H264] 720x406 0bpp 23.976 fps 622.6 kbps (76.0 kbyte/s)
    Clip info:
    major_brand: isom
    minor_version: 1
    compatible_brands: isom
    creation_time: 2015-05-22 01:29:13
    Load subtitles in ./
    ==========================================================================
    Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
    libavcodec version 56.26.100 (internal)
    Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
    ==========================================================================
    ==========================================================================
    Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
    AUDIO: 48000 Hz, 2 ch, floatle, 119.5 kbit/3.89% (ratio: 14939->384000)
    Selected audio codec: [ffaac] afm: ffmpeg (FFmpeg AAC (MPEG-2/MPEG-4 Audio))
    ==========================================================================
    AO: [alsa] 48000Hz 2ch floatle (4 bytes per sample)
    Starting playback...
    Movie-Aspect is 1.77:1 - prescaling to correct movie aspect.
    VO: [vdpau] 720x406 => 720x406 Planar YV12
    A: 8.6 V: 8.6 A-V: 0.000 ct: 0.042 0/ 0 3% 1% 0.2% 0 0
    vlc
    cvlc something.mp4
    VLC media player 2.2.1 Terry Pratchett (Weatherwax) (revision 2.2.1-0-ga425c42)
    [00000000017594b8] dummy interface: using the dummy interface module...
    [00007f1fe90973d8] avcodec decoder: Using G3DVL VDPAU Driver Shared Library version 1.0 for hardware decoding.
    I run a 2 hour video file with mplayer and my pc is fully working. Now I will try vlc, chrome and popcorn
    Edit: Everything is working again. So the solution was to install vdpau. Thank you Lone_Wolf!
    Last edited by nevinx (2015-05-22 19:35:03)

  • Mobility Radeon HD 5000 Series + open source driver = screen flickers

    Hello, this is my first post here. I just finished setting up my first arch installation on my laptop and I'm using Xorg + gnome 3 as user interface.
    My laptop has two VGA cards, an integrated intel VGA card and a Mobility Radeon HD 5000 Series, so I used vgaswitcheroo to switch to the Mobility Radeon and turned off the intel VGA card.
    Now, here's the problem: I want 3d acceleration to play games and such, but the opensource radeon driver is being weird.
    Basically, if I use my Mobility Radeon and the opensource driver the lower-center part of the screen flickers when i move windows vertically. It flickers to black in a polygon-like area and the window shadows get all messed up. If i try to start a game that uses 3d acceleration (such as nexuiz) it runs extremely slow (way too slow for this VGA card) and flickers like crazy in the same area and sometimes on the entire screen.
    I already tried using the proprietary driver (catalyst) but it doesn't seem to support switchable VGA cards, since it gives me memory segmentation error.
    However, if I switch back to the Intel VGA card and use the opensource intel driver, it runs just fine with no flickering and nexuiz runs better (but of course not fast enough since the intel VGA card is crappy)
    As you can see here, 3D acceleration seems to be enabled and Xorg doesn't seem to give any major error or warning:
    [francesco@mizu ~]$ glxinfo | grep direct
    direct rendering: Yes
    [francesco@mizu ~]$ lspci | grep VGA
    00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
    01:00.0 VGA compatible controller: ATI Technologies Inc Manhattan [Mobility Radeon HD 5000 Series]
    [francesco@mizu ~]$ cat /sys/kernel/debug/vgaswitcheroo/switch
    0:IGD: :Off:0000:00:02.0
    1:DIS:+:Pwr:0000:01:00.0
    [francesco@mizu ~]$ cat /var/log/Xorg.0.log | grep EE
    [ 31.675] Current Operating System: Linux mizu 2.6.38-ARCH #1 SMP PREEMPT Fri Apr 22 20:29:33 CEST 2011 x86_64
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 31.923] (II) Loading extension MIT-SCREEN-SAVER
    [francesco@mizu ~]$ cat /var/log/Xorg.0.log | grep WW
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 31.819] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 31.841] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 31.842] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 31.843] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 32.447] (WW) RADEON(0): Option "AGPMode" is not used
    [ 32.447] (WW) RADEON(0): Option "AGPFastWrite" is not used
    [ 32.447] (WW) RADEON(0): Option "DynamicPM" is not used
    [ 32.447] (WW) RADEON(0): Option "ClockGating" is not used
    [ 32.447] (WW) RADEON(0): Option "DMAForXv" is not used
    [ 32.447] (WW) RADEON(0): Option "ScalerWidth" is not used
    [ 33.067] (WW) USB Optical Mouse: ignoring absolute axes.
    Here's my /etc/X11/10-monitor.conf:
    [francesco@mizu ~]$ cat /etc/X11/xorg.conf.d/10-monitor.conf
    Section "Monitor"
    Identifier "Monitor0"
    DisplaySize 361 203
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "radeon"
    Option "AGPMode" "1"
    Option "AGPFastWrite" "yes"
    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.
    EndSection
    Section "Screen"
    Identifier "Screen0" #Collapse Monitor and Device section to Screen section
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24 #Choose the depth (16||24)
    SubSection "Display"
    Depth 24
    Modes "1366x768_75.00" #Choose the resolution
    EndSubSection
    EndSection
    And here's my custom rc.local to switch to my Mobility Radeon VGA card:
    [francesco@mizu ~]$ cat /etc/rc.local
    #!/bin/bash
    # /etc/rc.local: Local multi-user startup script.
    sleep 10
    # Disable Intel VGA
    mount -t debugfs none /sys/kernel/debug
    echo DDIS > /sys/kernel/debug/vgaswitcheroo/switch
    echo OFF > /sys/kernel/debug/vgaswitcheroo/switch
    # Init wi-fi
    echo 'notsharingmypassword' | sudo -S ifconfig wlan0 up
    sudo wpa_supplicant -B -Dwext -i wlan0 -c /etc/wpa_supplicant.conf
    dhcpcd wlan0
    Last edited by KoutaOyamada (2011-05-04 15:31:39)

    bump (I'm starting to think this VGA card just doesn't work with the driver )

  • Radeon HD 7730 graphical artifacts (open source driver)

    Hi,
    I'm not very familiar with AMD video cards, so I hope there's someone with more knowledge on this topic, who can help me with this issue.
    With no xorg configuration I get this artifacts after X starts (same in KDM):
    With custom 20-radeon.conf (provided down below) I'm able to get rid of the artifacts but OpenGL compositing in KDE doesn't work:
    Same issue in wayland:
    Here's some info and logs:
    20-radeon.conf
    Section "Device"
    Identifier "Radeon HD 7730/8730"
    Driver "radeon"
    Option "AccelMethod" "EXA"
    EndSection
    # pacman -Q:
    linux 3.14.1-1
    xorg-server 1.15.1-1
    xf86-video-ati 1:7.3.0-1
    glamor-egl 0.6.0-1
    mesa 10.1.1-1
    # lspci -vvv:
    01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde LE [Radeon HD 7730/8730] (prog-if 00 [VGA controller])
    Subsystem: XFX Pine Group Inc. Device 32b0
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 46
    Region 0: Memory at e0000000 (64-bit, prefetchable) [size=256M]
    Region 2: Memory at f7e00000 (64-bit, non-prefetchable) [size=256K]
    Region 4: I/O ports at e000 [size=256]
    Expansion ROM at f7e40000 [disabled] [size=128K]
    Capabilities: [48] Vendor Specific Information: Len=08 <?>
    Capabilities: [50] Power Management version 3
    Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1+,D2+,D3hot+,D3cold-)
    Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00
    DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
    ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
    DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
    RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
    MaxPayload 256 bytes, MaxReadReq 512 bytes
    DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
    LnkCap: Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
    ClockPM- Surprise- LLActRep- BwNot-
    LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
    LnkSta: Speed 5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
    DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
    DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
    LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
    Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
    Compliance De-emphasis: -6dB
    LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
    EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
    Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Address: 00000000fee0f00c Data: 4142
    Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
    Capabilities: [150 v2] Advanced Error Reporting
    UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
    UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
    UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
    CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
    CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
    AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
    Capabilities: [270 v1] #19
    Kernel driver in use: radeon
    Kernel modules: radeon
    # lsmod | grep radeon:
    radeon 1312880 2
    ttm 64361 1 radeon
    drm_kms_helper 35540 1 radeon
    drm 237667 4 ttm,drm_kms_helper,radeon
    hwmon 3057 2 coretemp,radeon
    i2c_algo_bit 5391 1 radeon
    i2c_core 24824 5 drm,i2c_i801,drm_kms_helper,i2c_algo_bit,radeon
    # glxinfo | grep direct:
    direct rendering: Yes
    # cat /var/log/Xorg.0.log:
    http://ix.io/bSF
    # journalctl -k:
    http://ix.io/bSG
    KInfoCenter:
    Last edited by mah0 (2014-04-23 12:42:23)

    Rexilion,
    I switched to this config, but it still looks the same as glamor with no accel:
    #Section "Module"
    # Load "dri2"
    # Load "glamoregl"
    #EndSection
    Section "Device"
    Identifier "Radeon HD 7730/8730"
    Driver "radeon"
    # default value:
    Option "AccelMethod" "EXA" # glamor or EXA
    Option "SWcursor" "off" # off
    Option "NoAccel" "off" # off
    # Option "ZaphodHeads" "DVI-0" # "LVDS,VGA-0"
    Option "ColorTiling" "on" # on
    Option "ColorTiling2D" "on" # on
    Option "EnablePageFlip" "on" # on
    # Option "AccelDFS" "off" # wiki fix for artifacts upon logging in (desn't work)
    # EXA specific:
    Option "EXAVSync" "on" # off
    Option "EXAPixmaps" "on" # on with > 32MB VRAM
    Option "SwapbuffersWait" "on" # on
    EndSection
    1: glamor with  Option "NoAccel" "off" - artifacts
    2: glamor with  Option "NoAccel" "on" - no artifacts
    3: EXA with  Option "NoAccel" "on/off" - no artifacts
    But with 2 and 3 OpenGL compositing in KDE doesn't work (resets itself to XRender), and graphics in supertuxkart looks like this.
    Last edited by mah0 (2014-04-24 08:18:16)

  • Dual screens with x1600 mobility & open source driver

    Hi, I've been trying to get a dual screen setup with two truly independent screens (not the one giant screen that xrandr gives you), but I've been having some issues.  The hardware I'm attempting this on is my macbook pro 2.1 with a 1440x900 internal display and ati x1600 mobility, and a 1680x1050 apple cinema display connected with DVI.  Here is the xorg.conf that I've come up with after a bit of tinkering.
    Section "ServerLayout"
    Identifier "Xorg Configured"
    Screen 0 "Screen0" 0 0
    Screen 1 "Screen1" RightOf "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    # Additional fonts: Locale, Gimp, TTF...
    # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    FontPath "/usr/share/fonts/cyrillic"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    FontPath "/usr/share/fonts/local"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "type1"
    Load "freetype"
    Load "record"
    Load "synaptics"
    Load "drm" #from arch wiki
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    Option "DontZap" "off"
    Option "Xinerama" "0"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbVariant" ""
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "true"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "Radeon0"
    Driver "radeon"
    Option "XAANoOffscreenPixmaps" "true" #Needed for aiglx, from arch wiki
    Option "AGPMode" "8"
    Option "AccelMethod" "EXA"
    Screen 0
    EndSection
    Section "Device"
    Identifier "Radeon1"
    Driver "radeon"
    Option "XAANoOffscreenPixmaps" "true" #Needed for aiglx, from arch wiki
    Option "AGPMode" "8"
    Option "AccelMethod" "EXA"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Radeon0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Virtual 3120 1050
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Radeon1"
    Monitor "Monitor1"
    DefaultDepth 24
    SubSection "Display"
    Virtual 3120 1050
    Modes "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "true"
    EndSection
    Sorry the tabs are a little screwed up, but I think it's still easy enough to read.  When I start the xserver using this file the external monitor appears to be functioning properly, but the internal display is black.  Moving the mouse off to the right of the external display causes the cursor to appear on the internal display using the default X cursor theme.  The mouse then remains trapped on the internal monitor.  Other than displaying the cursor, the internal display seems to be non-functional.
    If I comment out the Screen...1 line in the ServerLayout section I can get both monitors working with xrandr, but this causes other issues and is not what I want.  Does anybody know how I could get two real screen going?
    Thanks!

    bump (I'm starting to think this VGA card just doesn't work with the driver )

Maybe you are looking for

  • NVIDIA issue on MacBook Pro retina 15 (bootcamp)

    hello guys! merry christmas everybody i have such problem: i bought MacBook Pro retina 15, when i came home i installed windows 7 thru bootcamp, after that i decided to check how many points of perfomance do i have, (in windows you can see that in co

  • How to get row number of selected entry from OVS search result

    Hi, Anyone having any idea on how to get row number of the  selected entry/ how to differentiate rows in OVS search result in ON_OVS method? Regards, Jatin

  • Firefox - Spry tabbed panel issue

    Hi, need a little trouble shooting help here. This works fine in ie7 but not Firefox 2 or 3. The Spry Tabbed Panel just looks like an ordinary unordered list but it's still clickable. I've placed the script in the header and the css is imported in th

  • Delete duplicate records based on condition

    Hi Friends, I am scratching my head as how to select one record from a group of duplicate records based upon column condition. Let's say I have a table with following data : ID   START_DATE   END_DATE    ITEM_ID     MULT    RETAIL            |       

  • Download option is disabled, grayed out.

    Why is my Download option to re-download a purchased item, is grayed out? It's not active. Please advice. Thank you.