Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Blurry X with ATI Radeon 9200
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
alastairII
n00b
n00b


Joined: 02 Jul 2004
Posts: 67
Location: Berkeley, CA

PostPosted: Mon Jul 11, 2005 6:36 pm    Post subject: Blurry X with ATI Radeon 9200 Reply with quote

Disclaimer: I don't know whether this goes in kernel & hardware, desktop environments, or multimedia; feel free to move it if it's in the wrong place.

My X experience has always been blurry, for GNOME, twm (when first configuring X) and KDE. Not just fonts; windows, lines, everything. Colors are relatively crappy too, but I care less about that. I have a highly spiffy 22" LaCie monitor, which I switched to from my previous very old Nokia 19" on the theory that the blurriness was because the monitor was old and bad (My brother later used the monitor on his Gentoo machine, with no blurriness).
I'm using xorg-x11-6.8.2-r2, gentoo-sources 2.6.12-r4, with the following relevant kernel config options:
Device Drivers -> Character Devices -> <*> /dev/agpart -> <*> Intel 440LX
Device Drivers -> Character Devices -> <*> Direct Rendering Manager -> <*> ATI Radeon
Device Drivers -> Graphics Support -> <*> Support for frame buffer devices -> <*> ATI Radeon display support -> <*> DDC/I2C

Here are (I think) the relevant parts of my xorg.conf:

Code:

Section "Module"
<... lots of random stuff...>
# This loads the GLX module
    Load       "glx"
# This loads the DRI module
    Load       "dri"

EndSection

... (input device stuff) ...

Section "Monitor"

    Identifier  "My Monitor"
    HorizSync   107
    VertRefresh 40-150

EndSection

Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"

    Driver     "vga"

EndSection

Section "Device"
    Identifier  "** ATI Radeon (generic)               [radeon]"
    Driver      "radeon"
    #VideoRam    131072
    # Insert Clocks lines here if appropriate
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "** ATI Radeon (generic)               [radeon]"
    Monitor     "My Monitor"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection



I have emerged ati-drivers, but I thought that was supposed to give me a fglrx kernel module, which doesn't exist, so I don't know what's happening with that, or if it's important.
Back to top
View user's profile Send private message
BlueCame1
n00b
n00b


Joined: 11 Jul 2005
Posts: 33
Location: Durham, NC

PostPosted: Mon Jul 11, 2005 7:57 pm    Post subject: Reply with quote

Tell us about your spiffy 22" monitor. I'm guessing it is an LCD? If so the "blurry" screen may be the result of the monitor running in a resolution other than it's native resolution. So, here's some stuff todo:

Post your /var/logXFree86.0.log file so we can see what resolution you are using in X. Post your exact monitor model number and details so we can find out what the native resolution is for your LCD.
_________________
--
Scott
Back to top
View user's profile Send private message
alastairII
n00b
n00b


Joined: 02 Jul 2004
Posts: 67
Location: Berkeley, CA

PostPosted: Tue Jul 12, 2005 1:14 am    Post subject: Reply with quote

No, it's a CRT. LaCie electron22blueIV, specified in the manual for 85Hz at anywhere from 640x480 to 2048x1536. I believe I'm at 1600x1200@85 at the moment. Here is my Xorg.0.log, but I don't pretend to understand what much of it means.

Code:

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.10-gentoo-r4 i686 [ELF]
Current Operating System: Linux elliotcomp 2.6.12-gentoo-r4 #3 SMP Mon Jul 11 11:12:12 UTC 2005 i686
Build Date: 08 July 2005
   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: Mon Jul 11 13:17:23 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "My Monitor"
(**) |   |-->Device "** ATI Radeon (generic)               [radeon]"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) FontPath set to "/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/Type1/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/,/usr/share/fonts/local/"
(**) RgbPath set to "/usr/lib/X11/rgb"
(==) ModulePath set to "/usr/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.2
   X.Org Video Driver: 0.7
   X.Org XInput driver : 0.4
   X.Org Server Extension : 0.2
   X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2570 card 8086,2570 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2571 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24d2 card 8086,524c rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24d4 card 8086,524c rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24d7 card 8086,524c rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,24de card 8086,524c rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24dd card 8086,524c rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24db card 8086,524c rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,24d1 card 8086,524c rev 02 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,24d3 card 8086,524c rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24d5 card 8086,a000 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 1002,5961 card 148c,2062 rev 01 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,5941 card 148c,2063 rev 01 class 03,80,00 hdr 00
(II) PCI: 02:01:0: chip 1033,00cd card 12ee,8011 rev 03 class 0c,00,10 hdr 00
(II) PCI: 02:03:0: chip 1102,0004 card 1102,2001 rev 04 class 04,01,00 hdr 80
(II) PCI: 02:03:1: chip 1102,7003 card 1102,0040 rev 04 class 09,80,00 hdr 80
(II) PCI: 02:03:2: chip 1102,4001 card 1102,0010 rev 04 class 0c,00,10 hdr 80
(II) PCI: 02:07:0: chip 11c1,5811 card 8086,524c rev 61 class 0c,00,10 hdr 00
(II) PCI: 02:08:0: chip 8086,1050 card 8086,3020 rev 01 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), 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: 0x0008 (VGA_EN is set)
(II) Bus 1 I/O range:
   [0] -1   0   0x0000a000 - 0x0000afff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xff800000 - 0xff8fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xd6b00000 - 0xf6afffff (0x20000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0206 (VGA_EN is cleared)
(II) Bus 2 I/O range:
   [0] -1   0   0x0000b000 - 0x0000b0ff (0x100) IX[B]
   [1] -1   0   0x0000b400 - 0x0000b4ff (0x100) IX[B]
   [2] -1   0   0x0000b800 - 0x0000b8ff (0x100) IX[B]
   [3] -1   0   0x0000bc00 - 0x0000bcff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
   [0] -1   0   0xff900000 - 0xff9fffff (0x100000) 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)
(--) PCI:*(1:0:0) ATI Technologies Inc Radeon RV280 [Radeon 9200] rev 1, Mem @ 0xe8000000/27, 0xff8f0000/16, I/O @ 0xa800/8, BIOS @ 0xff8c0000/17
(--) PCI: (1:0:1) ATI Technologies Inc unknown chipset (0x5941) rev 1, Mem @ 0xe0000000/27, 0xff8e0000/16
(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   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xf8000000 from 0xfbffffff to 0xf7ffffff
(II) Active PCI resource ranges:
   [0] -1   0   0xff9fc000 - 0xff9fcfff (0x1000) MX[B]
   [1] -1   0   0xff9fd000 - 0xff9fdfff (0x1000) MX[B]
   [2] -1   0   0xff9f8000 - 0xff9fbfff (0x4000) MX[B]
   [3] -1   0   0xff9fe800 - 0xff9fefff (0x800) MX[B]
   [4] -1   0   0xff9ff000 - 0xff9fffff (0x1000) MX[B]
   [5] -1   0   0xffaff400 - 0xffaff4ff (0x100) MX[B]
   [6] -1   0   0xffaff800 - 0xffaff9ff (0x200) MX[B]
   [7] -1   0   0x60000000 - 0x600003ff (0x400) MX[B]
   [8] -1   0   0xffaffc00 - 0xffafffff (0x400) MX[B]
   [9] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [10] -1   0   0xff8e0000 - 0xff8effff (0x10000) MX[B](B)
   [11] -1   0   0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
   [12] -1   0   0xff8c0000 - 0xff8dffff (0x20000) MX[B](B)
   [13] -1   0   0xff8f0000 - 0xff8fffff (0x10000) MX[B](B)
   [14] -1   0   0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
   [15] -1   0   0x0000b400 - 0x0000b43f (0x40) IX[B]
   [16] -1   0   0x0000bc00 - 0x0000bc07 (0x8) IX[B]
   [17] -1   0   0x0000b800 - 0x0000b83f (0x40) IX[B]
   [18] -1   0   0x0000c800 - 0x0000c81f (0x20) IX[B]
   [19] -1   0   0x0000dc00 - 0x0000dc0f (0x10) IX[B]
   [20] -1   0   0x0000e000 - 0x0000e003 (0x4) IX[B]
   [21] -1   0   0x0000e400 - 0x0000e407 (0x8) IX[B]
   [22] -1   0   0x0000e800 - 0x0000e803 (0x4) IX[B]
   [23] -1   0   0x0000ec00 - 0x0000ec07 (0x8) IX[B]
   [24] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [25] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
   [26] -1   0   0x0000d400 - 0x0000d41f (0x20) IX[B]
   [27] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
   [28] -1   0   0x0000cc00 - 0x0000cc1f (0x20) IX[B]
   [29] -1   0   0x0000a800 - 0x0000a8ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xff9fc000 - 0xff9fcfff (0x1000) MX[B]
   [1] -1   0   0xff9fd000 - 0xff9fdfff (0x1000) MX[B]
   [2] -1   0   0xff9f8000 - 0xff9fbfff (0x4000) MX[B]
   [3] -1   0   0xff9fe800 - 0xff9fefff (0x800) MX[B]
   [4] -1   0   0xff9ff000 - 0xff9fffff (0x1000) MX[B]
   [5] -1   0   0xffaff400 - 0xffaff4ff (0x100) MX[B]
   [6] -1   0   0xffaff800 - 0xffaff9ff (0x200) MX[B]
   [7] -1   0   0x60000000 - 0x600003ff (0x400) MX[B]
   [8] -1   0   0xffaffc00 - 0xffafffff (0x400) MX[B]
   [9] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [10] -1   0   0xff8e0000 - 0xff8effff (0x10000) MX[B](B)
   [11] -1   0   0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
   [12] -1   0   0xff8c0000 - 0xff8dffff (0x20000) MX[B](B)
   [13] -1   0   0xff8f0000 - 0xff8fffff (0x10000) MX[B](B)
   [14] -1   0   0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
   [15] -1   0   0x0000b400 - 0x0000b43f (0x40) IX[B]
   [16] -1   0   0x0000bc00 - 0x0000bc07 (0x8) IX[B]
   [17] -1   0   0x0000b800 - 0x0000b83f (0x40) IX[B]
   [18] -1   0   0x0000c800 - 0x0000c81f (0x20) IX[B]
   [19] -1   0   0x0000dc00 - 0x0000dc0f (0x10) IX[B]
   [20] -1   0   0x0000e000 - 0x0000e003 (0x4) IX[B]
   [21] -1   0   0x0000e400 - 0x0000e407 (0x8) IX[B]
   [22] -1   0   0x0000e800 - 0x0000e803 (0x4) IX[B]
   [23] -1   0   0x0000ec00 - 0x0000ec07 (0x8) IX[B]
   [24] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [25] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
   [26] -1   0   0x0000d400 - 0x0000d41f (0x20) IX[B]
   [27] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
   [28] -1   0   0x0000cc00 - 0x0000cc1f (0x20) IX[B]
   [29] -1   0   0x0000a800 - 0x0000a8ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xff9fc000 - 0xff9fcfff (0x1000) MX[B]
   [6] -1   0   0xff9fd000 - 0xff9fdfff (0x1000) MX[B]
   [7] -1   0   0xff9f8000 - 0xff9fbfff (0x4000) MX[B]
   [8] -1   0   0xff9fe800 - 0xff9fefff (0x800) MX[B]
   [9] -1   0   0xff9ff000 - 0xff9fffff (0x1000) MX[B]
   [10] -1   0   0xffaff400 - 0xffaff4ff (0x100) MX[B]
   [11] -1   0   0xffaff800 - 0xffaff9ff (0x200) MX[B]
   [12] -1   0   0x60000000 - 0x600003ff (0x400) MX[B]
   [13] -1   0   0xffaffc00 - 0xffafffff (0x400) MX[B]
   [14] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [15] -1   0   0xff8e0000 - 0xff8effff (0x10000) MX[B](B)
   [16] -1   0   0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
   [17] -1   0   0xff8c0000 - 0xff8dffff (0x20000) MX[B](B)
   [18] -1   0   0xff8f0000 - 0xff8fffff (0x10000) MX[B](B)
   [19] -1   0   0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
   [20] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [21] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [22] -1   0   0x0000b400 - 0x0000b43f (0x40) IX[B]
   [23] -1   0   0x0000bc00 - 0x0000bc07 (0x8) IX[B]
   [24] -1   0   0x0000b800 - 0x0000b83f (0x40) IX[B]
   [25] -1   0   0x0000c800 - 0x0000c81f (0x20) IX[B]
   [26] -1   0   0x0000dc00 - 0x0000dc0f (0x10) IX[B]
   [27] -1   0   0x0000e000 - 0x0000e003 (0x4) IX[B]
   [28] -1   0   0x0000e400 - 0x0000e407 (0x8) IX[B]
   [29] -1   0   0x0000e800 - 0x0000e803 (0x4) IX[B]
   [30] -1   0   0x0000ec00 - 0x0000ec07 (0x8) IX[B]
   [31] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [32] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
   [33] -1   0   0x0000d400 - 0x0000d41f (0x20) IX[B]
   [34] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
   [35] -1   0   0x0000cc00 - 0x0000cc1f (0x20) IX[B]
   [36] -1   0   0x0000a800 - 0x0000a8ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(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 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: "type1"
(II) Loading /usr/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.2
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 6.8.2, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/modules/linux/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "radeon"
(II) Loading /usr/lib/modules/drivers/radeon_drv.o
(II) Module radeon: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 4.0.1
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "ati"
(II) Loading /usr/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 6.5.6
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) ATI: ATI driver (version 6.5.6) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets:
   ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
   ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
   ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
   ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
   ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
   ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
   ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
   ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
   ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
   ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
   ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
   ATI Rage 128 Pro VR PS (AGP?), ATI Rage 128 Pro VR PT (AGP?),
   ATI Rage 128 Pro VR PU (AGP?), ATI Rage 128 Pro VR PV (AGP?),
   ATI Rage 128 Pro VR PW (AGP?), ATI Rage 128 Pro VR PX (AGP?),
   ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
   ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
   ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (AGP?),
   ATI Rage 128 4X SF (AGP?), ATI Rage 128 4X SG (AGP?),
   ATI Rage 128 4X SH (AGP?), ATI Rage 128 4X SK (AGP?),
   ATI Rage 128 4X SL (AGP?), ATI Rage 128 4X SM (AGP),
   ATI Rage 128 4X SN (AGP?), ATI Rage 128 Pro ULTRA TF (AGP),
   ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
   ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
   ATI Rage 128 Pro ULTRA TU (AGP?)
(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 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 9200PRO 5960 (AGP),
   ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
   ATI Radeon 9200SE 5964 (AGP),
   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 9700 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 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 FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),
   ATI Radeon X600 (RV370) 5B62 (PCIE),
   ATI FireGL V3100 (RV370) 5B64 (PCIE),
   ATI FireGL D1100 (RV370) 5B65 (PCIE),
   ATI Radeon Mobility M300 (M22) 5460 (PCIE),
   ATI FireGL M22 GL 5464 (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 (R423) UH (PCIE),
   ATI Radeon X800PRO (R423) UI (PCIE),
   ATI Radeon X800LE (R423) UJ (PCIE),
   ATI Radeon X800SE (R423) UK (PCIE),
   ATI FireGL V7200 (R423) UQ (PCIE), ATI FireGL V5100 (R423) UR (PCIE),
   ATI FireGL V7100 (R423) UT (PCIE),
   ATI Radeon X800XT (R423) 5D57 (PCIE)
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found
(--) Chipset ATI Radeon 9200 5961 (AGP) found
(II) resource ranges after xf86ClaimFixedResources() call:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xff9fc000 - 0xff9fcfff (0x1000) MX[B]
   [6] -1   0   0xff9fd000 - 0xff9fdfff (0x1000) MX[B]
   [7] -1   0   0xff9f8000 - 0xff9fbfff (0x4000) MX[B]
   [8] -1   0   0xff9fe800 - 0xff9fefff (0x800) MX[B]
   [9] -1   0   0xff9ff000 - 0xff9fffff (0x1000) MX[B]
   [10] -1   0   0xffaff400 - 0xffaff4ff (0x100) MX[B]
   [11] -1   0   0xffaff800 - 0xffaff9ff (0x200) MX[B]
   [12] -1   0   0x60000000 - 0x600003ff (0x400) MX[B]
   [13] -1   0   0xffaffc00 - 0xffafffff (0x400) MX[B]
   [14] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [15] -1   0   0xff8e0000 - 0xff8effff (0x10000) MX[B](B)
   [16] -1   0   0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
   [17] -1   0   0xff8c0000 - 0xff8dffff (0x20000) MX[B](B)
   [18] -1   0   0xff8f0000 - 0xff8fffff (0x10000) MX[B](B)
   [19] -1   0   0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
   [20] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [21] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [22] -1   0   0x0000b400 - 0x0000b43f (0x40) IX[B]
   [23] -1   0   0x0000bc00 - 0x0000bc07 (0x8) IX[B]
   [24] -1   0   0x0000b800 - 0x0000b83f (0x40) IX[B]
   [25] -1   0   0x0000c800 - 0x0000c81f (0x20) IX[B]
   [26] -1   0   0x0000dc00 - 0x0000dc0f (0x10) IX[B]
   [27] -1   0   0x0000e000 - 0x0000e003 (0x4) IX[B]
   [28] -1   0   0x0000e400 - 0x0000e407 (0x8) IX[B]
   [29] -1   0   0x0000e800 - 0x0000e803 (0x4) IX[B]
   [30] -1   0   0x0000ec00 - 0x0000ec07 (0x8) IX[B]
   [31] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [32] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
   [33] -1   0   0x0000d400 - 0x0000d41f (0x20) IX[B]
   [34] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
   [35] -1   0   0x0000cc00 - 0x0000cc1f (0x20) IX[B]
   [36] -1   0   0x0000a800 - 0x0000a8ff (0x100) IX[B](B)
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Reloading /usr/lib/modules/drivers/radeon_drv.o
(II) resource ranges after probing:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xff9fc000 - 0xff9fcfff (0x1000) MX[B]
   [6] -1   0   0xff9fd000 - 0xff9fdfff (0x1000) MX[B]
   [7] -1   0   0xff9f8000 - 0xff9fbfff (0x4000) MX[B]
   [8] -1   0   0xff9fe800 - 0xff9fefff (0x800) MX[B]
   [9] -1   0   0xff9ff000 - 0xff9fffff (0x1000) MX[B]
   [10] -1   0   0xffaff400 - 0xffaff4ff (0x100) MX[B]
   [11] -1   0   0xffaff800 - 0xffaff9ff (0x200) MX[B]
   [12] -1   0   0x60000000 - 0x600003ff (0x400) MX[B]
   [13] -1   0   0xffaffc00 - 0xffafffff (0x400) MX[B]
   [14] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [15] -1   0   0xff8e0000 - 0xff8effff (0x10000) MX[B](B)
   [16] -1   0   0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
   [17] -1   0   0xff8c0000 - 0xff8dffff (0x20000) MX[B](B)
   [18] -1   0   0xff8f0000 - 0xff8fffff (0x10000) MX[B](B)
   [19] -1   0   0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
   [20] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [21] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [22] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [23] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [24] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [25] -1   0   0x0000b400 - 0x0000b43f (0x40) IX[B]
   [26] -1   0   0x0000bc00 - 0x0000bc07 (0x8) IX[B]
   [27] -1   0   0x0000b800 - 0x0000b83f (0x40) IX[B]
   [28] -1   0   0x0000c800 - 0x0000c81f (0x20) IX[B]
   [29] -1   0   0x0000dc00 - 0x0000dc0f (0x10) IX[B]
   [30] -1   0   0x0000e000 - 0x0000e003 (0x4) IX[B]
   [31] -1   0   0x0000e400 - 0x0000e407 (0x8) IX[B]
   [32] -1   0   0x0000e800 - 0x0000e803 (0x4) IX[B]
   [33] -1   0   0x0000ec00 - 0x0000ec07 (0x8) IX[B]
   [34] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [35] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
   [36] -1   0   0x0000d400 - 0x0000d41f (0x20) IX[B]
   [37] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
   [38] -1   0   0x0000cc00 - 0x0000cc1f (0x20) IX[B]
   [39] -1   0   0x0000a800 - 0x0000a8ff (0x100) IX[B](B)
   [40] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [41] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) RADEON(0): MMIO registers at 0xff8f0000
(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
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 0.1.0
   ABI class: X.Org Video Driver, version 0.7
(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)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/modules/linux/libint10.a
(II) Module int10: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(0): Chipset: "ATI Radeon 9200 5961 (AGP)" (ChipID = 0x5961)
(--) RADEON(0): Linear framebuffer at 0xe8000000
(--) RADEON(0): BIOS at 0xff8c0000
(--) RADEON(0): VideoRAM: 131072 kByte (128 bit DDR SDRAM)
(II) RADEON(0): AGP card detected
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/lib/modules/libi2c.a
(II) Module i2c: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.2.0
   ABI class: X.Org Video Driver, version 0.7
(II) RADEON(0): I2C bus "DDC" initialized.
(II) RADEON(0): Legacy BIOS detected
(II) RADEON(0): Connector0: DDCType-2, DACType-1, TMDSType-0, ConnectorType-3
(II) RADEON(0): Connector1: DDCType-3, DACType-0, TMDSType--1, ConnectorType-2
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 2, Detected Type: 0
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 3, Detected Type: 1
(II) RADEON(0): EDID data from the display on port 2-----------------------
(II) RADEON(0): Manufacturer: LCA  Model: 22b4  Serial#: 219
(II) RADEON(0): Year: 2002  Week: 43
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) RADEON(0): Sync:  Separate  Composite  SyncOnGreen
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 40  vert.: 30
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): GTF timings supported
(II) RADEON(0): redX: 0.627 redY: 0.341   greenX: 0.292 greenY: 0.605
(II) RADEON(0): blueX: 0.149 blueY: 0.072   whiteX: 0.283 whiteY: 0.297
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 720x400@88Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@67Hz
(II) RADEON(0): 640x480@72Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@56Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@72Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 832x624@75Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@70Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): 1152x870@75Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported Future Video Modes:
(II) RADEON(0): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) RADEON(0): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) RADEON(0): #2: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) RADEON(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) RADEON(0): #4: hsize: 1280  vsize 1024  refresh: 85  vid: 39297
(II) RADEON(0): #5: hsize: 1600  vsize 1200  refresh: 75  vid: 20393
(II) RADEON(0): #6: hsize: 1920  vsize 1440  refresh: 85  vid: 22993
(II) RADEON(0): #7: hsize: 2048  vsize 1536  refresh: 85  vid: 23009
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 229.5 MHz   Image Size:  396 x 297 mm
(II) RADEON(0): h_active: 1600  h_sync: 1664  h_sync_end 1856 h_blank_end 2160 h_border: 0
(II) RADEON(0): v_active: 1200  v_sync: 1201  v_sync_end 1204 v_blanking: 1250 v_border: 0
(II) RADEON(0): Ranges: V min: 50  V max: 160 Hz, H min: 30  H max: 140 kHz, PixClock max 420 MHz
(II) RADEON(0): Monitor name: electr22b4
(II) RADEON(0): Serial No: 210000219
(II) RADEON(0):
(II) RADEON(0): Primary:
 Monitor   -- CRT
 Connector -- VGA
 DAC Type  -- Primary
 TMDS Type -- NONE
 DDC Type  -- VGA_DDC
(II) RADEON(0): Secondary:
 Monitor   -- NONE
 Connector -- DVI-I
 DAC Type  -- TVDAC/ExtDAC
 TMDS Type -- Internal
 DDC Type  -- DVI_DDC
(II) RADEON(0): PLL parameters: rf=2700 rd=12 min=20000 max=40000; xclk=20025
(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 ---------
(WW) RADEON(0): config file vrefresh range 40-150Hz not within DDC vrefresh ranges.
(II) RADEON(0): My Monitor: Using hsync value of 107.00 kHz
(II) RADEON(0): My Monitor: Using vrefresh range of 40.00-150.00 Hz
(II) RADEON(0): Clock range:  20.00 to 400.00 MHz
(II) RADEON(0): Not using default mode "640x350" (hsync out of range)
(II) RADEON(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x400" (hsync out of range)
(II) RADEON(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "720x400" (hsync out of range)
(II) RADEON(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x480" (hsync out of range)
(II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x480" (hsync out of range)
(II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x480" (hsync out of range)
(II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x480" (hsync out of range)
(II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "800x600" (hsync out of range)
(II) RADEON(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "800x600" (hsync out of range)
(II) RADEON(0): Not using default mode "400x300" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (hsync out of range)
(II) RADEON(0): Not using default mode "400x300" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (hsync out of range)
(II) RADEON(0): Not using default mode "400x300" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (hsync out of range)
(II) RADEON(0): Not using default mode "400x300" (hsync out of range)
(II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
(II) RADEON(0): Not using default mode "512x384" (hsync out of range)
(II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
(II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
(II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
(II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
(II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1152x864" (hsync out of range)
(II) RADEON(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1280x960" (hsync out of range)
(II) RADEON(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1280x960" (hsync out of range)
(II) RADEON(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1280x1024" (hsync out of range)
(II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1280x1024" (hsync out of range)
(II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1280x1024" (hsync out of range)
(II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1792x1344" (hsync out of range)
(II) RADEON(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1856x1392" (hsync out of range)
(II) RADEON(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1856x1392" (hsync out of range)
(II) RADEON(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "832x624" (hsync out of range)
(II) RADEON(0): Not using default mode "416x312" (hsync out of range)
(II) RADEON(0): Not using default mode "1152x768" (hsync out of range)
(II) RADEON(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1400x1050" (hsync out of range)
(II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1400x1050" (hsync out of range)
(II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1600x1024" (hsync out of range)
(II) RADEON(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "2048x1536" (hsync out of range)
(II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "2048x1536" (hsync out of range)
(II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "2048x1536" (hsync out of range)
(II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1792x1344" (width too large for virtual size)
(--) RADEON(0): Virtual size is 1600x1200 (pitch 1600)
(**) RADEON(0): *Default mode "1600x1200": 229.5 MHz, 106.2 kHz, 85.0 Hz
(II) RADEON(0): Modeline "1600x1200"  229.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync
(--) RADEON(0): Display dimensions: (400, 300) mm
(--) RADEON(0): DPI set to (101, 101)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 0.1.0
   ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/modules/libxaa.a
(II) Module xaa: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.2.0
   ABI class: X.Org Video Driver, version 0.7
(II) RADEON(0): AGP Fast Write disabled by default
(II) RADEON(0): Depth moves disabled by default
(II) Loading sub module "shadowfb"
(II) LoadModule: "shadowfb"
(II) Loading /usr/lib/modules/libshadowfb.a
(II) Module shadowfb: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.2
(II) RADEON(0): Page flipping disabled
(!!) 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   0xff8f0000 - 0xff8fffff (0x10000) MX[B]
   [1] 0   0   0xe8000000 - 0xefffffff (0x8000000) MX[B]
   [2] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [3] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [4] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [5] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [6] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [7] -1   0   0xff9fc000 - 0xff9fcfff (0x1000) MX[B]
   [8] -1   0   0xff9fd000 - 0xff9fdfff (0x1000) MX[B]
   [9] -1   0   0xff9f8000 - 0xff9fbfff (0x4000) MX[B]
   [10] -1   0   0xff9fe800 - 0xff9fefff (0x800) MX[B]
   [11] -1   0   0xff9ff000 - 0xff9fffff (0x1000) MX[B]
   [12] -1   0   0xffaff400 - 0xffaff4ff (0x100) MX[B]
   [13] -1   0   0xffaff800 - 0xffaff9ff (0x200) MX[B]
   [14] -1   0   0x60000000 - 0x600003ff (0x400) MX[B]
   [15] -1   0   0xffaffc00 - 0xffafffff (0x400) MX[B]
   [16] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [17] -1   0   0xff8e0000 - 0xff8effff (0x10000) MX[B](B)
   [18] -1   0   0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
   [19] -1   0   0xff8c0000 - 0xff8dffff (0x20000) MX[B](B)
   [20] -1   0   0xff8f0000 - 0xff8fffff (0x10000) MX[B](B)
   [21] -1   0   0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
   [22] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
   [23] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
   [24] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
   [25] 0   0   0x0000a800 - 0x0000a8ff (0x100) IX[B]
   [26] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [27] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [28] -1   0   0x0000b400 - 0x0000b43f (0x40) IX[B]
   [29] -1   0   0x0000bc00 - 0x0000bc07 (0x8) IX[B]
   [30] -1   0   0x0000b800 - 0x0000b83f (0x40) IX[B]
   [31] -1   0   0x0000c800 - 0x0000c81f (0x20) IX[B]
   [32] -1   0   0x0000dc00 - 0x0000dc0f (0x10) IX[B]
   [33] -1   0   0x0000e000 - 0x0000e003 (0x4) IX[B]
   [34] -1   0   0x0000e400 - 0x0000e407 (0x8) IX[B]
   [35] -1   0   0x0000e800 - 0x0000e803 (0x4) IX[B]
   [36] -1   0   0x0000ec00 - 0x0000ec07 (0x8) IX[B]
   [37] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [38] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
   [39] -1   0   0x0000d400 - 0x0000d41f (0x20) IX[B]
   [40] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
   [41] -1   0   0x0000cc00 - 0x0000cc1f (0x20) IX[B]
   [42] -1   0   0x0000a800 - 0x0000a8ff (0x100) IX[B](B)
   [43] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [44] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) RADEON(0): Write-combining range (0xe8000000,0x8000000)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenByBusid: drmOpenMinor returns 6
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
(II) RADEON(0): [drm] DRM interface version 1.2
(II) RADEON(0): [drm] created "radeon" driver at busid "pci:0000:01:00.0"
(II) RADEON(0): [drm] added 8192 byte SAREA at 0xf9a9f000
(II) RADEON(0): [drm] mapped SAREA 0xf9a9f000 to 0xafced000
(II) RADEON(0): [drm] framebuffer handle = 0xe8000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(II) RADEON(0): [agp] Mode 0x1f004a09 [AGP 0x8086/0x2570; Card 0x1002/0x5961]
(II) RADEON(0): [agp] 8192 kB allocated with handle 0x00000001
(II) RADEON(0): [agp] ring handle = 0xf8000000
(II) RADEON(0): [agp] Ring mapped at 0xafbec000
(II) RADEON(0): [agp] ring read ptr handle = 0xf8101000
(II) RADEON(0): [agp] Ring read ptr mapped at 0xafbeb000
(II) RADEON(0): [agp] vertex/indirect buffers handle = 0xf8102000
(II) RADEON(0): [agp] Vertex/indirect buffers mapped at 0xaf9eb000
(II) RADEON(0): [agp] GART texture map handle = 0xf8302000
(II) RADEON(0): [agp] GART Texture map mapped at 0xaf50b000
(II) RADEON(0): [drm] register handle = 0xff8f0000
(II) RADEON(0): [dri] Visual configs initialized
(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) (1600,8191)
(II) RADEON(0): Reserved area from (0,1200) to (1600,1202)
(II) RADEON(0): Largest offscreen area available: 1600 x 6989
(II) RADEON(0): Will use back buffer at offset 0x1d5a000
(II) RADEON(0): Will use depth buffer at offset 0x24ad000
(II) RADEON(0): Will use 86016 kb for textures at offset 0x2c00000
(II) RADEON(0): Render acceleration enabled
(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): Backing store disabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using hardware cursor (scanline 1202)
(II) RADEON(0): Largest offscreen area available: 1600 x 6986
(II) RADEON(0): X context handle = 0x00000001
(II) RADEON(0): [drm] installed DRM signal handler
(II) RADEON(0): [DRI] installation complete
(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 16
(II) RADEON(0): [drm] Initialized kernel GART heap manager, 5111808
(II) RADEON(0): Direct rendering enabled
(==) 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 LBX
(II) Initializing built-in extension XC-APPGROUP
(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
(**) Option "Protocol" "ExplorerPS/2"
(**) Mouse1: Device: "/dev/mouse"
(**) Mouse1: Protocol: "ExplorerPS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/mouse"
(**) Option "Buttons" "7"
(==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "6 7"
(**) Mouse1: ZAxisMapping: buttons 6 and 7
(**) Mouse1: Buttons: 7
(**) Mouse1: SmartScroll: 1
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "microsoft"
(**) Keyboard1: XkbModel: "microsoft"
(**) Option "XkbLayout" "us"
(**) Keyboard1: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) Mouse1: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/local/, removing from list!
SetClientVersion: 0 8
Back to top
View user's profile Send private message
BlueCame1
n00b
n00b


Joined: 11 Jul 2005
Posts: 33
Location: Durham, NC

PostPosted: Tue Jul 12, 2005 12:11 pm    Post subject: Reply with quote

Thanks. I can see where you're using the default xorg-x11 radeon driver with the ATI 9200 card. All looks good here. The monitor ended up at 1600x1200 at some insanely high refresh rate but is still within spec it seems.

I assume you want to run 1600x1200 resolution? Also, can you post your full /etc/X11/xorg.conf file? the one posted earlier is partial and looks a bit out of date compared to this recent log output.
_________________
--
Scott
Back to top
View user's profile Send private message
alastairII
n00b
n00b


Joined: 02 Jul 2004
Posts: 67
Location: Berkeley, CA

PostPosted: Tue Jul 12, 2005 5:09 pm    Post subject: Reply with quote

Yes, I did want 1600x1200 at insanely high refresh rate (no flicker at all ;) ). Here is the full xorg.conf.
Code:
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"     # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the font modules
    Load        "type1"
#    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"

# This loads the GLX module
    Load       "glx"
# This loads the DRI module
    Load       "dri"

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath   "/usr/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
#

    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/Type1/"
#    FontPath   "/usr/share/fonts/CID/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/local/"
#    FontPath   "/usr/share/fonts/Speedo/"
#    FontPath   "/usr/share/fonts/TrueType/"
#    FontPath   "/usr/share/fonts/freefont/"

# The module search path.  The default path is shown here.

#    ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#    Option "NoTrapSignals"

# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#    Option "DontVTSwitch"

# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.

#    Option "DontZap"

# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.

#    Option "Dont Zoom"

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.

#    Option "DisableVidModeExtension"

# Uncomment this to enable the use of a non-local xvidtune client.

#    Option "AllowNonLocalXvidtune"

# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.

#    Option "DisableModInDev"

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).

#    Option "AllowNonLocalModInDev"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier   "Keyboard1"
    Driver   "kbd"

# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

#    Option     "Protocol"      "Xqueue"

    Option "AutoRepeat" "500 30"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option   "Xleds"      "1 2 3"

#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option "XkbModel"    "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option "XkbModel"    "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option "XkbLayout"   "de"
# or:
#    Option "XkbLayout"   "de"
#    Option "XkbVariant"  "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option "XkbOptions"  "ctrl:swapcaps"

# These are the default XKB settings for Xorg

#    Option "XkbModel"    "pc101"
#    Option "XkbLayout"   "us"
#    Option "XkbVariant"  ""
#    Option "XkbOptions"  ""

#    Option "XkbDisable"


    Option "XkbModel"   "microsoft"
    Option "XkbLayout"   "us"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Logitech MX500

   Identifier   "Mouse1"
   Driver   "mouse"
   Option   "Protocol"   "ExplorerPS/2"
   Option    "Device"   "/dev/mouse"
   Option    "Buttons"   "7"
   Option   "ZAxisMapping"   "6 7"
   Option   "Name"      "Logitech MX500"
EndSection
   
# 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


# **********************************************************************
# Other input device sections
# this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the xorg.conf man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice"
#    Identifier  "Mouse2"
#    Driver      "mouse"
#    Option      "Protocol"      "MouseMan"
#    Option      "Device"        "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball"
#    Driver     "magellan"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver     "spaceorb"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver     "microtouch"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "1412"
#    Option     "MaxX"          "15184"
#    Option     "MinY"          "15372"
#    Option     "MaxY"          "1230"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver     "elo2300"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "231"
#    Option     "MaxX"          "3868"
#    Option     "MinY"          "3858"
#    Option     "MaxY"          "272"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonThreshold"       "17"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "My Monitor"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    HorizSync   107

#    HorizSync   30-64         # multisync
#    HorizSync   31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync   15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    VertRefresh 40-150

EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
    Identifier   "Standard VGA"
    VendorName   "Unknown"
    BoardName   "Unknown"

# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.

#    Chipset   "generic"

# The Driver line must be present.  When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module.  Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.

    Driver     "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for.  When this line isn't present, a device
# section can only match up with the primary video device.  For PCI
# devices a line like the following could be used.  This line should not
# normally be included unless there is more than one video device
# intalled.

#    BusID      "PCI:0:10:0"

#    VideoRam   256

#    Clocks   25.2 28.3

EndSection

# Device configured by xorgconfig:

Section "Device"
    Identifier  "** ATI Radeon (generic)               [radeon]"
    Driver      "radeon"
    #VideoRam    131072
    # Insert Clocks lines here if appropriate
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen 1"
    Device      "** ATI Radeon (generic)               [radeon]"
    Monitor     "My Monitor"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1600x1200" #"1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1600x1200" #"1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1600x1200" #"1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Simple Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.

    Screen "Screen 1"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

 Section "DRI"
    Mode 0666
 EndSection
Back to top
View user's profile Send private message
BlueCame1
n00b
n00b


Joined: 11 Jul 2005
Posts: 33
Location: Durham, NC

PostPosted: Tue Jul 12, 2005 5:38 pm    Post subject: Reply with quote

Here is a simplified version of your xorg.conf. Back up your existing one and try this one instead. If you're running xdm (kdm/gdm) make sure you do "/etc/init.d/xdm restart" after putting the xorg.conf into place. If you don't then Xorg may not pick up the changes.

The main change here is to do away with the insanely high refresh. :) Don't stress, this is just for testing. It's possible you're driving your monitor to high and exceeding the dotclock or monitor bandwidth. Doing so could result in either a blank screen (monitor not able to sync to signal) or incorrect color and convergence which would make it look "out of focus".

If this xorg.conf improves your display quality then I would suggest the next step would be changing the monitor modes until you find one that is flicker free. That should be at about 85Hz for most people under normal viewing conditions. People with extreamly sensitive eyes or in harsh viewing conditions (over head florcents, 60Hz cycle lighting, etc) might be more comfortable at 90Hz to 100Hz. There is no benefit to driving your monitor at a higher refresh rate beyond what your eyes can detect as flicker. (ie. images will not display faster)

Assuming this xorg.conf displays an image of any type (there is no reason why it shouldn't unless I made a serious typo somewhere) please use your monitor controls to see what resolution and refresh rates are listed. Most modern CRTs have a on screen "info menu" to show this information. Also, in your XFree86.0.log file look for lines like:

Code:

(--) RADEON(0): Virtual size is 1600x1200 (pitch 1600)
(**) RADEON(0): *Default mode "1600x1200": 229.5 MHz, 106.2 kHz, 85.0 Hz
(II) RADEON(0): Modeline "1600x1200"  229.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync
(--) RADEON(0): Display dimensions: (400, 300) mm
(--) RADEON(0): DPI set to (101, 101)


These should match up with the information your monitor information OSD gives you.

Code:

Section "Module"
    Load        "dbe"     # Double buffer extension
    SubSection  "extmod"
       Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "freetype"
    Load       "glx"
    Load       "dri"
EndSection

Section "Files"
    RgbPath   "/usr/lib/X11/rgb"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/local/"
EndSection

Section "InputDevice"
    Identifier   "Keyboard1"
    Driver   "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbModel"   "microsoft"
    Option "XkbLayout"   "us"
EndSection

Section "InputDevice"
   # Logitech MX500
   Identifier   "Mouse1"
   Driver   "mouse"
   Option   "Protocol"   "ExplorerPS/2"
   Option    "Device"   "/dev/mouse"
   Option    "Buttons"   "7"
   Option   "ZAxisMapping"   "6 7"
   Option   "Name"      "Logitech MX500"
EndSection

Section "Monitor"
    Identifier  "My Monitor"
    ## Leave these commented out to let DDC detect
    # HorizSync   107
    # VertRefresh 40-150
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "radeon"
    VendorName  "ATI"
    BoardName    "Radeon 9200"
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "Card0"
    Monitor     "My Monitor"
    DefaultDepth 24 
    Subsection "Display"
        Depth       24
        Modes       "1600x1200"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

 Section "DRI"
    Mode 0666
 EndSection

_________________
--
Scott
Back to top
View user's profile Send private message
alastairII
n00b
n00b


Joined: 02 Jul 2004
Posts: 67
Location: Berkeley, CA

PostPosted: Tue Jul 12, 2005 6:28 pm    Post subject: Reply with quote

I restarted X with that (actually /etc/init.d/xdm restart just stopped X and dumped me at a login prompt, so instead of just typing startx I rebooted so as to start X the same way it gets started normally), and it's just as blurry, and it still has no noticeable flicker. I wish I could post a screenshot, but screenshots seem to capture the screen before the blurring, so when I display them on my laptop (which has no such problem) they look happy and sharp.
Back to top
View user's profile Send private message
BlueCame1
n00b
n00b


Joined: 11 Jul 2005
Posts: 33
Location: Durham, NC

PostPosted: Tue Jul 12, 2005 6:36 pm    Post subject: Reply with quote

Okay, but what about the other information? What did your monitor OSD information say about the resolution and refresh rate? What did the XFree86.0.log file say about the resolution and refresh rate? See my previous post for example output.

Get a digital camera and take a picture of your CRT w/o the flash on :)
_________________
--
Scott
Back to top
View user's profile Send private message
alastairII
n00b
n00b


Joined: 02 Jul 2004
Posts: 67
Location: Berkeley, CA

PostPosted: Tue Jul 12, 2005 6:46 pm    Post subject: Reply with quote

The monitor seemed to think I'm at 1600x1200@85hz vertically, using the monitor controls. The Xorg.0.log had this in it, with the last two lines repeated many times:
Code:
(--) RADEON(0): Virtual size is 1600x1200 (pitch 1600)
(**) RADEON(0): *Default mode "1600x1200": 229.5 MHz, 106.2 kHz, 85.0 Hz
(II) RADEON(0): Modeline "1600x1200"  229.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync
Back to top
View user's profile Send private message
BlueCame1
n00b
n00b


Joined: 11 Jul 2005
Posts: 33
Location: Durham, NC

PostPosted: Tue Jul 12, 2005 6:59 pm    Post subject: Reply with quote

Okay, so the XFree86.0.log and your monitor OSD match up. It seems the radeon driver defaulted to pushing the monitor to the highest dotclock it could. For kicks, try changing your Modes from "1600x1200" to 1280x1024" and see if the screen image is cleared up at that resolution. Use the monitor OSD to verify the resolution synced was 1280x1024 and not something else.

If that works then maybe "1600x1200@75" would be a valid mode to try as well.
_________________
--
Scott
Back to top
View user's profile Send private message
richard77
Apprentice
Apprentice


Joined: 21 Apr 2004
Posts: 281

PostPosted: Sat Aug 06, 2005 9:45 am    Post subject: Reply with quote

I had a similar problem when i bought my computer. It was a hardware problem.
IIRC there was a combination of mother board/video card and monitor that didn't work, because at some point the video signal was properly treated (the - voltage of the RGB were mixed of something like that).

Mine video card was a triplex (not sure about the spelling), and it was replaced by the store (after some arguments...)

Did you try with an other operating system, or with a live-cd, maybe not gentoo, maybe an older one with XFree, just in case.

I hope that yours is an software problem, but this is my experience.
_________________
Fletto i muscoli e sono nel vuoto
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum