Xorg config: Emulate3Buttons, EmulateWheel simulateneously

Hi,
I just got a Logitech Marble mouse and want to configure it so that simultaneously tapping the left and right main buttons emulates a middle click, and holding these buttons enters scrolling mode.
What I have right now is
Section "InputClass"
Identifier "Mouse0"
Driver "evdev"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
MatchProduct "Logitech USB Trackball"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "8"
Option "Emulate3Buttons" "true"
#Option "ButtonMapping" "1 2 3 4 5 6 7 8 9"
Option "ButtonMapping" "1 2 3 4 5 6 7 8 2"
Option "ZAxisMapping" "4 5"
Option "XAxisMapping" "6 7"
EndSection
Xev says Button 2 is emmitted when I press both left and right (1+3) together, which is fine.
I now get into EmulateWheel mode by holding Button 8. What I want is:
Option "EmulateWheelButton" "2"
But it doesn't work. Although xev still tells me Button 2 was pressed when I press left+right together, I don't get into scrolling mode by holding these.
Any ideas?
Thanks

Ok, I ran Xorg -config again, and I got a working keyboard/mouse in xterm. If I uncomment the .xinitrc line above that includes "openbox-session" as it's written, I get a frozen pointer in the middle of a black screen — doesn't respond to left or right clicks. However, if I remove the dbus and exit-with-session commands, it works.
It was in the Arch Beginners Guide that I found that little gem. I do plan on running dbus, and standalone openbox... but for now having a usable graphical interface is the main thing. So, again: If anyone has any relevant input to the problem here, I'd appreciate it.
Last edited by mailman1175 (2010-01-12 20:22:06)

Similar Messages

  • Using alternative xorg config script?

    Hello,
    I've installed Starcraft Broodwar and it works just fine, but I can only run it in windowed mode which can get a little bit annoying after a while.
    I've read that you can get it to run in fullscreen if you change your resolution to 640x480.
    The thing is that I'm running a dual monitor setup, and I can't set it to such a low resolution it seems.
    chgres list wrote:2560x1024@135000
    2048x768@78750
    Anyone got a nice script that I can run to use another xorg config (with 640x480 set and no twinview options), run starcraft with, and when closing it maybe going back to the old xorg.conf, if it's possible to do this
    Or any other ideas/suggestions?
    Thanks

    edit:
    Thanks, I got it to work like you said. The only problem is that when I exit starcraft, I'm stuck in the 640x480 resolution, and trying to issue
    chgres set 2560x1024@135000 (default one) gives me an error.
    X Error of failed request:  BadValue (integer parameter out of range for operation)
      Major opcode of failed request:  135 (XFree86-VidModeExtension)
      Minor opcode of failed request:  10 (XF86VidModeSwitchToMode)
      Value in failed request:  0x155
      Serial number of failed request:  13
      Current serial number in output stream:  15
    I need to restart X for it to go normal again.
    Last edited by tykho (2007-05-20 15:37:56)

  • Xorg config wireless keyboard

    Anybody configaration so that my box will recognise a wireless key board.
    Also is there a default xorg.config I screwed up the name for xorg.config and now it lets me pick a reselution 1680x1050 ??

    To install my wireless keyboard all I had to do was plug in the usb thingy (it had the normal thingies but using them didn't work)
    You can create a new xorg.conf using xorgconfig

  • Xorg-config isn't yet, trying nVidia-nouveau, on a desktop machine...

    Ok, I'm newbie on 'Arch', but fairly seasoned on Debian-family (MEPIS,sidux), and on openSUSE.
    Gotta admit, I am really LIKING this low-level installer, as a means to 'test' my Linux knowledge to date.
    But, it's certainly a *slower* way to get KDE-4 running, by having to manually hack on all the individual
    /etc/<yada>/yada.conf files using 'nano', rather than just boot a LiveCD all the way into run-level-5 in
    one fell swoop, run a GUI-based installer, specify a username/password, and be running
    KDE-4 20 minutes later!
    But, I'm not complaining.
    Let's see...where am I?
    Got the basic (run-level-3) system installed to a hard-drive partition, using my existing /home partition.
    [Had one small glitch to get ethernet to DHCP-acquire an IP-addr...had to "hook <some-conf?>", so
    I could add 'nameserver 192.168.0.1' into 'resolv.conf' (or whatever it's name is) and get that to stick.
    So, net-access works.  Was then able to do whatever else that basic-install manual said...told it to
    configure me nVidia-nouveau, by creating the '20-nouveau.conf'.  Rebooted, as directed.  (Several times now.)
    Tried 'Xorg -configure'.  It fails with:
    1:  [drm] No DRICreatePCIBusID symbol.
    2: Num created screens does not match num of detected devices.
    EDIT: Oh, did read that I could grab an existing xorg.conf from another distro, but
    that would be cheating, eh?
    That's the one blocking getting to run-level-5.
    I did 'jump ahead' and installed KDE-4, but of course, till I make Xorg happy, that's really not
    gonna do me much good.
    So, in addition to advice on configuring Xorg, one other 'forest-for-the-trees question':
      Is there a higher-level (GUI-based) approach to installing Arch, rather than using 'netinstall'?
    (I did notice that other kit, recommended for 'people with unreliable networks', but that
    didn't sound like me.)
    TIA...
    Last edited by cookdav (2010-12-03 23:11:04)

    I agree with 'some like the control of cmd-line, to achieve non-default settings', but I'd argue that
    doing the installation using a LiveCD like Chakra OUGHT to allow the 'same' choices and flexibility
    that the cmd-line method does.
    However, in my view, the 'cmd-line' approach seemed to leave out actually forcing (guiding the
    user thru a script that causes 'sound' and 'wifi' pre-requisites to actually get installed)!  (The
    'netcfg' package is a prime example.)  Instead, the user follows a written document (e.g. either
    'basic' or 'complete' arch manuals, which mention subjects like 'sound' and 'wifi', but then do
    NOT even detect presence of 'wifi-adapter' or 'sound' hardware, etc.  In other words, if
    ANY wifi-hardware is detected, the 'netcfg' package should get installed, but clearly doesn't.
    Rather, it relies on the person installing to somehow know/determine that they need to
    manually install 'netcfg' (as well as then manually hunt-down their firmware, etc).
    Whereas, the 'Chakra' (GUI) approach at least makes an attempt (e.g. causes 'netcfg' to
    get installed transparently), easing the learning curve.
    That said, the negative of the guided/GUI approach is that the person installing does NOT
    then learn/understand precisely WHAT STEPS got executed for them, and thus learns very
    little of what packages and what config-files need to be examined/modified to carry
    out those various steps.  As I result, while I'm convinced that SUCCESSFUL 'arch' owners/users
    become some of the most knowledgeable users in the details of Linux configuration,
    I'm left wondering just what per-cent of newbies who first TRY Linux via 'arch',
    end up succeeding with it, versus either giving up  on Linux or wandering off to some
    other distro that has a more scripted/automated installer.
    (i.e. an install-script/GUI that tries to get them up-and-running with minimal fuss, and allows them
    to  LATER absorb the details,  via  future updates/maintenance glitches/issues.).
    In other words, after my 5-10 years of Linux experience, I was surprised how much I had to
    struggle, to get a working laptop-with-wifi installation.  In a word, I 'failed' the test that
    arch provided me, and felt I had to resort to Chakra, to meet the other goal of getting
    that laptop up-and-running with sound and wifi and xserver working.  But, maybe that's
    just a reflection of our modern society's push into the "instant-gratification" direction?
    Thanks to ALL who have participated in this thread, for their guidance!  As I mentioned,
    I'm both humbled and more knowledgeable than I was when I started on the 'arch'
    journey, just a few short days ago.
    As I mentioned in the base-post, I came to 'arch' to LEARN something, and to TEST my
    Linux knowledge,and I met those goals.  That said, I found it disconcerting that the manual(s)
    that I read seemed to gloss over such fundamental things as not mentioning the
    need to install 'netcfg' and not-resulting in some flavor of sound-support being put in place.
    Last edited by cookdav (2010-12-07 14:50:22)

  • [solved] screen dimensions & xorg config

    I've been trying (finally) to improve the appearance of fonts in my system. In the process of following the wiki font configuration guide, I checked out the dpi/screen dimensions identified by xorg. According to my calculations, xorg is getting the physical dimensions of my laptop's display wrong. It correctly identifies the native resolution as 1366x768 and then uses a dpi of 96 to calculate physical dimensions:
    $ xdpyinfo | grep -B2 reso
    screen #0:
    dimensions: 1366x768 pixels (361x203 millimeters)
    resolution: 96x96 dots per inch
    However, my laptop screen is 11.6" which I think is about 256.8x144.4 mm with a dpi of 136x135. Er... ish.
    Trying to follow the wiki instructions for configuring xorg at https://wiki.archlinux.org/index.php/Xo … ze_and_DPI, I created a /etc/X11/xorg.conf.d/20-monitors.conf:
    Section "Monitor"
    Identifier "LVDS1"
    DisplaySize 256.8 144.4 # In millimeters
    EndSection
    However, this produces pretty ugly results. Fonts look all wrong - at least in some applications - and things just generally seem too big. So I removed the config file and rebooted and everything looks OK again (actually a bit better than before - probably because I'd got through part of the font config guide). I have no non-default config files under /etc/X11/xorg.conf.d/ - just default files for evdev, quirks and synaptics.
    So now I'm confused about what dimensions I should be using.
    I would have thought that with the autogenerated settings above, I should find things not fitting onto the screen because X believes that the physical screen is larger than it really is. But that's not what happens. Everything fits fine. Plus I'm not sure how to check but the resolution looks comparable to the resolution I get in the ttys.
    I'm using the intel i915 driver with various power-saving options (which don't affect display so far as I can tell). It's one of the integrated graphics chips. There's no separate graphics card to complicate (or improve!) things.
    Could somebody explain what might be going on? Or give me a reference? I don't understand how the physical dimensions X uses can be incorrect and yet everything fit and look better than when I force it to use accurate ones.
    Last edited by cfr (2012-03-06 18:31:35)

    High resolution in the TTY means that you have KMS activated, which is a good thing.
    Of course anything bigger than 96x96 or 100x100 DPI is going to look awkward, it's an 11.6 inch screen! Or did you actually try to bring a ruler to the screen and measure a 136x136 pixel image? There's this little thing called dot (pixel) pitch: 0.39, 0.33, 0.28, 0.265 mm, etc.
    http://en.wikipedia.org/wiki/Dots_per_i … _standards
    Obviously Microsoft's sneaky little hack had very long-term consequences, when instead they should've just used a better rendering method. "However, larger graphical elements meant less screen space on which to draw" - which is what you experienced when everything looked like it was on steroids.
    Another very interesting article: http://www.tested.com/news/why-pixel-de … ution/371/

  • [SOLVED] Inconsistency in the Xorg config.

    Hi! After eight years with the same CRT monitor i decided to buy a LCD one. It's a wonderful Philips 190WV and it only costed 130eur. The problem is that i can't get it to work at 1440x900 pixels, the recommended resolution. I have test it with my MacBook Pro and it's working ok in that very resolution. This is my Xorg.conf
    Section "ServerLayout"
    Identifier "XFree86 Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    # PS/2 Mouse not detected
    # Serial Mouse not detected
    InputDevice "USB Mouse" "CorePointer"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/X11/misc:unscaled"
    FontPath "/usr/share/fonts/X11/75dpi:unscaled"
    FontPath "/usr/share/fonts/X11/100dpi:unscaled"
    FontPath "/usr/share/fonts/X11/Type1"
    FontPath "/usr/share/fonts/X11/Speedo"
    FontPath "/usr/share/fonts/X11/PEX"
    # Additional fonts: Locale, Gimp, TTF...
    FontPath "/usr/share/fonts/X11/cyrillic"
    # FontPath "/usr/share/fonts/X11/latin2/75dpi"
    # FontPath "/usr/share/fonts/X11/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    EndSection
    Section "Module"
    # Comments: see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=346408
    Load "dbe" # Double Buffering Extension, very important.
    Load "dri" # This shouldn't be available choice if user has selected driver vga, vesa or nv.
    Load "glx" # GLX Extension.
    Load "freetype" # Freetype fonts.
    Load "type1" # Type 1 fonts
    Load "record" # Developer extension, usually not needed
    # Load "extmod" # This is okay, but if you look into "man xorg.conf" you'll find option NOT to include DGA extension with extmod, and for a good reason.. DGA causes instability as it access videoram without consulting X about it.
    SubSection "extmod"
    Option "omit xfree86-dga"
    EndSubSection
    # Load "speedo" # Speedo fonts, this module doesn't exist in Xorg 7.0.17
    # The following are deprecated/unstable/unneeded in Xorg 7.0
    # Load "ddc" # ddc probing of monitor, this should be never present, as it gets automatically loaded.
    # Load "GLcore" # This should be never present, as it gets automatically loaded.
    # Load "bitmap" # Should be never present, as it gets automatically loaded. This is a font module, and loading it in xorg.conf makes X try to load it twice.
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    EndSection
    Section "InputDevice"
    Identifier "USB Mouse"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "SendCoreEvents" "true"
    Option "Protocol" "IMPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "true"
    VendorName "PHL"
    ModelName "PHLc014"
    HorizSync 30 - 83
    VertRefresh 55 - 75
    EndSection
    Section "Device"
    Option "sw_cursor"
    Identifier "Card0" Driver "vesa"
    VendorName "All"
    BoardName "All"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultColorDepth 24
    SubSection "Display"
    Depth 24
    Modes "1440x900" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1440x900" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Besides, i have tried the Knoppix LiveCD and it's not getting that resolution either. Could be the driver? Any suggestion is greatly appreciated. Thanks in advance...
    Last edited by enr1x (2010-01-08 19:29:15)

    Yes, it was the driver. Solved

  • Need Xorg config file for dual graphics cards, triple monitors

    Hey guys, I'm having a bit of trouble getting triple monitors working on my system. The two plugged into the graphics card (radeon x300) work fine, but the one plugged into onboard graphics (geforce 6150SE) refuses to appear in xrandr. I figure I need to make a /etc/X11/xorg.conf.d/10-monitor.conf file but I'm confused about how to do it with separate cards. I find the wiki instructions that I can find confusing, as I've never had to deal with xorg files before (has always autoconfigured for me no problems).
    Relevant code:
    [greg@spacebar ~]$ lspci | grep VGA
    00:0d.0 VGA compatible controller: nVidia Corporation C61 [GeForce 6150SE nForce 430] (rev a2)
    02:00.0 VGA compatible controller: ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]
    [greg@spacebar ~]$ xrandr
    Screen 0: minimum 320 x 200, current 2960 x 1050, maximum 4096 x 4096
    VGA-0 connected 1280x1024+1680+0 (normal left inverted right x axis y axis) 338mm x 270mm
    1280x1024 60.0*+ 75.0
    1152x864 75.0
    1024x768 75.1 60.0
    800x600 75.0 60.3
    640x480 75.0 60.0
    720x400 70.1
    DVI-0 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 430mm x 270mm
    1680x1050 59.9*+
    1280x1024 75.0 60.0
    1152x864 75.0
    1024x768 75.1 60.0
    800x600 75.0 60.3
    640x480 75.0 60.0
    720x400 70.1
    S-video disconnected (normal left inverted right x axis y axis)
    [greg@spacebar ~]$ pacman -Q | grep xf86-video
    xf86-video-ati 6.14.3-1
    xf86-video-nouveau 0.0.16_git20120106-1
    xf86-video-vesa 2.3.0-7
    [greg@spacebar ~]$ cat /etc/mkinitcpio.conf | grep MODULES=
    MODULES="radeon nouveau"
    I just can't seem to understand how to write the 10-monitor.conf file. I was wondering if anyone could give me a hand?
    Also, the third monitor to be connected via onboard VGA is also 1280x1024 and will be left of the other two.

    Depends on the motherboard. This one allows you to enable the onboard graphics only when no external card is found, or always enable. The PCI-E card initialises first, if that helps.
    EDIT: Also I can confirm that it can run both cards (all three monitors) at the same time by switching to initialise the onboard card first, however that makes some weird stuff happen so I switched it back. And also the nouveau driver is shown in lsmod, and gets detected in the boot message logs.
    Last edited by MisterAnderson (2012-01-26 16:56:58)

  • Atom 330 xorg config

    Hi,
    Just installed Arch on a Atom 330 mini itx based system....D945GCLF2
    Loaded Gnome and it looks awful!!
    Off to search settings for xorg fonts etc...
    Anyone else run Arch on an Atom board?
    MrG

    As litemotiv suggested gnome uses ttf-ms-fonts if installed, so you may be wanting them. If you're not happy with the size of fonts, you may append -dpi XX option to /etc/X11/xinit/xserverrc.
    One more thing: I suggest running X without xorg.conf if you have Intel GPU, hal should take care of graphic settings detection.

  • Setting primary monitor in xorg config doesn't work

    I have the following stored as `10-monitor`:
    Section "Monitor"
    Identifier "DVI-0"
    Option "Primary" "true"
    EndSection
    Section "Monitor"
    Identifier "DVI-1"
    Option "RightOf" "DVI-0"
    EndSection
    When I start, both monitors are connected properly, but looking at `xrandr`, none is set as primary.
    I need to manually set `DVI-0` as `--primary` and restart i3 for everything to work properly.
    PS: I previously mentioned this briefly in another topic: https://bbs.archlinux.org/viewtopic.php?id=181469
    Any idea what might be wrong or what log output I should be looking for?

    Where you set the measurement ?
    Did you follow this ?
    @ Report Object Navigator
    1. Select Layout Model >> Main Section then properties
    set Width, Height and Orientation under Section
    Adjust your layout and
    Try...
    Hope this works..

  • Configuring Synaptics touchpad (new Xorg again)

    Hi
    I'm one of those who upgraded to the latest Xorg recently. Now I can't figure out how to configure my touchpad scrolling.
    I don't have hal running (but only dbus).
    I have all the default Xorg config files intact (10-evdev, 10-quirks, 10-synaptics).
    I have added a file called 20-conf.conf:
    Section "ServerFlags"
    Option "DontZap" "false"
    EndSection
    Section "InputClass"
    Identifier "touchpad catchall"
    MatchIsTouchpad "on"
    Driver "synaptics"
    MatchDevicePath "/dev/input/event*"
    Option "EmulateWheel" "true"
    Option "EmulateWheelButton" "2"
    Option "Emulate3Buttons" "false"
    Option "XAxisMapping" "6 7"
    Option "YAxisMapping" "4 5"
    EndSection
    Section "InputClass"
    Identifier "tap-by-default"
    MatchIsTouchpad "on"
    Option "TapButton1" "1"
    EndSection
    Xorg.0.log seems fine except for the following:
    [ 32.158] Query no Synaptics: 6003C8
    [ 32.158] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
    [ 32.158] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
    [ 32.197] (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
    [ 32.197] (II) UnloadModule: "synaptics"
    Now I'm stuck! Please, help...
    Last edited by skorpan (2010-06-25 12:34:08)

    Thank you, this post helped me:
    http://bbs.archlinux.org/viewtopic.php? … 24#p778524

  • Blank screen with xorg from testing

    I've been trying to get this going for a while now, but  I keep hitting a brick wall.  Maybe someone can see something that I'm missing.
    The system is a dell inspiron 5100 laptop with an ati radeon m7.
    When X is started I get a blank screen, no backlight or anything, but otherwise everything seems to be started.  Ps shows that the wm is running along with conky and pypanel and the other stuff I autostart.  I can ctrl+alt+f2 into another console and start xev or xrandr connected to the x display and get the expected output.  Ctrl+alt+backspace will kill of the x server.  I don't see anything that looks to be out of the ordinary in the logs either.  I get the same result whether I use my old xorg config, a newly generated one, or none and let the server try to figure it out.  The problem seems to be with ati 6.6.192.  If I use 6.6.3 from current with the rest of the testing packages everything is fine.  I've yet to find anyone else who's having a similar problem.  Below are my xorg.conf and a log from it "failing", hopefully someone can see something that I'm missing.  There are some odd options set from various things I've found to try regarding ati and blank screens, if it seems weird thats probably how it got in there.
    <xorg.conf>
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Touchpad" "AlwaysCore"
    #InputDevice "USBMouse" "AlwaysCore"
    InputDevice "lx7" "AlwaysCore"
    InputDevice "Keyboard0" "CoreKeyboard"
    # Energy Saver settings
    # Time in minutes
    Option "BlankTime" "5"
    Option "StandbyTime" "5"
    Option "SuspendTime" "10"
    Option "OffTime" "15"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "extmod"
    Load "dbe"
    Load "record"
    Load "xtrap"
    Load "dri"
    # Load "drm"
    Load "radeon"
    Load "glx"
    Load "freetype"
    Load "type1"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Input Device"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "1700"
    Option "RightEdge" "5300"
    Option "TopEdge" "1700"
    Option "BottomEdge" "4200"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapTime" "0"
    Option "MaxTapMove" "0"
    Option "VertScrollDelta" "0"
    Option "HorizScrollDelta" "0"
    Option "MinSpeed" "0.09"
    Option "MaxSpeed" "0.18"
    Option "AccelFactor" "0.0015"
    Option "SHMConfig" "on"
    Option "GuestMOuseOff" "true"
    EndSection
    Section "InputDevice"
    Identifier "USBMouse"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    Identifier "lx7"
    Driver "evdev"
    Option "Name" "Logitech USB RECEIVER"
    EndSection
    Section "Monitor"
    DisplaySize 300 220 # mm
    Identifier "Monitor0"
    VendorName "LGP"
    ModelName "b246"
    Option "DPMS"
    # 1024x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz
    Modeline "1024x768_60.00" 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +Vsync
    HorizSync 28-96
    VertRefresh 43-60
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "Radeon Mobility M7 LW [Radeon Mobility 7500]"
    BusID "PCI:1:0:0"
    Option "BusType" "PCI"
    Option "MonitorLayout" "LVDS, NONE"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 1
    Modes "1024x768_60.00"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    Modes "1024x768_60.00"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    Modes "1024x768_60.00"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    Modes "1024x768_60.00"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "1024x768_60.00"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1024x768_60.00"
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0660
    EndSection
    <Xorg.0.log>
    X Window System Version 1.3.0
    Release Date: 19 April 2007
    X Protocol Version 11, Revision 0, Release 1.3
    Build Operating System: UNKNOWN
    Current Operating System: Linux m 2.6.21-ck #1 SMP PREEMPT Fri May 25 01:02:05 IST 2007 i686
    Build Date: 31 May 2007
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun 29 14:30:57 2007
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Touchpad"
    (**) |-->Input Device "lx7"
    (**) |-->Input Device "Keyboard0"
    (==) |-->Input Device "USBMouse"
    (WW) The core pointer device wasn't specified explicitly in the layout.
    Using the first mouse device.
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/100dpi,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (**) RgbPath set to "/usr/share/X11/rgb"
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (**) Option "BlankTime" "5"
    (**) Option "StandbyTime" "5"
    (**) Option "SuspendTime" "10"
    (**) Option "OffTime" "15"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81d92e0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.2
    X.Org XInput driver : 0.7
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.2
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 8086,2560 card 0000,0000 rev 03 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 8086,2561 card 0000,0000 rev 03 class 06,04,00 hdr 01
    (II) PCI: 00:1d:0: chip 8086,24c2 card 8086,24c0 rev 02 class 0c,03,00 hdr 80
    (II) PCI: 00:1d:1: chip 8086,24c4 card 8086,24c0 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:2: chip 8086,24c7 card 8086,24c0 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:7: chip 8086,24cd card 8086,24c0 rev 02 class 0c,03,20 hdr 00
    (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 82 class 06,04,00 hdr 01
    (II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 02 class 06,01,00 hdr 80
    (II) PCI: 00:1f:1: chip 8086,24cb card 8086,24c0 rev 02 class 01,01,8a hdr 00
    (II) PCI: 00:1f:5: chip 8086,24c5 card 1028,0149 rev 02 class 04,01,00 hdr 00
    (II) PCI: 00:1f:6: chip 8086,24c6 card 14e4,4d64 rev 02 class 07,03,00 hdr 00
    (II) PCI: 01:00:0: chip 1002,4c57 card 1028,0149 rev 00 class 03,00,00 hdr 00
    (II) PCI: 02:01:0: chip 14e4,4401 card 4401,1028 rev 01 class 02,00,00 hdr 00
    (II) PCI: 02:02:0: chip 8086,4220 card 8086,2701 rev 05 class 02,80,00 hdr 00
    (II) PCI: 02:04:0: chip 104c,ac44 card d000,0000 rev 02 class 06,07,00 hdr 82
    (II) PCI: 02:04:1: chip 104c,8029 card 1028,0149 rev 00 class 0c,00,10 hdr 80
    (II) PCI: End of PCI scan
    (II) Intel Bridge workaround enabled
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
    (II) Bus 1 I/O range:
    [0] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [1] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[b]
    [2] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [3] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[b]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xfc000000 - 0xfdffffff (0x2000000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b]
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:30:0), (0,2,6), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [1] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
    [2] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[b]
    [3] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[b]
    [4] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [5] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [6] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[b]
    [7] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[b]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0xf6000000 - 0xfbffffff (0x6000000) MX[b]
    (II) Bus 2 prefetchable memory range:
    [0] -1 0 0x30000000 - 0x33ffffff (0x4000000) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-CardBus bridge:
    (II) Bus 3: bridge is at (2:4:0), (2,3,6), BCTRL: 0x05c0 (VGA_EN is cleared)
    (II) Bus 3 I/O range:
    [0] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [1] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
    (II) Bus 3 prefetchable memory range:
    [0] -1 0 0x30000000 - 0x33ffffff (0x4000000) MX[b]
    (--) PCI:*(1:0:0) ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500] rev 0, Mem @ 0xe8000000/27, 0xfcff0000/16, I/O @ 0xc000/8
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) PCI Memory resource overlap reduced 0xe0000000 from 0xe7ffffff to 0xdfffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [1] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
    [2] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
    [3] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [4] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [5] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [6] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
    [7] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [9] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [10] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
    [11] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [12] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [13] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [14] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [15] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [16] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [17] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [18] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [19] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [20] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [21] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [22] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [23] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [1] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
    [2] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
    [3] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [4] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [5] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [6] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
    [7] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [9] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [10] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
    [11] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [12] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [13] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [14] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [15] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [16] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [17] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [18] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [19] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [20] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [21] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [22] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [23] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x33ffffff (0x33f00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x33ffffff (0x33f00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [5] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
    [6] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
    [7] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [8] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [9] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [10] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
    [11] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [13] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [14] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
    [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [17] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [18] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [19] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [20] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [21] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [22] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [23] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [24] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [25] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [26] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [27] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [28] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [29] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension RECORD
    (II) LoadModule: "xtrap"
    (II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
    (II) Module xtrap: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DEC-XTRAP
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) Module radeon: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 4.2.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 1.2
    (II) LoadModule: "ati"
    (II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so
    (II) Module ati: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 6.6.192
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 1.2
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.3.0, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "type1"
    (II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
    (II) Module type1: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font Type1
    (II) LoadModule: "radeon"
    (II) Reloading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 4.3.99.902, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.7
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.7
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.7
    (II) ATI: ATI driver wrapper (version 6.6.192) for chipsets: mach64, rage128, radeon
    (II) Primary Device is: PCI 01:00:0
    (II) Loading sub module "radeon"
    (II) LoadModule: "radeon"
    (II) Reloading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
    ATI ES1000 515E (PCI), ATI ES1000 5969 (PCI),
    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 Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330/340/350 (A4) 4137,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
    ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP),
    ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
    ATI Radeon Mobility 9200 IGP 7835, 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 Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (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 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
    ATI FireGL RV360 AV (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 9650,
    ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP),
    ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE),
    ATI Radeon Mobility X600 (M24) 3150 (PCIE),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (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 X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (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 XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE),
    ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE), ATI FireGL V5000 (RV410) (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 X700 PRO (RV410) (PCIE),
    ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE),
    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 X800XT (R420) JP (AGP), ATI Radeon X800 SE (R420) (AGP),
    ATI Radeon AIW X800 VE (R420) JT (AGP),
    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 FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V7100 (R423) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Radeon X800 (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 XTP (R430) (PCIE),
    ATI Radeon X850 5D4C (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP)
    (--) Chipset ATI Radeon Mobility M7 LW (AGP) found
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x33ffffff (0x33f00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [5] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
    [6] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
    [7] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [8] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [9] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [10] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
    [11] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [13] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [14] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
    [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [17] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [18] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [19] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [20] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [21] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [22] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [23] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [24] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [25] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [26] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [27] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [28] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [29] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x33ffffff (0x33f00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [5] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
    [6] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
    [7] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [8] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [9] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [10] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
    [11] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [13] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [14] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
    [15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [20] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [21] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [22] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [23] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [24] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [25] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [26] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [27] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [28] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [29] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [30] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [31] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [32] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    [33] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [34] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (**) RADEON(0): RADEONPreInit
    (II) RADEON(0): MMIO registers at 0xfcff0000: size 64KB
    (II) RADEON(0): PCI bus 1 card 0 func 0
    (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
    (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) RADEON(0): Default visual is TrueColor
    (**) RADEON(0): Option "BusType" "PCI"
    (**) RADEON(0): Option "MonitorLayout" "LVDS, NONE"
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.2
    (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (==) RADEON(0): RGB weight 888
    (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    (==) RADEON(0): X server will not keep DPI constant for all screen sizes
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.2
    (II) RADEON(0): initializing int10
    (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    (--) RADEON(0): Chipset: "ATI Radeon Mobility M7 LW (AGP)" (ChipID = 0x4c57)
    (--) RADEON(0): Linear framebuffer at 0xe8000000
    (II) RADEON(0): AGP card detected
    (**) RADEON(0): Forced into PCI mode
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: drmOpenMinor returns 8
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.25.0
    (==) RADEON(0): Page Flipping disabled
    (II) RADEON(0): Will try to use DMA for Xv image transfers
    (II) RADEON(0): Detected total video RAM=32768K, accessible=65536K (PCI BAR=131072K)
    (--) RADEON(0): Mapped VideoRAM: 32768 kByte (64 bit DDR SDRAM)
    (II) RADEON(0): Color tiling enabled by default
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"(II) Module already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"(II) Module already built-in
    (II) RADEON(0): I2C bus "DDC" initialized.
    (II) RADEON(0): Legacy BIOS detected
    (II) RADEON(0): LVDS port is not in connector table, added in.
    (II) RADEON(0): Connector0: DDCType-0, DACType-1, TMDSType--1, ConnectorType-1
    (II) RADEON(0): Connector1: DDCType-3, DACType-0, TMDSType--1, ConnectorType-2
    (**) RADEON(0): MonitorLayout Option:
    Monitor1--Type LVDS, Monitor2--Type NONE
    (II) RADEON(0):
    (II) RADEON(0): Port1:
    Monitor -- LVDS
    Connector -- Proprietary
    DAC Type -- TVDAC/ExtDAC
    TMDS Type -- NONE
    DDC Type -- NONE
    (II) RADEON(0): Port2:
    Monitor -- NONE
    Connector -- VGA
    DAC Type -- Primary
    TMDS Type -- NONE
    DDC Type -- VGA_DDC
    (II) RADEON(0): ---- Primary Head: Port1 ----
    (II) RADEON(0): ---- Secondary Head: Not used ----
    (II) RADEON(0): PLL parameters: rf=2700 rd=12 min=20000 max=35000; xclk=18000
    (II) RADEON(0): Panel ID string: LGP
    (II) RADEON(0): Panel Size from BIOS: 1024x768
    (II) RADEON(0): BIOS provided dividers will be used.
    (WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
    (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) RADEON(0): Validating modes on Primary head ---------
    (II) RADEON(0): Panel ID string: LGP
    (II) RADEON(0): Panel Size from BIOS: 1024x768
    (II) RADEON(0): BIOS provided dividers will be used.
    (II) RADEON(0): Total number of valid DDC mode(s) found: 0
    (II) RADEON(0): Valid mode using on-chip RMX: 1024x768_60.00
    (II) RADEON(0): Total number of valid FP mode(s) found: 1
    (--) RADEON(0): Virtual size is 1024x768 (pitch 1024)
    (**) RADEON(0): *Mode "1024x768_60.00": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "1024x768_60.00" 65.00 1024 1040 1688 1344 768 771 777 806
    (**) RADEON(0): Default mode "960x720": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "960x720" 65.00 960 1040 1688 1344 720 771 777 806
    (**) RADEON(0): Default mode "960x600": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "960x600" 65.00 960 1040 1688 1344 600 771 777 806
    (**) RADEON(0): Default mode "960x540": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "960x540" 65.00 960 1040 1688 1344 540 771 777 806
    (**) RADEON(0): Default mode "928x696": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "928x696" 65.00 928 1040 1688 1344 696 771 777 806
    (**) RADEON(0): Default mode "896x672": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "896x672" 65.00 896 1040 1688 1344 672 771 777 806
    (**) RADEON(0): Default mode "840x525": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "840x525" 65.00 840 1040 1688 1344 525 771 777 806
    (**) RADEON(0): Default mode "832x624": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "832x624" 65.00 832 1040 1688 1344 624 771 777 806
    (**) RADEON(0): Default mode "800x600": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "800x600" 65.00 800 1040 1688 1344 600 771 777 806
    (**) RADEON(0): Default mode "800x512": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "800x512" 65.00 800 1040 1688 1344 512 771 777 806
    (**) RADEON(0): Default mode "720x450": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "720x450" 65.00 720 1040 1688 1344 450 771 777 806
    (**) RADEON(0): Default mode "720x400": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "720x400" 65.00 720 1040 1688 1344 400 771 777 806
    (**) RADEON(0): Default mode "700x525": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "700x525" 65.00 700 1040 1688 1344 525 771 777 806
    (**) RADEON(0): Default mode "680x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "680x384" 65.00 680 1040 1688 1344 384 771 777 806
    (**) RADEON(0): Default mode "640x512": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "640x512" 65.00 640 1040 1688 1344 512 771 777 806
    (**) RADEON(0): Default mode "640x480": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "640x480" 65.00 640 1040 1688 1344 480 771 777 806
    (**) RADEON(0): Default mode "640x400": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "640x400" 65.00 640 1040 1688 1344 400 771 777 806
    (**) RADEON(0): Default mode "640x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "640x384" 65.00 640 1040 1688 1344 384 771 777 806
    (**) RADEON(0): Default mode "640x360": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "640x360" 65.00 640 1040 1688 1344 360 771 777 806
    (**) RADEON(0): Default mode "640x350": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "640x350" 65.00 640 1040 1688 1344 350 771 777 806
    (**) RADEON(0): Default mode "576x432": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "576x432" 65.00 576 1040 1688 1344 432 771 777 806
    (**) RADEON(0): Default mode "576x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "576x384" 65.00 576 1040 1688 1344 384 771 777 806
    (**) RADEON(0): Default mode "512x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "512x384" 65.00 512 1040 1688 1344 384 771 777 806
    (**) RADEON(0): Default mode "416x312": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "416x312" 65.00 416 1040 1688 1344 312 771 777 806
    (**) RADEON(0): Default mode "400x300": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "400x300" 65.00 400 1040 1688 1344 300 771 777 806
    (**) RADEON(0): Default mode "360x200": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "360x200" 65.00 360 1040 1688 1344 200 771 777 806
    (**) RADEON(0): Default mode "320x240": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "320x240" 65.00 320 1040 1688 1344 240 771 777 806
    (**) RADEON(0): Default mode "320x200": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "320x200" 65.00 320 1040 1688 1344 200 771 777 806
    (**) RADEON(0): Default mode "320x175": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "320x175" 65.00 320 1040 1688 1344 175 771 777 806
    (**) RADEON(0): Display dimensions: (300, 220) mm
    (**) RADEON(0): DPI set to (86, 88)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"(II) Module already built-in
    (==) RADEON(0): Using XAA acceleration architecture
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.2.0
    ABI class: X.Org Video Driver, version 1.2
    (==) RADEON(0): Assuming overlay scaler buffer width is 1536
    (II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable.
    (!!) RADEON(0): For information on using the multimedia capabilities
    of this adapter, please see http://gatos.sf.net.
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b]
    [1] 0 0 0xe8000000 - 0xefffffff (0x8000000) MX[b]
    [2] -1 0 0x00100000 - 0x33ffffff (0x33f00000) MX[b]E(B)
    [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [6] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [7] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
    [8] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
    [9] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [10] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [11] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [12] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
    [13] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [14] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [15] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [16] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
    [17] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
    [18] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
    [19] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
    [20] 0 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [22] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [23] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [24] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [25] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [26] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [27] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [28] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [29] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [30] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [31] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [32] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [33] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [34] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [35] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    [36] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [37] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (**) RADEON(0): RADEONScreenInit e8000000 0 0
    (**) RADEON(0): Map: 0xe8000000, 0x02000000
    (==) RADEON(0): Write-combining range (0xe8000000,0x2000000)
    (**) RADEON(0): RADEONSave
    (**) RADEON(0): RADEONSaveMode(0x820d1c8)
    (**) RADEON(0): Read: 0x00000006 0x0002003a 0x00000000
    (**) RADEON(0): Read: rd=6, fd=58, pd=2
    (**) RADEON(0): Read: 0x00000000 0x00000000 0x00000000
    (**) RADEON(0): Read: rd=0, fd=0, pd=0
    (**) RADEON(0): RADEONSaveMode returns 0x820d1c8
    (II) RADEON(0): Dynamic Clock Scaling Disabled
    (==) RADEON(0): Using 24 bit depth buffer
    (**) RADEON(0): RADEONInitMemoryMap() :
    (**) RADEON(0): mem_size : 0x04000000
    (**) RADEON(0): MC_FB_LOCATION : 0xebffe800
    (**) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (II) RADEON(0): Depth moves disabled by default
    (**) RADEON(0): Setting up initial surfaces
    (**) RADEON(0): Setting up accel memmap
    (II) RADEON(0): CP in BM mode
    (II) RADEON(0): Using 8 MB GART aperture
    (II) RADEON(0): Using 1 MB for the ring buffer
    (II) RADEON(0): Using 2 MB for vertex/indirect buffers
    (II) RADEON(0): Using 5 MB for GART textures
    (II) RADEON(0): Memory manager initialized to (0,0) (1024,8191)
    (II) RADEON(0): Reserved area from (0,768) to (1024,770)
    (II) RADEON(0): Largest offscreen area available: 1024 x 7421
    (II) RADEON(0): Will use front buffer at offset 0x0
    (II) RADEON(0): Will use back buffer at offset 0x900000
    (II) RADEON(0): Will use depth buffer at offset 0xc00000
    (II) RADEON(0): Will use 17408 kb for textures at offset 0xf00000
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: drmOpenMinor returns 8
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) RADEON(0): [drm] DRM interface version 1.3
    (II) RADEON(0): [drm] created "radeon" driver at busid "pci:0000:01:00.0"
    (II) RADEON(0): [drm] added 8192 byte SAREA at 0xe0b94000
    (II) RADEON(0): [drm] mapped SAREA 0xe0b94000 to 0xb7c0c000
    (II) RADEON(0): [drm] framebuffer handle = 0xe8000000
    (II) RADEON(0): [drm] added 1 reserved context for kernel
    (II) RADEON(0): [pci] 8192 kB allocated with handle 0xe0c1e000
    (II) RADEON(0): [pci] ring handle = 0xe0c1e000
    (II) RADEON(0): [pci] Ring mapped at 0xb58f5000
    (II) RADEON(0): [pci] Ring contents 0x00000000
    (II) RADEON(0): [pci] ring read ptr handle = 0xe0d1f000
    (II) RADEON(0): [pci] Ring read ptr mapped at 0xb58f4000
    (II) RADEON(0): [pci] Ring read ptr contents 0x00000000
    (II) RADEON(0): [pci] vertex/indirect buffers handle = 0xe0d20000
    (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0xb56f4000
    (II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000
    (II) RADEON(0): [pci] GART texture map handle = 0xe0f20000
    (II) RADEON(0): [pci] GART Texture map mapped at 0xb5214000
    (II) RADEON(0): [drm] register handle = 0xfcff0000
    (II) RADEON(0): [dri] Visual configs initialized
    (**) RADEON(0): Initializing fb layer
    (**) RADEON(0): RADEONModeInit()
    1024x768_60. 65.00 1024 1040 1688 1344 768 771 777 806 (24,32)
    (**) RADEON(0): RADEONInit returns 0x820db84
    (**) RADEON(0): RADEONRestoreMode(0x820db84)
    (**) RADEON(0): RADEONRestoreMemMapRegisters() :
    (**) RADEON(0): MC_FB_LOCATION : 0xebffe800
    (**) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (**) RADEON(0): Map Changed ! Applying ...
    (**) RADEON(0): Map applied, resetting engine ...
    (**) RADEON(0): Updating display base addresses...
    (**) RADEON(0): Memory map updated.
    (**) RADEON(0): Programming CRTC1, offset: 0x00000000
    (**) RADEON(0): GRPH_BUFFER_CNTL from 20045c5c to 20095c5c
    (**) RADEON(0): RADEONSaveScreen(0)
    (**) RADEON(0): Initializing backing store
    (==) RADEON(0): Backing store disabled
    (**) RADEON(0): DRI Finishing init !
    (II) RADEON(0): X context handle = 0x1
    (II) RADEON(0): [drm] installed DRM signal handler
    (II) RADEON(0): [DRI] installation complete
    (**) RADEON(0): EngineRestore (32/32)
    (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
    (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
    (II) RADEON(0): [drm] dma control initialized, using IRQ 11
    (II) RADEON(0): [drm] Initialized kernel GART heap manager, 5111808
    (II) RADEON(0): Direct rendering enabled
    (**) RADEON(0): Setting up final surfaces
    (**) RADEON(0): Initializing Acceleration
    (II) RADEON(0): Render acceleration enabled
    (**) RADEON(0): EngineInit (32/32)
    (**) RADEON(0): Pitch for acceleration = 128
    (**) RADEON(0): EngineRestore (32/32)
    (II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    8x8 mono pattern filled rectangles
    Indirect CPU to Screen color expansion
    Solid Lines
    Scanline Image Writes
    Offscreen Pixmaps
    Setting up tile and stipple cache:
    32 128x128 slots
    32 256x256 slots
    16 512x512 slots
    (II) RADEON(0): Acceleration enabled
    (**) RADEON(0): Initializing DPMS
    (**) Option "dpms"
    (**) RADEON(0): DPMS enabled
    (**) RADEON(0): Initializing Cursor
    (==) RADEON(0): Silken mouse enabled
    (II) RADEON(0): Using hardware cursor (scanline 770)
    (II) RADEON(0): Largest offscreen area available: 1024 x 7417
    (**) RADEON(0): Initializing color map
    (**) RADEON(0): Initializing DGA
    (**) RADEON(0): Initializing Xv
    (II) RADEON(0): Detected Radeon Mobility M7, disabling multimedia i2c
    (II) Loading sub module "theatre_detect"
    (II) LoadModule: "theatre_detect"
    (II) Loading /usr/lib/xorg/modules/multimedia//theatre_detect_drv.so
    (II) Module theatre_detect: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.2
    (II) RADEON(0): no multimedia table present, disabling Rage Theatre.
    (**) RADEON(0): RADEONScreenInit finished
    (==) RandR enabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension XAccessControlExtension
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: drmOpenMinor returns 9
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (WW) AIGLX: 3D driver claims to not support visual 0x23
    (WW) AIGLX: 3D driver claims to not support visual 0x24
    (WW) AIGLX: 3D driver claims to not support visual 0x25
    (WW) AIGLX: 3D driver claims to not support visual 0x26
    (WW) AIGLX: 3D driver claims to not support visual 0x27
    (WW) AIGLX: 3D driver claims to not support visual 0x28
    (WW) AIGLX: 3D driver claims to not support visual 0x29
    (WW) AIGLX: 3D driver claims to not support visual 0x2a
    (WW) AIGLX: 3D driver claims to not support visual 0x2b
    (WW) AIGLX: 3D driver claims to not support visual 0x2c
    (WW) AIGLX: 3D driver claims to not support visual 0x2d
    (WW) AIGLX: 3D driver claims to not support visual 0x2e
    (WW) AIGLX: 3D driver claims to not support visual 0x2f
    (WW) AIGLX: 3D driver claims to not support visual 0x30
    (WW) AIGLX: 3D driver claims to not support visual 0x31
    (WW) AIGLX: 3D driver claims to not support visual 0x32
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/radeon_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    (II) Synaptics touchpad driver version 0.14.6 (1406)
    (--) Touchpad auto-dev sets device to /dev/input/event6
    (**) Option "Device" "/dev/input/event6"
    (**) Option "SHMConfig" "on"
    (**) Option "LeftEdge" "1700"
    (**) Option "RightEdge" "5300"
    (**) Option "TopEdge" "1700"
    (**) Option "BottomEdge" "4200"
    (**) Option "FingerLow" "25"
    (**) Option "FingerHigh" "30"
    (**) Option "MaxTapTime" "0"
    (**) Option "MaxTapMove" "0"
    (**) Option "VertScrollDelta" "0"
    (**) Option "HorizScrollDelta" "0"
    (**) Option "GuestMouseOff" "true"
    (--) Touchpad touchpad found
    (**) Option "AlwaysCore"
    (**) Touchpad: always reports core events
    (II) evdev brain: Rescanning devices (1).
    (EE) PreInit returned NULL for "lx7"
    (**) Option "CoreKeyboard"
    (**) Keyboard0: Core Keyboard
    (**) Option "Protocol" "standard"
    (**) Keyboard0: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard0: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard0: XkbModel: "pc105"
    (**) Option "XkbLayout" "us"
    (**) Keyboard0: XkbLayout: "us"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (**) Option "Protocol" "IMPS/2"
    (**) USBMouse: Device: "/dev/input/mice"
    (**) USBMouse: Protocol: "IMPS/2"
    (**) Option "CorePointer"
    (**) USBMouse: Core Pointer
    (**) Option "Device" "/dev/input/mice"
    (==) USBMouse: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5"
    (**) USBMouse: ZAxisMapping: buttons 4 and 5
    (**) USBMouse: Buttons: 9
    (II) XINPUT: Adding extended input device "USBMouse" (type: MOUSE)
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (II) XINPUT: Adding extended input device "evdev brain" (type: evdev brain)
    (II) XINPUT: Adding extended input device "Touchpad" (type: MOUSE)
    Synaptics DeviceInit called
    SynapticsCtrl called.
    Synaptics DeviceOn called
    (--) Touchpad auto-dev sets device to /dev/input/event6
    (**) Option "Device" "/dev/input/event6"
    (--) Touchpad touchpad found
    (II) evdev brain: Rescanning devices (2).
    (II) USBMouse: ps2EnableDataReporting: succeeded
    (**) RADEON(0): RADEONSaveScreen(2)
    (**) RADEON(0): RADEONSaveScreen(2)
    Synaptics DeviceOff called
    (**) RADEON(0): RADEONCloseScreen
    (**) RADEON(0): RADEONDRIStop
    (**) RADEON(0): EngineRestore (32/32)
    (**) RADEON(0): RADEONDisplayPowerManagementSet(0,0x0)
    (**) RADEON(0): RADEONRestore
    (**) RADEON(0): RADEONRestoreMode(0x820d1c8)
    (**) RADEON(0): RADEONRestoreMemMapRegisters() :
    (**) RADEON(0): MC_FB_LOCATION : 0x1fff0000
    (**) RADEON(0): MC_AGP_LOCATION : 0x27ff2000
    (**) RADEON(0): Map Changed ! Applying ...
    (**) RADEON(0): Map applied, resetting engine ...
    (**) RADEON(0): Updating display base addresses...
    (**) RADEON(0): Memory map updated.
    (**) RADEON(0): Programming CRTC1, offset: 0x00000000
    (**) RADEON(0): Disposing accel...
    (**) RADEON(0): Disposing cusor info
    (**) RADEON(0): Disposing DGA
    (**) RADEON(0): Unmapping memory
    (**) RADEON(0): RADEONDRICloseScreen
    (II) RADEON(0): [drm] removed 1 reserved context for kernel
    (II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xe0b94000 at 0xb7c0c000
    FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.
    andy

    phydeaux wrote:
    I've been trying to get this going for a while now, but  I keep hitting a brick wall.  Maybe someone can see something that I'm missing.
    The system is a dell inspiron 5100 laptop with an ati radeon m7.
    When X is started I get a blank screen, no backlight or anything, but otherwise everything seems to be started.  Ps shows that the wm is running along with conky and pypanel and the other stuff I autostart.  I can ctrl+alt+f2 into another console and start xev or xrandr connected to the x display and get the expected output.  Ctrl+alt+backspace will kill of the x server.  I don't see anything that looks to be out of the ordinary in the logs either.  I get the same result whether I use my old xorg config, a newly generated one, or none and let the server try to figure it out.  The problem seems to be with ati 6.6.192.  If I use 6.6.3 from current with the rest of the testing packages everything is fine.  I've yet to find anyone else who's having a similar problem.  Below are my xorg.conf and a log from it "failing", hopefully someone can see something that I'm missing.  There are some odd options set from various things I've found to try regarding ati and blank screens, if it seems weird thats probably how it got in there.
    <xorg.conf>
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Touchpad" "AlwaysCore"
    #InputDevice "USBMouse" "AlwaysCore"
    InputDevice "lx7" "AlwaysCore"
    InputDevice "Keyboard0" "CoreKeyboard"
    # Energy Saver settings
    # Time in minutes
    Option "BlankTime" "5"
    Option "StandbyTime" "5"
    Option "SuspendTime" "10"
    Option "OffTime" "15"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "extmod"
    Load "dbe"
    Load "record"
    Load "xtrap"
    Load "dri"
    # Load "drm"
    Load "radeon"
    Load "glx"
    Load "freetype"
    Load "type1"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Input Device"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "1700"
    Option "RightEdge" "5300"
    Option "TopEdge" "1700"
    Option "BottomEdge" "4200"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapTime" "0"
    Option "MaxTapMove" "0"
    Option "VertScrollDelta" "0"
    Option "HorizScrollDelta" "0"
    Option "MinSpeed" "0.09"
    Option "MaxSpeed" "0.18"
    Option "AccelFactor" "0.0015"
    Option "SHMConfig" "on"
    Option "GuestMOuseOff" "true"
    EndSection
    Section "InputDevice"
    Identifier "USBMouse"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    Identifier "lx7"
    Driver "evdev"
    Option "Name" "Logitech USB RECEIVER"
    EndSection
    Section "Monitor"
    DisplaySize 300 220 # mm
    Identifier "Monitor0"
    VendorName "LGP"
    ModelName "b246"
    Option "DPMS"
    # 1024x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz
    Modeline "1024x768_60.00" 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +Vsync
    HorizSync 28-96
    VertRefresh 43-60
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "Radeon Mobility M7 LW [Radeon Mobility 7500]"
    BusID "PCI:1:0:0"
    Option "BusType" "PCI"
    Option "MonitorLayout" "LVDS, NONE"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 1
    Modes "1024x768_60.00"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    Modes "1024x768_60.00"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    Modes "1024x768_60.00"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    Modes "1024x768_60.00"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "1024x768_60.00"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1024x768_60.00"
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0660
    EndSection
    <Xorg.0.log>
    X Window System Version 1.3.0
    Release Date: 19 April 2007
    X Protocol Version 11, Revision 0, Release 1.3
    Build Operating System: UNKNOWN
    Current Operating System: Linux m 2.6.21-ck #1 SMP PREEMPT Fri May 25 01:02:05 IST 2007 i686
    Build Date: 31 May 2007
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun 29 14:30:57 2007
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Touchpad"
    (**) |-->Input Device "lx7"
    (**) |-->Input Device "Keyboard0"
    (==) |-->Input Device "USBMouse"
    (WW) The core pointer device wasn't specified explicitly in the layout.
    Using the first mouse device.
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/100dpi,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (**) RgbPath set to "/usr/share/X11/rgb"
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (**) Option "BlankTime" "5"
    (**) Option "StandbyTime" "5"
    (**) Option "SuspendTime" "10"
    (**) Option "OffTime" "15"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81d92e0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.2
    X.Org XInput driver : 0.7
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.2
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 8086,2560 card 0000,0000 rev 03 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 8086,2561 card 0000,0000 rev 03 class 06,04,00 hdr 01
    (II) PCI: 00:1d:0: chip 8086,24c2 card 8086,24c0 rev 02 class 0c,03,00 hdr 80
    (II) PCI: 00:1d:1: chip 8086,24c4 card 8086,24c0 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:2: chip 8086,24c7 card 8086,24c0 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:7: chip 8086,24cd card 8086,24c0 rev 02 class 0c,03,20 hdr 00
    (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 82 class 06,04,00 hdr 01
    (II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 02 class 06,01,00 hdr 80
    (II) PCI: 00:1f:1: chip 8086,24cb card 8086,24c0 rev 02 class 01,01,8a hdr 00
    (II) PCI: 00:1f:5: chip 8086,24c5 card 1028,0149 rev 02 class 04,01,00 hdr 00
    (II) PCI: 00:1f:6: chip 8086,24c6 card 14e4,4d64 rev 02 class 07,03,00 hdr 00
    (II) PCI: 01:00:0: chip 1002,4c57 card 1028,0149 rev 00 class 03,00,00 hdr 00
    (II) PCI: 02:01:0: chip 14e4,4401 card 4401,1028 rev 01 class 02,00,00 hdr 00
    (II) PCI: 02:02:0: chip 8086,4220 card 8086,2701 rev 05 class 02,80,00 hdr 00
    (II) PCI: 02:04:0: chip 104c,ac44 card d000,0000 rev 02 class 06,07,00 hdr 82
    (II) PCI: 02:04:1: chip 104c,8029 card 1028,0149 rev 00 class 0c,00,10 hdr 80
    (II) PCI: End of PCI scan
    (II) Intel Bridge workaround enabled
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
    (II) Bus 1 I/O range:
    [0] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [1] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[b]
    [2] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [3] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[b]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xfc000000 - 0xfdffffff (0x2000000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b]
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:30:0), (0,2,6), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [1] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
    [2] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[b]
    [3] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[b]
    [4] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [5] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [6] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[b]
    [7] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[b]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0xf6000000 - 0xfbffffff (0x6000000) MX[b]
    (II) Bus 2 prefetchable memory range:
    [0] -1 0 0x30000000 - 0x33ffffff (0x4000000) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-CardBus bridge:
    (II) Bus 3: bridge is at (2:4:0), (2,3,6), BCTRL: 0x05c0 (VGA_EN is cleared)
    (II) Bus 3 I/O range:
    [0] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [1] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
    (II) Bus 3 prefetchable memory range:
    [0] -1 0 0x30000000 - 0x33ffffff (0x4000000) MX[b]
    (--) PCI:*(1:0:0) ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500] rev 0, Mem @ 0xe8000000/27, 0xfcff0000/16, I/O @ 0xc000/8
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) PCI Memory resource overlap reduced 0xe0000000 from 0xe7ffffff to 0xdfffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [1] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
    [2] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
    [3] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [4] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [5] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [6] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
    [7] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [9] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [10] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
    [11] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [12] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [13] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [14] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [15] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [16] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [17] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [18] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [19] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [20] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [21] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [22] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [23] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [1] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
    [2] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
    [3] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [4] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [5] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [6] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
    [7] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [9] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [10] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
    [11] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [12] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [13] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [14] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [15] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [16] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [17] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [18] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [19] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [20] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [21] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [22] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [23] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x33ffffff (0x33f00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x33ffffff (0x33f00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [5] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
    [6] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
    [7] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [8] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [9] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [10] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
    [11] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [13] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [14] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
    [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [17] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [18] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [19] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [20] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [21] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [22] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [23] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [24] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [25] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [26] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [27] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [28] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [29] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension RECORD
    (II) LoadModule: "xtrap"
    (II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
    (II) Module xtrap: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DEC-XTRAP
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) Module radeon: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 4.2.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 1.2
    (II) LoadModule: "ati"
    (II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so
    (II) Module ati: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 6.6.192
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 1.2
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.3.0, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "type1"
    (II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
    (II) Module type1: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font Type1
    (II) LoadModule: "radeon"
    (II) Reloading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 4.3.99.902, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.7
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.7
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.7
    (II) ATI: ATI driver wrapper (version 6.6.192) for chipsets: mach64, rage128, radeon
    (II) Primary Device is: PCI 01:00:0
    (II) Loading sub module "radeon"
    (II) LoadModule: "radeon"
    (II) Reloading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
    ATI ES1000 515E (PCI), ATI ES1000 5969 (PCI),
    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 Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330/340/350 (A4) 4137,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
    ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP),
    ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
    ATI Radeon Mobility 9200 IGP 7835, 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 Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (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 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
    ATI FireGL RV360 AV (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 9650,
    ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP),
    ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE),
    ATI Radeon Mobility X600 (M24) 3150 (PCIE),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (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 X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (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 XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE),
    ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE), ATI FireGL V5000 (RV410) (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 X700 PRO (RV410) (PCIE),
    ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE),
    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 X800XT (R420) JP (AGP), ATI Radeon X800 SE (R420) (AGP),
    ATI Radeon AIW X800 VE (R420) JT (AGP),
    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 FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V7100 (R423) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Radeon X800 (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 XTP (R430) (PCIE),
    ATI Radeon X850 5D4C (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP)
    (--) Chipset ATI Radeon Mobility M7 LW (AGP) found
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x33ffffff (0x33f00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [5] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
    [6] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
    [7] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [8] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [9] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [10] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
    [11] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [13] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [14] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
    [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [17] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [18] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [19] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [20] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [21] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [22] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [23] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [24] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [25] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [26] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [27] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [28] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [29] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x33ffffff (0x33f00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [5] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
    [6] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
    [7] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [8] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [9] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [10] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
    [11] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [13] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [14] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
    [15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [20] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [21] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [22] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [23] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [24] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [25] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [26] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [27] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [28] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [29] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [30] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [31] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [32] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    [33] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [34] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (**) RADEON(0): RADEONPreInit
    (II) RADEON(0): MMIO registers at 0xfcff0000: size 64KB
    (II) RADEON(0): PCI bus 1 card 0 func 0
    (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
    (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) RADEON(0): Default visual is TrueColor
    (**) RADEON(0): Option "BusType" "PCI"
    (**) RADEON(0): Option "MonitorLayout" "LVDS, NONE"
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.2
    (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (==) RADEON(0): RGB weight 888
    (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    (==) RADEON(0): X server will not keep DPI constant for all screen sizes
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.2
    (II) RADEON(0): initializing int10
    (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    (--) RADEON(0): Chipset: "ATI Radeon Mobility M7 LW (AGP)" (ChipID = 0x4c57)
    (--) RADEON(0): Linear framebuffer at 0xe8000000
    (II) RADEON(0): AGP card detected
    (**) RADEON(0): Forced into PCI mode
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: drmOpenMinor returns 8
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.25.0
    (==) RADEON(0): Page Flipping disabled
    (II) RADEON(0): Will try to use DMA for Xv image transfers
    (II) RADEON(0): Detected total video RAM=32768K, accessible=65536K (PCI BAR=131072K)
    (--) RADEON(0): Mapped VideoRAM: 32768 kByte (64 bit DDR SDRAM)
    (II) RADEON(0): Color tiling enabled by default
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"(II) Module already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"(II) Module already built-in
    (II) RADEON(0): I2C bus "DDC" initialized.
    (II) RADEON(0): Legacy BIOS detected
    (II) RADEON(0): LVDS port is not in connector table, added in.
    (II) RADEON(0): Connector0: DDCType-0, DACType-1, TMDSType--1, ConnectorType-1
    (II) RADEON(0): Connector1: DDCType-3, DACType-0, TMDSType--1, ConnectorType-2
    (**) RADEON(0): MonitorLayout Option:
    Monitor1--Type LVDS, Monitor2--Type NONE
    (II) RADEON(0):
    (II) RADEON(0): Port1:
    Monitor -- LVDS
    Connector -- Proprietary
    DAC Type -- TVDAC/ExtDAC
    TMDS Type -- NONE
    DDC Type -- NONE
    (II) RADEON(0): Port2:
    Monitor -- NONE
    Connector -- VGA
    DAC Type -- Primary
    TMDS Type -- NONE
    DDC Type -- VGA_DDC
    (II) RADEON(0): ---- Primary Head: Port1 ----
    (II) RADEON(0): ---- Secondary Head: Not used ----
    (II) RADEON(0): PLL parameters: rf=2700 rd=12 min=20000 max=35000; xclk=18000
    (II) RADEON(0): Panel ID string: LGP
    (II) RADEON(0): Panel Size from BIOS: 1024x768
    (II) RADEON(0): BIOS provided dividers will be used.
    (WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
    (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) RADEON(0): Validating modes on Primary head ---------
    (II) RADEON(0): Panel ID string: LGP
    (II) RADEON(0): Panel Size from BIOS: 1024x768
    (II) RADEON(0): BIOS provided dividers will be used.
    (II) RADEON(0): Total number of valid DDC mode(s) found: 0
    (II) RADEON(0): Valid mode using on-chip RMX: 1024x768_60.00
    (II) RADEON(0): Total number of valid FP mode(s) found: 1
    (--) RADEON(0): Virtual size is 1024x768 (pitch 1024)
    (**) RADEON(0): *Mode "1024x768_60.00": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "1024x768_60.00" 65.00 1024 1040 1688 1344 768 771 777 806
    (**) RADEON(0): Default mode "960x720": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "960x720" 65.00 960 1040 1688 1344 720 771 777 806
    (**) RADEON(0): Default mode "960x600": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "960x600" 65.00 960 1040 1688 1344 600 771 777 806
    (**) RADEON(0): Default mode "960x540": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "960x540" 65.00 960 1040 1688 1344 540 771 777 806
    (**) RADEON(0): Default mode "928x696": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "928x696" 65.00 928 1040 1688 1344 696 771 777 806
    (**) RADEON(0): Default mode "896x672": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "896x672" 65.00 896 1040 1688 1344 672 771 777 806
    (**) RADEON(0): Default mode "840x525": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "840x525" 65.00 840 1040 1688 1344 525 771 777 806
    (**) RADEON(0): Default mode "832x624": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "832x624" 65.00 832 1040 1688 1344 624 771 777 806
    (**) RADEON(0): Default mode "800x600": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "800x600" 65.00 800 1040 1688 1344 600 771 777 806
    (**) RADEON(0): Default mode "800x512": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "800x512" 65.00 800 1040 1688 1344 512 771 777 806
    (**) RADEON(0): Default mode "720x450": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "720x450" 65.00 720 1040 1688 1344 450 771 777 806
    (**) RADEON(0): Default mode "720x400": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "720x400" 65.00 720 1040 1688 1344 400 771 777 806
    (**) RADEON(0): Default mode "700x525": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "700x525" 65.00 700 1040 1688 1344 525 771 777 806
    (**) RADEON(0): Default mode "680x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "680x384" 65.00 680 1040 1688 1344 384 771 777 806
    (**) RADEON(0): Default mode "640x512": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "640x512" 65.00 640 1040 1688 1344 512 771 777 806
    (**) RADEON(0): Default mode "640x480": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "640x480" 65.00 640 1040 1688 1344 480 771 777 806
    (**) RADEON(0): Default mode "640x400": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "640x400" 65.00 640 1040 1688 1344 400 771 777 806
    (**) RADEON(0): Default mode "640x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "640x384" 65.00 640 1040 1688 1344 384 771 777 806
    (**) RADEON(0): Default mode "640x360": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "640x360" 65.00 640 1040 1688 1344 360 771 777 806
    (**) RADEON(0): Default mode "640x350": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "640x350" 65.00 640 1040 1688 1344 350 771 777 806
    (**) RADEON(0): Default mode "576x432": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "576x432" 65.00 576 1040 1688 1344 432 771 777 806
    (**) RADEON(0): Default mode "576x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "576x384" 65.00 576 1040 1688 1344 384 771 777 806
    (**) RADEON(0): Default mode "512x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "512x384" 65.00 512 1040 1688 1344 384 771 777 806
    (**) RADEON(0): Default mode "416x312": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "416x312" 65.00 416 1040 1688 1344 312 771 777 806
    (**) RADEON(0): Default mode "400x300": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "400x300" 65.00 400 1040 1688 1344 300 771 777 806
    (**) RADEON(0): Default mode "360x200": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "360x200" 65.00 360 1040 1688 1344 200 771 777 806
    (**) RADEON(0): Default mode "320x240": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "320x240" 65.00 320 1040 1688 1344 240 771 777 806
    (**) RADEON(0): Default mode "320x200": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "320x200" 65.00 320 1040 1688 1344 200 771 777 806
    (**) RADEON(0): Default mode "320x175": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) RADEON(0): Modeline "320x175" 65.00 320 1040 1688 1344 175 771 777 806
    (**) RADEON(0): Display dimensions: (300, 220) mm
    (**) RADEON(0): DPI set to (86, 88)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"(II) Module already built-in
    (==) RADEON(0): Using XAA acceleration architecture
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.2.0
    ABI class: X.Org Video Driver, version 1.2
    (==) RADEON(0): Assuming overlay scaler buffer width is 1536
    (II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable.
    (!!) RADEON(0): For information on using the multimedia capabilities
    of this adapter, please see http://gatos.sf.net.
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b]
    [1] 0 0 0xe8000000 - 0xefffffff (0x8000000) MX[b]
    [2] -1 0 0x00100000 - 0x33ffffff (0x33f00000) MX[b]E(B)
    [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [6] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [7] -1 0 0xfaffc800 - 0xfaffcfff (0x800) MX[b]
    [8] -1 0 0xfaffd000 - 0xfaffdfff (0x1000) MX[b]
    [9] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [10] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [11] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [12] -1 0 0x34000000 - 0x340003ff (0x400) MX[b]
    [13] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [14] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [15] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [16] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
    [17] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
    [18] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
    [19] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
    [20] 0 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [22] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [23] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [24] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [25] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [26] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [27] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [28] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [29] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [30] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [31] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [32] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [33] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [34] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [35] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    [36] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [37] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (**) RADEON(0): RADEONScreenInit e8000000 0 0
    (**) RADEON(0): Map: 0xe8000000, 0x02000000
    (==) RADEON(0): Write-combining range (0xe8000000,0x2000000)
    (**) RADEON(0): RADEONSave
    (**) RADEON(0): RADEONSaveMode(0x820d1c8)
    (**) RADEON(0): Read: 0x00000006 0x0002003a 0x00000000
    (**) RADEON(0): Read: rd=6, fd=58, pd=2
    (**) RADEON(0): Read: 0x00000000 0x00000000 0x00000000
    (**) RADEON(0): Read: rd=0, fd=0, pd=0
    (**) RADEON(0): RADEONSaveMode returns 0x820d1c8
    (II) RADEON(0): Dynamic Clock Scaling Disabled
    (==) RADEON(0): Using 24 bit depth buffer
    (**) RADEON(0): RADEONInitMemoryMap() :
    (**) RADEON(0): mem_size : 0x04000000
    (**) RADEON(0): MC_FB_LOCATION : 0xebffe800
    (**) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (II) RADEON(0): Depth moves disabled by default
    (**) RADEON(0): Setting up initial surfaces
    (**) RADEON(0): Setting up accel memmap
    (II) RADEON(0): CP in BM mode
    (II) RADEON(0): Using 8 MB GART aperture
    (II) RADEON(0): Using 1 MB for the ring buffer
    (II) RADEON(0): Using 2 MB for vertex/indirect buffers
    (II) RADEON(0): Using 5 MB for GART textures
    (II) RADEON(0): Memory manager initialized to (0,0) (1024,8191)
    (II) RADEON(0): Reserved area from (0,768) to (1024,770)
    (II) RADEON(0): Largest offscreen area available: 1024 x 7421
    (II) RADEON(0): Will use front buffer at offset 0x0
    (II) RADEON(0): Will use back buffer at offset 0x900000
    (II) RADEON(0): Will use depth buffer at offset 0xc00000
    (II) RADEON(0): Will use 17408 kb for textures at offset 0xf00000
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: drmOpenMinor returns 8
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) RADEON(0): [drm] DRM interface version 1.3
    (II) RADEON(0): [drm] created "radeon" driver at busid "pci:0000:01:00.0"
    (II) RADEON(0): [drm] added 8192 byte SAREA at 0xe0b94000
    (II) RADEON(0): [drm] mapped SAREA 0xe0b94000 to 0xb7c0c000
    (II) RADEON(0): [drm] framebuffer handle = 0xe8000000
    (II) RADEON(0): [drm] added 1 reserved context for kernel
    (II) RADEON(0): [pci] 8192 kB allocated with handle 0xe0c1e000
    (II) RADEON(0): [pci] ring handle = 0xe0c1e000
    (II) RADEON(0): [pci] Ring mapped at 0xb58f5000
    (II) RADEON(0): [pci] Ring contents 0x00000000
    (II) RADEON(0): [pci] ring read ptr handle = 0xe0d1f000
    (II) RADEON(0): [pci] Ring read ptr mapped at 0xb58f4000
    (II) RADEON(0): [pci] Ring read ptr contents 0x00000000
    (II) RADEON(0): [pci] vertex/indirect buffers handle = 0xe0d20000
    (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0xb56f4000
    (II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000
    (II) RADEON(0): [pci] GART texture map handle = 0xe0f20000
    (II) RADEON(0): [pci] GART Texture map mapped at 0xb5214000
    (II) RADEON(0): [drm] register handle = 0xfcff0000
    (II) RADEON(0): [dri] Visual configs initialized
    (**) RADEON(0): Initializing fb layer
    (**) RADEON(0): RADEONModeInit()
    1024x768_60. 65.00 1024 1040 1688 1344 768 771 777 806 (24,32)
    (**) RADEON(0): RADEONInit returns 0x820db84
    (**) RADEON(0): RADEONRestoreMode(0x820db84)
    (**) RADEON(0): RADEONRestoreMemMapRegisters() :
    (**) RADEON(0): MC_FB_LOCATION : 0xebffe800
    (**) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (**) RADEON(0): Map Changed ! Applying ...
    (**) RADEON(0): Map applied, resetting engine ...
    (**) RADEON(0): Updating display base addresses...
    (**) RADEON(0): Memory map updated.
    (**) RADEON(0): Programming CRTC1, offset: 0x00000000
    (**) RADEON(0): GRPH_BUFFER_CNTL from 20045c5c to 20095c5c
    (**) RADEON(0): RADEONSaveScreen(0)
    (**) RADEON(0): Initializing backing store
    (==) RADEON(0): Backing store disabled
    (**) RADEON(0): DRI Finishing init !
    (II) RADEON(0): X context handle = 0x1
    (II) RADEON(0): [drm] installed DRM signal handler
    (II) RADEON(0): [DRI] installation complete
    (**) RADEON(0): EngineRestore (32/32)
    (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
    (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
    (II) RADEON(0): [drm] dma control initialized, using IRQ 11
    (II) RADEON(0): [drm] Initialized kernel GART heap manager, 5111808
    (II) RADEON(0): Direct rendering enabled
    (**) RADEON(0): Setting up final surfaces
    (**) RADEON(0): Initializing Acceleration
    (II) RADEON(0): Render acceleration enabled
    (**) RADEON(0): EngineInit (32/32)
    (**) RADEON(0): Pitch for acceleration = 128
    (**) RADEON(0): EngineRestore (32/32)
    (II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    8x8 mono pattern filled rectangles
    Indirect CPU to Screen color expansion
    Solid Lines
    Scanline Image Writes
    Offscreen Pixmaps
    Setting up tile and stipple cache:
    32 128x128 slots
    32 256x256 slots
    16 512x512 slots
    (II) RADEON(0): Acceleration enabled
    (**) RADEON(0): Initializing DPMS
    (**) Option "dpms"
    (**) RADEON(0): DPMS enabled
    (**) RADEON(0): Initializing Cursor
    (==) RADEON(0): Silken mouse enabled
    (II) RADEON(0): Using hardware cursor (scanline 770)
    (II) RADEON(0): Largest offscreen area available: 1024 x 7417
    (**) RADEON(0): Initializing color map
    (**) RADEON(0): Initializing DGA
    (**) RADEON(0): Initializing Xv
    (II) RADEON(0): Detected Radeon Mobility M7, disabling multimedia i2c
    (II) Loading sub module "theatre_detect"
    (II) LoadModule: "theatre_detect"
    (II) Loading /usr/lib/xorg/modules/multimedia//theatre_detect_drv.so
    (II) Module theatre_detect: vendor="X.Org Foundation"
    compiled for 1.3.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.2
    (II) RADEON(0): no multimedia table present, disabling Rage Theatre.
    (**) RADEON(0): RADEONScreenInit finished
    (==) RandR enabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension XAccessControlExtension
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: drmOpenMinor returns 9
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (WW) AIGLX: 3D driver claims to not support visual 0x23
    (WW) AIGLX: 3D driver claims to not support visual 0x24
    (WW) AIGLX: 3D driver claims to not support visual 0x25
    (WW) AIGLX: 3D driver claims to not support visual 0x26
    (WW) AIGLX: 3D driver claims to not support visual 0x27
    (WW) AIGLX: 3D driver claims to not support visual 0x28
    (WW) AIGLX: 3D driver claims to not support visual 0x29
    (WW) AIGLX: 3D driver claims to not support visual 0x2a
    (WW) AIGLX: 3D driver claims to not support visual 0x2b
    (WW) AIGLX: 3D driver claims to not support visual 0x2c
    (WW) AIGLX: 3D driver claims to not support visual 0x2d
    (WW) AIGLX: 3D driver claims to not support visual 0x2e
    (WW) AIGLX: 3D driver claims to not support visual 0x2f
    (WW) AIGLX: 3D driver claims to not support visual 0x30
    (WW) AIGLX: 3D driver claims to not support visual 0x31
    (WW) AIGLX: 3D driver claims to not support visual 0x32
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/radeon_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    (II) Synaptics touchpad driver version 0.14.6 (1406)
    (--) Touchpad auto-dev sets device to /dev/input/event6
    (**) Option "Device" "/dev/input/event6"
    (**) Option "SHMConfig" "on"
    (**) Option "LeftEdge" "1700"
    (**) Option "RightEdge" "5300"
    (**) Option "TopEdge" "1700"
    (**) Option "BottomEdge" "4200"
    (**) Option "FingerLow" "25"
    (**) Option "FingerHigh" "30"
    (**) Option "MaxTapTime" "0"
    (**) Option "MaxTapMove" "0"
    (**) Option "VertScrollDelta" "0"
    (**) Option "HorizScrollDelta" "0"
    (**) Option "GuestMouseOff" "true"
    (--) Touchpad touchpad found
    (**) Option "AlwaysCore"
    (**) Touchpad: always reports core events
    (II) evdev brain: Rescanning devices (1).
    (EE) PreInit returned NULL for "lx7"
    (**) Option "CoreKeyboard"
    (**) Keyboard0: Core Keyboard
    (**) Option "Protocol" "standard"
    (**) Keyboard0: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard0: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard0: XkbModel: "pc105"
    (**) Option "XkbLayout" "us"
    (**) Keyboard0: XkbLayout: "us"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (**) Option "Protocol" "IMPS/2"
    (**) USBMouse: Device: "/dev/input/mice"
    (**) USBMouse: Protocol: "IMPS/2"
    (**) Option "CorePointer"
    (**) USBMouse: Core Pointer
    (**) Option "Device" "/dev/input/mice"
    (==) USBMouse: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5"
    (**) USBMouse: ZAxisMapping: buttons 4 and 5
    (**) USBMouse: Buttons: 9
    (II) XINPUT: Adding extended input device "USBMouse" (type: MOUSE)
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (II) XINPUT: Adding extended input device "evdev brain" (type: evdev brain)
    (II) XINPUT: Adding extended input device "Touchpad" (type: MOUSE)
    Synaptics DeviceInit called
    SynapticsCtrl called.
    Synaptics DeviceOn called
    (--) Touchpad auto-dev sets device to /dev/input/event6
    (**) Option "Device" "/dev/input/event6"
    (--) Touchpad touchpad found
    (II) evdev brain: Rescanning devices (2).
    (II) USBMouse: ps2EnableDataReporting: succeeded
    (**) RADEON(0): RADEONSaveScreen(2)
    (**) RADEON(0): RADEONSaveScreen(2)
    Synaptics DeviceOff called
    (**) RADEON(0): RADEONCloseScreen
    (**) RADEON(0): RADEONDRIStop
    (**) RADEON(0): EngineRestore (32/32)
    (**) RADEON(0): RADEONDisplayPowerManagementSet(0,0x0)
    (**) RADEON(0): RADEONRestore
    (**) RADEON(0): RADEONRestoreMode(0x820d1c8)
    (**) RADEON(0): RADEONRestoreMemMapRegisters() :
    (**) RADEON(0): MC_FB_LOCATION : 0x1fff0000
    (**) RADEON(0): MC_AGP_LOCATION : 0x27ff2000
    (**) RADEON(0): Map Changed ! Applying ...
    (**) RADEON(0): Map applied, resetting engine ...
    (**) RADEON(0): Updating display base addresses...
    (**) RADEON(0): Memory map updated.
    (**) RADEON(0): Programming CRTC1, offset: 0x00000000
    (**) RADEON(0): Disposing accel...
    (**) RADEON(0): Disposing cusor info
    (**) RADEON(0): Disposing DGA
    (**) RADEON(0): Unmapping memory
    (**) RADEON(0): RADEONDRICloseScreen
    (II) RADEON(0): [drm] removed 1 reserved context for kernel
    (II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xe0b94000 at 0xb7c0c000
    FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.
    andy
    the newer ati driver on my radeon M7 has alot of issues too. not the same as your's (i'd get random lockups and black bars at the top of my screen) though. it seems it's a really buggy driver. :\ using 6.6.3 works perfectly for me aswell.

  • [SOLVED] NVS280 Xorg.conf settings dual monitors

    Hi,
    I've spent the last few days pulling my hair out trying to get the correct drivers installed without causing a kernel panic which I think I have now managed to do. I installed the Nvidia96-xx from the AUR and xorg-server1.12. My problem is though that I can't figure out how to get the computer to recognise the 2nd monitor. When it is in cli before starting the desktop environment though X it displays the same on both screens. But when i startx or startxfce4 (the desktop environment i chose) the second screen just turns off leaving just the first on. Obviously I don't want it to display the same screen twice anyway but I honestly have no idea how to get dual desktop running.
    I have the Nvidia Quadro NVS280 graphics card. If someone could tell me what I need to do to get this working that would be awesome I'll try paste my current xorg.config here. I did run the nvidia-xconfig which did generate the file but still
    My xconfig file:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@swio-display-x64-suse91-02) Sat Sep 1 03:47:08 PDT 2012
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 30.0 - 110.0
    VertRefresh 50.0 - 150.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection]
    Last edited by FuSeD386 (2014-03-16 15:10:10)

    Thanks lol I didn't know that code thing with the posting I only signed up today hahaha.
    I havn't tried the other drivers. I got it into my head that 96xx was the one that I needed. I originally setup using ubuntu and it told me that I needed 96-xx but after installing Xserver just crashed everytime. Honestly I always hated ubuntu so I did want to use Arch but at the time I was just trying to rush setup. Now I'm determined to get the setup I actually like. (Arch) lol.
    Do you think it's worth starting again and trying the drivers in the repository? I did look into nouveau but it said that it wouldn't work if you had to use nomodeset to boot, which I do. Without it the screens just stay blank. Before I installed nvidia96-xx my pc would just reboot continuously without it. The only reason I'm using Xorg-server1.12 is because of the nvidia-96.
    I'm fairly new to Arch tbh I have pieces of paper scattered across my desk with various commands written on them to remind me how to do basic things like copy files and install from the AUR.

  • Xorg configuration file

    Is there anyone using an NVIDIA Geforce GTX 285M card? If so, could you please give me your xorg.conf file? I installed arch linux on my new laptop a week ago and for some reason haven't been able to get xorg to use the nvidia drivers. I am hoping that someone would have an xorg config file, for their GTX 285M card. I would be happy to try it out.. cos Im at my wits end trying to get it to work. All of last week, was just one big drag after another trying to find a solution. This is my last resort... I hate to think i might have to install crap vinduze..
    Thank you.
    PS: actually an xorg.conf file on a system with any of the newest nvidia cards might work I think.
    thaks

    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder75) Fri Mar 12 01:42:27 PST 2010
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    Option "NoLogo" "True"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    The only line I added was "Option "NoLogo" "True"".
    As you can see, my xorg is very bare and plain. Could that be the reason why Im not getting display? Are there supposed to be certain options that I have missed?
    And is DPMS necessary?
    Thats the xorg.conf file.
    What follows is the log file that you had asked for.
    X.Org X Server 1.7.6
    Release Date: 2010-03-17
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.33-ARCH i686
    Current Operating System: Linux TheRock 2.6.33-ARCH #1 SMP PREEMPT Thu May 13 12:06:25 CEST 2010 i686
    Kernel command line: root=/dev/sdb1 ro
    Build Date: 01 April 2010 05:35:33PM
    Current version of pixman: 0.18.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 29 09:28:36 2010
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Mouse0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Keyboard0
    (WW) Disabling Mouse0
    (II) Loader magic: 0x81e4c60
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
    (--) using VT number 7
    (--) PCI:*(0:2:0:0) 10de:060f:1558:8687 nVidia Corporation rev 162, Mem @ 0xce000000/16777216, 0xd0000000/268435456, 0xcc000000/33554432, I/O @ 0x00002000/128
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (**) Logitech Optical USB Mouse: Device: "/dev/input/event11"
    (II) Logitech Optical USB Mouse: Found 3 mouse buttons
    (II) Logitech Optical USB Mouse: Found scroll wheel(s)
    (II) Logitech Optical USB Mouse: Found relative axes
    (II) Logitech Optical USB Mouse: Found x and y relative axes
    (II) Logitech Optical USB Mouse: Configuring as mouse
    (**) Logitech Optical USB Mouse: YAxisMapping: buttons 4 and 5
    (**) Logitech Optical USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Logitech Optical USB Mouse" (type: MOUSE)
    (**) Logitech Optical USB Mouse: (accel) keeping acceleration scheme 1
    (**) Logitech Optical USB Mouse: (accel) acceleration profile 0
    (II) Logitech Optical USB Mouse: initialized for relative axes.
    (II) config/hal: Adding input device BisonCam, NB Pro
    (**) BisonCam, NB Pro: always reports core events
    (**) BisonCam, NB Pro: Device: "/dev/input/event10"
    (II) BisonCam, NB Pro: Found keys
    (II) BisonCam, NB Pro: Configuring as keyboard
    (II) XINPUT: Adding extended input device "BisonCam, NB Pro" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Sleep Button
    (**) Sleep Button: always reports core events
    (**) Sleep Button: Device: "/dev/input/event4"
    (II) Sleep Button: Found keys
    (II) Sleep Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event3"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Video Bus
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event7"
    (II) Video Bus: Found keys
    (II) Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event6"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    There are a few warnings regarding ACPI and "AllowEmptyInput". Could that be the problem?
    Thank you very much.

  • Mouse wheel not working in Xorg with USB mouse? Try this!

    I'm just posting this so others may hit upon it when they search.
    For ages, I've been unable to get my mousewheel working,with my USB mouse, although everything in xorg.conf has been just fine. I just found out I needed to load the module uhci-hcd to make it work. Yay!
    This can be done manually with 'modprobe uhci-hcd', or include uhci-hcd in the MODULES list in /etc/rc.conf.

    You have xorg.conf in /etc/X11/ right? If not, you have to make one, either through xorgconfig or hwd -xa.
    And find a input section for mouse. Should look something like this:
    # Core Pointer's InputDevice section
    Section "InputDevice"
    # Identifier and driver
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/input/mice"
    Option "ZAxis Mapping" "4 5"
    # Mouse-speed setting for PS/2 mouse.
    # Option "Resolution" "256"
    # When using XQUEUE, comment out the above two lines, and uncomment
    # the following line.
    # Option "Protocol" "Xqueue"
    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.
    # Option "BaudRate" "9600"
    # Option "SampleRate" "150"
    # Emulate3Buttons is an option for 2-button Microsoft 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
    You see the line
    Option "ZAxis Mapping" "4 5"
    Just chuck that in your mouse section if it's not there. "Normally" that should just take care of it. If not, post your xorg.config.

  • Issues with xorg on HP 1030NR

    Hello all,
       has anyone gotten arch to work on an hp 1030nr netbook? im having issues with the xorg and tried everthing i could find in the wiki and as well as other distro's forums to find solutions.. ive been using arch for over a year now and ive had no problems with it until now..
    currently im running Xubuntu. the graphics appear as they did when windows was on this little beast so i know linux in general WILL work on this laptop...  if anyone has gotten a successful working install of arch on a hp mini 1030nr let me know what you had to do to get it working.. i sold my other laptop and now all i have is this one for now.
    here is what i did and the error messages i was getting:
    installed arch via ftp disc...
    pacman -Syu
    pacman -S xfce4 xorg xf86-video hwd
    hwd -s  (i saw i needed the intel driver so..)
    pacman -S intel
    pacman -Syu  (i did this again just to be sure the packages were up to date.)
    xorgconfig
    i then edited the xinitrc file to start xfce
    startx
    i then get a fatal error reporting that no screens were found.
    so i try once more... and get the same error.
    i check the xorg configs and see the intel driver there, so i change it to the vesa one, double check my changes and save the file.)
    i try startx once more... and its a no-go.
    i tried just starting twm, and i get the same error, but also get random system hangs, so i turn off the laptop, and let it cool down because it was getting a bit toasty. about 2 hours later i hop back on, and retry everything i did before, and nothing works. so i install lynx. search google for issues similar to mine and try the relevant solution i find... nothing works. so i pop in the xubuntu live disc, and copy its xorg config.
    cat /etc/X11/xorg.conf > /mnt/sda1/etc/X11/xorg_from_xubuntu
    reboot, rename my xorg config to x_backup and the xorg from xubuntu to xorg.conf
    i attept a startx with that and still nothing works, so i spent the next hour messing with my xorg config.
    any and all help is greatly appeciated.
    Last edited by isolatedvirus (2009-02-06 06:11:07)

    thats what i did, but when the driver i used from the ubuntu xorg config file didnt work, i wondered if it was a depth issue or if something was set up differently.
    right now i cant even get arch to boot to an ftp install, for some reason my computer is being a douche. i used the latest image the last time i installed arch, and it worked fine. but for some reason its acting wierd.
    i tried downloading and doing an ftp install with an earlier release of arch, but the inner workings of pacman were updated, and they got rid of the old way of obtaining package lists for the ftp install....
    pacman keeps trying to download a packages.txt file which is non existent so it doesnt even know what to do... i attempted to update pacman only from another terminal, which was successful, however when i run the ftp install again, it finds the database like it should, and tries to download an updated version of itself. it downloads but it cant locate the cache. its wierd, its like the update i ran took effect because now it knows what file to search for, but all of a sudden its acting like i deleted the cache folder.
    im trying unetbootin to see if it will work with the latest arch ftp disk. ill give an update in a few.

Maybe you are looking for

  • How to print the same data in different pages of different trys

    Hi, Part II: Check stub u2013           We need to print Vendor account # (REGUH-LIFNR), Vendor Name ((REGUH-NAME1), Payment doc # (REGUH-VBLNR), Check date (PAYR-ZALDT) and Check number (PAYR-CHECT) in the header portion and in the detail portion In

  • SCHEDULE FOR ONE TIME

    can SOME ONE HELP TO SCHEDULE THE JOB FOR 5.30 EST(-5.00). THIS IS MY ACTAL JOB BEGIN   dbms_scheduler.create_job(       job_name => 'JOB'      ,job_type => 'STORED_PROCEDURE'      ,job_action => 'SUMMARY_REP_JOB'      ,start_date => truncate(sysdate

  • Source System Mapping between BW Dev and Prod system

    Hi, I have a DB Connect Source System in BW Dev system called DBSRCDEV which points to one of our Oracle Dev DB. In Production, the DB Connect Source System is called DBSRCPROD and it points to the corresponding Oracle Prod DB. In Development, I crea

  • Creative Suite 5.5 StudentenVersion

    Hallo ich habe heute die Studentenversion von Creative Suite 5.5 erhalten. Nun wollte ich mich absichern, da ich schon ein älteres Macbook habe und mir sicherlich dieses Jahr einen neuen kaufen werde, wollte ich fragen ob ich dieses Paket mehrmals in

  • CS4 on vista, deactivate in safe mode

    I have a friends laptop that has a very damaged installation of Vista home premium. It is so messed up that although it can start in safe mode it is easier to just remove her files and format the disk. She has CS4 design premium on it so somehow I as