Fedora Linux Support Community & Resources Center
  #1  
Old 11th May 2006, 03:07 AM
Phirax Offline
Registered User
 
Join Date: May 2006
Posts: 34
Installation & Config Issues

Hi, it has been a while since I last installed Linux (last time was Redhat 9). From what I can recall I had no problems with Redhat 9 using the same hardware except for a different graphics card, and new hard-disk.

Anyway I downloaded Fedora Core 5, burn't to CD (not DVD) and rebooted to install FC5 (note: already had partitions adjusted using Partition Magic 8).

Anaconda seemed to have no trouble picking up my hardware including my LCD monitor (list of some of my hardware below).

AMD Athlon XP 2800+ Barton
Asus A7V8X Rev 1014
ATi Radeon X850XT AGPx8
Kingston HyperX PC3200 2x 512MB RAM
Seagate 200GB HDD IDE ATA133
Hitachi 80GB HDD IDE ATA133
Sony DVD-ROM IDE
Sony CDR-RW IDE
Compro TV VideoMate Gold Plus
Audigy 2 ZS
Samsung SyncMaster 193T LCD
Bla Bla Bla..

All seemed to be going fine, then the graphical installer came up and I realised that for some odd reason half of the screen was off the side of my screen to the right/bottom. I use DVI to connect my graphics card to my LCD, and being Digital there are no alignment options, so it can't be that the screen needs adjusting.

I rebooted and used install configuration: linux text, to use the text based installer. This worked fine, however when i finished the install and rebooted, it would only go to init 3, so no X.org. Have they changed the name or something?, last time I checked it was XFree86. Anyway using startx, X loaded, however only to a res of 640x480. I looked through the menus and found the Display configuration, but as soon as I clicked on it, the entire system hung, forcing me to reset. Once rebooted I tried the Display configuration again, and again the system hung, so reset again. Booted up but didn't startx this time. I used VIM to edit /etc/X11/xorg.conf, and changed resolution to 1280x1024, and removed the fall back resolutions. ran startx again, but the resolution was still 640x480. I checked the /etc/X11/xorg.conf file, it was correct, not even a mention of 640x480 in it. I forced back to init 3, and edited the xorg.conf file again using VIM, checked everything, saved and exited. The i deleted all the backup config files, and restarted X. Still it was 640x480. I then decided that I'll try the ATi drivers, installed and configured them, updated the kernel. Rebooted and loaded X, still in 640x480, I tried the Display config again thinking with the proper ATi drivers it might work, however again my system hung. Reset, then tried to run it from the bash shell in init 3 using system-config-display, this time it worked, X started, and the display config was there, I could change my resolutions, etc, It was set to 640x480. Note: for some reason the font was extremely small, and I mean super small, even the text on the buttons, yet the buttons were huge (I guess due to the resolution) I thought the font size was a bit odd. Anyway I just set the display to 1280x1024, and clicked ok, X shutdown and mentioned something about xorg.conf being updated. Ran X again using init 5, was greated with the graphical login, but still the resolution was 640x480. Then I gave up, and figured someone here might have an idea on whats wrong.
Reply With Quote
  #2  
Old 11th May 2006, 03:15 AM
chayane Offline
Registered User
 
Join Date: May 2006
Posts: 21
check http://www.fedorafaq.org on installing drivers for your ATi graphics card. after installation you need to use te aticonfig tool to set the resolution .
Reply With Quote
  #3  
Old 11th May 2006, 03:17 AM
Phirax Offline
Registered User
 
Join Date: May 2006
Posts: 34
Ahh yes I follow'd that guide to install the ATi drivers, and all went ok, and actually yes I tried to use the ATI config tool, but it wouldn't run at all.
Reply With Quote
  #4  
Old 11th May 2006, 03:24 AM
chayane Offline
Registered User
 
Join Date: May 2006
Posts: 21
i hope you got selinux off, aticonfig --resolution=1280x1024 updates the Xorg file automatically,
Reply With Quote
  #5  
Old 11th May 2006, 03:26 AM
Phirax Offline
Registered User
 
Join Date: May 2006
Posts: 34
I used the guide to turn selinux off, and i just tried aticonfig --resolution=1280x1024, however it segfaults

[root@phirax-linux ~]# aticonfig --resolution=1280x1024
Using /etc/X11/xorg.conf
Saved back-up to /etc/X11/xorg.conf.original-0
Segmentation fault
[root@phirax-linux ~]#

Last edited by Phirax; 11th May 2006 at 03:28 AM.
Reply With Quote
  #6  
Old 11th May 2006, 03:30 AM
Phirax Offline
Registered User
 
Join Date: May 2006
Posts: 34
Here is my current xorg.conf file config:

# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# 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"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"

### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Samsung SyncMaster 191Tplus/193T/197T/CX900T"
DisplaySize 380 300
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "radeon"
VendorName "Videocard vendor"
BoardName "ATI Technologies Inc R480 [Radeon X850XT]"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection
Reply With Quote
  #7  
Old 11th May 2006, 04:00 AM
chayane Offline
Registered User
 
Join Date: May 2006
Posts: 21
i need you to paste your /var/log/Xorg.0.log
Reply With Quote
  #8  
Old 11th May 2006, 04:04 AM
chayane Offline
Registered User
 
Join Date: May 2006
Posts: 21
are you sure you installed the kmod-fglrx from the livna repository? becase the Driver section should be Section "Device"
Identifier "Videocard0"
Driver "fglrx" and not "radeon" as mentioned above. rpm -q kmod-fglrx to check if the fglrx driver is installed.
Reply With Quote
  #9  
Old 11th May 2006, 12:02 PM
Phirax Offline
Registered User
 
Join Date: May 2006
Posts: 34
OK..

[root@phirax-linux ~]# rpm -q kmod-fglrx
kmod-fglrx-8.24.8-2.2.6.16_1.2111_FC5
[root@phirax-linux ~]#

And for /var/log/Xorg.0.log (note had to split this up a few times due to its length)


X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.9-22.18.bz155725.ELsmp i686Red Hat, Inc.
Current Operating System: Linux phirax-linux 2.6.16-1.2111_FC5 #1 Thu May 4 21:16:58 EDT 2006 i686
Build Date: 06 March 2006
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: Thu May 11 20:58:10 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "single head configuration"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Videocard0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) FontPath set to "unix/:7100"
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
Reply With Quote
  #10  
Old 11th May 2006, 12:03 PM
Phirax Offline
Registered User
 
Join Date: May 2006
Posts: 34
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.8
X.Org XInput driver : 0.5
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.0.0, 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/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.8
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3189 card 1043,807f rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b168 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 14e4,4401 card 1043,80a8 rev 01 class 02,00,00 hdr 00
(II) PCI: 00:0a:0: chip 1102,0004 card 1102,2002 rev 04 class 04,01,00 hdr 80
(II) PCI: 00:0a:1: chip 1102,7003 card 1102,0040 rev 04 class 09,80,00 hdr 80
(II) PCI: 00:0a:2: chip 1102,4001 card 1102,0010 rev 04 class 0c,00,10 hdr 80
(II) PCI: 00:0b:0: chip 1131,7134 card 185b,c200 rev 01 class 04,80,00 hdr 00
(II) PCI: 00:0e:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:0f:0: chip 1000,0001 card 1000,1000 rev 23 class 01,00,00 hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1043,808c rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1043,808c rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1043,808c rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3104 card 1043,808c rev 82 class 0c,03,20 hdr 00
(II) PCI: 00:11:0: chip 1106,3177 card 1043,808c rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 1043,808c rev 06 class 01,01,8a hdr 00
(II) PCI: 00:11:5: chip 1106,3059 card 1043,8095 rev 50 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4b49 card 1002,0312 rev 00 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,4b69 card 1002,0313 rev 00 class 03,80,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,1), 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]
Reply With Quote
  #11  
Old 11th May 2006, 12:03 PM
Phirax Offline
Registered User
 
Join Date: May 2006
Posts: 34
(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 0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xde800000 - 0xdfefffff (0x1700000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xe0000000 - 0xf7ffffff (0x18000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) ATI Technologies Inc R480 [Radeon X850XT] rev 0, Mem @ 0xf0000000/27, 0xdf000000/16, I/O @ 0xd800/8, BIOS @ 0xeffe0000/17
(--) PCI: (1:0:1) ATI Technologies Inc R480 [Radeon X850XT secondary] rev 0, Mem @ 0xe0000000/27, 0xde800000/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 0xdb000000 - 0xdb0000ff (0x100) MX[B]
[1] -1 0 0xdb800000 - 0xdb8000ff (0x100) MX[B]
[2] -1 0 0xdc000000 - 0xdc0000ff (0x100) MX[B]
[3] -1 0 0xdc800000 - 0xdc8003ff (0x400) MX[B]
[4] -1 0 0xdd000000 - 0xdd003fff (0x4000) MX[B]
[5] -1 0 0xdd800000 - 0xdd8007ff (0x800) MX[B]
[6] -1 0 0xde000000 - 0xde001fff (0x2000) MX[B]
[7] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
[8] -1 0 0xde800000 - 0xde80ffff (0x10000) MX[B](B)
[9] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[10] -1 0 0xeffe0000 - 0xefffffff (0x20000) MX[B](B)
[11] -1 0 0xdf000000 - 0xdf00ffff (0x10000) MX[B](B)
[12] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[13] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[14] -1 0 0x00009400 - 0x0000940f (0x10) IX[B]
[15] -1 0 0x00009800 - 0x0000981f (0x20) IX[B]
[16] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[B]
[17] -1 0 0x0000a400 - 0x0000a41f (0x20) IX[B]
[18] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
[19] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]
[20] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[B]
[21] -1 0 0x0000b800 - 0x0000b83f (0x40) IX[B]
[22] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xdb000000 - 0xdb0000ff (0x100) MX[B]
[1] -1 0 0xdb800000 - 0xdb8000ff (0x100) MX[B]
[2] -1 0 0xdc000000 - 0xdc0000ff (0x100) MX[B]
[3] -1 0 0xdc800000 - 0xdc8003ff (0x400) MX[B]
[4] -1 0 0xdd000000 - 0xdd003fff (0x4000) MX[B]
[5] -1 0 0xdd800000 - 0xdd8007ff (0x800) MX[B]
[6] -1 0 0xde000000 - 0xde001fff (0x2000) MX[B]
[7] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
[8] -1 0 0xde800000 - 0xde80ffff (0x10000) MX[B](B)
[9] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[10] -1 0 0xeffe0000 - 0xefffffff (0x20000) MX[B](B)
[11] -1 0 0xdf000000 - 0xdf00ffff (0x10000) MX[B](B)
[12] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[13] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[14] -1 0 0x00009400 - 0x0000940f (0x10) IX[B]
[15] -1 0 0x00009800 - 0x0000981f (0x20) IX[B]
[16] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[B]
[17] -1 0 0x0000a400 - 0x0000a41f (0x20) IX[B]
[18] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
[19] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]
[20] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[B]
[21] -1 0 0x0000b800 - 0x0000b83f (0x40) IX[B]
[22] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
Reply With Quote
  #12  
Old 11th May 2006, 12:04 PM
Phirax Offline
Registered User
 
Join Date: May 2006
Posts: 34
(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 0xdb000000 - 0xdb0000ff (0x100) MX[B]
[6] -1 0 0xdb800000 - 0xdb8000ff (0x100) MX[B]
[7] -1 0 0xdc000000 - 0xdc0000ff (0x100) MX[B]
[8] -1 0 0xdc800000 - 0xdc8003ff (0x400) MX[B]
[9] -1 0 0xdd000000 - 0xdd003fff (0x4000) MX[B]
[10] -1 0 0xdd800000 - 0xdd8007ff (0x800) MX[B]
[11] -1 0 0xde000000 - 0xde001fff (0x2000) MX[B]
[12] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
[13] -1 0 0xde800000 - 0xde80ffff (0x10000) MX[B](B)
[14] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[15] -1 0 0xeffe0000 - 0xefffffff (0x20000) MX[B](B)
[16] -1 0 0xdf000000 - 0xdf00ffff (0x10000) MX[B](B)
[17] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[20] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[21] -1 0 0x00009400 - 0x0000940f (0x10) IX[B]
[22] -1 0 0x00009800 - 0x0000981f (0x20) IX[B]
[23] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[B]
[24] -1 0 0x0000a400 - 0x0000a41f (0x20) IX[B]
[25] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
[26] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]
[27] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[B]
[28] -1 0 0x0000b800 - 0x0000b83f (0x40) IX[B]
[29] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 7.0.0, 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/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.0.0, 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 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: "fbdevhw"
(II) Loading /usr/lib/xorg/modules/linux/libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 0.0.2
ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 7.0.0, 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/xorg/modules/extensions/libGLcore.so
Reply With Quote
  #13  
Old 11th May 2006, 12:04 PM
Phirax Offline
Registered User
 
Join Date: May 2006
Posts: 34
(II) Module GLcore: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(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 7.0.0, 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: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 7.0.0, 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) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.0.0, 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/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
compiled for 7.0.0, 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/xorg/modules/drivers/radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 4.0.3
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "ati"
(II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
(II) Module ati: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 6.5.7
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.4
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.5
(II) ATI: ATI driver (version 6.5.7) 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 (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/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 (PCI/AGP),
ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
ATI Rage 128 4X SN (PCI/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 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 9200PRO 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 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 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),
Reply With Quote
  #14  
Old 11th May 2006, 12:05 PM
Phirax Offline
Registered User
 
Join Date: May 2006
Posts: 34
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 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 (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 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), 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 Radeon FireGL (R480) GL 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)
(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 X850 XT (R480) (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 0xdb000000 - 0xdb0000ff (0x100) MX[B]
[6] -1 0 0xdb800000 - 0xdb8000ff (0x100) MX[B]
[7] -1 0 0xdc000000 - 0xdc0000ff (0x100) MX[B]
[8] -1 0 0xdc800000 - 0xdc8003ff (0x400) MX[B]
[9] -1 0 0xdd000000 - 0xdd003fff (0x4000) MX[B]
[10] -1 0 0xdd800000 - 0xdd8007ff (0x800) MX[B]
[11] -1 0 0xde000000 - 0xde001fff (0x2000) MX[B]
[12] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
[13] -1 0 0xde800000 - 0xde80ffff (0x10000) MX[B](B)
[14] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[15] -1 0 0xeffe0000 - 0xefffffff (0x20000) MX[B](B)
[16] -1 0 0xdf000000 - 0xdf00ffff (0x10000) MX[B](B)
[17] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[20] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[21] -1 0 0x00009400 - 0x0000940f (0x10) IX[B]
[22] -1 0 0x00009800 - 0x0000981f (0x20) IX[B]
[23] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[B]
[24] -1 0 0x0000a400 - 0x0000a41f (0x20) IX[B]
[25] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
[26] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]
[27] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[B]
[28] -1 0 0x0000b800 - 0x0000b83f (0x40) IX[B]
[29] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Reloading /usr/lib/xorg/modules/drivers/radeon_drv.so
(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 0xdb000000 - 0xdb0000ff (0x100) MX[B]
[6] -1 0 0xdb800000 - 0xdb8000ff (0x100) MX[B]
[7] -1 0 0xdc000000 - 0xdc0000ff (0x100) MX[B]
[8] -1 0 0xdc800000 - 0xdc8003ff (0x400) MX[B]
[9] -1 0 0xdd000000 - 0xdd003fff (0x4000) MX[B]
[10] -1 0 0xdd800000 - 0xdd8007ff (0x800) MX[B]
[11] -1 0 0xde000000 - 0xde001fff (0x2000) MX[B]
[12] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
[13] -1 0 0xde800000 - 0xde80ffff (0x10000) MX[B](B)
[14] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[15] -1 0 0xeffe0000 - 0xefffffff (0x20000) MX[B](B)
[16] -1 0 0xdf000000 - 0xdf00ffff (0x10000) MX[B](B)
[17] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[18] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[19] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[20] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[23] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[24] -1 0 0x00009400 - 0x0000940f (0x10) IX[B]
[25] -1 0 0x00009800 - 0x0000981f (0x20) IX[B]
[26] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[B]
[27] -1 0 0x0000a400 - 0x0000a41f (0x20) IX[B]
[28] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
[29] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]
[30] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[B]
[31] -1 0 0x0000b800 - 0x0000b83f (0x40) IX[B]
[32] -1 0 0x0000d800 - 0x0000d8ff (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.
(II) RADEON(0): MMIO registers at 0xdf000000
(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/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.8
(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/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.8
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(0): Chipset: "ATI Radeon X850 XT (R480) (AGP)" (ChipID = 0x4b49)
(--) RADEON(0): Linear framebuffer at 0xf0000000
(--) RADEON(0): BIOS at 0xeffe0000
(--) RADEON(0): VideoRAM: 131072 kByte (256 bit DDR SDRAM)
(II) RADEON(0): AGP card detected
(II) RADEON(0): Color tiling disabled
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.8
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.2.0
ABI class: X.Org Video Driver, version 0.8
(II) RADEON(0): I2C bus "DDC" initialized.
(II) RADEON(0): ATOM BIOS detected
(II) RADEON(0): Port0: DDCType-2, DACType-0, TMDSType--1, ConnectorType-1
(II) RADEON(0): Port1: DDCType-1, DACType-1, TMDSType-0, ConnectorType-2
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 1, Detected Type: 3
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
Reply With Quote
  #15  
Old 11th May 2006, 12:07 PM
Phirax Offline
Registered User
 
Join Date: May 2006
Posts: 34
(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): EDID data from the display on port 1 ----------------------
(II) RADEON(0): Manufacturer: SAM Model: bb Serial#: 1312960825
(II) RADEON(0): Year: 2003 Week: 33
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 38 vert.: 30
(II) RADEON(0): Gamma: 2.60
(II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.635 redY: 0.345 greenX: 0.295 greenY: 0.600
(II) RADEON(0): blueX: 0.140 blueY: 0.080 whiteX: 0.310 whiteY: 0.330
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(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: 1280 vsize 1024 refresh: 60 vid: 32897
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm
(II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 140 MHz
(II) RADEON(0): Monitor name: SyncMaster
(II) RADEON(0): Serial No: HMEW801211
(II) RADEON(0):
(II) RADEON(0): Primary:
Monitor -- TMDS
Connector -- DVI-I
DAC Type -- TVDAC/ExtDAC
TMDS Type -- Internal
DDC Type -- MONID
(II) RADEON(0): Secondary:
Monitor -- CRT
Connector -- VGA
DAC Type -- Primary
TMDS Type -- NONE
DDC Type -- DVI_DDC
(II) RADEON(0): ref_freq: 2700, min_pll: 20000, max_pll: 50000, xclk: 40000, sclk: 520.000000, mclk: 540.000000
(II) RADEON(0): PLL parameters: rf=2700 rd=2 min=20000 max=50000; xclk=40000
(WW) RADEON(0): Failed to detect secondary monitor DDC, default HSync and VRefresh used
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Validating modes on Primary head ---------
(II) RADEON(0): TMDS PLL from BIOS: 16500 b011c
(II) RADEON(0): Panel infos found from DDC detailed: 1280x1024
(II) RADEON(0): Valid Mode from Detailed timing table: 1280x1024
(II) RADEON(0): Valid Mode from standard timing table: 1280x1024
(II) RADEON(0): Valid Mode from established timing table: 1280x1024
(II) RADEON(0): Valid Mode from established timing table: 1024x768
(II) RADEON(0): Valid Mode from established timing table: 1024x768
(II) RADEON(0): Valid Mode from established timing table: 1024x768
(II) RADEON(0): Valid Mode from established timing table: 832x624
(II) RADEON(0): Valid Mode from established timing table: 800x600
(II) RADEON(0): Valid Mode from established timing table: 800x600
(II) RADEON(0): Valid Mode from established timing table: 800x600
(II) RADEON(0): Valid Mode from established timing table: 800x600
(II) RADEON(0): Valid Mode from established timing table: 640x480
(II) RADEON(0): Valid Mode from established timing table: 640x480
(II) RADEON(0): Valid Mode from established timing table: 640x480
(II) RADEON(0): Total of 14 mode(s) found.
(II) RADEON(0): Total number of valid DDC mode(s) found: 14
Reply With Quote
Reply

Tags
config, installation, issues

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Issues with consolehelper and system-config-printer theflier13 Using Fedora 0 27th June 2008 05:15 PM
Mouse, keyboard issues .. and X config The Madcap Hardware & Laptops 9 16th January 2008 12:50 AM
VSFTPD User config issues OverDone Using Fedora 0 18th June 2007 05:14 PM
net config issues swammi Servers & Networking 3 21st June 2006 07:37 PM
NEC Versa Lite FX - Mouse config issues in X Screwball Hardware & Laptops 1 13th August 2004 01:31 AM


Current GMT-time: 01:16 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat