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

Similar Messages

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

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

  • Screen not refreshing properly, cursor leaves trail, also no sleep!

    I have had a series of problems with my old G4. Most of which I have dealt with. I will describe them at the end in case they are relevant to the 2 issues I am still trying to solve. So here goes:
    When I open a new program or new window within a program, wherever the cursor was resting, a small square, about an 1/8th of an inch on a side, remains from whatever window was open before.
    Also, if I use my track ball on my Apple mouse, I get a trail of such squares, dragged from where the cursor started.
    I checked the refresh rate setting in System Preferences/Displays and the refresh rate dialog box is grayed out, saying n/a. Also the only resolution option listed is 1280 x 1024. There used to be several options listed there.
    Second problem is that computer will not go to sleep-- at all. I have to shut it down each evening instead. I have had problems with it not waking up and running regular maintenance (Onyx) solved that. But the sleep problem began after I did a number of fixes-- listed below...
    Now the background in case any of it is relevant:
    A few weeks ago, I was having program crashes. First iTunes would begin to open and immediately close. Then this started to happen with Word and also Safari was running for a while and then crashing often.
    I was looking for help with these when I started having other problems. My display started, after the computer was inactive for a while, flashing on and off, instead of going to sleep. Simply touching a key would stop this.
    I did an Archive and Install of the OS, after backing up all my data. And this eliminated the program crashes and the flashing display syndrome.
    but a few days later my G4 started to turn itself off after running for a half hour or hour. I could then start it up and it would shut down by itself after a few minutes. Suspecting over-heating, I opened it up and found that the CPU heatsink fan was dead.
    I replaced that fan with the 120mm model recommended on many discussion boards-- Silenx 120X38MM FanIXP-76-18 R... Had to play around with the power connection to the motherboard and splice some wires but all seemed to work well and my CPU temp runs around 62 or 63, hard drive is at 39 (celsius obviously). I think these temps are okay-- but I do not know what the machine temperatures were before as I only added the istat widget after the ran replacement.
    so the machine is working again but there is this funny cursor trail artifact and the sleep problem. Maybe the heat damaged the video card? I don't know how to check this. Maybe the fan is causing the sleep issue?
    I love my old machine and have edited a lot of video on it. I would very much like to keep it going! Thanks for your attention to this.
    Joe

    One question.. How long does the cpu fan usually last for? I have had my machine for about 1 year now, though the original owner has had it for a few years before he posted it up on craigslist.
    I was just wondering so that I won't have a problem finding a replacement fan.

  • Screen not refreshing properly

    Hi:
    So this happened in Safari 4: http://www.vimeo.com/5122791
    I've talked to someone who said they had the same thing happen, and it was caused by having a second user account open at the same time. Which might indeed be the case.
    However, I've been noticing a similar behaviour in the finder, as well as in Lightroom 2, and trying to figure out what's causing it and what the solution might be. It seems (but I haven't been watching) to happen when I tax the processor. Once it's hit 100% (again, I'm guessing), it starts to do this and even if I close down other programs, it still does this until I restart Lightroom, or log out and log back in (for the Finder).
    Anyone seen this before? Not sure that it's a Macbook issue or a general display issue....

    Problem seems to have gone away.

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

  • Can I exchange for a new laptop? Since December it has been having hardware issues and it has already needed to get parts changed twice already. My laptop is not working properly again. I feel like I have unfortunately gotten a lemon laptop.

    Can I exchange for a new laptop? Since December it has been having hardware issues and it has already needed to get parts changed twice already. My laptop is not working properly again. I feel like I have unfortunately gotten a lemon laptop.

    Apple will repair or replace at its discretions, parts found to be defective in materials or workmanship.
    You will have to discuss whether your history warrants a complete replacement with the folks at the Genius Bar.
    I do not speak for Apple, but it sounds to me like you have been unlucky, but not unlucky enough (or have spent so much time with your MacBook in the shop) to warrant a complete replacement.
    You have not provided any details of what the faults were or what was replaced. If they replaced the motherboard, you already got a new computer -- because everything except the drive and the display is on that board.

  • MAC 2009 laptop volume not working properly.

    The volume on my Mac 2009 laptop is not functioning properly.  Earlier today i was listening to music and the sound was fine; but when I went on my computer again, the sound sounded like I had headphones plugged in, which I did not.  I checked the sound settings and nothing was on mute and all the volume's were set to the highest level possible.  I restarted my computer and reset the NVRAM/PRM, but all to no avail.  When I put on my headphones, the sound is completely normal and works prefectly, but when I take the headphones out, it sounds like the headphones still in plugged in to my computer which it is not.
    Any help will be greatly appreciated.    
          Thanks!

    Hello parry,
    Thank you for using Apple Support Communities.
    For more information, take a look at:
    Troubleshooting issues with no audio from built-in speakers on Macs
    http://support.apple.com/kb/ts1574
    Have a nice day,
    Mario

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

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

  • Laptop screen not getting locked on close lid or resume from suspend

    I am using kde 4.4 rc2 atm. My laptop screen is not getting locked when I closed the lid or when laptop resumes from a suspend to ram.
    It used to work correctly before I installed acpid(before that I just had the acpi client package installed.) Power Devil used to handle everything correctly.
    The power devil settings already says, Lock screen on resume and I have added Lock screen as action for Lid close for performance profile.
    Is there any way to fix this. I want to make laptop screen lock when I do lid close or resume from suspend/hibernate.

    Suspend has always been problematic under Linux. It seems to be hit or miss for the most part, but here are some things you can try:
    Use an LTS kernel, tuxonice, pm-utils, etc. See Suspend and Hibernate
    Try a different graphics driver
    Tweak the driver module parameters or build your own driver.
    Unfortunately I don't have experience with the radeon driver, so I can only give you ideas.

  • ARD screen not refreshing

    I'm running ARD 2.2, and OS 10.4.6 on my laptop and a G5. When I try to log into the G5, it brings the screen up fine, but will not refresh. So, for every change, click, drag or whatever, I have to close the window and relaunch the session. I have no problems on any other machine. Any suggestions on what I might have to change on the G5 to be have the screens refresh automatically (btw, Refresh Screen is greyed out also)
    Thanks for any light you can shed on this.
    Robin
    G4 Powerbook   Mac OS X (10.4.6)  

    So cool!!! Thanks very much, Brent, for solving my problem.
    Maybe you can answer another one while we're at it. Before I knew the problem was on the G5, I tried deleting ARD (and all its parts) from my other machine - a g4 tower, also running 10.4.6.
    I reinstalled it and I updated it, but each time I try to launch it, it tries to reinstall itself again. Obviously, it's missing something, but I don't know what it could be. Any suggestions?

Maybe you are looking for

  • Folder not showing up in Finder

    When I open Finder from the Dock and navigate to /Library, the folder InputManagers does not appear in the list window. However, when I search for InputManagers with Spotlight, Spotight finds the InputManagers folder and when I click on the folder in

  • TS3999 why my events disappear in my iPad from past?

    Why do iCloud erase all my past records? I sync Calendar few months after I had iPad2, and iCloud erased every events I had before the sync-date. I input some of the important events back into my iPad. No matter how many times I typed, it disappered

  • Ichat AV 4.x issue resolved...

    All, This may not help everybody with A/V issues with iChat v. 3~4 but solved ours, and please excuse me if this is already well known and I'm being redundant. Following this thread: http://discussions.apple.com/message.jspa?messageID=5880772#5880772

  • Bluetooth file sharing to non apple devices

    Agreed, that Apple doesn't want piracy, but what about file types like documents and jpeg images that one would want to share over bluetooth with people having devices other than iOS? Its quite a handicap to flaunt around a $900 phone and then ask pe

  • Installation Succesful , But Couldn't open SAP Management Console

    Hi all, I successfully installed Server by choosing Custom Installation , when i try to open Console its throwing up error saying MMC can't open the file "C:\......SAPMMC.MSC" Because file may not be exists or not an MMC console or was created by a l