OpenGL and fglrx

Im trying to run a game a friend coded
How can i get the game running from these errors?
I get the error:
...setting mode 3: 640 480
libGL error: failed to open DRM: Operation not permitted
libGL error: reverting to (slow) indirect rendering
Using 8/8/8 Color bits, 24 depth, 0 stencil display.
GL_RENDERER: Mesa GLX Indirect
You are using software Mesa (no hardware acceleration)!
Driver DLL used: libGL.so.1
If this is intentional, add
"+set r_allowSoftwareGL 1"
to the command line when starting the game.
...WARNING: could not set the given mode (3)
----- CL_Shutdown -----
RE_Shutdown( 1 )
Sys_Error: GLimp_Init() - could not load OpenGL subsystem
My fglrxinfo:
libGL error: failed to open DRM: Operation not permitted
libGL error: reverting to (slow) indirect rendering
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
And my xorg.conf
# File generated by xorgconfig.
# Copyright 2004 The X.Org Foundation
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# Except as contained in this notice, the name of The X.Org Foundation shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from
# The X.Org Foundation.
# Refer to the xorg.conf(5) man page for details about the format of
# this file.
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# Files section. This allows default font and rgb paths to be set
# Server flags section.
# Input devices
# Core keyboard's InputDevice section
# Core Pointer's InputDevice section
# Other input device sections
# this is optional and is required only if you
# are using extended input devices. This is for example only. Refer
# to the xorg.conf man page for a description of the options.
# Section "InputDevice"
# Identifier "Mouse2"
# Driver "mouse"
# Option "Protocol" "MouseMan"
# Option "Device" "/dev/mouse2"
# EndSection
# Section "InputDevice"
# Identifier "spaceball"
# Driver "magellan"
# Option "Device" "/dev/cua0"
# EndSection
# Section "InputDevice"
# Identifier "spaceball2"
# Driver "spaceorb"
# Option "Device" "/dev/cua0"
# EndSection
# Section "InputDevice"
# Identifier "touchscreen0"
# Driver "microtouch"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "1412"
# Option "MaxX" "15184"
# Option "MinY" "15372"
# Option "MaxY" "1230"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
# Section "InputDevice"
# Identifier "touchscreen1"
# Driver "elo2300"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "231"
# Option "MaxX" "3868"
# Option "MinY" "3858"
# Option "MaxY" "272"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonThreshold" "17"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
# Monitor section
# Any number of monitor sections may be present
# Graphics device section
# Any number of graphics device sections may be present
# Standard VGA Device:
# Device configured by xorgconfig:
# Screen sections
# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
# ServerLayout sections.
# Any number of ServerLayout sections may be present. Each describes
# the way multiple screens are organised. A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option. In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.
# Section "DRI"
# Mode 0666
# EndSection
Section "ServerLayout"
# The Identifier line must be present
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens. The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen. In this example, screen 2 is located to the
# right of screen 1.
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used. Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
Identifier "Simple Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Files"
# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# RgbPath "/usr/share/X11/rgb"
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
# FontPath "/usr/share/fonts/TTF"
# FontPath "/usr/share/fonts/Type1"
# FontPath "/usr/lib/X11/fonts/local/"
# FontPath "/usr/lib/X11/fonts/misc/"
# FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
# FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
# FontPath "/usr/lib/X11/fonts/Speedo/"
# FontPath "/usr/lib/X11/fonts/Type1/"
# FontPath "/usr/lib/X11/fonts/TrueType/"
# FontPath "/usr/lib/X11/fonts/freefont/"
# FontPath "/usr/lib/X11/fonts/75dpi/"
# FontPath "/usr/lib/X11/fonts/100dpi/"
# The module search path. The default path is shown here.
# ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
EndSection
Section "Module"
# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the font modules
# Load "type1"
# Load "speedo"
# This loads the GLX module
# Load "glx"
# This loads the DRI module
# Load "dri"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "freetype"
# Load "xtt"
Load "dri"
Load "glx"
EndSection
Section "InputDevice"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.
# Option "Protocol" "Xqueue"
# Option "Xleds" "1 2 3"
# Option "LeftAlt" "Meta"
# Option "RightAlt" "ModeShift"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc105"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# These are the default XKB settings for Xorg
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "us"
# Option "XkbVariant" ""
# Option "XkbOptions" ""
# Option "XkbDisable"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
Option "XkbRules" "xorg"
Option "XkbModel" "cherryblueb"
Option "XkbLayout" "gb"
EndSection
Section "InputDevice"
# Identifier and driver
# the following line.
# Option "Protocol" "Xqueue"
# Mouse-speed setting for PS/2 mouse.
# Option "Resolution" "256"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
# horizontal wheel to buttons 6 & 7. Change if your mouse has more than
# 3 buttons and you need to map the wheel to different button ids to avoid
# conflicts.
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# ChordMiddle is an option for some 3-button Logitech mice
# Option "ChordMiddle"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2" # PS/2 Mouse
Option "Device" "/dev/input/mice"
# When using XQUEUE, comment out the above two lines, and uncomment
Option "ZAxisMapping" "4 5 6 7"
# Emulate3Buttons is an option for 2-button mice
EndSection
Section "Monitor"
# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
Identifier "Sync0"
HorizSync 31.5 - 64.3
VertRefresh 75.0 - 81.0
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
# The chipset line is optional in most cases. It can be used to override
# the driver's chipset detection, and should not normally be specified.
# Chipset "generic"
# The Driver line must be present. When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module. Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for. When this line isn't present, a device
# section can only match up with the primary video device. For PCI
# devices a line like the following could be used. This line should not
# normally be included unless there is more than one video device
# intalled.
# BusID "PCI:0:10:0"
# VideoRam 256
# Clocks 25.2 28.3
Identifier "Standard VGA"
Driver "vga"
VendorName "Unknown"
BoardName "Unknown"
EndSection
Section "Device"
#VideoRam 262144
# Insert Clocks lines here if appropriate
Identifier "ati0"
Driver "ati"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "DesktopSetup" "horizontal"
Option "OverlayOnCRTC2" "1"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "ati0"
Monitor "Sync0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Crooksey wrote:I did that, but all my gfx are strange, how can i improve them?
I have no idea what you mean by "all my gfx are strange" - can you give a better description?

Similar Messages

  • Why Apple don't systematically support the latest version of OpenGL and OpenCL with a new OS release?

    Why Apple don't systematically support the latest version of OpenGL and OpenCL with a new OS release?

    Maybe because it's necessary to build on a version that's been out long enough to be stable before releasing? Who knows?
    Are there specific features you're missing?

  • OpenGL and GLX on Solaris Intel

    Can OpenGL and GLX be added to Solaris Intel without having to use Xfree86?
    I have built the Mesa libraries but still need the GLX extensions.
    Does any one know of an easy solution?

    Hi Senthilkumar,
    Thanks for reply!
    I found a couple of intel 10/100 network cards in our town, there are INTEL N232 10/100 PCI, INTEL PRO100+ 10/100 PCI, Intel 8460 10/100BT, I am not sure which one you were talking about, can you give me some detail information please?
    Thanks again.
    Mark

  • Androiod, openGL, and 3 dimensional vectors

    Hi,
    I am learning java for the android phones. I got to a part in my book that deals very lightly with 3d graphics(OpenGL) and I am trying to convert some code from DirectX. The problem I am having is finding the equivalent of a 3 dimensional Vector in
    the subset of java for the android platform. An example would be converting these vectors to their equivalent in the Android platform and java code:
            public Vector3 Position;
            public Vector3 Normal;
            public Vector3 Tangent;
            public Vector2 TextureCoordinate;What are the equivalents in java and the android platform?
    Thanks in advance for help with this.

    Just as a Vector can be used instead of a single dimension array, a Vector containing Vector objects can be used instead of a 2 dimensional array.
    So in your example ...
    Vector rowVector = new Vector();
    while(myresultset.next()) {
    ResultSetMetaData rsmd=myresultset.getMetaData();
    int numOfColumns=rsmd.getColumnCount();
    Vector columnVector = new Vector();
    for(int columnCtr=0; columnCtr<numOfColumns; columnCtr++) {
    columnVector.add(myresultset.getString(columnCtr+1));
    rowVector.add(columnVector);
    int numberOfRows = rowVector.size();
    int numberOfColumnsInRow1 = ((Vector)rowVector.get(0)).size();
    String column3ForRow1 = (numberOfColumnsInRow1 >= 3) ? (String)((Vector)rowVector.get(0)).get(2) : null;

  • Use opengl and directdraw

    hi all,
    i have enabled opengl and directdraw in jvm, and the statement is correct, but i find the graphics rendering does not accelerate compared with not enabled. does anyone know why is that?thanks

    Yes it is possible to use OpenGL with JAVA. I have have written a very nice program that use an API that I have at work. I will see if it is on the web and I will get back to you on how to begin to use this powerful tool.

  • Opengl and labview

    Does anyone have a way to use opengl applications in labview? I have seen interfaces out there, but they are pretty expensive. Anyone done this yet?????

    Hi,
    I tried it, and it does work. It is a nice example of creating a opengl
    wrapper in c++. However, the only function it provides is to draw a text (in
    3D). The source is available, so it could be extended...
    Perhaps the best way to work with it is to adjust it to export the hWnd.
    With the hWnd, you can use all other opengl functions as normal api's. You
    need to set the opengl rendering context to the hWnd from labview, because
    it must be set from the same proccess that calls the api's (I think the ocx
    has it's own proccess).
    May be there are some more advanced wrappers (I stopped looking after the
    first).
    Regards,
    Wiebe.
    "Wiebe@CARYA" wrote in message
    news:4062a1ed@newsgroups....
    > Hi,
    >
    > Sorry for the slow reaction. I'm watching messages in outlook, but it
    > deletes messages automatically after a few month, and also stops watching
    > them.
    >
    > There seems to be an open source activex opengl wrapper at
    > http://www.codeproject.com . Just search for opengl and activex. You do
    need
    > to register, but it is free. This is the first page I looked at after
    > searching the web on opengl and activex. It looks promising...
    >
    > Regards,
    >
    > Wiebe.
    >
    >
    > "dirtyb15" wrote in message
    > news:[email protected]..
    > > All right, took a little time off from this project, but need to start
    > > again. You said to use and ativex container. What direct x object
    > > should i put in the container??
    >
    >

  • OpenGL and ICM Color Management

    I'm looking into ways to move my plugins to the use of OpenCL and OpenGL to take advantage of the power in modern GPUs.
    Specifically, with the Windows GDI, ICM color management can be set up to be done automatically through calls like BitBlt(), and in fact I do this.
    Can someone here point me in the right direction to learn how one might best handle color spaces when using OpenGL in place of the older Windows GDI calls?
    Thanks!
    -Noel

    Thanks.  That's what I was starting to infer from the lack of OpenGL and ICC color management information together.
    -Noel

  • IdeaPad G780 OpenGL and PixelShader versions needed

    Hi,
    I am currently looking to buy a replacement laptop, and the model I am interested in is the IdeaPad G780, M843KUK, Windows 7 (I absolutely do not want Windows 8).
    A distributor has a number of suitable machines at a decent price, but before committing to buy one of those I absolutely need to know the OpenGL and Pixel Shader versions currently supported.
    Those depend both from the GPUs (which define the absolute maximum possible, through their capabilities), and from the drivers, which define the actual maximum; Pixel Shader version is also limited by DirectX version, but OpenGL has no connection with DirectX.
    That information is unknown to the distributors, unavailable on the website, and equally unknown to the assisted help on this website.
    OpenGL version and/or Pixel Shader are critical requirements for most graphical applications, including games, and the new and future browser versions (due to HTML 5 and WebGL).
    So, could anyone here provide me that information on that precise model?
    There are technical tools which allow to find those values, for the machine the test is run on.

    It has been a few days and nobody was answering the question...
    That gave me the time to see that there are so many issues with Lenovo products, and existing customers are left without any support answers (most posts here seen to get no answer from Lenovo, or report issues which don't).
    So I will just add Lenovo to the list of low quality brands I want nothing to do with; obviously support went to hell since IBM sold their former PCs branch a few years ago, and it went its own way under the name Lenovo,

  • OpenGL freezes computer with dual monitors and fglrx

    I am trying to use the fglrx driver, and with a single monitor I seem to have gotten everything working.
    However I am running into issues with two monitors. Basically, when I have two monitors any opengl program doesn't run properly.
    There are two cases. If I use the xorg.conf generated by "aticonfig --initial", it still seems to detect the other monitor (although there is a black region on my gnome desktop). If an opengl program is run, the screen goes crazy where random pixels are changing different colors. I can end the program, and everything goes back to normal.
    Using the program "amdcccle" I generated xorg.conf for dual monitors (I pasted it below). When I use this configuration, any opengl program completely freezes the computer instantly.
    I have been looking for a while, but have not found any information that might lead to a solution. Does anyone here have any advice?
    Section "ServerLayout"
    Identifier "amdcccle Layout"
    Screen 0 "amdcccle-Screen[1]-0" 0 0
    EndSection
    Section "Monitor"
    Identifier "0-DFP1"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    Option "PreferredMode" "1680x1050"
    Option "TargetRefresh" "60"
    Option "Position" "1920 0"
    Option "Rotate" "normal"
    Option "Disable" "false"
    EndSection
    Section "Monitor"
    Identifier "0-DFP10"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    Option "PreferredMode" "1920x1080"
    Option "TargetRefresh" "60"
    Option "Position" "0 0"
    Option "Rotate" "normal"
    Option "Disable" "false"
    EndSection
    Section "Device"
    Identifier "amdcccle-Device[1]-0"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    Option "Monitor-DFP1" "0-DFP1"
    Option "Monitor-DFP10" "0-DFP10"
    EndSection
    Section "Screen"
    Identifier "amdcccle-Screen[1]-0"
    Device "amdcccle-Device[1]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Virtual 3600 1920
    Depth 24
    EndSubSection
    EndSection

    +Sorry. I mean "right" in the last sentence.+
    Hello.
    I put my second monitor of a dual monitor set-up to the left of the main monitor - the one with the FC application, keyboard and mouse, etc. Trouble is the mouse kept hitting the left hand wall of my main monitor when I tried to send it to the second monitor. After a while I realized the mouse/computer thinks the second monitor is to its right, so I have to exit the right hand side of the main monitor to get to the one on the left.
    Is there any way to instruct FC and the mouse that the second monitor is on the left? Can the mouse be instructed to "pass" through the left hand wall of the main monitor rather than the right? Or must the second monitor always go the right of the main monitor?
    Thanks.
    John

  • Black screen on startx with ati radeon HD4330 Mobility and fglrx

    Hi,
    I managed to install Archlinux on my HP Butterfly laptop that's great !
    However I am not able to get X running properly.
    lspci|grep VGA
    00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
    01:00.0 VGA compatible controller: ATI Technologies Inc M92 LP [Mobility Radeon HD 4300 Series]
    Firstly I tried to use the xf86-video-ati open source driver but it made my kernel crash during the module init.
    So I am now trying fglrx, and at least my kernel is unharmed.
    But all I get is a black screen after running startx.
    Here is my X log :
    [ 95.354]
    X.Org X Server 1.9.2
    Release Date: 2010-10-30
    [ 95.354] X Protocol Version 11, Revision 0
    [ 95.354] Build Operating System: Linux 2.6.35-ARCH i686
    [ 95.354] Current Operating System: Linux myhost 2.6.36-ARCH #1 SMP PREEMPT Mon Jan 24 18:34:55 UTC 2011 i686
    [ 95.355] Kernel command line: root=/dev/sda7 ro nomodeset
    [ 95.355] Build Date: 01 November 2010 10:35:30PM
    [ 95.355]
    [ 95.362] Current version of pixman: 0.20.2
    [ 95.363] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 95.363] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 95.364] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 9 20:52:31 2011
    [ 95.397] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 95.408] (==) ServerLayout "aticonfig Layout"
    [ 95.408] (**) |-->Screen "base-screen" (0)
    [ 95.408] (**) | |-->Monitor "native-monitor"
    [ 95.408] (**) | |-->Device "radeon-4330HD"
    [ 95.408] (==) Automatically adding devices
    [ 95.408] (==) Automatically enabling devices
    [ 95.467] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 95.467] Entry deleted from font path.
    [ 95.467] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 95.467] Entry deleted from font path.
    [ 95.489] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 95.489] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 95.489] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 95.489] (II) Loader magic: 0x81f1f80
    [ 95.489] (II) Module ABI versions:
    [ 95.490] X.Org ANSI C Emulation: 0.4
    [ 95.490] X.Org Video Driver: 8.0
    [ 95.490] X.Org XInput driver : 11.0
    [ 95.490] X.Org Server Extension : 4.0
    [ 95.491] (--) PCI:*(0:0:2:0) 8086:2a42:1025:0281 rev 7, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00004110/8
    [ 95.491] (--) PCI: (0:1:0:0) 1002:9552:1025:0281 rev 0, Mem @ 0xd0000000/268435456, 0xf4400000/65536, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
    [ 95.491] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 95.491] (II) "extmod" will be loaded by default.
    [ 95.491] (II) "dbe" will be loaded by default.
    [ 95.491] (II) "glx" will be loaded by default.
    [ 95.491] (II) "record" will be loaded by default.
    [ 95.492] (II) "dri" will be loaded by default.
    [ 95.492] (II) "dri2" will be loaded by default.
    [ 95.492] (II) LoadModule: "extmod"
    [ 95.492] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 95.506] (II) Module extmod: vendor="X.Org Foundation"
    [ 95.506] compiled for 1.9.2, module version = 1.0.0
    [ 95.506] Module class: X.Org Server Extension
    [ 95.506] ABI class: X.Org Server Extension, version 4.0
    [ 95.506] (II) Loading extension MIT-SCREEN-SAVER
    [ 95.506] (II) Loading extension XFree86-VidModeExtension
    [ 95.506] (II) Loading extension XFree86-DGA
    [ 95.506] (II) Loading extension DPMS
    [ 95.506] (II) Loading extension XVideo
    [ 95.506] (II) Loading extension XVideo-MotionCompensation
    [ 95.506] (II) Loading extension X-Resource
    [ 95.506] (II) LoadModule: "dbe"
    [ 95.506] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 95.509] (II) Module dbe: vendor="X.Org Foundation"
    [ 95.509] compiled for 1.9.2, module version = 1.0.0
    [ 95.509] Module class: X.Org Server Extension
    [ 95.509] ABI class: X.Org Server Extension, version 4.0
    [ 95.509] (II) Loading extension DOUBLE-BUFFER
    [ 95.509] (II) LoadModule: "glx"
    [ 95.510] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 95.528] (II) Module glx: vendor="FireGL - ATI Technologies Inc."
    [ 95.528] compiled for 7.6.0, module version = 1.0.0
    [ 95.529] (II) Loading extension GLX
    [ 95.529] (II) LoadModule: "record"
    [ 95.529] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 95.529] (II) Module record: vendor="X.Org Foundation"
    [ 95.529] compiled for 1.9.2, module version = 1.13.0
    [ 95.529] Module class: X.Org Server Extension
    [ 95.529] ABI class: X.Org Server Extension, version 4.0
    [ 95.529] (II) Loading extension RECORD
    [ 95.529] (II) LoadModule: "dri"
    [ 95.530] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 95.535] (II) Module dri: vendor="X.Org Foundation"
    [ 95.535] compiled for 1.9.2, module version = 1.0.0
    [ 95.535] ABI class: X.Org Server Extension, version 4.0
    [ 95.535] (II) Loading extension XFree86-DRI
    [ 95.535] (II) LoadModule: "dri2"
    [ 95.535] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 95.536] (II) Module dri2: vendor="X.Org Foundation"
    [ 95.536] compiled for 1.9.2, module version = 1.2.0
    [ 95.536] ABI class: X.Org Server Extension, version 4.0
    [ 95.536] (II) Loading extension DRI2
    [ 95.536] (II) LoadModule: "fglrx"
    [ 95.536] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 95.719] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    [ 95.731] compiled for 1.4.99.906, module version = 8.81.5
    [ 95.731] Module class: X.Org Video Driver
    [ 95.736] (II) Loading sub module "fglrxdrm"
    [ 95.736] (II) LoadModule: "fglrxdrm"
    [ 95.736] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 95.765] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    [ 95.765] compiled for 1.4.99.906, module version = 8.81.5
    [ 95.765] (II) ATI Proprietary Linux Driver Version Identifier:8.81.5
    [ 95.765] (II) ATI Proprietary Linux Driver Release Identifier: 8.812
    [ 95.765] (II) ATI Proprietary Linux Driver Build Date: Jan 4 2011 21:30:56
    [ 95.765] (--) using VT number 7
    [ 95.767] (WW) Falling back to old probe method for fglrx
    [ 95.852] (II) Loading PCS database from /etc/ati/amdpcsdb
    [ 95.861] (--) Chipset Supported AMD Graphics Processor (0x9552) found
    [ 95.862] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [ 95.862] (II) AMD Video driver is running on a device belonging to a group targeted for this release
    [ 95.871] (II) AMD Video driver is signed
    [ 95.871] (II) fglrx(0): pEnt->device->identifier=0x8f63678
    [ 95.872] (II) fglrx(0): === [xdl_x760_atiddxPreInit] === begin
    [ 95.873] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 95.873] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 95.873] (==) fglrx(0): Default visual is TrueColor
    [ 95.873] (**) fglrx(0): Option "DPMS" "true"
    [ 95.873] (==) fglrx(0): RGB weight 888
    [ 95.873] (II) fglrx(0): Using 8 bits per RGB
    [ 95.873] (==) fglrx(0): Buffer Tiling is ON
    [ 95.874] (II) Loading sub module "fglrxdrm"
    [ 95.874] (II) LoadModule: "fglrxdrm"
    [ 95.874] (II) Reloading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 95.876] ukiDynamicMajor: found major device number 252
    [ 95.876] ukiDynamicMajor: found major device number 252
    [ 95.876] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 95.876] ukiOpenDevice: node name is /dev/ati/card0
    [ 95.876] ukiOpenDevice: open result is 11, (OK)
    [ 95.876] ukiOpenByBusid: ukiOpenMinor returns 11
    [ 95.876] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 95.876] (==) fglrx(0): NoAccel = NO
    [ 95.876] (==) fglrx(0): ATI 2D Acceleration Architecture enabled
    [ 95.876] (--) fglrx(0): Chipset: "ATI Mobility Radeon HD 4300 Series" (Chipset = 0x9552)
    [ 95.876] (--) fglrx(0): (PciSubVendor = 0x1025, PciSubDevice = 0x0281)
    [ 95.876] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
    [ 95.876] (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
    [ 95.876] (--) fglrx(0): MMIO registers at 0xf4400000
    [ 95.876] (--) fglrx(0): I/O port at 0x00003000
    [ 95.877] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [ 95.889] (II) fglrx(0): AC Adapter is used
    [ 96.174] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
    [ 96.174] (--) fglrx(0): Video RAM: 524288 kByte, Type: DDR3
    [ 96.174] (II) fglrx(0): PCIE card detected
    [ 96.174] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    [ 96.174] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 96.180] (II) fglrx(0): Using adapter: 1:0.0.
    [ 96.224] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x20000000)
    [ 96.453] (II) fglrx(0): Interrupt handler installed at IRQ 46.
    [ 96.453] (II) fglrx(0): RandR 1.2 support is enabled!
    [ 96.453] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [ 96.453] (==) fglrx(0): Center Mode is disabled
    [ 96.453] (II) Loading sub module "fb"
    [ 96.453] (II) LoadModule: "fb"
    [ 96.454] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 96.475] (II) Module fb: vendor="X.Org Foundation"
    [ 96.475] compiled for 1.9.2, module version = 1.0.0
    [ 96.475] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 96.475] (II) Loading sub module "ddc"
    [ 96.475] (II) LoadModule: "ddc"
    [ 96.475] (II) Module "ddc" already built-in
    [ 96.725] (II) fglrx(0): Finished Initialize PPLIB!
    [ 96.773] (II) fglrx(0): Output LVDS using monitor section native-monitor
    [ 96.773] (II) fglrx(0): Output DFP1 has no monitor section
    [ 96.773] (II) fglrx(0): Output CRT1 has no monitor section
    [ 96.785] (II) Loading sub module "ddc"
    [ 96.785] (II) LoadModule: "ddc"
    [ 96.786] (II) Module "ddc" already built-in
    [ 96.786] (II) fglrx(0): Connected Display0: LVDS
    [ 96.786] (II) fglrx(0): Display0: Failed to get EDID information.
    [ 96.862] (II) fglrx(0): Cannot get EDID information for LVDS
    [ 96.862] (II) fglrx(0): EDID for output LVDS
    [ 96.862] (II) fglrx(0): Not using mode "640x350" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "640x400" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "720x400" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "640x480" (unknown reason)
    [ 96.880] (II) fglrx(0): Not using mode "640x480" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "640x480" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "640x480" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "800x600" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "800x600" (unknown reason)
    [ 96.880] (II) fglrx(0): Not using mode "800x600" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "800x600" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "800x600" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "800x600" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "848x480" (unknown reason)
    [ 96.880] (II) fglrx(0): Not using mode "1024x768i" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "1024x768" (hsync out of range)
    [ 96.880] (II) fglrx(0): Not using mode "1024x768" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "1024x768" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "1024x768" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "1024x768" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "1152x864" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "1280x768" (monitor doesn't support reduced blanking)
    [ 96.880] (II) fglrx(0): Not using mode "1280x768" (unknown reason)
    [ 96.880] (II) fglrx(0): Not using mode "1280x768" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "1280x768" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "1280x768" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "1280x800" (hsync out of range)
    [ 96.880] (II) fglrx(0): Not using mode "1280x800" (hsync out of range)
    [ 96.880] (II) fglrx(0): Not using mode "1280x800" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "1280x800" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "1280x800" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "1280x960" (hsync out of range)
    [ 96.880] (II) fglrx(0): Not using mode "1280x960" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "1280x960" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "1280x1024" (hsync out of range)
    [ 96.880] (II) fglrx(0): Not using mode "1280x1024" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "1280x1024" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "1280x1024" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "1360x768" (unknown reason)
    [ 96.880] (II) fglrx(0): Not using mode "1360x768" (vrefresh out of range)
    [ 96.880] (II) fglrx(0): Not using mode "1400x1050" (hsync out of range)
    [ 96.880] (II) fglrx(0): Not using mode "1400x1050" (hsync out of range)
    [ 96.880] (II) fglrx(0): Not using mode "1400x1050" (vrefresh out of range)
    [ 96.881] (II) fglrx(0): Not using mode "1400x1050" (vrefresh out of range)
    [ 96.881] (II) fglrx(0): Not using mode "1400x1050" (vrefresh out of range)
    [ 96.881] (II) fglrx(0): Not using mode "1440x900" (hsync out of range)
    [ 96.881] (II) fglrx(0): Not using mode "1440x900" (hsync out of range)
    [ 96.881] (II) fglrx(0): Not using mode "1440x900" (vrefresh out of range)
    [ 96.881] (II) fglrx(0): Not using mode "1440x900" (vrefresh out of range)
    [ 96.881] (II) fglrx(0): Not using mode "1440x900" (vrefresh out of range)
    [ 96.881] (II) fglrx(0): Not using mode "1600x1200" (hsync out of range)
    [ 96.881] (II) fglrx(0): Not using mode "1600x1200" (vrefresh out of range)
    [ 96.881] (II) fglrx(0): Not using mode "1600x1200" (vrefresh out of range)
    [ 96.881] (II) fglrx(0): Not using mode "1600x1200" (vrefresh out of range)
    [ 96.881] (II) fglrx(0): Not using mode "1600x1200" (vrefresh out of range)
    [ 96.881] (II) fglrx(0): Not using mode "1600x1200" (vrefresh out of range)
    [ 96.881] (II) fglrx(0): Not using mode "1680x1050" (width too large for virtual size)
    [ 96.881] (II) fglrx(0): Not using mode "1680x1050" (width too large for virtual size)
    [ 96.881] (II) fglrx(0): Not using mode "1680x1050" (width too large for virtual size)
    [ 96.881] (II) fglrx(0): Not using mode "1680x1050" (width too large for virtual size)
    [ 96.881] (II) fglrx(0): Not using mode "1680x1050" (width too large for virtual size)
    [ 96.881] (II) fglrx(0): Not using mode "1792x1344" (width too large for virtual size)
    [ 96.881] (II) fglrx(0): Not using mode "1792x1344" (width too large for virtual size)
    [ 96.881] (II) fglrx(0): Not using mode "1792x1344" (width too large for virtual size)
    [ 96.881] (II) fglrx(0): Not using mode "1856x1392" (width too large for virtual size)
    [ 96.881] (II) fglrx(0): Not using mode "1856x1392" (width too large for virtual size)
    [ 96.881] (II) fglrx(0): Not using mode "1856x1392" (width too large for virtual size)
    [ 96.881] (II) fglrx(0): Not using mode "1920x1200" (width too large for virtual size)
    [ 96.881] (II) fglrx(0): Not using mode "1920x1200" (width too large for virtual size)
    [ 96.881] (II) fglrx(0): Not using mode "1920x1200" (width too large for virtual size)
    [ 96.881] (II) fglrx(0): Not using mode "1920x1200" (width too large for virtual size)
    [ 96.881] (II) fglrx(0): Not using mode "1920x1200" (width too large for virtual size)
    [ 96.881] (II) fglrx(0): Not using mode "1920x1440" (width too large for virtual size)
    [ 96.881] (II) fglrx(0): Not using mode "1920x1440" (width too large for virtual size)
    [ 96.881] (II) fglrx(0): Not using mode "1920x1440" (width too large for virtual size)
    [ 96.881] (II) fglrx(0): Not using mode "2560x1600" (width too large for virtual size)
    [ 96.881] (II) fglrx(0): Not using mode "2560x1600" (width too large for virtual size)
    [ 96.881] (II) fglrx(0): Not using mode "2560x1600" (width too large for virtual size)
    [ 96.881] (II) fglrx(0): Not using mode "2560x1600" (width too large for virtual size)
    [ 96.881] (II) fglrx(0): Not using mode "2560x1600" (width too large for virtual size)
    [ 96.881] (II) fglrx(0): Printing probed modes for output LVDS
    [ 96.881] (II) fglrx(0): Modeline "1366x768"x60.0 69.50 1366 1414 1446 1466 768 771 777 790 +hsync +vsync (47.4 kHz)
    [ 96.881] (II) fglrx(0): Modeline "1280x768"x60.0 69.50 1280 1414 1446 1466 768 771 777 790 +hsync +vsync (47.4 kHz)
    [ 96.881] (II) fglrx(0): Modeline "1280x720"x60.0 69.50 1280 1414 1446 1466 720 771 777 790 +hsync +vsync (47.4 kHz)
    [ 96.881] (II) fglrx(0): Modeline "1024x768"x60.0 69.50 1024 1414 1446 1466 768 771 777 790 +hsync +vsync (47.4 kHz)
    [ 96.881] (II) fglrx(0): Modeline "1024x600"x60.0 69.50 1024 1414 1446 1466 600 771 777 790 +hsync +vsync (47.4 kHz)
    [ 96.881] (II) fglrx(0): Modeline "800x600"x60.0 69.50 800 1414 1446 1466 600 771 777 790 +hsync +vsync (47.4 kHz)
    [ 96.881] (II) fglrx(0): Modeline "800x480"x60.0 69.50 800 1414 1446 1466 480 771 777 790 +hsync +vsync (47.4 kHz)
    [ 96.881] (II) fglrx(0): Modeline "720x480"x60.0 69.50 720 1414 1446 1466 480 771 777 790 +hsync +vsync (47.4 kHz)
    [ 96.881] (II) fglrx(0): Modeline "640x480"x60.0 69.50 640 1414 1446 1466 480 771 777 790 +hsync +vsync (47.4 kHz)
    [ 96.881] (II) fglrx(0): EDID for output DFP1
    [ 96.881] (II) fglrx(0): EDID for output CRT1
    [ 96.881] (II) fglrx(0): Output LVDS connected
    [ 96.881] (II) fglrx(0): Output DFP1 disconnected
    [ 96.882] (II) fglrx(0): Output CRT1 disconnected
    [ 96.882] (II) fglrx(0): Using exact sizes for initial modes
    [ 96.882] (II) fglrx(0): Output LVDS using initial mode 1366x768
    [ 96.882] (II) fglrx(0): DPI set to (96, 96)
    [ 96.882] (II) fglrx(0): Adapter ATI Mobility Radeon HD 4300 Series has 2 configurable heads and 1 displays connected.
    [ 96.882] (==) fglrx(0): PseudoColor visuals disabled
    [ 96.882] (II) Loading sub module "ramdac"
    [ 96.882] (II) LoadModule: "ramdac"
    [ 96.882] (II) Module "ramdac" already built-in
    [ 96.882] (==) fglrx(0): NoDRI = NO
    [ 96.882] (==) fglrx(0): Capabilities: 0x00000000
    [ 96.882] (==) fglrx(0): CapabilitiesEx: 0x00000000
    [ 96.882] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    [ 96.882] (==) fglrx(0): UseFastTLS=0
    [ 96.882] (==) fglrx(0): BlockSignalsOnLock=1
    [ 96.882] (--) Depth 24 pixmap format is 32 bpp
    [ 96.882] (II) Loading extension ATIFGLRXDRI
    [ 96.882] (II) fglrx(0): doing swlDriScreenInit
    [ 96.882] (II) fglrx(0): swlDriScreenInit for fglrx driver
    [ 96.882] ukiDynamicMajor: found major device number 252
    [ 96.882] ukiDynamicMajor: found major device number 252
    [ 96.883] ukiDynamicMajor: found major device number 252
    [ 96.883] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 96.883] ukiOpenDevice: node name is /dev/ati/card0
    [ 96.883] ukiOpenDevice: open result is 12, (OK)
    [ 96.883] ukiOpenByBusid: ukiOpenMinor returns 12
    [ 96.883] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 96.883] (II) fglrx(0): [uki] DRM interface version 1.0
    [ 96.883] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
    [ 96.883] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
    [ 96.883] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0xb76f0000
    [ 96.883] (II) fglrx(0): [uki] framebuffer handle = 0x3000
    [ 96.883] (II) fglrx(0): [uki] added 1 reserved context for kernel
    [ 96.883] (II) fglrx(0): swlDriScreenInit done
    [ 96.883] (II) fglrx(0): Kernel Module Version Information:
    [ 96.883] (II) fglrx(0): Name: fglrx
    [ 96.883] (II) fglrx(0): Version: 8.81.5
    [ 96.883] (II) fglrx(0): Date: Jan 4 2011
    [ 96.883] (II) fglrx(0): Desc: ATI FireGL DRM kernel module
    [ 96.883] (II) fglrx(0): Kernel Module version matches driver.
    [ 96.883] (II) fglrx(0): Kernel Module Build Time Information:
    [ 96.883] (II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.36-ARCH
    [ 96.883] (II) fglrx(0): Build-Kernel MODVERSIONS: no
    [ 96.883] (II) fglrx(0): Build-Kernel __SMP__: no
    [ 96.883] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
    [ 96.883] (II) fglrx(0): [uki] register handle = 0x00004000
    [ 96.922] (II) fglrx(0): DRI initialization successfull
    [ 96.922] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01004000
    [ 96.933] (==) fglrx(0): Backing store disabled
    [ 96.933] (II) Loading extension FGLRXEXTENSION
    [ 96.933] (**) fglrx(0): DPMS enabled
    [ 96.934] (II) fglrx(0): Initialized in-driver Xinerama extension
    [ 96.934] (**) fglrx(0): Textured Video is enabled.
    [ 96.934] (II) LoadModule: "glesx"
    [ 96.944] (II) Loading /usr/lib/xorg/modules/glesx.so
    [ 97.061] (II) Module glesx: vendor="X.Org Foundation"
    [ 97.062] compiled for 1.4.99.906, module version = 1.0.0
    [ 97.062] (II) Loading extension GLESX
    [ 97.062] (II) fglrx(0): GLESX enableFlags = 528
    [ 97.062] (II) fglrx(0): GLESX is enabled
    [ 97.062] (II) LoadModule: "amdxmm"
    [ 97.062] (II) Loading /usr/lib/xorg/modules/amdxmm.so
    [ 97.072] (II) Module amdxmm: vendor="X.Org Foundation"
    [ 97.072] compiled for 1.4.99.906, module version = 2.0.0
    [ 97.072] (II) Loading extension AMDXVOPL
    [ 97.072] (II) Loading extension AMDXVBA
    [ 97.091] (II) fglrx(0): UVD feature is enabled(II) fglrx(0):
    [ 97.094] (II) fglrx(0): Enable composite support successfully
    [ 97.094] (WW) fglrx(0): Option "VendorName" is not used
    [ 97.094] (WW) fglrx(0): Option "ModelName" is not used
    [ 97.094] (II) fglrx(0): X context handle = 0x1
    [ 97.094] (II) fglrx(0): [DRI] installation complete
    [ 97.094] (==) fglrx(0): Silken mouse enabled
    [ 97.101] (==) fglrx(0): Using HW cursor of display infrastructure!
    [ 97.101] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
    [ 97.101] (II) fglrx(0): 'LVDS LCD' ConnectorType, abstracted as 'Panel'
    [ 97.101] (II) fglrx(0): 'eDP LCD' ConnectorType, abstracted as 'Panel'
    [ 98.234] (--) RandR disabled
    [ 98.234] (II) Initializing built-in extension Generic Event Extension
    [ 98.234] (II) Initializing built-in extension SHAPE
    [ 98.234] (II) Initializing built-in extension MIT-SHM
    [ 98.234] (II) Initializing built-in extension XInputExtension
    [ 98.234] (II) Initializing built-in extension XTEST
    [ 98.234] (II) Initializing built-in extension BIG-REQUESTS
    [ 98.234] (II) Initializing built-in extension SYNC
    [ 98.234] (II) Initializing built-in extension XKEYBOARD
    [ 98.234] (II) Initializing built-in extension XC-MISC
    [ 98.234] (II) Initializing built-in extension SECURITY
    [ 98.234] (II) Initializing built-in extension XINERAMA
    [ 98.234] (II) Initializing built-in extension XFIXES
    [ 98.234] (II) Initializing built-in extension RENDER
    [ 98.234] (II) Initializing built-in extension RANDR
    [ 98.234] (II) Initializing built-in extension COMPOSITE
    [ 98.234] (II) Initializing built-in extension DAMAGE
    [ 98.240] ukiDynamicMajor: found major device number 252
    [ 98.240] ukiDynamicMajor: found major device number 252
    [ 98.240] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 98.240] ukiOpenDevice: node name is /dev/ati/card0
    [ 98.240] ukiOpenDevice: open result is 13, (OK)
    [ 98.240] ukiOpenByBusid: ukiOpenMinor returns 13
    [ 98.240] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 98.965] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
    [ 99.057] (II) fglrx(0): Enable the clock gating!
    [ 99.058] (II) fglrx(0): Setting screen physical size to 361 x 203
    [ 99.597] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 99.597] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 99.597] (II) LoadModule: "evdev"
    [ 99.611] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 99.622] (II) Module evdev: vendor="X.Org Foundation"
    [ 99.622] compiled for 1.9.0, module version = 2.5.0
    [ 99.622] Module class: X.Org XInput Driver
    [ 99.622] ABI class: X.Org XInput driver, version 11.0
    [ 99.622] (**) Power Button: always reports core events
    [ 99.622] (**) Power Button: Device: "/dev/input/event5"
    [ 99.630] (--) Power Button: Found keys
    [ 99.630] (II) Power Button: Configuring as keyboard
    [ 99.630] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 99.630] (**) Option "xkb_rules" "evdev"
    [ 99.630] (**) Option "xkb_model" "evdev"
    [ 99.630] (**) Option "xkb_layout" "us"
    [ 99.695] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
    [ 99.695] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 99.695] (**) Video Bus: always reports core events
    [ 99.695] (**) Video Bus: Device: "/dev/input/event7"
    [ 99.703] (--) Video Bus: Found keys
    [ 99.703] (II) Video Bus: Configuring as keyboard
    [ 99.703] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 99.703] (**) Option "xkb_rules" "evdev"
    [ 99.703] (**) Option "xkb_model" "evdev"
    [ 99.703] (**) Option "xkb_layout" "us"
    [ 99.704] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
    [ 99.704] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 99.704] (**) Video Bus: always reports core events
    [ 99.704] (**) Video Bus: Device: "/dev/input/event8"
    [ 99.713] (--) Video Bus: Found keys
    [ 99.713] (II) Video Bus: Configuring as keyboard
    [ 99.713] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 99.713] (**) Option "xkb_rules" "evdev"
    [ 99.713] (**) Option "xkb_model" "evdev"
    [ 99.713] (**) Option "xkb_layout" "us"
    [ 99.731] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 99.731] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 99.731] (**) Power Button: always reports core events
    [ 99.731] (**) Power Button: Device: "/dev/input/event1"
    [ 99.753] (--) Power Button: Found keys
    [ 99.753] (II) Power Button: Configuring as keyboard
    [ 99.753] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 99.753] (**) Option "xkb_rules" "evdev"
    [ 99.753] (**) Option "xkb_model" "evdev"
    [ 99.753] (**) Option "xkb_layout" "us"
    [ 99.754] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    [ 99.754] (II) No input driver/identifier specified (ignoring)
    [ 99.754] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
    [ 99.755] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 99.755] (**) Sleep Button: always reports core events
    [ 99.755] (**) Sleep Button: Device: "/dev/input/event4"
    [ 99.770] (--) Sleep Button: Found keys
    [ 99.770] (II) Sleep Button: Configuring as keyboard
    [ 99.770] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 99.770] (**) Option "xkb_rules" "evdev"
    [ 99.770] (**) Option "xkb_model" "evdev"
    [ 99.770] (**) Option "xkb_layout" "us"
    [ 99.773] (II) config/udev: Adding input device HD Video WebCam (/dev/input/event10)
    [ 99.773] (**) HD Video WebCam: Applying InputClass "evdev keyboard catchall"
    [ 99.773] (**) HD Video WebCam: always reports core events
    [ 99.773] (**) HD Video WebCam: Device: "/dev/input/event10"
    [ 99.796] (--) HD Video WebCam: Found keys
    [ 99.796] (II) HD Video WebCam: Configuring as keyboard
    [ 99.796] (II) XINPUT: Adding extended input device "HD Video WebCam" (type: KEYBOARD)
    [ 99.796] (**) Option "xkb_rules" "evdev"
    [ 99.796] (**) Option "xkb_model" "evdev"
    [ 99.796] (**) Option "xkb_layout" "us"
    [ 99.797] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
    [ 99.798] (II) No input driver/identifier specified (ignoring)
    [ 99.806] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 99.806] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 99.806] (**) AT Translated Set 2 keyboard: always reports core events
    [ 99.806] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 99.823] (--) AT Translated Set 2 keyboard: Found keys
    [ 99.823] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 99.823] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 99.823] (**) Option "xkb_rules" "evdev"
    [ 99.823] (**) Option "xkb_model" "evdev"
    [ 99.823] (**) Option "xkb_layout" "us"
    [ 99.824] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
    [ 99.824] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 99.824] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 99.824] (**) SynPS/2 Synaptics TouchPad: Device: "/dev/input/event6"
    [ 99.840] (--) SynPS/2 Synaptics TouchPad: Found 10 mouse buttons
    [ 99.840] (--) SynPS/2 Synaptics TouchPad: Found absolute axes
    [ 99.840] (--) SynPS/2 Synaptics TouchPad: Found x and y absolute axes
    [ 99.840] (--) SynPS/2 Synaptics TouchPad: Found absolute touchpad.
    [ 99.840] (II) SynPS/2 Synaptics TouchPad: Configuring as touchpad
    [ 99.840] (**) SynPS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5
    [ 99.840] (**) SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 99.840] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    [ 99.840] (II) SynPS/2 Synaptics TouchPad: initialized for absolute axes.
    [ 99.840] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 99.840] (II) No input driver/identifier specified (ignoring)
    [ 99.841] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
    [ 99.841] (II) No input driver/identifier specified (ignoring)
    [ 100.317] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
    [ 103.491] (II) fglrx(0): Preparing normal LeaveVT...
    [ 103.860] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 103.860] (II) fglrx(0): Backup framebuffer data.
    [ 103.860] (II) fglrx(0): Backup complete.
    [ 119.766] (II) fglrx(0): Preparing normal EnterVT...
    [ 119.766] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 119.766] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 120.803] (II) fglrx(0): UVD feature is enabled(II) fglrx(0):
    [ 121.433] (II) fglrx(0): Hot-plug event occurs on device: 1:0:0
    [ 124.299] (II) fglrx(0): Preparing normal LeaveVT...
    [ 124.633] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 124.633] (II) fglrx(0): Backup framebuffer data.
    [ 124.633] (II) fglrx(0): Backup complete.
    All seems normal to me.
    Here is my X configuration (/etc/X11/xorg.conf.d/10-monitor.conf) :
    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "base-screen" 0 0
    EndSection
    Section "Module"
    EndSection
    Section "Monitor"
    Identifier "native-monitor"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "radeon-4330HD"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "base-screen"
    Device "radeon-4330HD"
    Monitor "native-monitor"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1366x768_60.00"
    EndSubSection
    EndSection
    I initially wanted to use slim as a login manager but it always complains about not beeing able to connect to any X server.
    As a bonus I give you my rc.conf, might be usefull :
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Amsterdam"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(fglrx)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="myhost"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    #eth0="dhcp"
    #INTERFACES=(!eth0 !wlan0)
    eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.100.255"
    INTERFACES=(eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng hal acpid network !netfs crond !wicd)
    I tried those tips Archlinux Catalyst Wiki but it didn't help.
    I may be missing something obvious, but I am quite desperate so any help is welcome.
    I can give you any other log that would be meaningfull to you.
    Thanks for helping Archlinux to spread a little more.

    i have this problem
    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 M93 [Mobility Radeon HD 4500 Series]
    when I have install catalyst-utils 11.1 and catalyst-daemons .after rebooting i saw a black screen.
    if I install xf86-video-ati occures lots of crash of KWIN plasma desktop .
    i want using Catalyst

  • KDE and fglrx module - power saving

    Hello,
    yesterday I switched from gnome to KDE 4.6 (stable) and have a problem regarding my graphics card driver:
    I use the proprietary driver fglrx (11.3), which worked fine for me under gnome, but now with KDE the graphics card doesn't go into power-saving mode. So the fan is really loud all the time and with "aticonfig --odgc" I see that the core clock is at maximum. Under gnome the core frequency was not so high and the card managed to go into powersaving mode.
    Has anybody the same problem and can help me?
    Thanks,
    Matse

    Hi,
    this did not solve my problem. What helps is to change the "Composit Type" from "opengl" to "XRender" in system-settings "desktop effects" (or similar, translated on the fly from german). But this is no solution for me because with XRender kde is really slow even with all effects disabled and by the way do I really like the desktop effects
    And "aticonfig --odgc" shows a GPU-load of "0%" but does not lower core clock or core voltage, that's really strange.
    Any suggestions besides buying a nvidia card?
    bye
    matse

  • Satellite A350-13B - OpenGL and Radeon HD3650

    Hi
    My laptop is Satellite A350-13B with ATI Mobility Radeon HD3650.
    I found that I have OpenGL 1.1 (7/7) and partially 1.2 (1/8).
    I installed latest drivers from ATI site, modded with Mobility Modder (also tried drivers from Toshiba's site - without results).
    I found that modded drivers require OpenGL patch to have it working.
    You have to add:
    HKLM\Software\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers\ati2dvag
    "Version"="2" %REG_DWORD%
    "DriverVersion"="1" %REG_DWORD%
    "Flags"="1" %REG_DWORD%
    "Dll"="atioglxx.dll" %REG_SZ%
    But after it OpenGL Extensions Viewer see the same values (1.1 and partially 1.2).
    How is it possible to check highest OpenGl version available and make it working?
    I have a file called atioglxx.dll in Windows\System32 and registry entries specified above, but OpenGL Extensions Viewer says:
    Renderer: GDI Generic
    Vendor: Microsoft Corporation
    Memory: 512 MB
    Version: 1.1.0
    Shading language version: N/A
    Max texture size: 1024 x 1024
    Max texture coordinates: 0
    Max vertex texture image units: 0
    Max texture image units: 0
    Max geometry texture units: 0
    Max anisotropic filtering value: 0
    Max number of light sources: 8
    Max viewport size: 16384 x 16384
    Max uniform vertex components: 0
    Max uniform fragment components: 0
    Max geometry uniform components: 0
    Max varying floats: 0
    Max samples: 0
    Max draw buffers: 0
    Extensions: 3
    GL_EXT_bgra
    GL_EXT_paletted_texture
    GL_WIN_swap_hint
    Core features
    v1.1 (100 % - 7/7)
    v1.2 (12 % - 1/8)
    v1.3 (0 % - 0/9)
    v1.4 (0 % - 0/15)
    v1.5 (0 % - 0/3)
    v2.0 (0 % - 0/10)
    v2.1 (0 % - 0/3)
    v3.0 (0 % - 0/23)
    v3.1 (0 % - 0/8)
    v3.2 (0 % - 0/9)
    v3.3 (0 % - 0/9)
    v4.0 (0 % - 0/13)
    v4.1 (0 % - 0/8)
    OpenGL driver version check (Current: 1.1.0, Latest known: 1.1.0):
    Latest version of display drivers found
    According the database, you are running the latest display drivers for your video card.
    No ICD registry entry
    The current OpenGL driver doesn't expose the SOFTWARE/Microsoft/Windows (NT)/CurrentVersion/OpenGLDrivers registry entry. Unable to detect the driver version, driver revision name and filename.
    No compiled vertex array support
    This may cause performance loss in some applications.
    No multitexturing support
    This may cause performance loss in some applications.
    No secondary color support
    Some applications may not render polygon highlights correctly.
    No S3TC compression support
    This may cause performance loss in some applications.
    No texture edge clamp support
    This feature adds clamping control to edge texel filtering. Some programs may not render textures correctly (black line on borders.)
    No vertex program support
    This feature enables vertex programming (equivalent to DX8 Vertex Shader.) Some current or future OpenGL programs may require this feature.
    No fragment program support
    This feature enables per pixel programming (equivalent to DX9 Pixel Shader.) Some current or future OpenGL programs may require this feature.
    No OpenGL Shading Language support
    This may break compatibility for applications using per pixel shading.
    No Frame buffer object support
    This may break compatibility for applications using render to texture functions.
    Few texture units found
    This may slow down some applications using fragment programs or extensive texture mapping.
    Extension verification:
    GL_EXT_color_subtable was not found, but has the entry point glColorSubTableEXT
    Thanks in advance for help.
    PS: I'm from Poland, so keep it in mind ;)

    I dont know how to this but please note that Toshiba supports own drivers only. When you install driver directly from ATI you are on your own and it has nothing to do with Toshiba.
    It is also recommended to use Toshiba drivers only.
    For more questions about ATI drivers please visit THIS page.

  • XBMC, OpenGL and intel GM965 TV-Out

    Hi !
    I'm trying to set up an XBMC media center based on Arch, and I have some problem to get XBMC working with tv-out.
    The media center PC is a laptop with broken LCD screen, so I'm using TV out as main display.
    Xorg works fine, so as Chrome browser and other apps, but apps which uses OpenGL only gives me a black screen. I have tested with XBMC and Mednafen OpenGL output, and screen gets black for both. If I use Mednafen standard SDL video output, it works fine.
    Hardware is an Intel GM965 chip, here's the lcpi output :
    00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
    00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 03)
    00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (secondary) (rev 03)
    00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
    00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
    00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
    00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
    00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03)
    00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 03)
    00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
    00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
    00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
    00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
    00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03)
    00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
    00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 03)
    00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
    05:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5906M Fast Ethernet PCI Express (rev 02)
    06:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)
    Here is my Xorg log file
    I'm using Archlinux LTS kernel :
    $ uname -a
    Linux myhost 2.6.32-lts #1 SMP Tue Mar 15 09:48:41 CET 2011 x86_64 Intel(R) Celeron(R) CPU 550 @ 2.00GHz GenuineIntel GNU/Linux
    The XBMC version is 10.1-1, it's the the one packaged for Arch, from the community repository. I also tried xbmc-git package, but I had the same problem, so I get back to community package.
    Is there someone here using this kind of video chip with XBMC on TV-Out ?
    Is there a way to tell XBMC to use standard SDL video out instead of using OpenGL (like mednafen does) ?
    Is there any options missing at xorg level ?
    Thanks in advance for your help.

    Hi !
    glxinfo output :
    $ glxinfo | grep OpenGL
    OpenGL vendor string: Tungsten Graphics, Inc
    OpenGL renderer string: Mesa DRI Intel(R) 965GM
    OpenGL version string: 2.1 Mesa 7.10.1
    OpenGL shading language version string: 1.20
    OpenGL extensions:
    I don't have xorg.conf, I just have 3 files under /etc/X11/xorg.conf.d :
    The two default files 10-evdev.conf and 10-quirks.conf :
    $ cat /etc/X11/xorg.conf.d/10-evdev.conf
    # Catch-all evdev loader for udev-based systems
    # We don't simply match on any device since that also adds accelerometers
    # and other devices that we don't really want to use. The list below
    # matches everything but joysticks.
    Section "InputClass"
    Identifier "evdev pointer catchall"
    MatchIsPointer "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    Option "XkbLayout" "fr"
    EndSection
    Section "InputClass"
    Identifier "evdev touchpad catchall"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev tablet catchall"
    MatchIsTablet "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev touchscreen catchall"
    MatchIsTouchscreen "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    # Collection of quirks and blacklist/whitelists for specific devices.
    # Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
    # http://bugs.freedesktop.org/show_bug.cgi?id=22442
    Section "InputClass"
    Identifier "ThinkPad HDAPS accelerometer blacklist"
    MatchProduct "ThinkPad HDAPS accelerometer data"
    Option "Ignore" "on"
    EndSection
    And I have added a file named 10-monitor.conf to force 640x480 resolution to display on old TV CRT monitor :
    Section "Monitor"
    Identifier "TV"
    HorizSync 30-50
    VertRefresh 50
    EndSection
    Section "Screen"
    Identifier "Screen_TV"
    Device "Card0"
    Monitor "TV"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "640x480"
    EndSubSection
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "intel"
    Option "AccelMethod" "uxa"
    Option "Tiling" "true"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    I tried with and without "DRI" section, but it doesn't change anything

  • Qosmio X775 blue screen error Code 116 with OpenGL and video programs

    After updating windows I found that I was getting blue screen messages when I tried to use OpenGL in Photoshop or when I open Adobe After Effects and other video programs.
    The mini dump message is:
    ==================================================
    Dump File         : 072512-32151-01.dmp
    Crash Time        : 7/25/2012 8:46:34 PM
    Bug Check String  :
    Bug Check Code    : 0x00000116
    Parameter 1       : fffffa80`0b507010
    Parameter 2       : fffff880`0f39f4d4
    Parameter 3       : 00000000`00000000
    Parameter 4       : 00000000`00000002
    Caused By Driver  : nvlddmkm.sys
    Caused By Address : nvlddmkm.sys+19e4d4
    File Description  :
    Product Name      :
    Company           :
    File Version      :
    Processor         : x64
    Crash Address     : ntoskrnl.exe+7f1c0
    Stack Address 1   :
    Stack Address 2   :
    Stack Address 3   :
    Computer Name     :
    Full Path         : C:\windows\Minidump\072512-32151-01.dmp
    Processors Count  : 4
    Major Version     : 15
    Minor Version     : 7601
    Dump File Size    : 370,384
    ==================================================
    I've looked this up with no result. Can anyone help.  (Note: I am fairly literate but not a computer geek.)
    Sheilamacd
    Sheilamacd

    Hi there,
    Sorry for bringing this thread back up but I have the exact same laptop and the exact same problem. I believe I've had this problem since this thread has been posted, but have just come across this thread. I've done a factory reset through the built in recovery options but I still come across these errors (BSODs and graphical glitches, also from nvlddmkm.sys and 0x116 errors). Whenever I run a Furmark GPU stress test, the FPS is fine until I hear the fan turn on, which the frames then drop extremely low (5 fps or so). Once temperature of the GPU drops a bit and the fans turn off, the FPS rises again back to normal. This continues for awhile (dropping and going back up) until it crashes with an OpenGL error. I also did a Memtest to check my RAM, but it all checked out ok. At first I ordered a recovery disc because the recovery partition was not working for some reason (kept crashing/freezing). I tried it again recently and the recovery went through. I'm not quite sure if the built in recovery and the recovery media discs are different, but I'm hoping it will make a difference when it gets here. If the recovery disc does however not work, should I just assume its a hardware issue and send it to an ASP for repair? Extremely hesitant because of the high cost...Any help would be much appreciated. Been bothered by this issue for a month...

  • XCode 3.2 codesense not working for functions in OpenGL and GLUT frameworks

    I'm working on a small OpenGL project (coded in C), and am trying to make the switch from emacs to XCode 3.2, in part because I thought codeSense would be a great tool. I've successfully imported the project to XCode as an External Build System project, that is, I'm compiling using make with my own Makefile. Everything builds and launches fine now, I just have an issue with the codeSense auto completion.
    Auto complete is working fine for header files that I've defined myself and live locally in my project directory; I get full function prototype suggestions for any function I've defined myself. However, I never get suggestions for any function defined in the header files associated with OpenGL or GLUT frameworks.
    I have included references to the frameworks in my project, and they do show up as being associated with the project target when I look at the info associated with the framework. However, if I dive into the framework and click on individual header files and click on Info for those, those do not appear to be associated with the project target.
    I've rebuilt the codeSense index multiple times. This has no effect on my problem.
    The source code itself obviously links with the frameworks correctly, since my project runs and looks fine.
    I guess my question is twofold: Will CodeSense give me prototypes for frameworks associated with my project? If so, are there any suggestions out there to get me on my way?

    This appears to be a conflict between the static code analysis tools (Clang) and CodeSense. See
    http://www.openradar.appspot.com/7338181
    I turned off the "Run Static Analyzer" build setting and clicked on the "Rebuild Code Sense Index" under general and it solved the problem for me. However, I want static code analysis too.

Maybe you are looking for