[SOLVED] xfce4-settings

After the recent upgrade to xfce4-settings-4.6.3-3, I lost all my desktop icons (it switched to a default fallback), and the xfce4-settings-manager program would not execute. I downgraded to xfce4-settings-4.6.3-2 and everything is back to normal. I'm running the latest libxi, any ideas?
Last edited by ganja_guru (2009-11-05 06:10:00)

Works for me™.
I use xfce and I have only the default icons and a couple of files and a directory on my desktop and they are still there after the update (yes, I have restarted xfce).

Similar Messages

  • [Solved] Xfce4.8: App shortcuts not working after update

    Hello,
    since pacman upgraded my Xfce to 4.8, my application shortcuts are no longer working. I especially need them to emulate a third button with Super_L and bind the netbook function keys for audio volume/muting to amixer calls. I already tried to rebind all shortcuts, but that didn't help. Any ideas?
    Edit: I already tried https://wiki.archlinux.org/index.php/Xf … 7t_working, but this didn't help
    Edit2: Solved it. Apparently I lost xfce4-settings-helper during the migration from 4.6. So I restarted it manually and then saved my session.
    Jan
    Last edited by Slowhand_47 (2011-01-23 09:27:00)

    I am not bothering with windows 10 my friend, it is too much of an newbe baby at the moment and there are just too many bug fixes need doing in my opinion.  I did manage to get my dolby home theatre to work again in windows 10, but it was an awful dulled down version with only half the features of the original that came with the version that was on my pc. My plan is to stick to windows 8.1 until it's death.  When they withdrawl all the security patches for windows 8.1 and it becomes obsolete, then I will be forced to trash my pc again and go to windows 10, was not much fun mind spending 3.5 days putting everything back to its former state.   Hope they do make windows 10 more stable and fix a lot of the bugs.  I tried opening videos and pictures in windows 10.... result = missing element errors.... and  error, error,  error,,,  So I think I will wait until 28 July 16 to when the last day of my free upgrade and reservation to windows 10 becomes mandatory.  (This is I day before my year to upgrade expires). Thanks for your post.  Will     

  • [solved] xfce4-panel 4.8.0-1 only on one desktop

    Hello,
    xfce4-panel got updated today to version 4.8.0-1. Now I have the problem, that the panel appears only on the desktop it was started, but does not remain sticky as expected.  I'm using plain openbox without xfce stuff. I also removed the old configs, same problem.
    Any hints?
    Vlad
    PS: Set the openbox internal application settings to sticky in rc.xml:
    <application name="xfce4-panel">
            <desktop>all</desktop>
        </application>
    Now it appears on all desktops, but it should work without this. It's definitely a bug...
    Last edited by DonVla (2011-01-19 13:22:55)

    I figured out a way of solving this one .
    It seems that the problem dissappears once you run xfwm4, even if you run openbox --replace afterwards
    To fix it, I edited the file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
    My old xfce4-sessions.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <channel name="xfce4-session" version="1.0">
    <property name="general" type="empty">
    <property name="FailsafeSessionName" type="string" value="Failsafe"/>
    </property>
    <property name="sessions" type="empty">
    <property name="Failsafe" type="empty">
    <property name="IsFailsafe" type="bool" value="true"/>
    <property name="Count" type="int" value="5"/>
    <property name="Client0_Command" type="array">
    <value type="string" value="openbox"/>
    </property>
    <property name="Client0_PerScreen" type="bool" value="false"/>
    <property name="Client1_Command" type="array">
    <value type="string" value="xfce4-panel"/>
    </property>
    <property name="Client1_PerScreen" type="bool" value="false"/>
    <property name="Client2_Command" type="array">
    <value type="string" value="Thunar"/>
    <value type="string" value="--daemon"/>
    </property>
    <property name="Client2_PerScreen" type="bool" value="false"/>
    <property name="Client3_Command" type="array">
    <value type="string" value="xfdesktop"/>
    </property>
    <property name="Client3_PerScreen" type="bool" value="false"/>
    <property name="Client4_Command" type="array">
    <value type="string" value="xfce4-settings-helper"/>
    </property>
    <property name="Client4_PerScreen" type="bool" value="false"/>
    </property>
    </property>
    <property name="splash" type="empty">
    <property name="Engine" type="string" value=""/>
    </property>
    </channel>
    My new one:
    <?xml version="1.0" encoding="UTF-8"?>
    <channel name="xfce4-session" version="1.0">
    <property name="general" type="empty">
    <property name="FailsafeSessionName" type="string" value="Failsafe"/>
    </property>
    <property name="sessions" type="empty">
    <property name="Failsafe" type="empty">
    <property name="IsFailsafe" type="bool" value="true"/>
    <property name="Count" type="int" value="6"/>
    <property name="Client0_Command" type="array">
    <value type="string" value="xfwm4"/>
    </property>
    <property name="Client0_PerScreen" type="bool" value="false"/>
    <property name="Client1_Command" type="array">
    <value type="string" value="xfce4-panel"/>
    </property>
    <property name="Client1_PerScreen" type="bool" value="false"/>
    <property name="Client2_Command" type="array">
    <value type="string" value="Thunar"/>
    <value type="string" value="--daemon"/>
    </property>
    <property name="Client2_PerScreen" type="bool" value="false"/>
    <property name="Client3_Command" type="array">
    <value type="string" value="xfdesktop"/>
    </property>
    <property name="Client3_PerScreen" type="bool" value="false"/>
    <property name="Client4_Command" type="array">
    <value type="string" value="xfce4-settings-helper"/>
    </property>
    <property name="Client4_PerScreen" type="bool" value="false"/>
    <property name="Client5_Command" type="array">
    <value type="string" value="openbox"/>
    <value type="string" value="--replace"/>
    </property>
    <property name="Client5_PerScreen" type="bool" value="false"/>
    </property>
    </property>
    <property name="splash" type="empty">
    <property name="Engine" type="string" value=""/>
    </property>
    </channel>
    What I did was change the window manager back to xfwm4 here:
    <property name="Client0_Command" type="array">
    <value type="string" value="xfwm4"/>
    </property>
    Then make openbox --replace run after that (to kill xfwm and start openbox) by adding this:
    <property name="Client5_Command" type="array">
    <value type="string" value="openbox"/>
    <value type="string" value="--replace"/>
    </property>
    <property name="Client5_PerScreen" type="bool" value="false"/>
    And lastly, make xfce recognize that last entry by changing this:
    <property name="Count" type="int" value="5"/>
    for this:
    <property name="Count" type="int" value="6"/>
    Relog after that and there you go
    Last edited by Ideka (2011-01-19 02:54:24)

  • Error in xfce4-settings-manager When Click on Window Manager

    Hello all,
    I have a problem with the xfce4 environment.
    First, I can't see any panel by default.
    Second, the settings button near the shutdown button does not work.
    Finally and more importantly, when I call from the terminal settings from terminal, settings start fine, but when I click on Window Manager or Window Manager Tweaks I get:
    [jav@localhost ~]$ xfce4-settings-manager
    These settings cannot work with your current window manager (GNOME Shell)
    I already tried deleting sessions as mentioned in Arch wiki and also called startxfce4 again.
    Any ideas?

    startxfce4 should be used to start xfce4-session. It can be run from the virtual terminal(the screen-filling terminal you see when you boot up a (fresh) machine) directly or can be called in your .xinitrc. Instead of
    exec xfce4-session
    you should have
    exec startxfce4
    in your .xinitrc.
    It looks like you're running startxfce4 from an X session(probably Gnome). Xfce is a replacement for Gnome, it's not run inside of Gnome or any other window manager or desktop environment(well, some parts can, like the panel). What's in your .xinitrc, especially at the exec line? Note that there should be only one exec line.
    Last edited by Steef435 (2014-01-03 14:26:09)

  • [SOLVED] XFCE4 Desktop not displaying properly.

    Hello,
    I've just recently installed Arch on my laptop, and installed XFCE4 as my Desktop Environment. When I start the machine and login, I enter
    startxfce4
      When XFCE starts,  the background flickers terribly and I can just make out the little mouse in the back. Then the screen goes black. The cursor is enabled and I can use it but there's nothing to click on. Ctrl+Alt+Backspace doesn't work.
    startx
    works, and I can start XFCE from within and it shows up normally. However, when I move my cursor from the console of X to the desktop on XFCE it begins flickering again and the output on the X console is
    (xfce4-settings-helper:911): xfce4-settings-helper-WARNING **: Failed to get the _NET_NUMBER_OF_DESKTOPS property.
    xfce4-panel-Message: no valid position defined: (null)
    xfdesktop: symbol lookup error: /usr/lib/libgtk-x11-2.0.so.0: undefined symbol: g_datalist_get_data
    xfdesktop[914] starting up
    xfdesktop: symbol lookup error: /usr/lib/libgtk-x11-2.0.so.0: undefined symbol: g_datalist_get_data
    xfdesktop[917] starting up
    xfdesktop: symbol lookup error: /usr/lib/libgtk-x11-2.0.so.0: undefined symbol: g_datalist_get_data
    xfdesktop[919] starting up
    Then it finally gives up and xfce shuts down.
    I've googled and browsed the forums until my eyes hurt and I can't find a solution for my specific problem.
    Any help is much appreciated. Thank you for reading.
    -Kin
    Last edited by Kin2InuYasha (2011-11-01 04:29:06)

    I don't know if it matters now, but I'd like to post my solution in case anyone else comes across this problem.
    You were pretty much correct Tyo. I did pacman -Syu before and after the installation of xfce, but my problem was after the installation there was a file at /etc/profile.d/locale.sh that was causing a conflict and not allowing the system to update at all. I never noticed it and when it went back to the cursor so fast I automatically assumed everything was up to date and it had nothing to do. I removed the locale.sh file, ran pacman -Syu, and everything updated as it should and xfce works flawlessly now.
    Well, you know what they say about assuming...
    Thanks a lot guys.
    -Kin

  • [Solved]Xfce4 Power Manager Settings

    Hi!
    I've got a little question, but i couldn't find the answer on google. What is the command line to get to the Xfce4-power-manager settings? Thanks in advance
    Edit: Found it xfce4-power-manager-settings
    Last edited by Roline (2010-01-21 13:06:14)

    Xfce is developed at a slow pace, they rarely make releases. Version of xfce4-power-manager from [extra] is 2 years old and doesn't have proper support for systemd and new version of upower. Update to version from [testing], it's a git snapshot, but it's been very stable for me. Here is bug report: https://bugs.archlinux.org/task/39893

  • [Solved] xfce4+compiz: conky can only been seen if I miminzed windows?

    I have xfce4 and compiz-xfce4 installed with my Arch Linux?
    I added conky in my auto start-up setting. It turns out conky can only be seen if I minimize all windows.
    When I clicked the "show desktop" button in my xfce4-pannel, conky just cannot show up.
    Thanks,
    (pls kindly see my another question about xfce4+compiz as well: https://bbs.archlinux.org/viewtopic.php?id=177106)
    Last edited by hellolj (2014-02-13 23:12:16)

    Solved
    It turns out I have to uncheck the "Hide Skip Taskbar Windows" option under  "General Options"  in Compiz configuration settings manager.

  • [solved] Xfce4 unwanted autostarting programs

    I have developed a small irritation with what i believe to be Xfce4. Upon every reboot (or cold start) of my machine. When i log into Xfce4, Chromium and a Terminal window both autostart. Chromium starts minimised and the terminal starts visable in the centre of my screen. Some information that may be relevant: Xfce 4.10, Xfwm4, Kernel 3.8.11-1-ARCH, SLiM, Xorg server 1.14.1.
    I am not aware of making any changes this problem appeared out of the blue. I have checked the Session and Startup settings and the only autostart programs enabled are Power Manager and Xfsettingsd. I have checked in .config/xfce4 for an autostart folder and there isnt one. There is nothing in .xinitrc
    Any help on this would be great thank you.
    Last edited by thekore (2013-05-05 17:33:54)

    Krarl wrote:Try enabling "Automatically save session on logout" in session and startup and then close all windows. Restart xfce. Hopefully this should clear the saved session, and now you can disable it again.
    I feel like such an idiot, I was looking for the most complex solution and forgot about the most obvious. This has solved the problem, thanks Krarl
    ewaller wrote:You might also try cleaning out ~/,config/xfce4-sessions
    I had checked this already and the folder was empty.

  • [SOLVED] Xfce4 Lock after suspend

    Hello everyone,
    I know that there was it already asked, but in my question is something different. Is there any option to lock screen with LightDM in Xfce4 when is system going to suspend ? I already edited /usr/bin/xflock4 and it locks screen when is executed from terminal or simply locked from xfce panel, but it doesn't lock screen when i suspend computer. In power manager and in session settings is option already ticked to lock the screen after suspend.
    PS: I know that "dm-tool lock" doesn't really lock the screen only redirect you to tty2.
    EDIT: Now it works so here is solution:
    1. Install light-locker
    pacman -S light-locker
    2. Create systemd service
    nano /etc/systemd/system/lock.service
    [Unit]
    Description=Lock X session
    Before=suspend.target
    [Service]
    Type=oneshot
    ExecStart=/usr/bin/xflock4
    [Install]
    WantedBy=suspend.target
    3. Enable systemd service
    systemctl enable lock
    4. Add light-locker to xflock4 script
    nano /usr/bin/xflock4
    #!/bin/sh
    light-locker-command -l
    Last edited by mako2580 (2014-05-07 16:46:26)

    You should place [SOLVED] in the Title.

  • [SOLVED]Xfce4/Xorg - Fonts messed up

    Hey
    Beside dwm I'm actually trying out if Xfce4 fits for my needs so I installed it using 'pacman -S xfce4 xfce4-goodies'. I'm already used to it since my time with Debian so I like this DE pretty much.
    Everything installed just fine and apparently works, but the fonts are really ugly.
    I tried to change them in the Settings-Manager and in Xfce4-Terminal/Mousepad, but I can choose one font or another, they're all the same. There's no difference between Monospace, Newspaper, Sans, Serif, Clean, ClearlyPUA etc.. They all have the same style, same size and same uglyness.
    What works is, that I can change the size of these fonts and I can select other fonts, but beside the size everything stays unchanged.
    # 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.
    Section "Module"
    # This loads the DBE extension module.
    Load "dbe" # Double buffer extension
    # This loads the miscellaneous extensions module, and disables
    # initialisation of the XFree86-DGA extension within that module.
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    # This loads the font modules
    # Load "type1"
    Load "freetype"
    # Load "xtt"
    # This loads the GLX module
    # Load "glx"
    # This loads the DRI module
    # Load "dri"
    EndSection
    # Files section. This allows default font and rgb paths to be set
    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/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    # 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"
    EndSection
    # Server flags section.
    Section "ServerFlags"
    # Uncomment this to cause a core dump at the spot where a signal is
    # received. This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    # Option "NoTrapSignals"
    # Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
    # (where n is 1 through 12). This allows clients to receive these key
    # events.
    # Option "DontVTSwitch"
    # Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    # Option "DontZap"
    # Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
    # sequences. This allows clients to receive these key events.
    # Option "Dont Zoom"
    # Uncomment this to disable tuning with the xvidtune client. With
    # it the client can still run and fetch card and monitor attributes,
    # but it will not be allowed to change them. If it tries it will
    # receive a protocol error.
    # Option "DisableVidModeExtension"
    # Uncomment this to enable the use of a non-local xvidtune client.
    # Option "AllowNonLocalXvidtune"
    # Uncomment this to disable dynamically modifying the input device
    # (mouse and keyboard) settings.
    # Option "DisableModInDev"
    # Uncomment this to enable the use of a non-local client to
    # change the keyboard or mouse settings (currently only xset).
    # Option "AllowNonLocalModInDev"
    EndSection
    # Input devices
    # Core keyboard's InputDevice section
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    # 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 "AutoRepeat" "500 30"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    # 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"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc101"
    Option "XkbLayout" "de"
    EndSection
    # Core Pointer's InputDevice section
    Section "InputDevice"
    # Identifier and driver
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto" # Auto detect
    Option "Device" "/dev/input/mice"
    # When using XQUEUE, comment out the above two lines, and uncomment
    # 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.
    Option "ZAxisMapping" "4 5 6 7"
    # Emulate3Buttons is an option for 2-button mice
    # 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"
    EndSection
    # 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
    Section "Monitor"
    Identifier "My 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 31.5 - 57.0
    # 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.
    VertRefresh 50-100
    EndSection
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    Section "Device"
    Identifier "Standard VGA"
    VendorName "Unknown"
    BoardName "Unknown"
    # 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.
    Driver "vga"
    # 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
    EndSection
    # Device configured by xorgconfig:
    Section "Device"
    Identifier "* Generic VESA compatible"
    Driver "vesa"
    #VideoRam 262144
    # Insert Clocks lines here if appropriate
    EndSection
    # 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.
    Section "Screen"
    Identifier "Screen 1"
    Device "* Generic VESA compatible"
    Monitor "My Monitor"
    DefaultDepth 24
    Subsection "Display"
    Depth 8
    Modes "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    EndSection
    # 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 "ServerLayout"
    # The Identifier line must be present
    Identifier "Simple Layout"
    # 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.
    Screen "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".
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    # Section "DRI"
    # Mode 0666
    # EndSection
    $HOME/.xinitrc
    exec xfce4-session
    Last edited by azerty (2007-08-23 22:14:46)

    Ok maybe it's a bit difficult to explain my problem.
    Another try
    I want Xfce' fonts to look like this
    but currently it looks like this.
    As I already know from my Xfce experiences with Debian, using a font like Monospace normally gives me a nice smooth font as in the first link/image. But currently I can chose Monospace or whatever, the font stays the same, even if I select Monospace the font stay as small and awkward as before. But as I said before Monospace should give me another font which, as stated above, would be very smooth.
    Hopefully my problem is easier to understand know.
    Thanks in advance.

  • [SOLVED]Xfce4 not displaying any characters.

    I got this weird problem with xfce4.
    I have an old machine I want to use as a bittorrent client. For this I want to use xfce4 (with azureus).
    So now that I've installed xfce4 none of the characters on the screen are shown correctly. They're all just squares?
    Thinking I had a font problem, I started going through all my installed fonts, and even installing some extra fonts. None of it helped.
    I'm not sure if it is related to the problem, but when I kill X.org there are some messages in the console. They look like this one:
    Pango-WARNING **: pango_cairo_font_get_scaled_font called with bad font, expect ugly output.
    I've also been trying different settings for the locale, thinking it might be a localization problem. That didn't help either.
    Does anyone know what I'm doing wrong here?
    If there are any config or log files you would like to see, just let me know.
    EDIT:
    Nevermind. It never stops to amaze me how incredibly stupid I can be.
    Pango of course needs the sdl_pango package to function properly! Of course I was under the impression that all dependencies were handled automatically?
    Have a nice New Years Eve everyone.
    Last edited by madeye (2007-12-30 13:27:46)

    x33a wrote:Try a different font.
    I know that this font works because I tried it in urxvt and it displayed correctly.
    Also, I tried "override_utf8_locale yes" and it still was incorrect.

  • [SOLVED] nvidia-settings startup delay

    Does anyone happen to know why nvidia-settings takes a good 3-4 minutes to open after open it from the menu or the terminal, sudo or as user? I'm on xfce and didn't have this problem on Cinnamon or Ubuntu Gnome-Shell.
    I have to use this settings panel to turn "on" my secondary display when I plug it up also for some reason, this is new too, but I suppose not relevant to the original question. Bonus points if you know why this is too!
    Last edited by Somnus (2013-07-29 12:54:00)

    Actually, chalk this up to not looking hard enough again. The suggestion to add
    127.0.0.1 myhostname
    to /etc/hosts seems to have solved the issue.
    Reference:
    https://bbs.archlinux.org/viewtopic.php?id=161837

  • [solved] xfce4-terminal spam after update to util-linux 2.25-3

    I use the setterm command inside a file in /etc/profile.d so that I can prevent the screen from blanking when using a console, along with a couple of other things.
    After the latest update to util-linux (2.25-3), whenever I open xfce4-terminal these lines show up:
    setterm: terminal xterm does not support --blength
    setterm: terminal xterm does not support --bfreq
    setterm: terminal xterm does not support --blank
    [gilmoreja@JamesPC ~]$
    Is there a better way to handle making sure setterm runs when a console is used, but not necessarily when a terminal is opened? Or is there some other way to solve this issue? There doesn't seem to be a switch for setterm for any kind of "quiet mode."
    Last edited by gilmoreja (2014-08-06 18:36:28)

    I think that the shell started in a console is a login shell, and it is not the case in a graphical terminal.
    A login shell has a '-' at the start of $0; so you can test that and condition the execution of the setterm commands:
    if [[ $0 == '-bash' ]]; then
    setterm ...
    setterm ...
    fi

  • [SOLVED] xfce4 / Thunar problems moving files between folders

    In XFCE4 I open THUNAR file manager, I am browsing DOCUMENTS.  If I move one file from DOCUMENTS, to ../PICTURES (by dragging it),
    it will move it.  However, when I now browse PICTURES, I don't see the file I moved. Unless I click the REFRESH Icon in Thunar.
    This started happening with very recent updates.
    [UPDATE:] Solved after upgrading thunar (1.6.6-2 -> 1.6.7-1)
    Last edited by Kilzool (2015-04-21 11:16:50)

    You should report this at the upstream bug tracker. The Xfce developers are likely not reading this forum.
    I could reproduce this bug with these steps:
    1. Open two Thunar windows (Documents and Pictures folder)
    2. Move a file from one folder to the other by using drag'n'drop
    The result is that the file is moved but it is still shown in Thunar until a manual refresh.
    EDIT: This is already fixed by this commit so Thunar 1.6.7 should work fine.
    Last edited by Radioactiveman (2015-03-23 13:46:53)

  • [SOLVED]Xfce4 slowed down after backup

    I have Xfce4 and something went wrong with it after making backup on the external drive. It is very slow now, it takes 15 seconds to open something i clicked, the mouse pointer is OK, also the clock. How to fix this? If i damaged system files, how to restore them ?
    UPDATE - Fixed - deleted the whole .config folder from /home, the setting that caused trouble is Appearance > Settings > Enable event sounds. I keep it unchecked now...
    Last edited by bunjacn (2011-05-07 18:31:37)

    I ran it, says they're clean. Here's the /var/log/Xorg.0.log :
    [ 13.775]
    X.Org X Server 1.10.1
    Release Date: 2011-04-15
    [ 13.775] X Protocol Version 11, Revision 0
    [ 13.776] Build Operating System: Linux 2.6.38-ARCH i686
    [ 13.776] Current Operating System: Linux POSTerminal 2.6.38-ARCH #1 SMP PREEMPT Tue May 3 06:04:40 UTC 2011 i686
    [ 13.776] Kernel command line: root=/dev/disk/by-uuid/3f4a52b3-4a7b-4c75-a079-088e8f68b591 ro
    [ 13.776] Build Date: 16 April 2011 12:05:35PM
    [ 13.776]
    [ 13.788] Current version of pixman: 0.20.2
    [ 13.788] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 13.788] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 13.789] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 7 10:33:29 2011
    [ 13.885] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 13.937] (==) No Layout section. Using the first Screen section.
    [ 13.937] (==) No screen section available. Using defaults.
    [ 13.937] (**) |-->Screen "Default Screen Section" (0)
    [ 13.937] (**) | |-->Monitor "<default monitor>"
    [ 13.937] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 13.937] (==) Automatically adding devices
    [ 13.937] (==) Automatically enabling devices
    [ 14.029] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 14.029] Entry deleted from font path.
    [ 14.084] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 14.084] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 14.084] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 14.084] (II) Loader magic: 0x81f4ee0
    [ 14.084] (II) Module ABI versions:
    [ 14.084] X.Org ANSI C Emulation: 0.4
    [ 14.084] X.Org Video Driver: 10.0
    [ 14.084] X.Org XInput driver : 12.2
    [ 14.084] X.Org Server Extension : 5.0
    [ 14.086] (--) PCI:*(0:1:0:0) 1002:5964:1043:c006 rev 1, Mem @ 0xd0000000/134217728, 0xdf6f0000/65536, I/O @ 0x0000c800/256, BIOS @ 0x????????/131072
    [ 14.086] (--) PCI: (0:1:0:1) 1002:5d44:1043:c007 rev 1, Mem @ 0xc8000000/134217728, 0xdf6e0000/65536
    [ 14.086] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 14.086] (II) LoadModule: "extmod"
    [ 14.102] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 14.117] (II) Module extmod: vendor="X.Org Foundation"
    [ 14.117] compiled for 1.10.1, module version = 1.0.0
    [ 14.117] Module class: X.Org Server Extension
    [ 14.117] ABI class: X.Org Server Extension, version 5.0
    [ 14.117] (II) Loading extension MIT-SCREEN-SAVER
    [ 14.117] (II) Loading extension XFree86-VidModeExtension
    [ 14.117] (II) Loading extension XFree86-DGA
    [ 14.117] (II) Loading extension DPMS
    [ 14.117] (II) Loading extension XVideo
    [ 14.118] (II) Loading extension XVideo-MotionCompensation
    [ 14.118] (II) Loading extension X-Resource
    [ 14.118] (II) LoadModule: "dbe"
    [ 14.118] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 14.126] (II) Module dbe: vendor="X.Org Foundation"
    [ 14.126] compiled for 1.10.1, module version = 1.0.0
    [ 14.126] Module class: X.Org Server Extension
    [ 14.126] ABI class: X.Org Server Extension, version 5.0
    [ 14.126] (II) Loading extension DOUBLE-BUFFER
    [ 14.126] (II) LoadModule: "glx"
    [ 14.127] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 14.138] (II) Module glx: vendor="X.Org Foundation"
    [ 14.138] compiled for 1.10.1, module version = 1.0.0
    [ 14.138] ABI class: X.Org Server Extension, version 5.0
    [ 14.140] (==) AIGLX enabled
    [ 14.140] (II) Loading extension GLX
    [ 14.140] (II) LoadModule: "record"
    [ 14.141] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 14.142] (II) Module record: vendor="X.Org Foundation"
    [ 14.142] compiled for 1.10.1, module version = 1.13.0
    [ 14.142] Module class: X.Org Server Extension
    [ 14.142] ABI class: X.Org Server Extension, version 5.0
    [ 14.142] (II) Loading extension RECORD
    [ 14.142] (II) LoadModule: "dri"
    [ 14.142] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 14.154] (II) Module dri: vendor="X.Org Foundation"
    [ 14.154] compiled for 1.10.1, module version = 1.0.0
    [ 14.154] ABI class: X.Org Server Extension, version 5.0
    [ 14.154] (II) Loading extension XFree86-DRI
    [ 14.154] (II) LoadModule: "dri2"
    [ 14.154] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 14.165] (II) Module dri2: vendor="X.Org Foundation"
    [ 14.165] compiled for 1.10.1, module version = 1.2.0
    [ 14.165] ABI class: X.Org Server Extension, version 5.0
    [ 14.165] (II) Loading extension DRI2
    [ 14.166] (==) Matched ati as autoconfigured driver 0
    [ 14.166] (==) Matched vesa as autoconfigured driver 1
    [ 14.166] (==) Matched fbdev as autoconfigured driver 2
    [ 14.166] (==) Assigned the driver to the xf86ConfigLayout
    [ 14.166] (II) LoadModule: "ati"
    [ 14.228] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 14.235] (II) Module ati: vendor="X.Org Foundation"
    [ 14.235] compiled for 1.10.0, module version = 6.14.1
    [ 14.235] Module class: X.Org Video Driver
    [ 14.236] ABI class: X.Org Video Driver, version 10.0
    [ 14.236] (II) LoadModule: "radeon"
    [ 14.237] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 14.308] (II) Module radeon: vendor="X.Org Foundation"
    [ 14.308] compiled for 1.10.0, module version = 6.14.1
    [ 14.308] Module class: X.Org Video Driver
    [ 14.308] ABI class: X.Org Video Driver, version 10.0
    [ 14.310] (II) LoadModule: "vesa"
    [ 14.311] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 14.326] (II) Module vesa: vendor="X.Org Foundation"
    [ 14.326] compiled for 1.10.0, module version = 2.3.0
    [ 14.326] Module class: X.Org Video Driver
    [ 14.326] ABI class: X.Org Video Driver, version 10.0
    [ 14.326] (II) LoadModule: "fbdev"
    [ 14.327] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 14.335] (II) Module fbdev: vendor="X.Org Foundation"
    [ 14.335] compiled for 1.10.0, module version = 0.4.2
    [ 14.335] ABI class: X.Org Video Driver, version 10.0
    [ 14.335] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, ATI Radeon HD 4200, ATI Radeon 4100,
    ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100,
    ATI Radeon HD 4290, ATI Radeon HD 4250, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6250 Graphics, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5900 Series, ATI Radeon HD 5900 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900 Series,
    AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
    BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS
    [ 14.346] (II) VESA: driver for VESA chipsets: vesa
    [ 14.346] (II) FBDEV: driver for framebuffer: fbdev
    [ 14.346] (++) using VT number 7
    [ 14.377] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 14.377] (II) [KMS] Kernel modesetting enabled.
    [ 14.377] (WW) Falling back to old probe method for vesa
    [ 14.377] (WW) Falling back to old probe method for fbdev
    [ 14.377] (II) Loading sub module "fbdevhw"
    [ 14.377] (II) LoadModule: "fbdevhw"
    [ 14.378] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 14.392] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 14.392] compiled for 1.10.1, module version = 0.0.2
    [ 14.392] ABI class: X.Org Video Driver, version 10.0
    [ 14.393] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 14.393] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 14.393] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 14.393] (==) RADEON(0): Default visual is TrueColor
    [ 14.393] (==) RADEON(0): RGB weight 888
    [ 14.393] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 14.393] (--) RADEON(0): Chipset: "ATI Radeon 9200SE 5964 (AGP)" (ChipID = 0x5964)
    [ 14.393] (II) RADEON(0): AGP card detected
    [ 14.393] drmOpenDevice: node name is /dev/dri/card0
    [ 14.393] drmOpenDevice: open result is 8, (OK)
    [ 14.393] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 14.393] drmOpenDevice: node name is /dev/dri/card0
    [ 14.393] drmOpenDevice: open result is 8, (OK)
    [ 14.393] drmOpenByBusid: drmOpenMinor returns 8
    [ 14.394] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [ 14.394] (II) Loading sub module "exa"
    [ 14.394] (II) LoadModule: "exa"
    [ 14.394] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 14.396] (II) Module exa: vendor="X.Org Foundation"
    [ 14.396] compiled for 1.10.1, module version = 2.5.0
    [ 14.396] ABI class: X.Org Video Driver, version 10.0
    [ 14.396] (II) RADEON(0): KMS Color Tiling: disabled
    [ 14.396] (II) RADEON(0): KMS Pageflipping: enabled
    [ 14.396] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 14.459] (II) RADEON(0): Output VGA-0 has no monitor section
    [ 14.463] (II) RADEON(0): Output DVI-0 has no monitor section
    [ 14.469] (II) RADEON(0): Output S-video has no monitor section
    [ 14.524] (II) RADEON(0): EDID for output VGA-0
    [ 14.524] (II) RADEON(0): Manufacturer: IQT Model: 703 Serial#: 4
    [ 14.524] (II) RADEON(0): Year: 2003 Week: 4
    [ 14.524] (II) RADEON(0): EDID Version: 1.3
    [ 14.524] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    [ 14.524] (II) RADEON(0): Sync: Separate
    [ 14.524] (II) RADEON(0): Max Image Size [cm]: horiz.: 33 vert.: 27
    [ 14.524] (II) RADEON(0): Gamma: 2.20
    [ 14.524] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 14.525] (II) RADEON(0): First detailed timing not preferred mode in violation of standard!
    [ 14.525] (II) RADEON(0): redX: 0.640 redY: 0.340 greenX: 0.290 greenY: 0.610
    [ 14.525] (II) RADEON(0): blueX: 0.140 blueY: 0.070 whiteX: 0.310 whiteY: 0.330
    [ 14.525] (II) RADEON(0): Supported established timings:
    [ 14.525] (II) RADEON(0): 720x400@70Hz
    [ 14.525] (II) RADEON(0): 640x480@60Hz
    [ 14.525] (II) RADEON(0): 640x480@75Hz
    [ 14.525] (II) RADEON(0): 800x600@60Hz
    [ 14.525] (II) RADEON(0): 800x600@75Hz
    [ 14.525] (II) RADEON(0): 1024x768@60Hz
    [ 14.525] (II) RADEON(0): 1024x768@70Hz
    [ 14.525] (II) RADEON(0): 1024x768@75Hz
    [ 14.525] (II) RADEON(0): 1280x1024@75Hz
    [ 14.525] (II) RADEON(0): Manufacturer's mask: 0
    [ 14.525] (II) RADEON(0): Supported standard timings:
    [ 14.525] (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 14.525] (II) RADEON(0): Supported detailed timing:
    [ 14.525] (II) RADEON(0): clock: 108.0 MHz Image Size: 330 x 270 mm
    [ 14.525] (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    [ 14.525] (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    [ 14.525] (II) RADEON(0): Supported detailed timing:
    [ 14.525] (II) RADEON(0): clock: 28.3 MHz Image Size: 330 x 270 mm
    [ 14.525] (II) RADEON(0): h_active: 720 h_sync: 738 h_sync_end 846 h_blank_end 900 h_border: 0
    [ 14.525] (II) RADEON(0): v_active: 400 v_sync: 413 v_sync_end 415 v_blanking: 449 v_border: 0
    [ 14.525] (II) RADEON(0): Supported detailed timing:
    [ 14.525] (II) RADEON(0): clock: 25.2 MHz Image Size: 330 x 270 mm
    [ 14.525] (II) RADEON(0): h_active: 640 h_sync: 656 h_sync_end 752 h_blank_end 800 h_border: 0
    [ 14.525] (II) RADEON(0): v_active: 480 v_sync: 490 v_sync_end 492 v_blanking: 525 v_border: 0
    [ 14.525] (II) RADEON(0): Monitor name: L70S
    [ 14.526] (II) RADEON(0): EDID (in hex):
    [ 14.526] (II) RADEON(0): 00ffffffffffff002634030704000000
    [ 14.526] (II) RADEON(0): 040d010308211b78e8c5c6a3574a9c23
    [ 14.526] (II) RADEON(0): 124f54a54f0081800101010101010101
    [ 14.526] (II) RADEON(0): 010101010101302a009851002a403070
    [ 14.526] (II) RADEON(0): 13004a0e1100001e100bd0b420903110
    [ 14.526] (II) RADEON(0): 126cd2004a0e1100001cd50980a020e0
    [ 14.526] (II) RADEON(0): 2d101060a2004a0e11000018000000fc
    [ 14.526] (II) RADEON(0): 004c3730530a20202020202020200079
    [ 14.526] (II) RADEON(0): EDID vendor "IQT", prod id 1795
    [ 14.526] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 14.526] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 14.526] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 413 415 449 -hsync +vsync (31.5 kHz)
    [ 14.526] (II) RADEON(0): Modeline "640x480"x0.0 25.17 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 14.526] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 14.526] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 14.526] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 14.526] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 14.526] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 14.526] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 14.526] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 14.526] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 14.527] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 14.527] (II) RADEON(0): Printing probed modes for output VGA-0
    [ 14.527] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 14.527] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 14.527] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
    [ 14.527] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 14.527] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 14.527] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 14.527] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 14.527] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 14.527] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 14.527] (II) RADEON(0): Modeline "640x480"x59.9 25.17 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 14.527] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 14.527] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 413 415 449 -hsync +vsync (31.5 kHz)
    [ 14.531] (II) RADEON(0): EDID for output DVI-0
    [ 14.537] (II) RADEON(0): EDID for output S-video
    [ 14.537] (II) RADEON(0): Output VGA-0 connected
    [ 14.537] (II) RADEON(0): Output DVI-0 disconnected
    [ 14.537] (II) RADEON(0): Output S-video disconnected
    [ 14.537] (II) RADEON(0): Using exact sizes for initial modes
    [ 14.537] (II) RADEON(0): Output VGA-0 using initial mode 1280x1024
    [ 14.537] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 14.537] (II) RADEON(0): mem size init: gart size :7dff000 vram size: s:8000000 visible:7ac0000
    [ 14.537] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 14.538] (**) RADEON(0): Display dimensions: (330, 270) mm
    [ 14.538] (**) RADEON(0): DPI set to (98, 96)
    [ 14.538] (II) Loading sub module "fb"
    [ 14.538] (II) LoadModule: "fb"
    [ 14.538] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 14.546] (II) Module fb: vendor="X.Org Foundation"
    [ 14.546] compiled for 1.10.1, module version = 1.0.0
    [ 14.546] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 14.546] (II) Loading sub module "ramdac"
    [ 14.546] (II) LoadModule: "ramdac"
    [ 14.546] (II) Module "ramdac" already built-in
    [ 14.547] (II) UnloadModule: "vesa"
    [ 14.547] (II) Unloading vesa
    [ 14.547] (II) UnloadModule: "fbdev"
    [ 14.547] (II) Unloading fbdev
    [ 14.547] (II) UnloadModule: "fbdevhw"
    [ 14.547] (II) Unloading fbdevhw
    [ 14.547] (--) Depth 24 pixmap format is 32 bpp
    [ 14.547] (II) RADEON(0): [DRI2] Setup complete
    [ 14.547] (II) RADEON(0): [DRI2] DRI driver: r200
    [ 14.547] (II) RADEON(0): Front buffer size: 5120K
    [ 14.548] (II) RADEON(0): VRAM usage limit set to 108518K
    [ 14.574] (==) RADEON(0): Backing store disabled
    [ 14.574] (II) RADEON(0): Direct rendering enabled
    [ 14.588] (II) RADEON(0): Render acceleration enabled for R200 type cards.
    [ 14.588] (II) RADEON(0): Setting EXA maxPitchBytes
    [ 14.588] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 14.588] (II) EXA(0): Driver registered support for the following operations:
    [ 14.588] (II) Solid
    [ 14.589] (II) Copy
    [ 14.589] (II) Composite (RENDER acceleration)
    [ 14.589] (II) UploadToScreen
    [ 14.589] (II) DownloadFromScreen
    [ 14.593] (II) RADEON(0): Acceleration enabled
    [ 14.593] (==) RADEON(0): DPMS enabled
    [ 14.593] (==) RADEON(0): Silken mouse enabled
    [ 14.600] (II) RADEON(0): Set up textured video
    [ 14.600] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 14.601] (--) RandR disabled
    [ 14.601] (II) Initializing built-in extension Generic Event Extension
    [ 14.601] (II) Initializing built-in extension SHAPE
    [ 14.601] (II) Initializing built-in extension MIT-SHM
    [ 14.601] (II) Initializing built-in extension XInputExtension
    [ 14.601] (II) Initializing built-in extension XTEST
    [ 14.601] (II) Initializing built-in extension BIG-REQUESTS
    [ 14.601] (II) Initializing built-in extension SYNC
    [ 14.601] (II) Initializing built-in extension XKEYBOARD
    [ 14.601] (II) Initializing built-in extension XC-MISC
    [ 14.601] (II) Initializing built-in extension SECURITY
    [ 14.601] (II) Initializing built-in extension XINERAMA
    [ 14.601] (II) Initializing built-in extension XFIXES
    [ 14.601] (II) Initializing built-in extension RENDER
    [ 14.601] (II) Initializing built-in extension RANDR
    [ 14.601] (II) Initializing built-in extension COMPOSITE
    [ 14.601] (II) Initializing built-in extension DAMAGE
    [ 14.711] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 14.711] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 14.711] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 14.711] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 14.711] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 14.712] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/r200_dri.so
    [ 14.712] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 14.714] (II) RADEON(0): Setting screen physical size to 338 x 270
    [ 15.502] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 15.502] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 15.502] (II) LoadModule: "evdev"
    [ 15.502] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 15.510] (II) Module evdev: vendor="X.Org Foundation"
    [ 15.510] compiled for 1.10.0, module version = 2.6.0
    [ 15.510] Module class: X.Org XInput Driver
    [ 15.510] ABI class: X.Org XInput driver, version 12.2
    [ 15.510] (II) Using input driver 'evdev' for 'Power Button'
    [ 15.510] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 15.511] (**) Power Button: always reports core events
    [ 15.511] (**) Power Button: Device: "/dev/input/event4"
    [ 15.516] (--) Power Button: Found keys
    [ 15.516] (II) Power Button: Configuring as keyboard
    [ 15.516] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
    [ 15.516] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 15.517] (**) Option "xkb_rules" "evdev"
    [ 15.517] (**) Option "xkb_model" "evdev"
    [ 15.517] (**) Option "xkb_layout" "us"
    [ 15.593] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 15.593] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 15.593] (II) Using input driver 'evdev' for 'Power Button'
    [ 15.593] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 15.594] (**) Power Button: always reports core events
    [ 15.594] (**) Power Button: Device: "/dev/input/event2"
    [ 15.600] (--) Power Button: Found keys
    [ 15.600] (II) Power Button: Configuring as keyboard
    [ 15.600] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 15.600] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 15.600] (**) Option "xkb_rules" "evdev"
    [ 15.600] (**) Option "xkb_model" "evdev"
    [ 15.600] (**) Option "xkb_layout" "us"
    [ 15.602] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 15.602] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 15.602] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 15.602] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 15.602] (**) Sleep Button: always reports core events
    [ 15.602] (**) Sleep Button: Device: "/dev/input/event3"
    [ 15.606] (--) Sleep Button: Found keys
    [ 15.606] (II) Sleep Button: Configuring as keyboard
    [ 15.606] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
    [ 15.606] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 15.606] (**) Option "xkb_rules" "evdev"
    [ 15.606] (**) Option "xkb_model" "evdev"
    [ 15.607] (**) Option "xkb_layout" "us"
    [ 15.623] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 15.623] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 15.623] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 15.623] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 15.623] (**) AT Translated Set 2 keyboard: always reports core events
    [ 15.623] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 15.630] (--) AT Translated Set 2 keyboard: Found keys
    [ 15.630] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 15.630] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 15.630] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 15.630] (**) Option "xkb_rules" "evdev"
    [ 15.630] (**) Option "xkb_model" "evdev"
    [ 15.630] (**) Option "xkb_layout" "us"
    [ 15.631] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    [ 15.632] (II) No input driver/identifier specified (ignoring)
    [ 46.379] (II) RADEON(0): EDID vendor "IQT", prod id 1795
    [ 46.379] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 46.379] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 46.379] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 413 415 449 -hsync +vsync (31.5 kHz)
    [ 46.379] (II) RADEON(0): Modeline "640x480"x0.0 25.17 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 46.379] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 46.379] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 46.379] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 46.379] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 46.379] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 46.380] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 46.380] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 46.380] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 46.380] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 64.126] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 105.446] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 105.559] (II) RADEON(0): EDID vendor "IQT", prod id 1795
    [ 105.559] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 105.559] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 105.559] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 413 415 449 -hsync +vsync (31.5 kHz)
    [ 105.559] (II) RADEON(0): Modeline "640x480"x0.0 25.17 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 105.560] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 105.560] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 105.560] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 105.560] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 105.560] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 105.560] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 105.560] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 105.560] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 105.560] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 110.260] (II) config/udev: Adding input device USB Optical Wheel Mouse (/dev/input/event5)
    [ 110.260] (**) USB Optical Wheel Mouse: Applying InputClass "evdev pointer catchall"
    [ 110.260] (II) Using input driver 'evdev' for 'USB Optical Wheel Mouse'
    [ 110.260] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 110.261] (**) USB Optical Wheel Mouse: always reports core events
    [ 110.261] (**) USB Optical Wheel Mouse: Device: "/dev/input/event5"
    [ 110.266] (--) USB Optical Wheel Mouse: Found 9 mouse buttons
    [ 110.266] (--) USB Optical Wheel Mouse: Found scroll wheel(s)
    [ 110.267] (--) USB Optical Wheel Mouse: Found relative axes
    [ 110.267] (--) USB Optical Wheel Mouse: Found x and y relative axes
    [ 110.267] (II) USB Optical Wheel Mouse: Configuring as mouse
    [ 110.267] (II) USB Optical Wheel Mouse: Adding scrollwheel support
    [ 110.267] (**) USB Optical Wheel Mouse: YAxisMapping: buttons 4 and 5
    [ 110.267] (**) USB Optical Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 110.267] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.3/usb1/1-3/1-3.3/1-3.3:1.0/input/input5/event5"
    [ 110.267] (II) XINPUT: Adding extended input device "USB Optical Wheel Mouse" (type: MOUSE)
    [ 110.267] (II) USB Optical Wheel Mouse: initialized for relative axes.
    [ 110.267] (**) USB Optical Wheel Mouse: (accel) keeping acceleration scheme 1
    [ 110.267] (**) USB Optical Wheel Mouse: (accel) acceleration profile 0
    [ 110.267] (**) USB Optical Wheel Mouse: (accel) acceleration factor: 2.000
    [ 110.267] (**) USB Optical Wheel Mouse: (accel) acceleration threshold: 4
    [ 110.269] (II) config/udev: Adding input device USB Optical Wheel Mouse (/dev/input/mouse0)
    [ 110.269] (II) No input driver/identifier specified (ignoring)
    [ 118.223] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 148.720] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 148.834] (II) RADEON(0): EDID vendor "IQT", prod id 1795
    [ 148.834] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 148.834] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 148.834] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 413 415 449 -hsync +vsync (31.5 kHz)
    [ 148.834] (II) RADEON(0): Modeline "640x480"x0.0 25.17 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 148.834] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 148.834] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 148.834] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 148.834] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 148.834] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 148.834] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 148.834] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 148.834] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 148.834] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)

Maybe you are looking for

  • Truncation of leading Zeros when Down Loading into Excel - OLE Objects

    Hi, Can any one help me on this. I am using <b>OLE Objects</b> to download Data into Excel Sheet. Data with leading Zeros is getting truncated in Excel. Ex: Report Output is showing Plant Number as 0002. But when i am downloading to Excel Plant value

  • Need help with php gallery

    Hi guys, Thanks for the interest in my post... I want to make a gallery similar to the one at http://www.danwheldon.com/gallery.cfm where the user clicks on an image and it refreshes the current page bringing up the enlarged version above the rest of

  • Multiple timeout sessions

              hi           i have 2 different websites running under the same weblogic instance. is it possible           to have different timeout sessions? and how to make weblogic direct to different           JSP files when it encounters timeout?    

  • Tab will not open

    When I try to open a new tab nothing happens. The only way I can get it to open is by clicking on one of my bookmarks and opening a new tab that way. What happened and how can I fix it?

  • ADJREOPTS  in r12.13

    We are applying/upgrading to r12.1.3. the note says the below Confirm /dev/urandom is installed. 2. Update s_adjreopts in $CONTEXT_FILE with the system value: -Djava.security.egd=file:///dev/urandom or -Djava.security.egd=file:/dev/./urandom we have