[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#337840: xserver-xorg: [radeon] TvOut not working on ATI's Radeon Mobility U1 aka IGP 320 M (using atitvout)



Package: xserver-xorg
Version: 6.8.2.dfsg.1-7
Severity: wishlist

It was supported in early version of Xorg (before debian packages)

It was also supported on previous experimental version :
 X Protocol Version 11, Revision 0, Release 6.8.99.900

Now none of current versions (testing, unstable, experimental) of xorg support atitvout on my system (AmiloA laptop).

And Yes I added :
 Option "BIOSHotkeys" "true"  # in Device Section of /etc/X11/xorg.conf


Can you confirm ?

BTW, I am noting random notes on Radeon IGP and TvOut at :
http://rzr.online.fr/q/TvOut

-- Package-specific info:
Contents of /var/lib/xfree86/X.roster:
xserver-xfree86
xserver-xorg

/etc/X11/X target unchanged from checksum in /var/lib/xfree86/X.md5sum.

X server symlink status:
lrwxrwxrwx  1 root root 17 2005-11-06 20:25 /etc/X11/X -> /usr/bin/X11/Xorg
-rwxr-xr-x  1 root root 1833176 2005-09-08 08:53 /usr/bin/X11/Xorg

Contents of /var/lib/xfree86/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
0000:01:05.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility U1

/var/lib/xfree86/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rwxr-xr-x  1 root root 11844 2005-11-06 17:52 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# file:///etc/X11/xorg.conf # http://RzR.online.FR/linux.htm # amilo A laptop

Section "Screen" #--------------------------------------------------------
	Identifier "Screen0"
	Device "radeonigp320m"
#	Device "vesa"
	Monitor    "Amilo15XGA"
	DefaultDepth 16 # !rzr # knx 16 # mdk 24
	DefaultColorDepth 16 # !rzr # knx 16 # mdk 24
	SubSection "Display"
		Depth     1
		Modes "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes  "800x600" 
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes  "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes "1024x768" "800x600" "640x480" # "1280x1024"
	EndSubSection
	SubSection "Display"
		Depth     32
		Modes "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
   		Depth     16
		Modes  "1024x768" "800x600" "640x480" "640x400" "768x576" "512x380"
  	EndSubSection
EndSection # Screen- #
# Modes "1280x1024" "640x480" "1152x864" "1024x768" "640x480" "640x400" "512x380"


# /sbin/lspci  | grep ATI
# 00:00.0 Host bridge: ATI Technologies Inc: Unknown device cab0 (rev 13)
# pcitweak -l
# PCI: 00:00:0: chip 1002,cab0 card 0000,0000 rev 13 class 06,00,00 hdr 00

Section "Device" 	# http://rzr.online.fr/q/IGP # 
	Identifier	"radeonigp320m" # IGP = no RAM on GPU
	VendorName 	"ATI Technologies Inc" # @ http://www.petitiononline.com/atipet/
	BoardName   	"Radeon IGP 320M aka Mobility U1, based on 7500"
	Driver      	"radeon" # radeon | vesa | ati # http://rzr.online.fr/q/Radeon
#	BusID       	"PCI:1:5:0" # 1:5.0
#	ChipID 	    	0x4c59 # 0x5157 #0x4c59 # both work (with unaccel)
#       VideoRam        65536 # 64M # IGP = no RAM on GPU
#	Option     	"NoAccel" # 400-500 fps w/ glxgears
#       Option          "RenderAccel" "off"  # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=318319
	Option		"DPMS" # power management see bios
	Option          "sw_cursor" # a big white  block instead of the cursor
#	Option		"ForcePCIMode"	"true" # AGP
	Option     	"AGPFastWrite" "on" # 
	Option     	"AGPMode" "4" # does that card has AGP?
        Option          "EnablePageFlip" "on" #
	Option     	"EnableDepthMoves" "on"
	Screen		0 #
	Option     	"Rotate" "off" #
#       Option          "UseFBDev" "true" # must be in kernel
#       Option     	"ShadowFB"
#       Option     	"ShowCache"
#      	Option     	"hw_cursor"
	Option 		"Display" "Mirror"  #
#	Option          "TwinView" # TVout: 
	Option		"crt_display" # tvout works fine 
#       Option          "SecondMonitorHorizSync"     "30-50" # 28-49 # 31-60
#       Option          "SecondMonitorVertRefresh"   "60" # 50-60 # 50-75
#	Option          "TwinViewOrientation"		"Clone"
	Option          "ConectedMonitor" "CRT, TV"  # DFP,TV # CRT
	Option          "TVStandard" "SECAM" # "PAL-N" # France@duneii/
        Option          "TVOutFormat" "Composite"
        Option          "TVOutput" "PAL-M" # @ http://gatos.sourceforge.net/theater_out.php
        Option          "BIOSHotkeys" "true" # @ http://rzr.online.fr/q/TvOut
	Option          "composite_sync" "off"
#       Option          "NoTwinViewXineramaInfo" "true"
#       Option          "MetaModes" "640x480,640x480;,640x480;640x480,"
#       Option          "MetaModes" "1024x768,NULL;1024x768,640x480+2+22"
EndSection 		# Device/ @ /etc/X11/XF86Config-4 # http://rzr.online.fr/

Section "Device"
	Identifier  	"vesa"
	Driver      	"vesa"
	VendorName  	"ATI Technologies Inc"
	BoardName   	"Radeon Mobility U1"
	BusID       	"PCI:1:5:0"
EndSection

Section "Module" # @ http://rzr.online.fr/q/XWindow
#       Load  "dri" 	# 3d @ http://rzr.online.fr/q/DRI
	Load  "glx" 	# 3d @ http://rzr.online.fr/q/GLX
	Load  "GLcore" 	# 3d
	Load  "vbe" # vesa bios ext
	Load  "ddc" # ddc probing of monitor # mdk hasnt this
	Load  "dbe" # doublebuffer ext
#	Load  "v4l" # video for linux !rzr
	Load  "extmod" # X's extentions (xv, Xrender, pex5...)
        Load  "bitmap" # bitmap-fonts
	Load  "speedo" # fonts
	Load  "type1" #
	Load  "freetype" #
        Load  "int10" # what is this ?
##      Load  "pex5" #
#	Load  "record" #
#	Load  "xie" #
EndSection # Module

Section "Monitor" # @ http://rzr.online.fr/q/AmiloA
	Identifier	"amilo15XGA"
	VendorName 	"Fujitsu-Siemens"
    	ModelName 	"LCD Flat Pannel 1024x768"
	Option		"DPMS"	"true" # Power Management

	HorizSync 31.5-48.5 # samuel
	VertRefresh 40-70 # samuel

#	HorizSync    	28.0 - 78.0 # Warning: This may fry very old Monitors
#	HorizSync    	28.0 - 96.0 # Warning: This may fry old Monitors
#	VertRefresh  	50.0 - 76.0 # Very conservative. May flicker.
	DisplaySize 304 228 # d = 15 inches = 380 mm  # w = 0.8 * d # h = d * (3/5) 
	# DisplaySize 288 216 # d^2 =  w^2 + ( (3/4)*w ) ^2 ) # w = sqrt ( 16 * d^2  / 25 )

 # actuall 
# These are some Modelines that happen to work on many systems
# Especially the "1024x768" has been thoroughly tested, even on Laptops
	Modeline "640x480"     25.175 640  664  760  800   480  491  493  525 #60Hz
	Modeline "800x600"     40.12  800  848  968 1056   600  601  605  628 #60Hz
	Modeline "1024x768"    85    1024 1056 1152 1360   768  784  787  823
	Modeline "1152x864"    92    1152 1208 1368 1474   864  865  875  895
	Modeline "1152x864"   110    1152 1240 1324 1552   864  864  876  908
	Modeline "1152x864"   135    1152 1464 1592 1776   864  864  876  908
	Modeline "1152x864"   137.65 1152 1184 1312 1536   864  866  885  902 -HSync -VSync
	Modeline "1280x1024"   80    1280 1296 1512 1568  1024 1025 1037 1165 Interlace
	Modeline "1280x1024"  110    1280 1328 1512 1712  1024 1025 1028 1054
	Modeline "1280x1024"  126.5  1280 1312 1472 1696  1024 1032 1040 1068 -HSync -VSync
	Modeline "1280x1024"  135    1280 1312 1456 1712  1024 1027 1030 1064
	Modeline "1280x1024"  135    1280 1312 1416 1664  1024 1027 1030 1064
	Modeline "1280x1024"  157.5  1280 1344 1504 1728  1024 1025 1028 1072 +HSync +VSync
	Modeline "1280x1024"  181.75 1280 1312 1440 1696  1024 1031 1046 1072 -HSync -VSync
	Modeline "1600x1200"  162    1600 1664 1856 2160  1200 1201 1204 1250 +HSync +VSync
	Modeline "1600x1200"  189    1600 1664 1856 2160  1200 1201 1204 1250 -HSync -VSync
	Modeline "1600x1200"  202.5  1600 1664 1856 2160  1200 1201 1204 1250 +HSync +VSync
	Modeline "1600x1200"  220    1600 1616 1808 2080  1200 1204 1207 1244 +HSync +VSync
	ModeLine "1800x1440"  230    1800 1896 2088 2392  1440 1441 1444 1490 +HSync +VSync
	ModeLine "1800x1440"  250    1800 1896 2088 2392  1440 1441 1444 1490 +HSync +VSync

    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
    
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection # Monitor

Section "Monitor"#----------------------------------------------------------
 	Identifier "TV" # http://rzr.online.fr/q/TV
 	VertRefresh 50.0 - 50.0 # PAL= 720x576@50Hz
	# TV fullscreen mode or DVD fullscreen output.
	# 768x576 @ 79 Hz, 50 kHz hsync
	ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
EndSection # Monitor

Section "Monitor" # Monitor:
 	Identifier   "VGA" # 640x480
 	HorizSync    31.5 - 57.0
 	VertRefresh  50.0 - 70.0
EndSection # Monitor/

Section "Monitor" ### 17" 43.2 cm / Pitch=0.27mm / 1600x1200 ---------------
       	Identifier      "C787"
        VendorName      "Fujitsu Siemens"
        ModelName       "C787"
        HorizSync       30.0 -  85.0 # kHz # auto
        VertRefresh     50.0 - 160.0     # Hz  #auto
	DisplaySize 325 245 # d = 17 # w = sqrt ( 16 * d^2  / 25 )
#       VideoDotRate    "165Mhz"
        Option          "DPMS" "true" # Power Management
#	ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hs>
# 	ModeLine "640x480"     50.00 640 656 752 832 480 481 484 509 -hsync -vsyn>
EndSection # Monitor/

Section "ServerLayout" #-------------------------------------------------
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "Touchpad Amilo" "CorePointer"
# Serial Mouse not detected # http://rzr.online.fr/q/Mouse
# USB Mouse not detected # http://rzr.online.fr/q/USB
EndSection

Section "ServerFlags"	# @ http://rzr.online.fr/XWindow
#	DontZap 	# disable <Crtl><Alt><BS> (server abort)
#	DontZoom 	# disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
 	Option 		"AllowMouseOpenFail"  "true"
 	Option 		"power_saver" # !rzr+
 	Option 		"Blank Time"   "1" # default 10
 	Option 		"Standby Time" "20"
 	Option 		"Suspend Time" "30"
 	Option 		"Off Time"     "60"
# 	Option 		"Xinerama" "true"
EndSection # -Server Flags


Section "Files"	     # @ http://rzr.online.fr/XWindow
	RgbPath      "/usr/X11R6/lib/X11/rgb"
#	ModulePath   "/usr/lib/X11/modules"
	FontPath     "/usr/lib/X11/fonts/misc:unscaled"
	FontPath     "/usr/lib/X11/fonts/misc"
	FontPath     "/usr/lib/X11/fonts/75dpi:unscaled"
	FontPath     "/usr/lib/X11/fonts/75dpi"
	FontPath     "/usr/lib/X11/fonts/100dpi:unscaled"
	FontPath     "/usr/lib/X11/fonts/100dpi"
	FontPath     "/usr/lib/X11/fonts/Speedo"
	FontPath     "/usr/lib/X11/fonts/PEX"
# Additional fonts: Locale, Gimp, TTF...
	FontPath     "/usr/lib/X11/fonts/cyrillic"
	FontPath     "/usr/lib/X11/fonts/latin2/75dpi"
	FontPath     "/usr/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
	FontPath     "/usr/lib/X11/fonts/Type1"
	FontPath     "/usr/share/fonts/ttf/western"
	FontPath     "/usr/share/fonts/ttf/decoratives"
	FontPath     "/usr/share/fonts/truetype/openoffice"
	FontPath     "/usr/lib/X11/fonts/defoma/CID"
	FontPath     "/usr/lib/X11/fonts/defoma/TrueType"
EndSection

Section "InputDevice" # @ http://rzr.online.fr/q/Keyboard
	Identifier  	"Keyboard0" # http://rzr.online.fr/q/Keyboard
	Driver      	"kbd"
# 	Driver      	"keyboard" # xfree
	Option      	"CoreKeyboard"
	Option          "XkbDisable" # xmodmap
	Option 		"XkbLayout" "fr" 
	Option 		"XkbModel" "pc102" # 104 105=has_win
	Option		"XkbOptions" ""
	Option 		"XkbRules" "xfree86"
#	Option		"XkbVariant"    "nodeadkeys"
#	Option 		"XkbOption" "grp:win_switch" # grp:lwin_switch 
#	Option 		"XkbOption" "grp:dasda,grp:asd" 
EndSection # how to use win key as a modifier ? #<iive> grp:menu_toggle  

Section "InputDevice"	# @ http://rzr.online.fr/q/Mouse
	Identifier  	"Touchpad Amilo" #"PS/2 Mouse" # same in server layout
	Driver 		"mouse" # module on 2.6 is psmouse
	Option		"Protocol" "auto" # auto | "PS/2" | "ImPS/2"
#       Option          "CorePointer"
	Option		"Device" "/dev/psaux" #input/mice" #ouse0" # /dev/gpmdata
	Option		"Emulate3Buttons" "true"
	Option		"Emulate3Timeout" "70" 
	Option		"SendCoreEvents"  "true"
	Option		"Buttons"	"5"
	Option		"ZAxisMapping"	"4 5"
	Option          "MaxTapTime" "180" # kernel 2.6.11 regression ?
	Option          "MaxTapMove" "110"
EndSection

Section "InputDevice"	# @ http://rzr.online.fr/q/Mouse
	Identifier  "Serial Mouse"  # model Memorex "harry potter" minimouse
	Driver      "mouse"
	Option      "Protocol" "Microsoft"
	Option      "Device" "/dev/ttyS0" 
	Option      "Emulate3Buttons" "true"
	Option      "Emulate3Timeout" "70"
	Option	    "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
        Identifier      "USB Mouse" # @ http://rzr.online.fr/q/USB
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
	Option		"SendCoreEvents"	"true"
        Option          "Protocol"              "IMPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"               "5"
EndSection




Section "DRI"
  Mode 0666  # @ http://rzr.online.fr/q/DRI
  group "video"
EndSection


# file:///etc/XF86Config-4 # @author www.Philippe.COVAL.free.fr


Xorg X server log files on system:
-rw-r--r--  1 root root 36835 2005-05-18 13:45 /var/log/Xorg.2.log
-rw-r--r--  1 root root 58884 2005-09-10 01:09 /var/log/Xorg.1.0.log
-rw-r--r--  1 root root 50192 2005-09-16 21:58 /var/log/Xorg.1.log
-rw-r--r--  1 root root 37886 2005-11-06 20:47 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X Window System Version 6.8.2 (Debian 6.8.2.dfsg.1-7 20050908031534 David Nusinow <dnusinow@debian.org>)
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.12-1-686 i686 [ELF] 
Current Operating System: Linux nrv 2.6.12-1-k7 #1 Tue Sep 27 13:22:07 JST 2005 i686
Build Date: 08 September 2005
	Before reporting problems, check http://wiki.X.Org
	to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.12-1-k7 (horms@tabatha.lab.ultramonkey.org) (gcc version 4.0.2 20050917 (prerelease) (Debian 4.0.1-8)) #1 Tue Sep 27 13:22:07 JST 2005 
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: Sun Nov  6 20:47:37 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "amilo15XGA"
(**) |   |-->Device "radeonigp320m"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Touchpad Amilo"
(WW) `fonts.dir' not found (or not valid) in "/usr/lib/X11/fonts/cyrillic".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/lib/X11/fonts/cyrillic").
(WW) The directory "/usr/lib/X11/fonts/latin2/75dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/latin2/100dpi" does not exist.
	Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/truetype/openoffice".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/share/fonts/truetype/openoffice").
(WW) The directory "/usr/lib/X11/fonts/defoma/CID" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/defoma/TrueType" does not exist.
	Entry deleted from font path.
(**) FontPath set to "/usr/lib/X11/fonts/misc:unscaled,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/75dpi:unscaled,/usr/lib/X11/fonts/75dpi,/usr/lib/X11/fonts/100dpi:unscaled,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/PEX,/usr/lib/X11/fonts/Type1,/usr/share/fonts/ttf/western,/usr/share/fonts/ttf/decoratives"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail" "true"
(**) Option "BlankTime" "1"
(**) Option "StandbyTime" "20"
(**) Option "SuspendTime" "30"
(**) Option "OffTime" "60"
(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/X11R6/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/X11R6/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 1002,cab0 card 0000,0000 rev 13 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1002,700f card 0000,0000 rev 01 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 10b9,5237 card 10b9,5237 rev 03 class 0c,03,10 hdr 00
(II) PCI: 00:03:0: chip 10b9,5457 card 1734,100a rev 00 class 07,03,00 hdr 00
(II) PCI: 00:04:0: chip 10b9,5229 card 10b9,5229 rev c4 class 01,01,fa hdr 00
(II) PCI: 00:06:0: chip 10b9,7101 card 10b9,7101 rev 00 class 06,80,00 hdr 00
(II) PCI: 00:07:0: chip 10b9,1533 card 10b9,1533 rev 00 class 06,01,00 hdr 00
(II) PCI: 00:08:0: chip 10b9,5451 card 1734,100a rev 02 class 04,01,00 hdr 00
(II) PCI: 00:09:0: chip 10ec,8139 card 1734,100a rev 10 class 02,00,00 hdr 00
(II) PCI: 00:0a:0: chip 1106,3044 card 1106,3044 rev 46 class 0c,00,10 hdr 00
(II) PCI: 00:0b:0: chip 1524,1420 card 4000,0000 rev 01 class 06,07,00 hdr 82
(II) PCI: 00:0b:1: chip 1524,1420 card 4800,0000 rev 01 class 06,07,00 hdr 82
(II) PCI: 00:0f:0: chip 10b9,5237 card 10b9,5237 rev 03 class 0c,03,10 hdr 00
(II) PCI: 01:05:0: chip 1002,4336 card 1734,100a rev 00 class 03,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,6), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0	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 1 non-prefetchable memory range:
	[0] -1	0	0xf0500000 - 0xf05fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 2: bridge is at (0:11:0), (0,2,5), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x00004000 - 0x000040ff (0x100) IX[B]
	[1] -1	0	0x00004400 - 0x000044ff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0x1e800000 - 0x1ebfffff (0x400000) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0x1e400000 - 0x1e7fffff (0x400000) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 6: bridge is at (0:11:1), (0,6,9), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 6 I/O range:
	[0] -1	0	0x00004800 - 0x000048ff (0x100) IX[B]
	[1] -1	0	0x00004c00 - 0x00004cff (0x100) IX[B]
(II) Bus 6 non-prefetchable memory range:
	[0] -1	0	0x1f000000 - 0x1f3fffff (0x400000) MX[B]
(II) Bus 6 prefetchable memory range:
	[0] -1	0	0x1ec00000 - 0x1effffff (0x400000) MX[B]
(--) PCI:*(1:5:0) ATI Technologies Inc Radeon Mobility U1 rev 0, Mem @ 0xf8000000/26, 0xf0500000/16, I/O @ 0xb000/8
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	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 0xf4000000 from 0xf7ffffff to 0xf3ffffff
(II) PCI Memory resource overlap reduced 0xf0800000 from 0xf0800fff to 0xf07fffff
(II) PCI I/O resource overlap reduced 0x0000a010 from 0x0000a013 to 0x0000a00f
(II) Active PCI resource ranges:
	[0] -1	0	0xf0405000 - 0xf0405fff (0x1000) MX[B]
	[1] -1	0	0xf0406000 - 0xf04067ff (0x800) MX[B]
	[2] -1	0	0xf0406800 - 0xf04068ff (0x100) MX[B]
	[3] -1	0	0xf0402000 - 0xf0402fff (0x1000) MX[B]
	[4] -1	0	0xf0401000 - 0xf0401fff (0x1000) MX[B]
	[5] -1	0	0xf0400000 - 0xf0400fff (0x1000) MX[B]
	[6] -1	0	0xf0800000 - 0xf07fffff (0x0) MX[B]O
	[7] -1	0	0xf4000000 - 0xf3ffffff (0x0) MX[B]O
	[8] -1	0	0xf0500000 - 0xf050ffff (0x10000) MX[B](B)
	[9] -1	0	0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
	[10] -1	0	0x00008080 - 0x000080ff (0x80) IX[B]
	[11] -1	0	0x00008c00 - 0x00008cff (0x100) IX[B]
	[12] -1	0	0x00008800 - 0x000088ff (0x100) IX[B]
	[13] -1	0	0x0000a000 - 0x0000a00f (0x10) IX[B]
	[14] -1	0	0x00008400 - 0x000084ff (0x100) IX[B]
	[15] -1	0	0x0000b000 - 0x0000b0ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
	[0] -1	0	0x0000a010 - 0x0000a00f (0x0) IX[B]O
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xf0405000 - 0xf0405fff (0x1000) MX[B]
	[1] -1	0	0xf0406000 - 0xf04067ff (0x800) MX[B]
	[2] -1	0	0xf0406800 - 0xf04068ff (0x100) MX[B]
	[3] -1	0	0xf0402000 - 0xf0402fff (0x1000) MX[B]
	[4] -1	0	0xf0401000 - 0xf0401fff (0x1000) MX[B]
	[5] -1	0	0xf0400000 - 0xf0400fff (0x1000) MX[B]
	[6] -1	0	0xf0800000 - 0xf07fffff (0x0) MX[B]O
	[7] -1	0	0xf4000000 - 0xf3ffffff (0x0) MX[B]O
	[8] -1	0	0xf0500000 - 0xf050ffff (0x10000) MX[B](B)
	[9] -1	0	0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
	[10] -1	0	0x00008080 - 0x000080ff (0x80) IX[B]
	[11] -1	0	0x00008c00 - 0x00008cff (0x100) IX[B]
	[12] -1	0	0x00008800 - 0x000088ff (0x100) IX[B]
	[13] -1	0	0x0000a000 - 0x0000a00f (0x10) IX[B]
	[14] -1	0	0x00008400 - 0x000084ff (0x100) IX[B]
	[15] -1	0	0x0000b000 - 0x0000b0ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	0	0x0000a010 - 0x0000a00f (0x0) IX[B]O
(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	0xf0405000 - 0xf0405fff (0x1000) MX[B]
	[6] -1	0	0xf0406000 - 0xf04067ff (0x800) MX[B]
	[7] -1	0	0xf0406800 - 0xf04068ff (0x100) MX[B]
	[8] -1	0	0xf0402000 - 0xf0402fff (0x1000) MX[B]
	[9] -1	0	0xf0401000 - 0xf0401fff (0x1000) MX[B]
	[10] -1	0	0xf0400000 - 0xf0400fff (0x1000) MX[B]
	[11] -1	0	0xf0800000 - 0xf07fffff (0x0) MX[B]O
	[12] -1	0	0xf4000000 - 0xf3ffffff (0x0) MX[B]O
	[13] -1	0	0xf0500000 - 0xf050ffff (0x10000) MX[B](B)
	[14] -1	0	0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x00008080 - 0x000080ff (0x80) IX[B]
	[18] -1	0	0x00008c00 - 0x00008cff (0x100) IX[B]
	[19] -1	0	0x00008800 - 0x000088ff (0x100) IX[B]
	[20] -1	0	0x0000a000 - 0x0000a00f (0x10) IX[B]
	[21] -1	0	0x00008400 - 0x000084ff (0x100) IX[B]
	[22] -1	0	0x0000b000 - 0x0000b0ff (0x100) IX[B](B)
	[23] -1	0	0x0000a010 - 0x0000a00f (0x0) IX[B]O
(WW) Ignoring request to load module GLcore
(WW) Ignoring request to load module speedo
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/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/X11R6/lib/modules/extensions/libGLcore.a
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_norm.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_xform.o":  No symbols found
(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: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.1.0
	ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/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) LoadModule: "dbe"
(II) Loading /usr/X11R6/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/X11R6/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 XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(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: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/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/X11R6/lib/modules/fonts/libfreetype.a
(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: "int10"
(II) Loading /usr/X11R6/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) LoadModule: "radeon"
(II) Loading /usr/X11R6/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/X11R6/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: "kbd"
(II) Loading /usr/X11R6/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) LoadModule: "mouse"
(II) Loading /usr/X11R6/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) 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 (AGP?), ATI Rage 128 Pro GL PB (AGP?),
	ATI Rage 128 Pro GL PC (AGP?), ATI Rage 128 Pro GL PD (PCI),
	ATI Rage 128 Pro GL PE (AGP?), ATI Rage 128 Pro GL PF (AGP),
	ATI Rage 128 Pro VR PG (AGP?), ATI Rage 128 Pro VR PH (AGP?),
	ATI Rage 128 Pro VR PI (AGP?), ATI Rage 128 Pro VR PJ (AGP?),
	ATI Rage 128 Pro VR PK (AGP?), ATI Rage 128 Pro VR PL (AGP?),
	ATI Rage 128 Pro VR PM (AGP?), ATI Rage 128 Pro VR PN (AGP?),
	ATI Rage 128 Pro VR PO (AGP?), ATI Rage 128 Pro VR PP (PCI),
	ATI Rage 128 Pro VR PQ (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 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),
	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:05:0
(--) Assigning device section with no busID to primary device
(--) Chipset ATI Radeon IGP320M (U1) 4336 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	0xf0405000 - 0xf0405fff (0x1000) MX[B]
	[6] -1	0	0xf0406000 - 0xf04067ff (0x800) MX[B]
	[7] -1	0	0xf0406800 - 0xf04068ff (0x100) MX[B]
	[8] -1	0	0xf0402000 - 0xf0402fff (0x1000) MX[B]
	[9] -1	0	0xf0401000 - 0xf0401fff (0x1000) MX[B]
	[10] -1	0	0xf0400000 - 0xf0400fff (0x1000) MX[B]
	[11] -1	0	0xf0800000 - 0xf07fffff (0x0) MX[B]O
	[12] -1	0	0xf4000000 - 0xf3ffffff (0x0) MX[B]O
	[13] -1	0	0xf0500000 - 0xf050ffff (0x10000) MX[B](B)
	[14] -1	0	0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x00008080 - 0x000080ff (0x80) IX[B]
	[18] -1	0	0x00008c00 - 0x00008cff (0x100) IX[B]
	[19] -1	0	0x00008800 - 0x000088ff (0x100) IX[B]
	[20] -1	0	0x0000a000 - 0x0000a00f (0x10) IX[B]
	[21] -1	0	0x00008400 - 0x000084ff (0x100) IX[B]
	[22] -1	0	0x0000b000 - 0x0000b0ff (0x100) IX[B](B)
	[23] -1	0	0x0000a010 - 0x0000a00f (0x0) IX[B]O
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Reloading /usr/X11R6/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	0xf0405000 - 0xf0405fff (0x1000) MX[B]
	[6] -1	0	0xf0406000 - 0xf04067ff (0x800) MX[B]
	[7] -1	0	0xf0406800 - 0xf04068ff (0x100) MX[B]
	[8] -1	0	0xf0402000 - 0xf0402fff (0x1000) MX[B]
	[9] -1	0	0xf0401000 - 0xf0401fff (0x1000) MX[B]
	[10] -1	0	0xf0400000 - 0xf0400fff (0x1000) MX[B]
	[11] -1	0	0xf0800000 - 0xf07fffff (0x0) MX[B]O
	[12] -1	0	0xf4000000 - 0xf3ffffff (0x0) MX[B]O
	[13] -1	0	0xf0500000 - 0xf050ffff (0x10000) MX[B](B)
	[14] -1	0	0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
	[15] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[16] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[17] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[18] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[19] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[20] -1	0	0x00008080 - 0x000080ff (0x80) IX[B]
	[21] -1	0	0x00008c00 - 0x00008cff (0x100) IX[B]
	[22] -1	0	0x00008800 - 0x000088ff (0x100) IX[B]
	[23] -1	0	0x0000a000 - 0x0000a00f (0x10) IX[B]
	[24] -1	0	0x00008400 - 0x000084ff (0x100) IX[B]
	[25] -1	0	0x0000b000 - 0x0000b0ff (0x100) IX[B](B)
	[26] -1	0	0x0000a010 - 0x0000a00f (0x0) IX[B]O
	[27] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[28] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) RADEON(0): MMIO registers at 0xf0500000
(II) RADEON(0): PCI bus 1 card 5 func 0
(**) RADEON(0): Depth 16, (--) framebuffer bpp 16
(II) RADEON(0): Pixel depth = 16 bits stored in 2 bytes (16 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(**) RADEON(0): Option "SWcursor"
(**) RADEON(0): Option "AGPMode" "4"
(**) RADEON(0): Option "AGPFastWrite" "on"
(**) RADEON(0): Option "EnableDepthMoves" "on"
(**) RADEON(0): Option "EnablePageFlip" "on"
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/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 565
(II) RADEON(0): Using 6 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(0): Chipset: "ATI Radeon IGP320M (U1) 4336" (ChipID = 0x4336)
(--) RADEON(0): Linear framebuffer at 0xf8000000
(--) RADEON(0): VideoRAM: 32768 kByte (64 bit DDR SDRAM)
(II) RADEON(0): AGP card detected
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/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): LVDS port is not in connector table, added in.
(II) RADEON(0): Connector0: DDCType-0, DACType-1, TMDSType--1, ConnectorType-1
(II) RADEON(0): Connector1: DDCType-3, DACType-0, TMDSType--1, ConnectorType-2
(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: 3, Detected Type: 0
(II) RADEON(0): 
(II) RADEON(0): Primary:
 Monitor   -- LVDS
 Connector -- VGA
 DAC Type  -- Primary
 TMDS Type -- NONE
 DDC Type  -- VGA_DDC
(II) RADEON(0): Secondary:
 Monitor   -- NONE
 Connector -- Proprietary
 DAC Type  -- TVDAC/ExtDAC
 TMDS Type -- NONE
 DDC Type  -- NONE
(II) RADEON(0): PLL parameters: rf=19186 rd=426 min=12000 max=35000; xclk=13300
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Validating modes on Primary head ---------
(II) RADEON(0): Panel ID string: 1024x768                
(II) RADEON(0): Panel Size from BIOS: 1024x768
(II) RADEON(0): BIOS provided dividers will be used.
(II) RADEON(0): Total number of valid DDC mode(s) found: 0
(II) RADEON(0): Valid mode using on-chip RMX: 1024x768
(II) RADEON(0): Valid mode using on-chip RMX: 800x600
(II) RADEON(0): Valid mode using on-chip RMX: 640x480
(II) RADEON(0): Valid mode using on-chip RMX: 640x400
(II) RADEON(0): Valid mode using on-chip RMX: 768x576
(II) RADEON(0): Valid mode using on-chip RMX: 512x380
(II) RADEON(0): Total number of valid FP mode(s) found: 6
(--) RADEON(0): Virtual size is 1024x768 (pitch 1024)
(**) RADEON(0): *Mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1024x768"   65.00  1024 1040 1176 1344  768 770 776 806
(**) RADEON(0): *Mode "800x600": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "800x600"   65.00  800 1040 1176 1344  600 770 776 806
(**) RADEON(0): *Mode "640x480": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x480"   65.00  640 1040 1176 1344  480 770 776 806
(**) RADEON(0): *Mode "640x400": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x400"   65.00  640 1040 1176 1344  400 770 776 806
(**) RADEON(0): *Mode "768x576": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "768x576"   65.00  768 1040 1176 1344  576 770 776 806
(**) RADEON(0): *Mode "512x380": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "512x380"   65.00  512 1040 1176 1344  380 770 776 806
(**) RADEON(0):  Default mode "640x350": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x350"   65.00  640 1040 1176 1344  350 770 776 806
(**) RADEON(0):  Default mode "720x400": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "720x400"   65.00  720 1040 1176 1344  400 770 776 806
(**) RADEON(0):  Default mode "320x240": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "320x240"   65.00  320 1040 1176 1344  240 770 776 806
(**) RADEON(0):  Default mode "400x300": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "400x300"   65.00  400 1040 1176 1344  300 770 776 806
(**) RADEON(0):  Default mode "512x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "512x384"   65.00  512 1040 1176 1344  384 770 776 806
(**) RADEON(0):  Default mode "576x432": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "576x432"   65.00  576 1040 1176 1344  432 770 776 806
(**) RADEON(0):  Default mode "640x512": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x512"   65.00  640 1040 1176 1344  512 770 776 806
(**) RADEON(0):  Default mode "832x624": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "832x624"   65.00  832 1040 1176 1344  624 770 776 806
(**) RADEON(0):  Default mode "700x525": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "700x525"   65.00  700 1040 1176 1344  525 770 776 806
(**) RADEON(0):  Default mode "720x450": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "720x450"   65.00  720 1040 1176 1344  450 770 776 806
(**) RADEON(0):  Default mode "800x512": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "800x512"   65.00  800 1040 1176 1344  512 770 776 806
(**) RADEON(0):  Default mode "840x525": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "840x525"   65.00  840 1040 1176 1344  525 770 776 806
(**) RADEON(0):  Default mode "960x600": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "960x600"   65.00  960 1040 1176 1344  600 770 776 806
(**) RADEON(0):  Default mode "960x720": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "960x720"   65.00  960 1040 1176 1344  720 770 776 806
(**) RADEON(0): Display dimensions: (304, 228) mm
(**) RADEON(0): DPI set to (85, 85)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
Skipping "/usr/X11R6/lib/modules/libfb.a:fbmmx.o":  No symbols found
(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 "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/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
(**) RADEON(0): Using AGP 4x mode
(**) RADEON(0): Enabling AGP Fast Write
(**) RADEON(0): Enabling depth moves
(II) Loading sub module "shadowfb"
(II) LoadModule: "shadowfb"
(II) Loading /usr/X11R6/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 enabled
(!!) RADEON(0): For information on using the multimedia capabilities
	of this adapter, please see http://gatos.sf.net.
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xf0500000 - 0xf050ffff (0x10000) MX[B]
	[1] 0	0	0xf8000000 - 0xfbffffff (0x4000000) 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	0xf0405000 - 0xf0405fff (0x1000) MX[B]
	[8] -1	0	0xf0406000 - 0xf04067ff (0x800) MX[B]
	[9] -1	0	0xf0406800 - 0xf04068ff (0x100) MX[B]
	[10] -1	0	0xf0402000 - 0xf0402fff (0x1000) MX[B]
	[11] -1	0	0xf0401000 - 0xf0401fff (0x1000) MX[B]
	[12] -1	0	0xf0400000 - 0xf0400fff (0x1000) MX[B]
	[13] -1	0	0xf0800000 - 0xf07fffff (0x0) MX[B]O
	[14] -1	0	0xf4000000 - 0xf3ffffff (0x0) MX[B]O
	[15] -1	0	0xf0500000 - 0xf050ffff (0x10000) MX[B](B)
	[16] -1	0	0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
	[17] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
	[18] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[19] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[20] 0	0	0x0000b000 - 0x0000b0ff (0x100) IX[B]
	[21] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[22] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[23] -1	0	0x00008080 - 0x000080ff (0x80) IX[B]
	[24] -1	0	0x00008c00 - 0x00008cff (0x100) IX[B]
	[25] -1	0	0x00008800 - 0x000088ff (0x100) IX[B]
	[26] -1	0	0x0000a000 - 0x0000a00f (0x10) IX[B]
	[27] -1	0	0x00008400 - 0x000084ff (0x100) IX[B]
	[28] -1	0	0x0000b000 - 0x0000b0ff (0x100) IX[B](B)
	[29] -1	0	0x0000a010 - 0x0000a00f (0x0) IX[B]O
	[30] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[31] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) RADEON(0): Write-combining range (0xf8000000,0x2000000)
(II) RADEON(0): Dynamic Clock Scaling Disabled
(II) RADEON(0): Memory manager initialized to (0,0) (1024,8191)
(II) RADEON(0): Reserved area from (0,768) to (1024,770)
(II) RADEON(0): Largest offscreen area available: 1024 x 7421
(II) RADEON(0): 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
	Dashed 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 software cursor
(**) Option "dpms" "true"
(**) RADEON(0): DPMS enabled
(WW) RADEON(0): Option "Rotate" is not used
(WW) RADEON(0): Option "Display" is not used
(WW) RADEON(0): Option "crt_display" is not used
(WW) RADEON(0): Option "ConectedMonitor" is not used
(WW) RADEON(0): Option "TVStandard" is not used
(WW) RADEON(0): Option "TVOutFormat" is not used
(WW) RADEON(0): Option "TVOutput" is not used
(WW) RADEON(0): Option "BIOSHotkeys" is not used
(WW) RADEON(0): Option "composite_sync" is not used
(II) RADEON(0): Direct rendering disabled
(==) 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 "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(WW) Keyboard0: XKB can't be disabled here. Use "ServerFlags" section.
(**) Option "XkbRules" "xfree86"
(**) Keyboard0: XkbRules: "xfree86"
(**) Option "XkbModel" "pc102"
(**) Keyboard0: XkbModel: "pc102"
(**) Option "XkbLayout" "fr"
(**) Keyboard0: XkbLayout: "fr"
(WW) Option "XkbOptions" requires an string value
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(**) Option "Protocol" "auto"
(**) Touchpad Amilo: Device: "/dev/psaux"
(**) Touchpad Amilo: Protocol: "auto"
(**) Option "SendCoreEvents" "true"
(**) Touchpad Amilo: always reports core events
(**) Option "CorePointer"
(**) Touchpad Amilo: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "Buttons" "5"
(**) Option "Emulate3Buttons" "true"
(**) Option "Emulate3Timeout" "70"
(**) Touchpad Amilo: Emulate3Buttons, Emulate3Timeout: 70
(**) Option "ZAxisMapping" "4 5"
(**) Touchpad Amilo: ZAxisMapping: buttons 4 and 5
(**) Touchpad Amilo: Buttons: 5
(II) XINPUT: Adding extended input device "Touchpad Amilo" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(--) Touchpad Amilo: PnP-detected protocol: "ExplorerPS/2"
(II) Touchpad Amilo: ps2EnableDataReporting: succeeded
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0
Could not init font path element /usr/lib/X11/fonts/Speedo, removing from list!
Could not init font path element /usr/lib/X11/fonts/PEX, removing from list!


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages xserver-xorg depends on:
ii  debconf [debconf-2.0 1.4.58              Debian configuration management sy
ii  libc6                2.3.5-7             GNU C Library: Shared libraries an
ii  libgcc1              1:4.0.2-3           GCC support library
ii  libxau6              6.8.2.dfsg.1-10     X Authentication library
ii  libxdmcp6            6.8.2.dfsg.1-10     X Display Manager Control Protocol
ii  xserver-common       6.8.99.901.dfsg.1-2 files and utilities common to all 
ii  zlib1g               1:1.2.3-6           compression library - runtime

Versions of packages xserver-xorg recommends:
pn  discover1                <none>          (no description available)
ii  laptop-detect            0.12.1          attempt to detect a laptop
pn  mdetect                  <none>          (no description available)
ii  xlibs                    6.8.2.dfsg.1-10 X Window System client libraries m
pn  xresprobe                <none>          (no description available)

-- debconf information:
* xserver-xorg/multiple_possible_x-drivers:
  xserver-xorg/config/monitor/use_sync_ranges: true
* xserver-xorg/config/monitor/lcd: true
* xserver-xorg/config/display/modes: 1024x768, 800x600, 640x480
* xserver-xorg/config/inputdevice/keyboard/options:
* xserver-xorg/config/monitor/identifier: amiloa
* xserver-xorg/config/inputdevice/mouse/emulate3buttons: true
* xserver-xorg/autodetect_mouse: false
* xserver-xorg/config/inputdevice/keyboard/model: pc101
* xserver-xorg/config/monitor/mode-list: 1280x960 @ 60Hz
* xserver-xorg/config/monitor/screen-size: 17 inches (430 mm)
* shared/default-x-server: xserver-xorg
* shared/no_known_x-server:
  xserver-xorg/config/fontpath/fontserver:
* xserver-xorg/config/null_string_error:
* xserver-xorg/autodetect_video_card: false
* xserver-xorg/config/inputdevice/mouse/port: /dev/psaux
* xserver-xorg/autodetect_monitor: true
* xserver-xorg/config/display/default_depth: 16
* xserver-xorg/config/inputdevice/keyboard/internal:
* xserver-xorg/config/inputdevice/mouse/zaxismapping: true
* xserver-xorg/config/device/use_fbdev: false
* xserver-xorg/config/inputdevice/keyboard/variant:
* xserver-xorg/config/nonnumeric_string_error:
* xserver-xorg/config/inputdevice/keyboard/layout: fr
* xserver-xorg/config/monitor/horiz-sync: 30-70
* xserver-xorg/config/monitor/range_input_error:
* xserver-xorg/config/write_dri_section: true
* xserver-xorg/config/device/driver: vesa
* xserver-xorg/config/monitor/selection-method: Advanced
* xserver-xorg/config/write_files_section: true
* xserver-xorg/config/doublequote_in_string_error:
* xserver-xorg/config/inputdevice/mouse/protocol: PS/2
* xserver-xorg/config/device/bus_id_error:
* xserver-xorg/config/monitor/vert-refresh: 50-160
* xserver-xorg/config/modules: GLcore, bitmap, dbe, ddc, dri, extmod, freetype, glx, int10, record, speedo, type1, vbe
* xserver-xorg/config/device/video_ram:
* xserver-xorg/config/device/identifier: Radeon IGP 320
* shared/multiple_possible_x-servers:
* xserver-xorg/config/device/bus_id:
* xserver-xorg/config/inputdevice/keyboard/rules: xorg



Reply to: