Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

lenny: cannot increase screen resolution

 
   Soft32 Home -> Linux -> GTK-GNOME RSS
Next:  Accepted libtasn1-3 2.2-1 (source i386)  
Author Message
Alexander Rozhkov

External


Since: Oct 13, 2005
Posts: 4



(Msg. 1) Posted: Thu May 21, 2009 5:20 am
Post subject: lenny: cannot increase screen resolution
Archived from groups: linux>debian>maint>gtk>gnome (more info?)

I have Debian Lenny. My monitor can handle 1280x1024 resolution. Yet I
cannot make it work at such a resolution.

The monitor manual recommends:
1280x1024 scanning rate above 75Hz.

dpkg-reconfigure xserver-xorg

produces an unworkable xorg.conf file: the X-server does not start up
after reconfiguration. The reconfiguration process is very strange: it
asks me thoroughly about my keyboard and then it exists with a message
that the xorg.conf is written. It never asks me about my monitor,
resolution, video adapter.

Although I have 1280x1024 mode in my custom-made xorg.conf file, it
has no effect on the list of resolution modes the gnome Screen
Resolution tool offers. The latter offers 1280x800 as the highest
resolution. Below are my xorg.conf and Xorg.0.log files.

******************************************************************
xorg.conf begins below
*******************************************************************
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/etc/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "dbe"
Load "dri"
Load "xtrap"
Load "record"
Load "GLcore"
Load "extmod"
Load "glx"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
# The following option line is added by me to fix the keyboard switching applet
# misbehaviour.
Option "XkbLayout" "us,ru"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30-111 # horizontal refresh frequencies
VertRefresh 50-160 # vertical refresh frequencies
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "AccelMethod" # [<str>]
#Option "offscreensize" # [<str>]
#Option "SWcursor" # [<bool>]
#Option "ignoreconnector" # [<str>]
#Option "forcereduced" # [<bool>]
#Option "forcedpi" # <i>
#Option "useconfiguredmonitor" # [<bool>]
#Option "HPD" # <str>
#Option "NoRandr" # [<bool>]
#Option "RRUseXF86Edid" # [<bool>]
#Option "RROutputOrder" # [<str>]
#Option "TVMode" # [<str>]
Identifier "Card0"
Driver "radeonhd"
VendorName "ATI Technologies Inc"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
EndSection

Section "Modes"
Identifier "Modes[0]"
# Modeline "1280x1024" 109.62 1280 1336 1472 1720 1024 1024 1026 1062
Modeline "1280x1024" 156.43 1280 1312 1904 1936 1024 1043 1056 1076
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1280x1024"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1280x1024"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1280x1024"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1280x1024"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
****************************************************************
end of xorg.conf
****************************************************************

****************************************************************
Xorg.0.log begins below
****************************************************************

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-10.lenny1)
Current Operating System: Linux besstrashny 2.6.26-2-686 #1 SMP Mon
May 11 19:00:59 UTC 2009 i686
Build Date: 15 March 2009 03:18:10PM

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 21 10:17:13 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(==) Including the default font path
/usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
(**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/cyrillic,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(**) RgbPath set to "/etc/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81e38c0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 2.0
X.Org XInput driver : 2.0
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 2.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,29c0 card 1043,8276 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,29c1 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1a:0: chip 8086,2937 card 1043,8277 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1a:1: chip 8086,2938 card 1043,8277 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1a:2: chip 8086,2939 card 1043,8277 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1a:7: chip 8086,293c card 1043,8277 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1b:0: chip 8086,293e card 1043,829f rev 02 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,2940 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:4: chip 8086,2948 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:5: chip 8086,294a card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2934 card 1043,8277 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2935 card 1043,8277 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,2936 card 1043,8277 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,293a card 1043,8277 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 92 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,2918 card 1043,8277 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:2: chip 8086,2921 card 1043,8277 rev 02 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,2930 card 1043,8277 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2926 card 1043,8277 rev 02 class 01,01,85 hdr 00
(II) PCI: 01:00:0: chip 1002,9501 card 1787,2244 rev 00 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,aa18 card 1787,aa18 rev 00 class 04,03,00 hdr 80
(II) PCI: 02:00:0: chip 1969,1048 card 1043,8226 rev b0 class 02,00,00 hdr 00
(II) PCI: 03:00:0: chip 11ab,6121 card 1043,82a2 rev b2 class 01,01,8f hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,5), 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: 0x000a (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 0xfe900000 - 0xfe9fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:28:0), (0,4,4), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 4 prefetchable memory range:
[0] -1 0 0xfdf00000 - 0xfdffffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:4), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x0000e000 - 0x0000efff (0x1000) IX[B]
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xfeb00000 - 0xfebfffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:5), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xfea00000 - 0xfeafffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:30:0), (0,5,5), BCTRL: 0x0002 (VGA_EN is cleared)
(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 unknown chipset (0x9501) rev 0,
Mem @ 0xd0000000/28, 0xfe9e0000/16, I/O @ 0xd000/8, BIOS @
0xfe9c0000/17
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[1] -1 0 0xfeac0000 - 0xfeafffff (0x40000) MX[B]
[2] -1 0 0xfe9fc000 - 0xfe9fffff (0x4000) MX[B]
[3] -1 0 0xfe8ff400 - 0xfe8ff4ff (0x100) MX[B]
[4] -1 0 0xfe8ff800 - 0xfe8ffbff (0x400) MX[B]
[5] -1 0 0xfe8f8000 - 0xfe8fbfff (0x4000) MX[B]
[6] -1 0 0xfe8ffc00 - 0xfe8fffff (0x400) MX[B]
[7] -1 0 0xfe9c0000 - 0xfe9dffff (0x20000) MX[B](B)
[8] -1 0 0xfe9e0000 - 0xfe9effff (0x10000) MX[B](B)
[9] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[10] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
[11] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B]
[12] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[13] -1 0 0x0000e880 - 0x0000e883 (0x4) IX[B]
[14] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[15] -1 0 0x0000b400 - 0x0000b40f (0x10) IX[B]
[16] -1 0 0x0000b480 - 0x0000b48f (0x10) IX[B]
[17] -1 0 0x0000b800 - 0x0000b803 (0x4) IX[B]
[18] -1 0 0x0000b880 - 0x0000b887 (0x8) IX[B]
[19] -1 0 0x0000bc00 - 0x0000bc03 (0x4) IX[B]
[20] -1 0 0x0000c000 - 0x0000c007 (0x8) IX[B]
[21] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[22] -1 0 0x0000a400 - 0x0000a40f (0x10) IX[B]
[23] -1 0 0x0000a480 - 0x0000a48f (0x10) IX[B]
[24] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
[25] -1 0 0x0000a880 - 0x0000a887 (0x8) IX[B]
[26] -1 0 0x0000ac00 - 0x0000ac03 (0x4) IX[B]
[27] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
[28] -1 0 0x0000c480 - 0x0000c49f (0x20) IX[B]
[29] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B]
[30] -1 0 0x0000c080 - 0x0000c09f (0x20) IX[B]
[31] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B]
[32] -1 0 0x0000c880 - 0x0000c89f (0x20) IX[B]
[33] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B]
[34] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[1] -1 0 0xfeac0000 - 0xfeafffff (0x40000) MX[B]
[2] -1 0 0xfe9fc000 - 0xfe9fffff (0x4000) MX[B]
[3] -1 0 0xfe8ff400 - 0xfe8ff4ff (0x100) MX[B]
[4] -1 0 0xfe8ff800 - 0xfe8ffbff (0x400) MX[B]
[5] -1 0 0xfe8f8000 - 0xfe8fbfff (0x4000) MX[B]
[6] -1 0 0xfe8ffc00 - 0xfe8fffff (0x400) MX[B]
[7] -1 0 0xfe9c0000 - 0xfe9dffff (0x20000) MX[B](B)
[8] -1 0 0xfe9e0000 - 0xfe9effff (0x10000) MX[B](B)
[9] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[10] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
[11] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B]
[12] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[13] -1 0 0x0000e880 - 0x0000e883 (0x4) IX[B]
[14] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[15] -1 0 0x0000b400 - 0x0000b40f (0x10) IX[B]
[16] -1 0 0x0000b480 - 0x0000b48f (0x10) IX[B]
[17] -1 0 0x0000b800 - 0x0000b803 (0x4) IX[B]
[18] -1 0 0x0000b880 - 0x0000b887 (0x8) IX[B]
[19] -1 0 0x0000bc00 - 0x0000bc03 (0x4) IX[B]
[20] -1 0 0x0000c000 - 0x0000c007 (0x8) IX[B]
[21] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[22] -1 0 0x0000a400 - 0x0000a40f (0x10) IX[B]
[23] -1 0 0x0000a480 - 0x0000a48f (0x10) IX[B]
[24] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
[25] -1 0 0x0000a880 - 0x0000a887 (0x8) IX[B]
[26] -1 0 0x0000ac00 - 0x0000ac03 (0x4) IX[B]
[27] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
[28] -1 0 0x0000c480 - 0x0000c49f (0x20) IX[B]
[29] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B]
[30] -1 0 0x0000c080 - 0x0000c09f (0x20) IX[B]
[31] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B]
[32] -1 0 0x0000c880 - 0x0000c89f (0x20) IX[B]
[33] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B]
[34] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[5] -1 0 0xfeac0000 - 0xfeafffff (0x40000) MX[B]
[6] -1 0 0xfe9fc000 - 0xfe9fffff (0x4000) MX[B]
[7] -1 0 0xfe8ff400 - 0xfe8ff4ff (0x100) MX[B]
[8] -1 0 0xfe8ff800 - 0xfe8ffbff (0x400) MX[B]
[9] -1 0 0xfe8f8000 - 0xfe8fbfff (0x4000) MX[B]
[10] -1 0 0xfe8ffc00 - 0xfe8fffff (0x400) MX[B]
[11] -1 0 0xfe9c0000 - 0xfe9dffff (0x20000) MX[B](B)
[12] -1 0 0xfe9e0000 - 0xfe9effff (0x10000) MX[B](B)
[13] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
[17] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B]
[18] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[19] -1 0 0x0000e880 - 0x0000e883 (0x4) IX[B]
[20] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[21] -1 0 0x0000b400 - 0x0000b40f (0x10) IX[B]
[22] -1 0 0x0000b480 - 0x0000b48f (0x10) IX[B]
[23] -1 0 0x0000b800 - 0x0000b803 (0x4) IX[B]
[24] -1 0 0x0000b880 - 0x0000b887 (0x8) IX[B]
[25] -1 0 0x0000bc00 - 0x0000bc03 (0x4) IX[B]
[26] -1 0 0x0000c000 - 0x0000c007 (0x8) IX[B]
[27] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[28] -1 0 0x0000a400 - 0x0000a40f (0x10) IX[B]
[29] -1 0 0x0000a480 - 0x0000a48f (0x10) IX[B]
[30] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
[31] -1 0 0x0000a880 - 0x0000a887 (0x8) IX[B]
[32] -1 0 0x0000ac00 - 0x0000ac03 (0x4) IX[B]
[33] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
[34] -1 0 0x0000c480 - 0x0000c49f (0x20) IX[B]
[35] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B]
[36] -1 0 0x0000c080 - 0x0000c09f (0x20) IX[B]
[37] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B]
[38] -1 0 0x0000c880 - 0x0000c89f (0x20) IX[B]
[39] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B]
[40] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
(II) "extmod" will be loaded. This was enabled by default and also
specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also
specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also
specified in the config file.
(II) "freetype" will be loaded by default.
(II) "record" will be loaded. This was enabled by default and also
specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also
specified in the config file.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 1.4.2, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "radeonhd"
(II) Loading /usr/lib/xorg/modules/drivers//radeonhd_drv.so
(II) Module radeonhd: vendor="AMD GPG"
compiled for 1.4.0.90, module version = 1.2.1
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.4.0.90, module version = 1.3.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.4.0.90, module version = 1.3.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.0
(II) RADEONHD: X driver for the following AMD GPG (ATI) graphics devices:
RV505 : Radeon X1550, X1550 64bit.
RV515 : Radeon X1300, X1550, X1600; FireGL V3300, V3350.
RV516 : Radeon X1300, X1550, X1550 64-bit, X1600; FireMV 2250.
R520 : Radeon X1800; FireGL V5300, V7200, V7300, V7350.
RV530 : Radeon X1300 XT, X1600, X1600 Pro, X1650; FireGL V3400, V5200.
RV535 : Radeon X1300, X1650.
RV550 : Radeon X2300 HD.
RV560 : Radeon X1650.
RV570 : Radeon X1950, X1950 GT; FireGL V7400.
R580 : Radeon X1900, X1950; AMD Stream Processor.
R600 : Radeon HD 2900 GT/Pro/XT; FireGL V7600/V8600/V8650.
RV610 : Radeon HD 2350, HD 2400 Pro/XT, HD 2400 Pro AGP; FireGL V4000.
RV620 : Radeon HD 3450, HD 3470.
RV630 : Radeon HD 2600 LE/Pro/XT, HD 2600 Pro/XT AGP; Gemini RV630;
FireGL V3600/V5600.
RV635 : Radeon HD 3650, HD 3670.
RV670 : Radeon HD 3690, 3850, HD 3870, FireGL V7700, FireStream 9170.
R680 : Radeon HD 3870 X2.
M52 : Mobility Radeon X1300.
M54 : Mobility Radeon X1400; M54-GL.
M56 : Mobility Radeon X1600; Mobility FireGL V5200.
M58 : Mobility Radeon X1800, X1800 XT; Mobility FireGL V7100, V7200.
M62 : Mobility Radeon X1350.
M64 : Mobility Radeon X1450, X2300.
M66 : Mobility Radeon X1700, X1700 XT; FireGL V5250.
M68 : Mobility Radeon X1900.
M71 : Mobility Radeon HD 2300.
M72 : Mobility Radeon HD 2400; Radeon E2400.
M74 : Mobility Radeon HD 2400 XT.
M76 : Mobility Radeon HD 2600;
(Gemini ATI) Mobility Radeon HD 2600 XT.
M82 : Mobility Radeon HD 3400.
RS600 : Radeon Xpress 1200, Xpress 1250.
RS690 : Radeon X1200, X1250, X1270.

(II) RADEONHD: version 1.2.1, built from non-git sources

(II) Primary Device is: PCI 01:00:0
(--) Chipset RV670 found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[5] -1 0 0xfeac0000 - 0xfeafffff (0x40000) MX[B]
[6] -1 0 0xfe9fc000 - 0xfe9fffff (0x4000) MX[B]
[7] -1 0 0xfe8ff400 - 0xfe8ff4ff (0x100) MX[B]
[8] -1 0 0xfe8ff800 - 0xfe8ffbff (0x400) MX[B]
[9] -1 0 0xfe8f8000 - 0xfe8fbfff (0x4000) MX[B]
[10] -1 0 0xfe8ffc00 - 0xfe8fffff (0x400) MX[B]
[11] -1 0 0xfe9c0000 - 0xfe9dffff (0x20000) MX[B](B)
[12] -1 0 0xfe9e0000 - 0xfe9effff (0x10000) MX[B](B)
[13] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
[17] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B]
[18] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[19] -1 0 0x0000e880 - 0x0000e883 (0x4) IX[B]
[20] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[21] -1 0 0x0000b400 - 0x0000b40f (0x10) IX[B]
[22] -1 0 0x0000b480 - 0x0000b48f (0x10) IX[B]
[23] -1 0 0x0000b800 - 0x0000b803 (0x4) IX[B]
[24] -1 0 0x0000b880 - 0x0000b887 (0x8) IX[B]
[25] -1 0 0x0000bc00 - 0x0000bc03 (0x4) IX[B]
[26] -1 0 0x0000c000 - 0x0000c007 (0x8) IX[B]
[27] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[28] -1 0 0x0000a400 - 0x0000a40f (0x10) IX[B]
[29] -1 0 0x0000a480 - 0x0000a48f (0x10) IX[B]
[30] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
[31] -1 0 0x0000a880 - 0x0000a887 (0x8) IX[B]
[32] -1 0 0x0000ac00 - 0x0000ac03 (0x4) IX[B]
[33] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
[34] -1 0 0x0000c480 - 0x0000c49f (0x20) IX[B]
[35] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B]
[36] -1 0 0x0000c080 - 0x0000c09f (0x20) IX[B]
[37] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B]
[38] -1 0 0x0000c880 - 0x0000c89f (0x20) IX[B]
[39] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B]
[40] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[5] -1 0 0xfeac0000 - 0xfeafffff (0x40000) MX[B]
[6] -1 0 0xfe9fc000 - 0xfe9fffff (0x4000) MX[B]
[7] -1 0 0xfe8ff400 - 0xfe8ff4ff (0x100) MX[B]
[8] -1 0 0xfe8ff800 - 0xfe8ffbff (0x400) MX[B]
[9] -1 0 0xfe8f8000 - 0xfe8fbfff (0x4000) MX[B]
[10] -1 0 0xfe8ffc00 - 0xfe8fffff (0x400) MX[B]
[11] -1 0 0xfe9c0000 - 0xfe9dffff (0x20000) MX[B](B)
[12] -1 0 0xfe9e0000 - 0xfe9effff (0x10000) MX[B](B)
[13] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
[17] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B]
[18] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[19] -1 0 0x0000e880 - 0x0000e883 (0x4) IX[B]
[20] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[21] -1 0 0x0000b400 - 0x0000b40f (0x10) IX[B]
[22] -1 0 0x0000b480 - 0x0000b48f (0x10) IX[B]
[23] -1 0 0x0000b800 - 0x0000b803 (0x4) IX[B]
[24] -1 0 0x0000b880 - 0x0000b887 (0x8) IX[B]
[25] -1 0 0x0000bc00 - 0x0000bc03 (0x4) IX[B]
[26] -1 0 0x0000c000 - 0x0000c007 (0x8) IX[B]
[27] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[28] -1 0 0x0000a400 - 0x0000a40f (0x10) IX[B]
[29] -1 0 0x0000a480 - 0x0000a48f (0x10) IX[B]
[30] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
[31] -1 0 0x0000a880 - 0x0000a887 (0x8) IX[B]
[32] -1 0 0x0000ac00 - 0x0000ac03 (0x4) IX[B]
[33] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
[34] -1 0 0x0000c480 - 0x0000c49f (0x20) IX[B]
[35] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B]
[36] -1 0 0x0000c080 - 0x0000c09f (0x20) IX[B]
[37] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B]
[38] -1 0 0x0000c880 - 0x0000c89f (0x20) IX[B]
[39] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B]
[40] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
(==) RADEONHD(0): Depth 24, (--) framebuffer bpp 32
(**) RADEONHD(0): Selected ShadowFB.
(II) RADEONHD(0): Unknown card detected: 0x9501:0x1787:0x2244.
If - and only if - your card does not work or does not work optimally
please contact radeonhd.TakeThisOut@opensuse.org to help rectify this.
Use the subject: 0x9501:0x1787:0x2244: <name of board>
and *please* describe the problems you are seeing
in your message.
(--) RADEONHD(0): Detected an RV670 on an unidentified card
(II) RADEONHD(0): Mapped IO at 0xb7ab0000 (size 0x00010000)
(II) RADEONHD(0): Getting BIOS copy from legacy VBIOS location
(II) RADEONHD(0): ATOM BIOS Rom:
SubsystemVendorID: 0x1787 SubsystemID: 0x2244
IOBaseAddress: 0xd000
Filename: SB33901.025
BIOS Bootup Message:

113-B33901-025 RV670 GDDR4 512MB 78125CBA.SFH-F


(II) RADEONHD(0): Analog TV Default Mode: 1
(II) RADEONHD(0): Found default TV Mode NTSC
(II) RADEONHD(0): The detected amount of videoram exceeds the PCI BAR aperture.
(II) RADEONHD(0): Using only 262144kB of the total 524288kB.
(--) RADEONHD(0): VideoRAM: 262144 kByte
(II) RADEONHD(0): Framebuffer space used by Firmware (kb): 16
(II) RADEONHD(0): Start of VRAM area used by Firmware: 0x1fffc000
(II) RADEONHD(0): AtomBIOS requests 16kB of VRAM scratch space
(II) RADEONHD(0): AtomBIOS VRAM scratch base: 0x1fffc000
(WW) RADEONHD(0): rhdAtomAllocateFbScratch: FW FB scratch area
536854528 (size: 16384) extends beyond available framebuffer size
268435456
(II) RADEONHD(0): Cannot get VRAM scratch space. Allocating in main
memory instead
(II) RADEONHD(0): Default Engine Clock: 777000
(II) RADEONHD(0): Default Memory Clock: 1126000
(II) RADEONHD(0): Maximum Pixel ClockPLL Frequency Output: 1200000
(II) RADEONHD(0): Minimum Pixel ClockPLL Frequency Output: 0
(II) RADEONHD(0): Maximum Pixel ClockPLL Frequency Input: 13500
(II) RADEONHD(0): Minimum Pixel ClockPLL Frequency Input: 1000
(II) RADEONHD(0): Maximum Pixel Clock: 400000
(II) RADEONHD(0): Reference Clock: 27000
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module "i2c" already built-in
(II) RADEONHD(0): Reference Clock: 27000
(II) RADEONHD(0): I2C bus "RHD I2C line 0" initialized.
(II) RADEONHD(0): I2C bus "RHD I2C line 1" initialized.
(II) RADEONHD(0): I2C bus "RHD I2C line 2" initialized.
(II) RADEONHD(0): I2C bus "RHD I2C line 3" initialized.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) RADEONHD(0): Detected VGA mode.
(II) RADEONHD(0): Minimum Pixel ClockPLL Frequency Output: 0
(II) RADEONHD(0): Maximum Pixel ClockPLL Frequency Output: 1200000
(II) RADEONHD(0): Maximum Pixel Clock: 400000
(II) RADEONHD(0): Reference Clock: 27000
(II) RADEONHD(0): Connector[0] {RHD_CONNECTOR_DVI, "DUAL_LINK_DVI_I
DFP1 CRT2", RHD_DDC_1, RHD_HPD_0, { RHD_OUTPUT_TMDSA, RHD_OUTPUT_DACB
} }
(II) RADEONHD(0): Connector[1] {RHD_CONNECTOR_TV, "7PIN_DIN TV1 CV",
RHD_DDC_0, RHD_HPD_NONE, { RHD_OUTPUT_DACB, RHD_OUTPUT_NONE } }
(II) RADEONHD(0): Connector[2] {RHD_CONNECTOR_DVI, "DUAL_LINK_DVI_I
CRT1 DFP2", RHD_DDC_0, RHD_HPD_1, { RHD_OUTPUT_LVTMA, RHD_OUTPUT_DACA
} }
(--) RADEONHD(0): Attaching Output TMDS A to Connector DVI-I 1
(--) RADEONHD(0): Attaching Output DAC B to Connector DVI-I 1
(--) RADEONHD(0): Attaching Output DAC B to Connector TV 7PIN_DIN
(--) RADEONHD(0): Attaching Output TMDS B to Connector DVI-I 2
(--) RADEONHD(0): Attaching Output DAC A to Connector DVI-I 2
(II) RADEONHD(0): RandR: Adding RRoutput DVI-I_1/digital for Output TMDS A
(II) RADEONHD(0): RandR: Adding RRoutput DVI-I_1/analog for Output DAC B
(II) RADEONHD(0): RandR: Adding RRoutput TV_7PIN_DIN for Output DAC B
(II) RADEONHD(0): RandR: Adding RRoutput DVI-I_2/digital for Output TMDS B
(II) RADEONHD(0): RandR: Adding RRoutput DVI-I_2/analog for Output DAC A
(II) RADEONHD(0): Output DVI-I_1/digital using monitor section Monitor0
(II) RADEONHD(0): Output DVI-I_1/analog has no monitor section
(II) RADEONHD(0): Output TV_7PIN_DIN has no monitor section
(II) RADEONHD(0): Output DVI-I_2/digital has no monitor section
(II) RADEONHD(0): Output DVI-I_2/analog has no monitor section
(II) RADEONHD(0): DAC A: Sensed Output: VGA
(II) RADEONHD(0): DAC A: Sensed Output: VGA
(II) RADEONHD(0): I2C device "RHD I2C line 0:ddc2" registered at address 0xA0.
(II) RADEONHD(0): I2C device "RHD I2C line 0:ddc2" removed.
(II) RADEONHD(0): Output DVI-I_1/digital disconnected
(II) RADEONHD(0): Output DVI-I_1/analog disconnected
(II) RADEONHD(0): Output TV_7PIN_DIN disconnected
(II) RADEONHD(0): Output DVI-I_2/digital disconnected
(II) RADEONHD(0): Output DVI-I_2/analog connected
(II) RADEONHD(0): Output DVI-I_2/analog using initial mode 1280x768
(II) RADEONHD(0): RandR 1.2 support enabled
(==) RADEONHD(0): RGB weight 888
(==) RADEONHD(0): Default visual is TrueColor
(==) RADEONHD(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEONHD(0): Using 1280x1280 Framebuffer with 1280 pitch
(==) RADEONHD(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/xorg/modules//libshadow.so
(II) Module shadow: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.1.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) RADEONHD(0): Using ShadowFB
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xfe9e0000 - 0xfe9effff (0x10000) MS[B]
[1] 0 0 0xd0000000 - 0xdfffffff (0x10000000) MS[B]
[2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[6] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[7] -1 0 0xfeac0000 - 0xfeafffff (0x40000) MX[B]
[8] -1 0 0xfe9fc000 - 0xfe9fffff (0x4000) MX[B]
[9] -1 0 0xfe8ff400 - 0xfe8ff4ff (0x100) MX[B]
[10] -1 0 0xfe8ff800 - 0xfe8ffbff (0x400) MX[B]
[11] -1 0 0xfe8f8000 - 0xfe8fbfff (0x4000) MX[B]
[12] -1 0 0xfe8ffc00 - 0xfe8fffff (0x400) MX[B]
[13] -1 0 0xfe9c0000 - 0xfe9dffff (0x20000) MX[B](B)
[14] -1 0 0xfe9e0000 - 0xfe9effff (0x10000) MX[B](B)
[15] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[16] 0 0 0x0000d000 - 0x0000d0ff (0x100) IS[B]
[17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[19] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
[20] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B]
[21] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[22] -1 0 0x0000e880 - 0x0000e883 (0x4) IX[B]
[23] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[24] -1 0 0x0000b400 - 0x0000b40f (0x10) IX[B]
[25] -1 0 0x0000b480 - 0x0000b48f (0x10) IX[B]
[26] -1 0 0x0000b800 - 0x0000b803 (0x4) IX[B]
[27] -1 0 0x0000b880 - 0x0000b887 (0x8) IX[B]
[28] -1 0 0x0000bc00 - 0x0000bc03 (0x4) IX[B]
[29] -1 0 0x0000c000 - 0x0000c007 (0x8) IX[B]
[30] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[31] -1 0 0x0000a400 - 0x0000a40f (0x10) IX[B]
[32] -1 0 0x0000a480 - 0x0000a48f (0x10) IX[B]
[33] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
[34] -1 0 0x0000a880 - 0x0000a887 (0x8) IX[B]
[35] -1 0 0x0000ac00 - 0x0000ac03 (0x4) IX[B]
[36] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
[37] -1 0 0x0000c480 - 0x0000c49f (0x20) IX[B]
[38] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B]
[39] -1 0 0x0000c080 - 0x0000c09f (0x20) IX[B]
[40] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B]
[41] -1 0 0x0000c880 - 0x0000c89f (0x20) IX[B]
[42] -1 0 0x0000c800 - 0x0000c81f (0x20) IX[B]
[43] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
(II) RADEONHD(0): Mapped IO at 0xb7ab0000 (size 0x00010000)
(WW) RADEONHD(0): Failed to set up write-combining range (0xd0000000,0x10000000)
(II) RADEONHD(0): Mapped FB at 0xa7a85000 (size 0x10000000)
(EE) RADEONHD(0): RHDVGASave: VGA FB Offset (0xE0000000) is out of
range of the Cards Internal FB Address (0xD0000000)
(==) RADEONHD(0): Backing store disabled
(==) RADEONHD(0): Silken mouse enabled
(II) RADEONHD(0): RandR 1.2 enabled, ignore the following RandR
disabled message.
(II) RADEONHD(0): Using HW cursor
(II) RADEONHD(0): DPMS enabled
(--) RandR disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) AIGLX: Screen 0 is not DRI capable
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions//libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(II) RADEONHD(0): Setting screen physical size to 338 x 203
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: always reports core events
(**) Option "Device" "/dev/input/mice"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse0: Buttons: 11
(**) Mouse0: Sensitivity: 1
(**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us,ru"
(**) Keyboard0: XkbLayout: "us,ru"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) evaluating device (Mouse0)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) evaluating device (Keyboard0)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/X11/cyrillic,
removing from list!
(II) RADEONHD(0): DAC A: Sensed Output: VGA
(II) RADEONHD(0): DAC A: Sensed Output: VGA
(II) RADEONHD(0): I2C device "RHD I2C line 0:ddc2" registered at address 0xA0.
(II) RADEONHD(0): I2C device "RHD I2C line 0:ddc2" removed.
(II) RADEONHD(0): DAC A: Sensed Output: VGA
(II) RADEONHD(0): DAC A: Sensed Output: VGA
(II) RADEONHD(0): I2C device "RHD I2C line 0:ddc2" registered at address 0xA0.
(II) RADEONHD(0): I2C device "RHD I2C line 0:ddc2" removed.
(II) RADEONHD(0): DAC A: Sensed Output: VGA
(II) RADEONHD(0): DAC A: Sensed Output: VGA
(II) RADEONHD(0): I2C device "RHD I2C line 0:ddc2" registered at address 0xA0.
(II) RADEONHD(0): I2C device "RHD I2C line 0:ddc2" removed.
(II) 3rd Button detected: disabling emulate3Button
(II) RADEONHD(0): DAC A: Sensed Output: VGA
(II) RADEONHD(0): DAC A: Sensed Output: VGA
(II) RADEONHD(0): I2C device "RHD I2C line 0:ddc2" registered at address 0xA0.
(II) RADEONHD(0): I2C device "RHD I2C line 0:ddc2" removed.
***************************************************************************
End of Xorg.0.log
****************************************************************************


--
To UNSUBSCRIBE, email to debian-gtk-gnome-REQUEST.TakeThisOut@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.TakeThisOut@lists.debian.org
Back to top
Login to vote
Luis Mondesi

External


Since: Dec 23, 2008
Posts: 5



(Msg. 2) Posted: Thu May 21, 2009 9:20 pm
Post subject: Re: lenny: cannot increase screen resolution [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On May 21, 2009, at 3:49 AM, Alexander Rozhkov wrote:

> Section "Monitor"
> Identifier "Monitor0"
> VendorName "Monitor Vendor"
> ModelName "Monitor Model"
> HorizSync 30-111 # horizontal refresh frequencies
> VertRefresh 50-160 # vertical refresh frequencies
> EndSection
>

Are those the right values for your monitor's horizontal refresh rate?
Try to use the real values there. Hint: usually they are behind your
monitor on a sticker or you can look them up online.

> Section "Device"
> ### Available Driver options are:-
> ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
> ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
> ### [arg]: arg optional
> #Option "NoAccel" # [<bool>]
> #Option "AccelMethod" # [<str>]
> #Option "offscreensize" # [<str>]
> #Option "SWcursor" # [<bool>]
> #Option "ignoreconnector" # [<str>]
> #Option "forcereduced" # [<bool>]
> #Option "forcedpi" # <i>
> #Option "useconfiguredmonitor" # [<bool>]
> #Option "HPD" # <str>
> #Option "NoRandr" # [<bool>]
> #Option "RRUseXF86Edid" # [<bool>]
> #Option "RROutputOrder" # [<str>]
> #Option "TVMode" # [<str>]
> Identifier "Card0"
> Driver "radeonhd"
> VendorName "ATI Technologies Inc"
> BoardName "Unknown Board"
> BusID "PCI:1:0:0"
> EndSection
>

ATI using radeonhd driver... Interesting. I'd try with ati or even vesa.

> Section "Modes"
> Identifier "Modes[0]"
> # Modeline "1280x1024" 109.62 1280 1336 1472 1720 1024 1024 1026
> 1062
> Modeline "1280x1024" 156.43 1280 1312 1904 1936 1024 1043 1056 1076
> EndSection
>

Get rid of this section altogether (modes).

Now, on the "screen" section, make it just:

> Section "Screen"
> Identifier "Screen0"
> Device "Card0"
> Monitor "Monitor0"
DefaultDepth 24
>
> SubSection "Display"
> Viewport 0 0
> Depth 24
> Modes "1280x1024"
> EndSubSection
> EndSection


>
> (==) RADEONHD(0): Depth 24, (--) framebuffer bpp 32
> (**) RADEONHD(0): Selected ShadowFB.
> (II) RADEONHD(0): Unknown card detected: 0x9501:0x1787:0x2244.
> If - and only if - your card does not work or does not work optimally
> please contact radeonhd.DeleteThis@opensuse.org to help rectify this.
> Use the subject: 0x9501:0x1787:0x2244: <name of board>
> and *please* describe the problems you are seeing
> in your message.
> (--) RADEONHD(0): Detected an RV670 on an unidentified card
> (II) RADEONHD(0): Mapped IO at 0xb7ab0000 (size 0x00010000)
> (II) RADEONHD(0): Getting BIOS copy from legacy VBIOS location
> (II) RADEONHD(0): ATOM BIOS Rom:
> SubsystemVendorID: 0x1787 SubsystemID: 0x2244
> IOBaseAddress: 0xd000
> Filename: SB33901.025
> BIOS Bootup Message:
>

It looks like radeonhd does not like your card.


--
To UNSUBSCRIBE, email to debian-gtk-gnome-REQUEST.DeleteThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.DeleteThis@lists.debian.org
Back to top
Login to vote
Display posts from previous:   
Related Topics:
GTK application ----run error - hi i had created one same application in glad interface designer with c option.the n i compiled the same after that i....

screen resolution config - Hi all, I'm trying to solve this problem for an email penpal so I don't have access to the machine in question, also..

Changing the resolution of the screen - Hello, On my computer i have installed linux redhat 9.0 It works very good on my pentium4 on 2.66Ghz. The only proble...

how to adjust screen resolution - How do I adjust the screen resolution of my video card? I cant find Xconfigurator. I am using redhat 9

[gentoo-user] Screen Resolution in X - Hi all. How do I adjust my screen resolution in X? It seems really small right now (like maybe 800x600 or even less.....

How to allow users to change screen resolution? - My shop is just now trying to ramp up using linux. But we dont' always know what we are doing. The linux box I am..
       Soft32 Home -> Linux -> GTK-GNOME All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can 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

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]