Make voodoo 3 go 1680x1050

I want 1680x1050
Card 3dfx voodoo 3 3000 AGP
Monitor Teac T2005S12 LCD 8:5 (Identified as KTC2002) connected wth VGA
I played with xorgconfig and xorg.conf manually and tried
res 1680x1050 1400x1050 1280x1024 1152x864 1024x768
color depths 16 24
vsync 50-70 50-60 60
hsync 31-51 31-67
driver tdfx(voodoo3) tdfx vesa
xorg fails to start when i use tdfx driver (no such thing tdfx)
Works 1280 max with vesa
Tried to add a modeline manually http://www.freebsd.org/doc/en_US.ISO885 … onfig.html
Tried to comment / uncomment videoram and the vga device
parts from my current xorg.conf . It works 1280 allthough all modes except 1680 are commented
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
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.
Modeline "1680x1050" 146.2 1680 1784 1960 2240 1050 1053 1059 1089
VertRefresh 50-60
EndSection
# 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 "Voodoo3 (generic)"
Driver "vesa"
VideoRam 16384
# Insert Clocks lines here if appropriate
EndSection
# 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 "Voodoo3 (generic)"
Monitor "My Monitor"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1680x1050" #"1400x1050" "1280x1024" "1152x864" "1024x768"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1680x1050" #"1400x1050" "1280x1024" "1152x864" "1024x768"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1680x1050" #"1400x1050" "1280x1024" "1152x864" "1024x768"
ViewPort 0 0
EndSubsection
EndSection
# 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

Now it works ! (I made new file with xorgconfig and added the modeline)
Tx
complete 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.
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"
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" "il"
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"
# 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 - 79.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.
ModeLine "1680x1050" 146.2 1680 1784 1960 2240 1050 1053 1059 1089
VertRefresh 50-70
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 "Voodoo3 (generic)"
Driver "tdfx"
#VideoRam 16384
# 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 "Voodoo3 (generic)"
Monitor "My Monitor"
DefaultDepth 16
Subsection "Display"
Depth 8
Modes "1680x1050" "1400x1050" "1280x1024" "1152x864" "1024x768"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1680x1050" "1400x1050" "1280x1024" "1152x864" "1024x768"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1680x1050" "1400x1050" "1280x1024" "1152x864" "1024x768"
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

Similar Messages

  • Can't make ATI radeon use 1680x1050 resolution

    I can't get my ati card to display 1680x1050 resolution in xorg. I'm running xorg 7.1 and the newest ati drivers. but I only get 1600x854 (or something) when trying to set it to 1680x1050. My video card is ATI Radeon Mobility 9700. Do  I need to update the firmware of the card, or is there a setup issue?
    Thanks in advance.

    Here it is:
    # Auto-generated by Archie mkxcfg
    # Auto-generated by Archie mkxcfg
    Section "ServerLayout"
    # Serial Mouse not detected
    # USB Mouse not detected
        #InputDevice    "Mouse0" "CorePointer"
        Identifier     "Xorg Configured"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "USB Mouse" "CorePointer"
    EndSection
    Section "Files"
    # Additional fonts: Locale, Gimp, TTF...
    #    FontPath     "/usr/share/lib/X11/fonts/latin2/75dpi"
    #    FontPath     "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc:unscaled"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/75dpi:unscaled"
        FontPath     "/usr/share/fonts/75dpi"
        FontPath     "/usr/share/fonts/100dpi:unscaled"
        FontPath     "/usr/share/fonts/100dpi"
        FontPath     "/usr/share/fonts/PEX"
        FontPath     "/usr/share/fonts/cyrillic"
        FontPath     "/usr/share/fonts/Type1"
        FontPath     "/usr/share/fonts/ttf/western"
        FontPath     "/usr/share/fonts/ttf/decoratives"
        FontPath     "/usr/share/fonts/truetype"
        FontPath     "/usr/share/fonts/truetype/openoffice"
        FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
        FontPath     "/usr/share/fonts/latex-ttf-fonts"
        FontPath     "/usr/share/fonts/defoma/CID"
        FontPath     "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
        Load  "ddc"  # ddc probing of monitor
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "bitmap" # bitmap-fonts
        Load  "type1"
        Load  "freetype"
        Load  "record"
    EndSection
    Section "ServerFlags"
        Option        "AllowMouseOpenFail" "true"
    EndSection
    Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option        "CoreKeyboard"
        Option        "XkbRules" "xorg"
        Option        "XkbModel" "pc105"
        Option        "XkbLayout" ""
        Option        "XkbVariant" ""
    EndSection
    Section "InputDevice"
    #    Option      "Emulate3Timeout" "70"
        Identifier  "Mouse0"
        Driver      "synaptics"
        Option        "Protocol" "auto"
        Option        "ZAxisMapping" "4 5"
        Option        "Device" "/dev/input/mouse0"
    #    Option      "Emulate3Buttons" "true"
        Option        "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
        Identifier  "USB Mouse"
        Driver      "mouse"
        Option        "Device" "/dev/input/mouse0"
        Option        "SendCoreEvents" "true"
        Option        "Protocol" "IMPS/2"
        Option        "ZAxisMapping" "4 5"
        Option        "Buttons" "5"
    EndSection
    Section "Monitor"
        Identifier   "aticonfig-Monitor[0]"
        Option        "VendorName" "ATI Proprietary Driver"
        Option        "ModelName" "Generic Autodetecting Monitor"
        Option        "DPMS" "true"
    EndSection
    Section "Monitor"
        Identifier   "aticonfig-Monitor[1]"
        Option        "VendorName" "ATI Proprietary Driver"
        Option        "ModelName" "Generic Autodetecting Monitor"
        Option        "DPMS" "true"
    EndSection
    Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
        Option        "DesktopSetup" "clone"
        Option        "EnableMonitor" "crt1"
        Option        "ForceMonitors" "crt1,lvds"
        BusID       "PCI:1:0:0"
    EndSection
    Section "Device"
        Identifier  "aticonfig-Device[1]"
        Driver      "fglrx"
        BusID       "PCI:1:0:0"
        Screen      1
    EndSection
    Section "Screen"
        Identifier "aticonfig-Screen[0]"
        Device     "aticonfig-Device[0]"
        Monitor    "aticonfig-Monitor[0]"
        DefaultDepth     24
        SubSection "Display"
            Viewport   0 0
            Depth     24
            Modes    "1680x1050"
        EndSubSection
    EndSection
    Section "Screen"
        Identifier "aticonfig-Screen[1]"
        Device     "aticonfig-Device[1]"
        Monitor    "aticonfig-Monitor[1]"
        DefaultDepth     24
        SubSection "Display"
            Viewport   0 0
            Depth     24
            Modes    "1680x1050"
        EndSubSection
    EndSection
    Section "DRI"
        Mode         0666
    EndSection

  • Missing external display 1920x1080 resolution, only shows 1680x1050... Please HELP !

    When connecting my Macbook Air (mid 2011) to an external LG 22" Display (M2241A) which supports a native resolution of 1920x1080, the closest setting available in the display preferences is 1680x1050, and aspect ratio is really distorted at this size. I use an Apple mini-display-port to HDMI, and HDMI cable to connect the Monitor.
    What can I do to correct this problem ? How do I make the 1920x1080 available and get rid of the distortion ?

    Thanks for your quick answer, but... When I use the 1080p resolution, I need to use Underscan, and the colors change, the fonts get all blurry and overall definition goes really bad. Really seems like a TV setting.
    Maybe okay to watch a movie, but not to work in Photoshop and get design work done properly.
    The external display only has HDMI + VGA inputs.
    So I guess the next step is to try finding a different connector (mini-display to VGA) But I am now in Chile, Patagonia, and believe me, this will be quite a challenge to find !!! Also, no way to buy at Apple online store and get it shipped here in Chile... :-(((

  • How to make Help view well on both laptops and desktops

    Hi -- I'm trying to learn RoboHelp 7 and just created my first WebHelp project. I want to show it to a friend, but don't have a server I can publish it to, so I copied all the files onto my flash drive and put it on my laptop. It all works fine, which is a relief -- however, the custom colors are way off, and some of the screenshots are now too big, so the user would have to scroll (which can be annoying). I created it on my desktop and have been looking at it on a larger monitor (1680x1050), but the laptop is old (1024x768). The thing is, a lot of people might have to view it on 800x600.
    I couldn't find any information in RH's Help about how I should have set it up so that it views well on different systems. I'm hoping someone could please advise me as to what I should have done, and if there's anything I can do now to fix it, or point me to some information. I used Arial 10 pt for the text, and now it looks 12 pt. Should I have made it 8 pt? Is there a rule for how large an image should be to be viewed on a laptop and a desktop?
    One last thing, it's too large to put on a CD, so is does anyone know how to make this into an executable?
    Thanks in advance for any help you can give!
    Daryl

    Hi Daryl
    I use an eBook compiler to convert WebHelp to an executable file. You might investigate eBook compilers for that bit. However, I'm not sure how that would help you since a compiler will do little more than to take a swarm of WebHelp files and store them in a wrapper to create a single file. Generally you will end up with something that although it exists as a single file, is larger than what is inside.
    Are you SURE it's too big for CD? CD will hold 650 megs (700 if you buy the extended types).
    On the screen size issue WebHelp itself should adapt fine. Probably it's the images you are concerned with. And the general rule of thumb is to capture images at a reasonable size to begin with. Never EVER just insert a big ole image into RoboHelp and grab the sizing handle to make it smaller. It will still consume a larger amount of space and the quality will suffer badly. So the best approach is to copy the image at a reasonable size to begin with. Something that may fit nicely in the Topic Pane area as it is presented in the space provided by the lowest common denominator. In your case I believe you said that many are still at 800x600.
    Your 10 point text will still be 10 points at a smaller resolution. It will just look a bit different.
    Hopefully this helps... Rick
    Click here for Adobe Authorized Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Xf86-video-ati (6.13.2-2 - 6.14.0-1) makes xorg unusable *workaround*

    Yesterday, I have upgraded the system by running pacman -Suy.
    The following packages were updated:
    [2011-02-07 13:20] Running 'pacman -Suy'
    [2011-02-07 13:20] synchronizing package lists
    [2011-02-07 13:20] starting full system upgrade
    [2011-02-07 13:25] upgraded babl (0.1.2-1 -> 0.1.4-1)
    [2011-02-07 13:26] upgraded xf86-video-ati (6.13.2-2 -> 6.14.0-1)
    [2011-02-07 13:26] upgraded xorg-font-utils (7.5-2 -> 7.6-1)
    [2011-02-07 13:26] upgraded xorg-server-common (1.9.3.901-1 -> 1.9.4-1)
    [2011-02-07 13:26] upgraded xorg-server (1.9.3.901-1 -> 1.9.4-1)
    [2011-02-07 13:26] upgraded xorg-twm (1.0.4-3 -> 1.0.6-1)
    [2011-02-07 13:26] upgraded xorg-x11perf (1.5.2-1 -> 1.5.3-1)
    [2011-02-07 13:26] upgraded xorg-xrdb (1.0.7-1 -> 1.0.8-1)
    [2011-02-07 13:26] upgraded xz (5.0.0-1 -> 5.0.1-1)
    Steps to repeat the problem:
    startx
    opening xterm, aterm or eterm
    output: http://i.imgur.com/midmJ.jpg
    xorg cannot be used after and must be killed
    However, after downgrading to xf86-video-ati-6.13.2-2 the problem goes away.
    [2011-02-08 12:02] Running 'pacman -U xf86-video-ati-6.13.2-2-i686.pkg.tar.xz'
    [2011-02-08 12:02] upgraded xf86-video-ati (6.14.0-1 -> 6.13.2-2)
    uname -a
    Linux p4p 2.6.37-ARCH #1 SMP PREEMPT Sat Jan 29 19:40:04 UTC 2011 i686 Intel(R) Pentium(R) 4 CPU 2.66GHz GenuineIntel GNU/Linux
    My WM:
    openbox
    My video card:
    01:00.0 VGA compatible controller: ATI Technologies Inc RV350 AS [Radeon 9550]
    My /var/log/Xorg.0.log
    [ 1302.095]
    X.Org X Server 1.9.4
    Release Date: 2011-02-04
    [ 1302.129] X Protocol Version 11, Revision 0
    [ 1302.140] Build Operating System: Linux 2.6.37-ARCH i686
    [ 1302.151] Current Operating System: Linux p4p 2.6.37-ARCH #1 SMP PREEMPT Sat Jan 29 19:40:04 UTC 2011 i686
    [ 1302.162] Kernel command line: root=/dev/disk/by-uuid/dea62964-2117-4cf5-9a9e-478131fe3cd8 ro
    [ 1302.173] Build Date: 04 February 2011 09:39:45PM
    [ 1302.184]
    [ 1302.194] Current version of pixman: 0.20.2
    [ 1302.205] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 1302.224] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 1302.254] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 8 12:02:52 2011
    [ 1302.264] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 1302.273] (==) No Layout section. Using the first Screen section.
    [ 1302.273] (==) No screen section available. Using defaults.
    [ 1302.273] (**) |-->Screen "Default Screen Section" (0)
    [ 1302.273] (**) | |-->Monitor "<default monitor>"
    [ 1302.274] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 1302.274] (==) Automatically adding devices
    [ 1302.274] (==) Automatically enabling devices
    [ 1302.274] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 1302.274] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 1302.274] (**) Extension "Composite" is disabled
    [ 1302.274] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 1302.274] (II) Loader magic: 0x81f3040
    [ 1302.274] (II) Module ABI versions:
    [ 1302.274] X.Org ANSI C Emulation: 0.4
    [ 1302.274] X.Org Video Driver: 8.0
    [ 1302.274] X.Org XInput driver : 11.0
    [ 1302.274] X.Org Server Extension : 4.0
    [ 1302.275] (--) PCI:*(0:1:0:0) 1002:4153:1002:0402 rev 0, Mem @ 0xe0000000/268435456, 0xb7800000/65536, I/O @ 0x0000d800/256, BIOS @ 0x????????/131072
    [ 1302.275] (--) PCI: (0:1:0:1) 1002:4173:1002:0403 rev 0, Mem @ 0xc0000000/268435456, 0xb7000000/65536
    [ 1302.275] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 1302.275] (II) LoadModule: "extmod"
    [ 1302.276] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 1302.276] (II) Module extmod: vendor="X.Org Foundation"
    [ 1302.276] compiled for 1.9.4, module version = 1.0.0
    [ 1302.276] Module class: X.Org Server Extension
    [ 1302.276] ABI class: X.Org Server Extension, version 4.0
    [ 1302.276] (II) Loading extension MIT-SCREEN-SAVER
    [ 1302.276] (II) Loading extension XFree86-VidModeExtension
    [ 1302.276] (II) Loading extension XFree86-DGA
    [ 1302.276] (II) Loading extension DPMS
    [ 1302.276] (II) Loading extension XVideo
    [ 1302.276] (II) Loading extension XVideo-MotionCompensation
    [ 1302.276] (II) Loading extension X-Resource
    [ 1302.276] (II) LoadModule: "dbe"
    [ 1302.276] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 1302.276] (II) Module dbe: vendor="X.Org Foundation"
    [ 1302.276] compiled for 1.9.4, module version = 1.0.0
    [ 1302.276] Module class: X.Org Server Extension
    [ 1302.276] ABI class: X.Org Server Extension, version 4.0
    [ 1302.276] (II) Loading extension DOUBLE-BUFFER
    [ 1302.276] (II) LoadModule: "glx"
    [ 1302.276] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 1302.277] (II) Module glx: vendor="X.Org Foundation"
    [ 1302.277] compiled for 1.9.4, module version = 1.0.0
    [ 1302.277] ABI class: X.Org Server Extension, version 4.0
    [ 1302.277] (==) AIGLX enabled
    [ 1302.277] (II) Loading extension GLX
    [ 1302.277] (II) LoadModule: "record"
    [ 1302.277] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 1302.277] (II) Module record: vendor="X.Org Foundation"
    [ 1302.277] compiled for 1.9.4, module version = 1.13.0
    [ 1302.277] Module class: X.Org Server Extension
    [ 1302.277] ABI class: X.Org Server Extension, version 4.0
    [ 1302.277] (II) Loading extension RECORD
    [ 1302.277] (II) LoadModule: "dri"
    [ 1302.277] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 1302.277] (II) Module dri: vendor="X.Org Foundation"
    [ 1302.277] compiled for 1.9.4, module version = 1.0.0
    [ 1302.277] ABI class: X.Org Server Extension, version 4.0
    [ 1302.277] (II) Loading extension XFree86-DRI
    [ 1302.277] (II) LoadModule: "dri2"
    [ 1302.278] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 1302.278] (II) Module dri2: vendor="X.Org Foundation"
    [ 1302.278] compiled for 1.9.4, module version = 1.2.0
    [ 1302.278] ABI class: X.Org Server Extension, version 4.0
    [ 1302.278] (II) Loading extension DRI2
    [ 1302.278] (==) Matched ati as autoconfigured driver 0
    [ 1302.278] (==) Matched vesa as autoconfigured driver 1
    [ 1302.278] (==) Matched fbdev as autoconfigured driver 2
    [ 1302.278] (==) Assigned the driver to the xf86ConfigLayout
    [ 1302.278] (II) LoadModule: "ati"
    [ 1302.278] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 1302.278] (II) Module ati: vendor="X.Org Foundation"
    [ 1302.278] compiled for 1.9.0, module version = 6.13.2
    [ 1302.278] Module class: X.Org Video Driver
    [ 1302.278] ABI class: X.Org Video Driver, version 8.0
    [ 1302.278] (II) LoadModule: "radeon"
    [ 1302.279] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 1302.279] (II) Module radeon: vendor="X.Org Foundation"
    [ 1302.279] compiled for 1.9.0, module version = 6.13.2
    [ 1302.279] Module class: X.Org Video Driver
    [ 1302.279] ABI class: X.Org Video Driver, version 8.0
    [ 1302.279] (II) LoadModule: "vesa"
    [ 1302.279] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 1302.279] (II) Module vesa: vendor="X.Org Foundation"
    [ 1302.279] compiled for 1.9.0, module version = 2.3.0
    [ 1302.280] Module class: X.Org Video Driver
    [ 1302.280] ABI class: X.Org Video Driver, version 8.0
    [ 1302.280] (II) LoadModule: "fbdev"
    [ 1302.280] (WW) Warning, couldn't open module fbdev
    [ 1302.280] (II) UnloadModule: "fbdev"
    [ 1302.280] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 1302.290] (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 8500 AIW BC (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 4290, 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
    [ 1302.294] (II) VESA: driver for VESA chipsets: vesa
    [ 1302.294] (--) using VT number 7
    [ 1302.328] (II) [KMS] Kernel modesetting enabled.
    [ 1302.328] (WW) Falling back to old probe method for vesa
    [ 1302.328] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 1302.328] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 1302.328] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 1302.328] (==) RADEON(0): Default visual is TrueColor
    [ 1302.328] (==) RADEON(0): RGB weight 888
    [ 1302.328] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 1302.328] (--) RADEON(0): Chipset: "ATI Radeon 9600 AS (AGP)" (ChipID = 0x4153)
    [ 1302.328] (II) RADEON(0): AGP card detected
    [ 1302.328] drmOpenDevice: node name is /dev/dri/card0
    [ 1302.328] drmOpenDevice: open result is 8, (OK)
    [ 1302.329] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 1302.329] drmOpenDevice: node name is /dev/dri/card0
    [ 1302.329] drmOpenDevice: open result is 8, (OK)
    [ 1302.329] drmOpenByBusid: drmOpenMinor returns 8
    [ 1302.329] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [ 1302.329] (II) RADEON(0): KMS Color Tiling: enabled
    [ 1302.343] (II) RADEON(0): Output VGA-0 has no monitor section
    [ 1302.401] (II) RADEON(0): Output DVI-0 has no monitor section
    [ 1302.421] (II) RADEON(0): Output S-video has no monitor section
    [ 1302.429] (II) RADEON(0): EDID for output VGA-0
    [ 1302.485] (II) RADEON(0): EDID for output DVI-0
    [ 1302.485] (II) RADEON(0): Manufacturer: SAM Model: 27f Serial#: 1296380466
    [ 1302.485] (II) RADEON(0): Year: 2007 Week: 13
    [ 1302.485] (II) RADEON(0): EDID Version: 1.3
    [ 1302.485] (II) RADEON(0): Digital Display Input
    [ 1302.485] (II) RADEON(0): Max Image Size [cm]: horiz.: 47 vert.: 30
    [ 1302.485] (II) RADEON(0): Gamma: 2.20
    [ 1302.485] (II) RADEON(0): DPMS capabilities: Off
    [ 1302.485] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 1302.485] (II) RADEON(0): First detailed timing is preferred mode
    [ 1302.485] (II) RADEON(0): redX: 0.644 redY: 0.333 greenX: 0.286 greenY: 0.603
    [ 1302.485] (II) RADEON(0): blueX: 0.152 blueY: 0.079 whiteX: 0.313 whiteY: 0.329
    [ 1302.485] (II) RADEON(0): Supported established timings:
    [ 1302.485] (II) RADEON(0): 720x400@70Hz
    [ 1302.485] (II) RADEON(0): 640x480@60Hz
    [ 1302.485] (II) RADEON(0): 640x480@67Hz
    [ 1302.485] (II) RADEON(0): 640x480@72Hz
    [ 1302.485] (II) RADEON(0): 640x480@75Hz
    [ 1302.485] (II) RADEON(0): 800x600@56Hz
    [ 1302.485] (II) RADEON(0): 800x600@60Hz
    [ 1302.485] (II) RADEON(0): 800x600@72Hz
    [ 1302.485] (II) RADEON(0): 800x600@75Hz
    [ 1302.485] (II) RADEON(0): 832x624@75Hz
    [ 1302.485] (II) RADEON(0): 1024x768@60Hz
    [ 1302.485] (II) RADEON(0): 1024x768@70Hz
    [ 1302.485] (II) RADEON(0): 1024x768@75Hz
    [ 1302.485] (II) RADEON(0): 1280x1024@75Hz
    [ 1302.485] (II) RADEON(0): 1152x864@75Hz
    [ 1302.485] (II) RADEON(0): Manufacturer's mask: 0
    [ 1302.485] (II) RADEON(0): Supported standard timings:
    [ 1302.485] (II) RADEON(0): #0: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 1302.485] (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 1302.485] (II) RADEON(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 1302.485] (II) RADEON(0): #3: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 1302.485] (II) RADEON(0): Supported detailed timing:
    [ 1302.485] (II) RADEON(0): clock: 119.0 MHz Image Size: 474 x 296 mm
    [ 1302.485] (II) RADEON(0): h_active: 1680 h_sync: 1728 h_sync_end 1760 h_blank_end 1840 h_border: 0
    [ 1302.485] (II) RADEON(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1080 v_border: 0
    [ 1302.485] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 145 MHz
    [ 1302.485] (II) RADEON(0): Monitor name: SyncMaster
    [ 1302.485] (II) RADEON(0): Serial No: H9NP314509
    [ 1302.485] (II) RADEON(0): EDID (in hex):
    [ 1302.485] (II) RADEON(0): 00ffffffffffff004c2d7f023232454d
    [ 1302.485] (II) RADEON(0): 0d110103802f1e782ad515a455499a27
    [ 1302.485] (II) RADEON(0): 145054bfef80b30081808140714f0101
    [ 1302.485] (II) RADEON(0): 0101010101017c2e90a0601a1e403020
    [ 1302.485] (II) RADEON(0): 3600da281100001a000000fd00384b1e
    [ 1302.485] (II) RADEON(0): 510e000a202020202020000000fc0053
    [ 1302.485] (II) RADEON(0): 796e634d61737465720a2020000000ff
    [ 1302.485] (II) RADEON(0): 0048394e503331343530390a2020005c
    [ 1302.485] (II) RADEON(0): Printing probed modes for output DVI-0
    [ 1302.485] (II) RADEON(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 1302.486] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 1302.506] (II) RADEON(0): EDID for output S-video
    [ 1302.506] (II) RADEON(0): Output VGA-0 disconnected
    [ 1302.506] (II) RADEON(0): Output DVI-0 connected
    [ 1302.506] (II) RADEON(0): Output S-video disconnected
    [ 1302.506] (II) RADEON(0): Using exact sizes for initial modes
    [ 1302.506] (II) RADEON(0): Output DVI-0 using initial mode 1680x1050
    [ 1302.506] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 1302.506] (II) RADEON(0): mem size init: gart size :3dff000 vram size: s:10000000 visible:f905000
    [ 1302.506] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 1302.506] (==) RADEON(0): DPI set to (96, 96)
    [ 1302.506] (II) Loading sub module "fb"
    [ 1302.506] (II) LoadModule: "fb"
    [ 1302.506] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 1302.507] (II) Module fb: vendor="X.Org Foundation"
    [ 1302.507] compiled for 1.9.4, module version = 1.0.0
    [ 1302.507] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1302.507] (II) Loading sub module "ramdac"
    [ 1302.507] (II) LoadModule: "ramdac"
    [ 1302.507] (II) Module "ramdac" already built-in
    [ 1302.507] (II) Loading sub module "exa"
    [ 1302.507] (II) LoadModule: "exa"
    [ 1302.507] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 1302.507] (II) Module exa: vendor="X.Org Foundation"
    [ 1302.507] compiled for 1.9.4, module version = 2.5.0
    [ 1302.507] ABI class: X.Org Video Driver, version 8.0
    [ 1302.507] (II) UnloadModule: "vesa"
    [ 1302.507] (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 1302.507] (--) Depth 24 pixmap format is 32 bpp
    [ 1302.508] (II) RADEON(0): [DRI2] Setup complete
    [ 1302.508] (II) RADEON(0): [DRI2] DRI driver: r300
    [ 1302.508] (II) RADEON(0): Front buffer size: 7128K
    [ 1302.508] (II) RADEON(0): VRAM usage limit set to 223081K
    [ 1302.508] (==) RADEON(0): Backing store disabled
    [ 1302.508] (II) RADEON(0): Direct rendering enabled
    [ 1302.508] (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.
    [ 1302.508] (II) RADEON(0): Setting EXA maxPitchBytes
    [ 1302.508] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 1302.508] (II) EXA(0): Driver registered support for the following operations:
    [ 1302.508] (II) Solid
    [ 1302.508] (II) Copy
    [ 1302.508] (II) Composite (RENDER acceleration)
    [ 1302.508] (II) UploadToScreen
    [ 1302.508] (II) DownloadFromScreen
    [ 1302.508] (II) RADEON(0): Acceleration enabled
    [ 1302.508] (==) RADEON(0): DPMS enabled
    [ 1302.508] (==) RADEON(0): Silken mouse enabled
    [ 1302.508] (II) RADEON(0): Set up textured video
    [ 1302.509] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 1302.509] (--) RandR disabled
    [ 1302.509] (II) Initializing built-in extension Generic Event Extension
    [ 1302.509] (II) Initializing built-in extension SHAPE
    [ 1302.509] (II) Initializing built-in extension MIT-SHM
    [ 1302.509] (II) Initializing built-in extension XInputExtension
    [ 1302.509] (II) Initializing built-in extension XTEST
    [ 1302.509] (II) Initializing built-in extension BIG-REQUESTS
    [ 1302.509] (II) Initializing built-in extension SYNC
    [ 1302.509] (II) Initializing built-in extension XKEYBOARD
    [ 1302.509] (II) Initializing built-in extension XC-MISC
    [ 1302.509] (II) Initializing built-in extension SECURITY
    [ 1302.509] (II) Initializing built-in extension XINERAMA
    [ 1302.509] (II) Initializing built-in extension XFIXES
    [ 1302.509] (II) Initializing built-in extension RENDER
    [ 1302.509] (II) Initializing built-in extension RANDR
    [ 1302.509] (II) Initializing built-in extension COMPOSITE
    [ 1302.509] (II) Initializing built-in extension DAMAGE
    [ 1302.527] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 1302.527] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 1302.527] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 1302.527] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 1302.527] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 1302.528] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/r300_dri.so
    [ 1302.528] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 1302.529] (II) RADEON(0): Setting screen physical size to 444 x 277
    [ 1302.698] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 1302.698] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 1302.698] (II) LoadModule: "evdev"
    [ 1302.698] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 1302.698] (II) Module evdev: vendor="X.Org Foundation"
    [ 1302.698] compiled for 1.9.0, module version = 2.5.0
    [ 1302.698] Module class: X.Org XInput Driver
    [ 1302.698] ABI class: X.Org XInput driver, version 11.0
    [ 1302.698] (**) Power Button: always reports core events
    [ 1302.699] (**) Power Button: Device: "/dev/input/event1"
    [ 1302.703] (--) Power Button: Found keys
    [ 1302.703] (II) Power Button: Configuring as keyboard
    [ 1302.703] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 1302.703] (**) Option "xkb_rules" "evdev"
    [ 1302.703] (**) Option "xkb_model" "evdev"
    [ 1302.703] (**) Option "xkb_layout" "us"
    [ 1302.749] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 1302.749] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 1302.749] (**) Power Button: always reports core events
    [ 1302.749] (**) Power Button: Device: "/dev/input/event0"
    [ 1302.753] (--) Power Button: Found keys
    [ 1302.753] (II) Power Button: Configuring as keyboard
    [ 1302.753] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 1302.753] (**) Option "xkb_rules" "evdev"
    [ 1302.753] (**) Option "xkb_model" "evdev"
    [ 1302.753] (**) Option "xkb_layout" "us"
    [ 1302.761] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event2)
    [ 1302.761] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 1302.761] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
    [ 1302.761] (**) Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event2"
    [ 1302.766] (--) Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
    [ 1302.766] (--) Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
    [ 1302.766] (--) Logitech USB-PS/2 Optical Mouse: Found relative axes
    [ 1302.766] (--) Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
    [ 1302.766] (II) Logitech USB-PS/2 Optical Mouse: Configuring as mouse
    [ 1302.766] (**) Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 1302.766] (**) Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 1302.766] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE)
    [ 1302.766] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
    [ 1302.766] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
    [ 1302.766] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
    [ 1302.766] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
    [ 1302.766] (II) Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
    [ 1302.767] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
    [ 1302.767] (II) No input driver/identifier specified (ignoring)
    [ 1302.768] (II) config/udev: Adding input device LITEON Technology USB Multimedia Keyboard (/dev/input/event3)
    [ 1302.768] (**) LITEON Technology USB Multimedia Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 1302.768] (**) LITEON Technology USB Multimedia Keyboard: always reports core events
    [ 1302.768] (**) LITEON Technology USB Multimedia Keyboard: Device: "/dev/input/event3"
    [ 1302.773] (--) LITEON Technology USB Multimedia Keyboard: Found keys
    [ 1302.773] (II) LITEON Technology USB Multimedia Keyboard: Configuring as keyboard
    [ 1302.773] (II) XINPUT: Adding extended input device "LITEON Technology USB Multimedia Keyboard" (type: KEYBOARD)
    [ 1302.773] (**) Option "xkb_rules" "evdev"
    [ 1302.773] (**) Option "xkb_model" "evdev"
    [ 1302.773] (**) Option "xkb_layout" "us"
    [ 1302.774] (II) config/udev: Adding input device LITEON Technology USB Multimedia Keyboard (/dev/input/event4)
    [ 1302.774] (**) LITEON Technology USB Multimedia Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 1302.774] (**) LITEON Technology USB Multimedia Keyboard: always reports core events
    [ 1302.774] (**) LITEON Technology USB Multimedia Keyboard: Device: "/dev/input/event4"
    [ 1302.779] (--) LITEON Technology USB Multimedia Keyboard: Found keys
    [ 1302.779] (II) LITEON Technology USB Multimedia Keyboard: Configuring as keyboard
    [ 1302.779] (II) XINPUT: Adding extended input device "LITEON Technology USB Multimedia Keyboard" (type: KEYBOARD)
    [ 1302.779] (**) Option "xkb_rules" "evdev"
    [ 1302.780] (**) Option "xkb_model" "evdev"
    [ 1302.780] (**) Option "xkb_layout" "us"
    *edit:
    spelling
    **edit:
    Seems to be related to https://bugs.freedesktop.org/show_bug.cgi?id=33943
    ***edit:
    creating a conf file with the following and put it in  /etc/X11/xorg.conf.d seems to fix the issue:
    Section "Device"
    Identifier "meow"
    Driver "radeon"
    Option "ColorTiling" "False"
    EndSection
    ****edit: added *workaround* in the post title
    Last edited by b0b0tiken (2011-02-09 15:31:50)

    Does it also for me, thanx a lot.
    My behaviour was:
    fluxbox started correct, but when I started xterm then the screen fucked up:
    MOD EDIT : Please see forum rules for image posting guidelines

  • I have a 21" Samsung monitor that needs 1680x1050 resolution.  Do not have in my 13" MacBook Pro os 10.8.2.  Can I get app that will give me monitor resolution

    I have a 21" Samsung monitor that needs a 1680x1050 resolution connected to a 13" MacBook Pro os 10.8.2.  My display preferences do not offer this resolution.  Is there an app. that will give me this resolution or other way to solve this problem.  Thanks,  JHM

    Uninstall Genieo:
    http://www.thesafemac.com/arg-genieo/
    See if that makes a difference.
    Ciao.
    DawnHerbie wrote:
    Also is Safeboot ok to use?
    Yes, it will do no harm, but it is meant for trouble shooting and you should not have to use it all the time.
    Message was edited by: OGELTHORPE

  • Best way to upgrade from Tiger to Snow Leopard and make a backup - help!

    Hello, I have always found this discussion board the best place to go to get advice on my mac. I have an imac with Tiger OS. I want to upgrade to Snow Leopard - just bought the box set. I also have an external HD. I want to make a backup of my current system onto the hard drive in case of problems. How do I do this? Once I have done this, should I do an upgrade to SL or do a clean-install? Please advise - I have average tech abilities. Thank you!!!!!

    I like KT's advice, and would add some words from a very knowledgeable mac person - John Gruber @ http://daringfireball.net/
    I Believe in Murphy’s Law
    Friday, 26 October 2007
    Here’s how I recommend installing major new OS releases for typical users. (Atypical users would include anyone who ran developer seeds of the OS.)
    First, make a complete backup of your current boot volume to an external FireWire drive using SuperDuper. (Carbon Copy Cloner would be my second choice.)
    If you don’t back up daily — or at least very regularly — you’re foolish. If you don’t back up before upgrading your OS, you’re really foolish. I use SuperDuper’s “Smart Update” feature to clone my boot volume every night — the “smart” aspect is that it only changes the files that have changed since the previous backup. Before I install an upgrade, I quit every running app and run a fresh backup to create a snapshot of my boot volume. That way, if anything goes wrong, I can revert to exactly the state the system was in before installing the upgrade.
    Next, boot from your external backup volume to make sure that it works. What you want to see is something that looks exactly like booting from your regular internal hard drive. Since I’ve been using SuperDuper, this has always been the case — I have never failed to successfully boot from my backup drive. Better safe than sorry, though, so I never skip this step.
    Next, shut down the computer, and unplug the external backup volume. The odds of an OS installation corrupting a plugged-in FireWire volume are very small. The odds of an OS installation corrupting a FireWire volume that is not plugged in are zero.
    Then boot from the installer DVD, follow the on-screen instructions, and perform a default upgrade. The default upgrade is the best choice for most users almost all the time. The reason Apple makes it the default and most obvious way to upgrade is that it’s the most convenient, and most tested upgrade path.
    Update 28 Aug 2009: Starting with Snow Leopard, instead of booting from the DVD directly, you should instead pop in the installer DVD and launch the “Install Mac OS X” app on the disc. This will reboot your machine from the DVD, yes, but first it will download any necessary software updates that have come out since the disc was pressed. It’s a subtle but very nice improvement to the installer.
    Arguments that there is something mysteriously dangerous or deficient about the default upgrade procedure — and that you should do a clean install instead, followed by tedious hours manually migrating software and data and preferences from your old installation — are voodoo. Apple’s installer engineers spend a ton of time making the default upgrade procedure as convenient as possible.
    If you’re not a typical user; like, say, if you’ve been running pre-release developer seeds of Leopard, or if you’ve diddled with your 10.4 system software in unholy ways and really would like a factory-fresh start with 10.5, then I recommend the Archive and Install option. (That’s what I do, when upgrading from previous developer seeds.)
    So, in short:
    Do a complete backup clone to an external FireWire drive.
    Test that the backup is indeed bootable and up to date.
    Unplug the backup drive.
    Pop in the installer DVD and launch the “Install Mac OS X” app.
    If anything goes wrong in step 4, you have nothing to worry about, because you know that you have a complete, bootable backup.
    Most people, of course, skip directly to step 4. And the odds are it’ll work out just fine for them. I say, why take a chance?

  • Tecra A2: Cannot use the 1680x1050 resolution on external LCD monitor

    Hi All,
    I need to make my Tecra A2 run at 1680x1050 at 60Hz for my new external VW222U LCD monitor which is connected to my port replicator.
    I know the card (which is 82852/82855) can run at this resolution as when using the Intel Embedded drivers it works, just one has to give up all the little nice things when using the standard drivers, like monitor switching etc....
    I have been discussing on many forums over at Intel's site why this resolution is not available by default, it appears that it is not a resolution enabled in the video BIOS which the display drivers read by default, so the vendor need to add it, the reason that the embedded drivers work, is that they don't read this directly from the video BIOS....
    Thanks and regards,
    Adam

    Hi,
    I know that issue, but we have to live with it because it seems that the graphics card vendors are giving some really "default" drivers to the notebook manufacturers.
    I have an Satellite Pro S200 and I also use the Intel drivers from the Intel homepage. But my monitorswitching, etc.. works like a charm so maybe if you install the tools like the "FN-F5" etc.. it would probably work.
    I would give it a try, otherwise: it is like it is.. :/
    Greets

  • No 1680x1050 Resolution for External Monitor?

    Hello, forum friends! So after getting a very nice 22"-ish Envision Monitor connected via VGA to my 2011 Macbook Pro, it appears that there is no option for the monitor's recommended resolution, which is 1680x1050! The highest level resolution is 1600x1200, which makes everything look a little stretched out. Does anyone know how to adjust this manually, or has anyone else had this problem? I've heard that this is a new problem from the recent display update.
    Thanks for your help!
    - Catboy. Meow!

    Hmm, I've appeared to solve my own problem! I simply used the application SwitchResX. It worked very well.
    Hope this helps someone else, then!
    - Catboy. Meow!

  • Macbook and T220HD (22 display). 1680x1050 doesnt work anymore !

    Hi! I have a macbook with a 22 inches external display (samsung t220hd). It was working fine for 9 months but i have a problem now... Last week i get my adapter (minidvi to vga) to other display to see a movie... but when i plugged it again at home... it doesnt worked fine.
    The macbook doesnt detect the screen like "syncmaster", now it says "Screen" and i cant choose the optimal mode in resolution menu (1680x1050). I fully erased the hd and reinstalled OSX and nothing...
    I have the minidvi to dvi too, but it doesnt work in the dvi port or the hdmi port.
    Can someone help me?
    Thanks a lot !

    Maybe. Could be the heads bouncing against the platters - could be the optical drive. Best to take your machine to your local Apple Store and have them diagnose the problem. They can tell you if your data is salvageable.
    In the future - make certain that you have one, if not more, backups - https://discussions.apple.com/docs/DOC-3045.
    Clinton

  • Satellite P200-1FT: 1680x1050 @ 60Hz not available on external 22" TFT

    Hi,
    I bought a Toshiba Satellite P200-1FT some months ago (Graphic card: ATI Mobility Radeon HD2600). I wanted to use a 22" Hanns G HG216DP with its native resolution of *1680x1050px @ 60Hz* as a primary external monitor.
    I connected my notebook to the TFT over HDMI. Unfortunately I cannot select this display setting in the Catalyst Control Panel. There is only 1680x1050 @ 30Hz available :(
    Has anybody got the same problem? How can I fix it?
    Thank you very much,
    XeroX

    Jayjay is right. Sometimes these issues can be caused by a bad cable, but I doubt this in your case.
    Maybe you could try a HDMI 1.3 cable. You can get this in nearly every well sorted electronics store.
    I remember that there was an option in the Catalyst control panel. Make sure the "Reduce DVI frequency on high-resolution displays" is unchecked. Helps for high resolutions.

  • Samsung 206BW can't display 1680X1050

    Just got my macbook in these few days, however, I found my Samsung 206BW LCD display distorted image when I tried to connect my macbook with a mini-DVI -> DVI cable. (actually, this monitor can support up to 1680X1050 and it works when I connected it with my windows desktop). For macbook case, it displays properly in 1360X768 but not 1680X1050, I want to know whether it's my macbook problem or the Samsung monitor doesn't support macbook in 1680X1050?

    See this thread:
    http://discussions.apple.com/thread.jspa?messageID=7336558&#7336558
    It's a different Samsung monitor but the same might apply. That would make the fourth or fifth Samsung monitor mentioned on these forums that left the factory with the wrong firmware installed. Samsung seems to have a quality control problem with this.

  • Can java app programmer make secure app?

    I am the author of the Interactive Color Wheel. It (in various versions) has been on the web since 1998, and has been very popular. With the recent hysteria about Java security, I have observed hits fall off dramatically. While it is not commercial and I'm not losing money, the drop-off still concerns me.
    So the question is, until such time as Oracle fixes it, what can I as an app programmer do to alleviate the problem?
    It seems quite ironic that the java app "sandbox", which was supposed to ensure security, seems to be the very source of the current problem. As far as I know, my app:
    * uses the screen
    * accesses the mouse and keyboard
    * accesses resources within its own JAR
    It does not:
    * access the web
    * write/read cookies (or do anything else on the file system)
    With these limitations, is my app even dangerous?

    I'm ignorant concerning the plug-in magic that gives a Java applet a sandbox to run in which protects the rest of the computer (and the world!) from devious programmers. How I view it is the Java Run Time (JRT) does not need a browser plug-in, but the plug-in needs the JRT. That would make them two separate things. If the plug-in for Java 6 releases was safe, why cannot it be packaged with the Java 7 JRT?
    Yes it was a rant -- not really at the whole world, but the journalists and supposed experts they interviewed. And certainly not directed at anyone here! I did not even know there was a problem until I allowed the JRT to upgrade last week, and my app would not run normally any more. At first I blew it off as "the installation screwed up". So I de-installed and re-installed the upgrade several times, and the security block did not go away.
    So I was frustrated but not yet angry. Then during the weekend I got serous about tracing down the problem, and discovered there really was a security issue. From my first question, you can see I still did not understand, thinking that devious internet Voodoo could make my app insecure. If that were the case, how would I block the Voodoo?
    Then I learned here that my applet was not in fact insecure. The press and "experts" were just telling people it (Java in general) was. I don't know what you have read, but there are some ridiculous claims being made. Not just disable Java for the time being (which the browsers are doing automatically now), but that it is inherently unsafe. Completely uninstall it and never re-install. Or the problem is so bad, it will take Oracle two years to fix. I know as a programmer those extreme claims are foolish, and I allowed that to affect me emotionally. I apologize.

  • Widescreen resolutions LOWER than 1680x1050?

    I have a MSI Geforce 7600 GS AGP 256mb graphic card and a Samsung 226BW monitor. My problem is, that I can't get any widescreen resolutions that are LOWER than the native 1680x1050. This is a problem, because I don't own the fastest machine (a 3ghz P4), so running games in the native resolution is impossible. Anybody who knows what to do here? Is it my graphic card that just doesn't support these resolutions, or is there something you can do about it?
    I have updated my nvidia drivers, without any luck. I also tried to make all resolutions available, but this only gave me widescreen resolutions HIGHER than 1680x1050, which is no good...
    Anybody who can help?

    Quote from: lars_el on 01-September-07, 04:31:01
    I have a MSI Geforce 7600 GS AGP 256mb graphic card and a Samsung 226BW monitor. My problem is, that I can't get any widescreen resolutions that are LOWER than the native 1680x1050. This is a problem, because I don't own the fastest machine (a 3ghz P4), so running games in the native resolution is impossible. Anybody who knows what to do here? Is it my graphic card that just doesn't support these resolutions, or is there something you can do about it?
    I have updated my nvidia drivers, without any luck. I also tried to make all resolutions available, but this only gave me widescreen resolutions HIGHER than 1680x1050, which is no good...
    Anybody who can help?
    7600GS supports widescreen natively.
    I think as far as gaming resolution is concern, the game should automatically refer the setting that the game is running.

  • JFileChooser voodoo (what in the world is going on

    Hi all,
    I have the following sequence in my code (notice the 3 printouts):
    protected void paint() // override for a canvas method
        doFileStuff();
        System.out.println("after" + Thread.currentThread().getId());    // <-- print
    private DNA doFileStuff()
        try
          System.out.println("filing:" + Thread.currentThread().getId());    // <-- print
          JFileChooser chooser = new JFileChooser(System.getProperty("user.dir"));
          chooser.setAcceptAllFileFilterUsed(false);
          chooser.addChoosableFileFilter(new FileFilter()
              public boolean accept(File pathname)
                return pathname.isDirectory() ||
                  pathname.getName().substring(pathname.getName().lastIndexOf('.') + 1).equalsIgnoreCase("dna");
              public String getDescription()
                return "DNA files (*.dna)";
          int result = chooser.showOpenDialog(null);
          System.out.println("unfiling:" + Thread.currentThread().getId());    // <-- print
          if (result == JFileChooser.ERROR_OPTION)
            throw new IOException();
          if (result == JFileChooser.CANCEL_OPTION)
            return null;
          File file = chooser.getSelectedFile();
          ObjectInputStream inputstream = new ObjectInputStream(new FileInputStream(file.getAbsolutePath()));
          int[] nucleotides = (int[])inputstream.readObject();
          inputstream.close();
          return new DNA(nucleotides);
        catch (Exception e)
          // TOMER: add error message here
          return null;
    }This is run in the context of the AWT-EventQueue-0 thread with id 14.
    When i run this i get the file dialog to show which is great.
    However when i don't click on anything, don't choose a file and just let it stand there, the printouts i am seeing in the output are:
    filing: 14
    after: 14
    after: 14
    after: 14
    after: 14
    after: 14not getting the middle "unfiling" print which makes sense since the call "showOpenDialog" should be blocking (as far as i know).
    but i'd also expect to not see the "after" print.
    what is going on here?
    I am assuming repaint is being called again and again but since the dialog is opened from the eventqueue thread those repaint events should be ignored until the file is chosen no?
    It is either something very voodoo-ish or i am missing something very basic (i assume the latter :))
    Thanks for any help in advance

    I know it's a shot in the dark without a proper SSCCE, but hey I do what I want with my pause time!
    So, OP:
    - first, it is a very bad idea to spawn a dialog boxfrom a paint(Graphics) method (your paint method has no argument, but as you say it's an override I assume you forgot it).
    Paint(Graphics) is designed to, well, paint the component on screen, according to its current state.
    A paint(Graphics) method is also designed to be called on the event-dispatch-thread (EDT), which is dedicated to handle graphical events including "paint events", so it must execute quickly. In particular, business logic, file reading, and worst of all, waiting for user input, is not relevant in a paint() method.
    I am assuming repaint is being called again and again but since the dialog is opened from the eventqueue thread those repaint events should be ignored until the file is chosen no?You don't know if they are repaint(), or paintImmediately() calls. You could set a breakpoint in a debugger, or log the stack trace, to know where these paint(...) calls come from.
    I don't know the details, but opening a dialog (at least a modal one) from the EDT somehow suspends the "regular" EDT (the showOpenDialog() is a blocking call), and spawns a dedicated EDT (after all, the dialog itself needs to handle user events to detect press on OK/close/cancel). I don't know which is the extent (in terms of components covered) of the spawned EDT.
    I ackowledge it's surprising to see the (seemingly) same thread log these traces, as per this assumption some of the logs at least should be from another thread.
    But as you show only an extract of code, and apparently have modified the code during your experiments, I can't put too much faith into the code and log you posted. You'll probably have to provide this damn SSCCE to get more help.

Maybe you are looking for