Aller au contenu
  • Pas encore inscrit ?

    Pourquoi ne pas vous inscrire ? C'est simple, rapide et gratuit.
    Pour en savoir plus, lisez Les avantages de l'inscription... et la Charte de Zébulon.
    De plus, les messages que vous postez en tant qu'invité restent invisibles tant qu'un modérateur ne les a pas validés. Inscrivez-vous, ce sera un gain de temps pour tout le monde, vous, les helpeurs et les modérateurs ! :wink:

Problème passage X=>Console


lol.2.dol

Messages recommandés

Salut à tous,

toujours dans mon installation(enfin bon là c'est du peaufinage...)de ma Debian Etch,j'ai un petit problème avec les drivers ATI...J'ai installé ça comme il faut,en prenant les packages fglrx et en suivant les instructions de http://www.stanchina.net/~flavio/debian/fglrx-installer.html !

J'arrive à faire tourner des applis 3D,mais le problème c'est que lorsque je veux retourner en console ou lorsque que le PC s'arrête(c'est à dire en gros dès que je me barre du serveur X),j'ai un ecran tout brouillé(enfin il y a rien de lisible quoi,c'est un sacré bordel de pixel..)...

 

Auriez vous une petite idée..

 

Il ya quelques temps,j'avais eu ce problème,je ne sais plus comment je l'avais reglé,et en fait le problème est revenu depuis que j'ai changé de noyau.

 

Voici mon Xorg:

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath	"/usr/share/fonts/X11/misc"
FontPath	"/usr/X11R6/lib/X11/fonts/misc"
FontPath	"/usr/share/fonts/X11/cyrillic"
FontPath	"/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath	"/usr/share/fonts/X11/Type1"
FontPath	"/usr/X11R6/lib/X11/fonts/Type1"
FontPath	"/usr/share/fonts/X11/100dpi"
FontPath	"/usr/X11R6/lib/X11/fonts/100dpi"
FontPath	"/usr/share/fonts/X11/75dpi"
FontPath	"/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load	"synaptics"
Load	"bitmap"
Load	"ddc"
Load	"dri"
Load	"extmod"
Load	"freetype"
Load	"glx"
Load	"int10"
Load	"type1"
Load	"vbe"
Load	"GLcore"
EndSection

Section "InputDevice"
Identifier	"Generic Keyboard"
Driver		"kbd"
Option		"CoreKeyboard"
Option		"XkbRules"	"xorg"
Option		"XkbModel"	"pc105"
Option		"XkbLayout"	"fr"
Option		"XkbVariant"	"latin9"
EndSection

#Section "InputDevice"
#	Identifier	"Configured Mouse"
#	Driver		"mouse"
#	Option		"CorePointer"
#	Option		"Device"		"/dev/input/mice"
#	Option		"Protocol"		"ImPS/2"
#	Option		"Emulate3Buttons"	"true"
#EndSection

Section "InputDevice"
Identifier	"Synaptics Touchpad"
Driver		"synaptics"
Option		"SendCoreEvents"	"true"
Option		"Device"		"/dev/psaux"
Option		"Protocol"		"auto-dev"
Option		"HorizScrollDelta"	"0"
Option		"SHMConfig"		"on"
Option		"LeftEdge"		"1700"
Option		"RightEdge"		"5300"
Option		"TopEdge"		"1700"
Option		"BottomEdge"		"4200"
Option		"FingerLow"		"25"
Option		"FingerHigh"		"30"
Option		"MaxTapTime"		"180"
Option		"MaxTapMove"		"220"
Option		"VertScrollDelta"	"100"
Option		"MinSpeed"		"0.20"
Option		"MaxSpeed"		"0.60"
Option		"AccelFactor"		"0.15"
EndSection

Section "Device"
Identifier	"ATI"
Driver	"fglrx"
# If X refuses to use the screen resolution you asked for,
# uncomment this; see "Bugs and Workarounds" for details.
#Option "NoDDC"
#
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#	   will be disabled automatically
Option "OpenGLOverlay" "off"
# === Use internal AGP GART support? ===
# If OpenGL acceleration doesn't work, try using "yes" here
# and disable the kernel agpgart driver.
Option "UseInternalAGPGART" "no"
EndSection

#Section "Device"
#	Identifier	"ATI X600M sur ati"
#	Driver	"ati"
#	BusID	"PCI:1:0:0"
#EndSection

#Section "Monitor"
#	Identifier	"aticonfig-Monitor[0]"
#	Option	"VendorName" "ATI Proprietary Driver"
#	Option	"ModelName" "Generic Autodetecting Monitor"
#	Option	"DPMS" "true"
#EndSection

Section "Monitor"
Identifier	"Ecran generique"
Option	"DPMS"
EndSection

Section "Screen"
Identifier	"Default Screen"
Device	"ATI"
Monitor	"Ecran generique"
DefaultDepth	24
SubSection "Display"
	Depth		24
	Modes		"1680x1050"
EndSubSection
EndSection

Section "ServerLayout"
Identifier	"Default Layout"
Screen		"Default Screen"
InputDevice	"Generic Keyboard"
#	InputDevice	"Configured Mouse"
InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
Mode	0666
EndSection

 

Euh les trucs en commentaires,c'est des trucs à moi,en fait avec ou sans ça marche pas...^_^

 

Merci les gens!!

Lien vers le commentaire
Partager sur d’autres sites

Bonjour: tu devrais aller voir tes fichiers "log" dans /var/log/... tu auras sans doute des infos concernant ton problème!

 

 

Je ne vois rien de suscpect dans Xorg.log et dans dmesg...Il a l'air de me dire que tout fonctionne...

Si il y a une autre idée,je suis preneur...

Lien vers le commentaire
Partager sur d’autres sites

Bon je poste mon Xorg.0.log:


X Window System Version 7.1.1

Release Date: 12 May 2006

X Protocol Version 11, Revision 0, Release 7.1.1

Build Operating System: UNKNOWN

Current Operating System: Linux XBook 2.6.18.2-xbook-01 #2 PREEMPT Fri Nov 17 10:45:05 CET 2006 i686

Build Date: 07 July 2006

Before reporting problems, check http://wiki.x.org

to make sure that you have the latest version.

Module Loader present

Markers: (--) probed, (**) from config file, (==) default setting,

(++) from command line, (!!) notice, (II) informational,

(WW) warning, (EE) error, (NI) not implemented, (??) unknown.

(==) Log file: "/var/log/Xorg.0.log", Time: Sat Nov 18 16:19:51 2006

(==) Using config file: "/etc/X11/xorg.conf"

(==) ServerLayout "Default Layout"

(**) |-->Screen "Default Screen" (0)

(**) | |-->Monitor "Ecran generique"

(**) | |-->Device "ATI"

(**) |-->Input Device "Generic Keyboard"

(**) |-->Input Device "Synaptics Touchpad"

(==) |-->Input Device "<default pointer>"

(WW) The core pointer device wasn't specified explicitly in the layout.

Using the default mouse configuration.

(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.

Entry deleted from font path.

(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.

Entry deleted from font path.

(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.

Entry deleted from font path.

(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.

Entry deleted from font path.

(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.

Entry deleted from font path.

(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.

Entry deleted from font path.

(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.

Entry deleted from font path.

(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.

Entry deleted from font path.

(**) 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

(==) RgbPath set to "/etc/X11/rgb"

(==) ModulePath set to "/usr/lib/xorg/modules"

(**) Ignoring ABI Version

(II) Open ACPI successful (/var/run/acpid.socket)

(II) Module ABI versions:

X.Org ANSI C Emulation: 0.3

X.Org Video Driver: 1.0

X.Org XInput driver : 0.6

X.Org Server Extension : 0.3

X.Org Font Renderer : 0.5

(II) Loader running on linux

(II) LoadModule: "bitmap"

(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so

(II) Module bitmap: vendor="X.Org Foundation"

compiled for 7.1.1, module version = 1.0.0

Module class: X.Org Font Renderer

ABI class: X.Org Font Renderer, version 0.5

(II) Loading font Bitmap

(II) LoadModule: "pcidata"

(II) Loading /usr/lib/xorg/modules/libpcidata.so

(II) Module pcidata: vendor="X.Org Foundation"

compiled for 7.1.1, module version = 1.0.0

ABI class: X.Org Video Driver, version 1.0

(++) using VT number 7

 

(WW) xf86OpenConsole: setpgid failed: Operation not permitted

(WW) xf86OpenConsole: setsid failed: Operation not permitted

(II) PCI: PCI scan (all values are in hex)

(II) PCI: 00:00:0: chip 8086,2590 card 14c0,0012 rev 04 class 06,00,00 hdr 00

(II) PCI: 00:01:0: chip 8086,2591 card 0000,0000 rev 04 class 06,04,00 hdr 01

(II) PCI: 00:1d:0: chip 8086,2658 card 14c0,0012 rev 04 class 0c,03,00 hdr 80

(II) PCI: 00:1d:1: chip 8086,2659 card 14c0,0012 rev 04 class 0c,03,00 hdr 00

(II) PCI: 00:1d:2: chip 8086,265a card 14c0,0012 rev 04 class 0c,03,00 hdr 00

(II) PCI: 00:1d:3: chip 8086,265b card 14c0,0012 rev 04 class 0c,03,00 hdr 00

(II) PCI: 00:1d:7: chip 8086,265c card 14c0,0012 rev 04 class 0c,03,20 hdr 00

(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev d4 class 06,04,01 hdr 81

(II) PCI: 00:1e:2: chip 8086,266e card 14c0,0017 rev 04 class 04,01,00 hdr 00

(II) PCI: 00:1e:3: chip 8086,266d card 14c0,0012 rev 04 class 07,03,00 hdr 00

(II) PCI: 00:1f:0: chip 8086,2641 card 14c0,0012 rev 04 class 06,01,00 hdr 80

(II) PCI: 00:1f:1: chip 8086,266f card 14c0,0012 rev 04 class 01,01,8a hdr 00

(II) PCI: 00:1f:3: chip 8086,266a card 14c0,0012 rev 04 class 0c,05,00 hdr 00

(II) PCI: 01:00:0: chip 1002,3150 card 14c0,0012 rev 00 class 03,00,00 hdr 00

(II) PCI: 02:00:0: chip 1106,3044 card 0574,086c rev 80 class 0c,00,10 hdr 00

(II) PCI: 02:01:0: chip 10ec,8169 card 14c0,0012 rev 10 class 02,00,00 hdr 00

(II) PCI: 02:02:0: chip 8086,4220 card 8086,2701 rev 05 class 02,80,00 hdr 00

(II) PCI: 02:04:0: chip 1524,1411 card a400,0000 rev 00 class 06,07,00 hdr 82

(II) PCI: 02:04:1: chip 1524,0530 card 14c0,0012 rev 00 class 05,01,00 hdr 80

(II) PCI: 02:04:2: chip 1524,0550 card 14c0,0012 rev 00 class 08,05,01 hdr 80

(II) PCI: End of PCI scan

(II) Intel Bridge workaround enabled

(II) Host-to-PCI bridge:

(II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)

(II) Bus 0 I/O range:

[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]

(II) Bus 0 non-prefetchable memory range:

[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]

(II) Bus 0 prefetchable memory range:

[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]

(II) PCI-to-PCI bridge:

(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)

(II) Bus 1 I/O range:

[0] -1 0 0x0000c000 - 0x0000dfff (0x2000) IX[B]

(II) Bus 1 non-prefetchable memory range:

[0] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B]

(II) Bus 1 prefetchable memory range:

[0] -1 0 0x90000000 - 0x9fffffff (0x10000000) MX[B]

(II) Subtractive PCI-to-PCI bridge:

(II) Bus 2: bridge is at (0:30:0), (0,2,6), BCTRL: 0x0006 (VGA_EN is cleared)

(II) Bus 2 I/O range:

[0] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]

[1] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]

[2] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]

[3] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]

[4] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]

[5] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[B]

[6] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]

[7] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]

(II) Bus 2 non-prefetchable memory range:

[0] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[B]

(II) Bus 2 prefetchable memory range:

[0] -1 0 0x80000000 - 0x8fffffff (0x10000000) MX[B]

(II) PCI-to-ISA bridge:

(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)

(II) PCI-to-CardBus bridge:

(II) Bus 3: bridge is at (2:4:0), (2,3,6), BCTRL: 0x05c0 (VGA_EN is cleared)

(II) Bus 3 I/O range:

[0] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]

[1] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]

(II) Bus 3 non-prefetchable memory range:

[0] -1 0 0xb2000000 - 0xb3ffffff (0x2000000) MX[B]

(II) Bus 3 prefetchable memory range:

[0] -1 0 0x80000000 - 0x81ffffff (0x2000000) MX[B]

(--) PCI:*(1:0:0) ATI Technologies Inc M24 1P [Radeon Mobility X600] rev 0, Mem @ 0x90000000/27, 0xc0000000/16, I/O @ 0xc000/8

(II) Addressable bus resource ranges are

[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]

[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]

(II) OS-reported resource ranges:

[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)

[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]

[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]

[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]

[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]

[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]

(II) Active PCI resource ranges:

[0] -1 0 0xb0000100 - 0xb00001ff (0x100) MX[B]

[1] -1 0 0xb0000000 - 0xb000007f (0x80) MX[B]

[2] -1 0 0xb0001000 - 0xb0001fff (0x1000) MX[B]

[3] -1 0 0xb0002000 - 0xb00020ff (0x100) MX[B]

[4] -1 0 0xb0002800 - 0xb0002fff (0x800) MX[B]

[5] -1 0 0xd0000200 - 0xd00002ff (0x100) MX[B]

[6] -1 0 0xd0000000 - 0xd00001ff (0x200) MX[B]

[7] -1 0 0x50000000 - 0x500003ff (0x400) MX[B]

[8] -1 0 0xc0000000 - 0xc000ffff (0x10000) MX[B](B)

[9] -1 0 0x90000000 - 0x97ffffff (0x8000000) MX[B](B)

[10] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]

[11] -1 0 0x0000a100 - 0x0000a17f (0x80) IX[B]

[12] -1 0 0x00001400 - 0x0000141f (0x20) IX[B]

[13] -1 0 0x00001100 - 0x0000110f (0x10) IX[B]

[14] -1 0 0x0000e100 - 0x0000e13f (0x40) IX[B]

[15] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]

[16] -1 0 0x00001260 - 0x0000127f (0x20) IX[B]

[17] -1 0 0x00001240 - 0x0000125f (0x20) IX[B]

[18] -1 0 0x00001220 - 0x0000123f (0x20) IX[B]

[19] -1 0 0x00001200 - 0x0000121f (0x20) IX[B]

[20] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)

(II) Inactive PCI resource ranges:

[0] -1 0 0x0000e300 - 0x0000e37f (0x80) IX[B]

[1] -1 0 0x0000e200 - 0x0000e2ff (0x100) IX[B]

(II) Active PCI resource ranges after removing overlaps:

[0] -1 0 0xb0000100 - 0xb00001ff (0x100) MX[B]

[1] -1 0 0xb0000000 - 0xb000007f (0x80) MX[B]

[2] -1 0 0xb0001000 - 0xb0001fff (0x1000) MX[B]

[3] -1 0 0xb0002000 - 0xb00020ff (0x100) MX[B]

[4] -1 0 0xb0002800 - 0xb0002fff (0x800) MX[B]

[5] -1 0 0xd0000200 - 0xd00002ff (0x100) MX[B]

[6] -1 0 0xd0000000 - 0xd00001ff (0x200) MX[B]

[7] -1 0 0x50000000 - 0x500003ff (0x400) MX[B]

[8] -1 0 0xc0000000 - 0xc000ffff (0x10000) MX[B](B)

[9] -1 0 0x90000000 - 0x97ffffff (0x8000000) MX[B](B)

[10] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]

[11] -1 0 0x0000a100 - 0x0000a17f (0x80) IX[B]

[12] -1 0 0x00001400 - 0x0000141f (0x20) IX[B]

[13] -1 0 0x00001100 - 0x0000110f (0x10) IX[B]

[14] -1 0 0x0000e100 - 0x0000e13f (0x40) IX[B]

[15] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]

[16] -1 0 0x00001260 - 0x0000127f (0x20) IX[B]

[17] -1 0 0x00001240 - 0x0000125f (0x20) IX[B]

[18] -1 0 0x00001220 - 0x0000123f (0x20) IX[B]

[19] -1 0 0x00001200 - 0x0000121f (0x20) IX[B]

[20] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)

(II) Inactive PCI resource ranges after removing overlaps:

[0] -1 0 0x0000e300 - 0x0000e37f (0x80) IX[B]

[1] -1 0 0x0000e200 - 0x0000e2ff (0x100) IX[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 0xb0000100 - 0xb00001ff (0x100) MX[B]

[5] -1 0 0xb0000000 - 0xb000007f (0x80) MX[B]

[6] -1 0 0xb0001000 - 0xb0001fff (0x1000) MX[B]

[7] -1 0 0xb0002000 - 0xb00020ff (0x100) MX[B]

[8] -1 0 0xb0002800 - 0xb0002fff (0x800) MX[B]

[9] -1 0 0xd0000200 - 0xd00002ff (0x100) MX[B]

[10] -1 0 0xd0000000 - 0xd00001ff (0x200) MX[B]

[11] -1 0 0x50000000 - 0x500003ff (0x400) MX[B]

[12] -1 0 0xc0000000 - 0xc000ffff (0x10000) MX[B](B)

[13] -1 0 0x90000000 - 0x97ffffff (0x8000000) MX[B](B)

[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]

[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]

[16] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]

[17] -1 0 0x0000a100 - 0x0000a17f (0x80) IX[B]

[18] -1 0 0x00001400 - 0x0000141f (0x20) IX[B]

[19] -1 0 0x00001100 - 0x0000110f (0x10) IX[B]

[20] -1 0 0x0000e100 - 0x0000e13f (0x40) IX[B]

[21] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]

[22] -1 0 0x00001260 - 0x0000127f (0x20) IX[B]

[23] -1 0 0x00001240 - 0x0000125f (0x20) IX[B]

[24] -1 0 0x00001220 - 0x0000123f (0x20) IX[B]

[25] -1 0 0x00001200 - 0x0000121f (0x20) IX[B]

[26] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)

[27] -1 0 0x0000e300 - 0x0000e37f (0x80) IX[B]

[28] -1 0 0x0000e200 - 0x0000e2ff (0x100) IX[B]

(II) LoadModule: "synaptics"

(II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so

(II) Module synaptics: vendor="The XFree86 Project"

compiled for 4.2.0, module version = 1.0.0

Module class: XFree86 XInput Driver

ABI class: XFree86 XInput driver, version 0.3

(II) LoadModule: "bitmap"

(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so

(II) Loading font Bitmap

(II) LoadModule: "ddc"

(II) Loading /usr/lib/xorg/modules/libddc.so

(II) Module ddc: vendor="X.Org Foundation"

compiled for 7.1.1, module version = 1.0.0

ABI class: X.Org Video Driver, version 1.0

(II) LoadModule: "dri"

(II) Loading /usr/lib/xorg/modules/extensions/libdri.so

(II) Module dri: vendor="X.Org Foundation"

compiled for 7.1.1, module version = 1.0.0

ABI class: X.Org Server Extension, version 0.3

(II) Loading sub module "drm"

(II) LoadModule: "drm"

(II) Loading /usr/lib/xorg/modules/linux/libdrm.so

(II) Module drm: vendor="X.Org Foundation"

compiled for 7.1.1, module version = 1.0.0

ABI class: X.Org Server Extension, version 0.3

(II) Loading extension XFree86-DRI

(II) LoadModule: "extmod"

(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so

(II) Module extmod: vendor="X.Org Foundation"

compiled for 7.1.1, 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: "freetype"

(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so

(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"

compiled for 7.1.1, 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: "glx"

(II) Loading /usr/lib/xorg/modules/extensions/libglx.so

(II) Module glx: vendor="X.Org Foundation"

compiled for 7.1.1, module version = 1.0.0

ABI class: X.Org Server Extension, version 0.3

(==) AIGLX enabled

(II) Loading extension GLX

(II) LoadModule: "int10"

(II) Loading /usr/lib/xorg/modules/libint10.so

(II) Module int10: vendor="X.Org Foundation"

compiled for 7.1.1, module version = 1.0.0

ABI class: X.Org Video Driver, version 1.0

(II) LoadModule: "type1"

(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so

(II) Module type1: vendor="X.Org Foundation"

compiled for 7.1.1, module version = 1.0.2

Module class: X.Org Font Renderer

ABI class: X.Org Font Renderer, version 0.5

(II) Loading font Type1

(II) LoadModule: "vbe"

(II) Loading /usr/lib/xorg/modules/libvbe.so

(II) Module vbe: vendor="X.Org Foundation"

compiled for 7.1.1, module version = 1.1.0

ABI class: X.Org Video Driver, version 1.0

(II) LoadModule: "GLcore"

(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so

(II) Module GLcore: vendor="X.Org Foundation"

compiled for 7.1.1, module version = 1.0.0

ABI class: X.Org Server Extension, version 0.3

(II) LoadModule: "fglrx"

(II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so

(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."

compiled for 7.1.0, module version = 8.28.8

Module class: X.Org Video Driver

ABI class: X.Org Video Driver, version 1.0

(II) LoadModule: "kbd"

(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so

(II) Module kbd: vendor="X.Org Foundation"

compiled for 7.1.1, module version = 1.1.0

Module class: X.Org XInput Driver

ABI class: X.Org XInput driver, version 0.6

(II) LoadModule: "synaptics"

(II) Reloading /usr/lib/xorg/modules/input/synaptics_drv.so

(II) LoadModule: "mouse"

(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so

(II) Module mouse: vendor="X.Org Foundation"

compiled for 7.1.1, module version = 1.1.1

Module class: X.Org XInput Driver

ABI class: X.Org XInput driver, version 0.6

(II) ATI Radeon/FireGL: The following chipsets are supported:

RADEON 9000/9000 PRO (RV250 4966), RADEON 9000 LE (RV250 4967),

MOBILITY FireGL 9000 (M9 4C64), MOBILITY RADEON 9000 (M9 4C66),

RADEON 9000 PRO (D9 4C67), RADEON 9250 (RV280 5960),

RADEON 9250/9200 Series (RV280 5961),

RADEON 9250/9200 Series (RV280 5962),

RADEON 9250/9200 Series (RV280 5964), FireMV 2200 PCI (RV280 5965),

MOBILITY RADEON 9200 (M9+ 5C61), MOBILITY RADEON 9200 (M9+ 5C63),

FireGL 8800 (R200 5148), RADEON 8500 (R200 514C),

RADEON 9100 (R200 514D), RADEON 8500 AIW (R200 4242),

RADEON 9600 (RV350 4150), RADEON 9600 SE (RV350 4151),

RADEON 9600 PRO (RV360 4152), RADEON 9600 (RV350 4E51),

MOBILITY RADEON 9600/9700 (M10/M11 4E50),

MOBILITY RADEON 9500 (M11 4E52), MOBILITY RADEON 9550 (M12 4E56),

RADEON 9500 (R300 4144), RADEON 9600 TX (R300 4146),

FireGL Z1 (R300 4147), RADEON 9700 PRO (R300 4E44),

RADEON 9500 PRO/9700 (R300 4E45), RADEON 9600 TX (R300 4E46),

FireGL X1 (R300 4E47), RADEON 9800 SE (R350 4148),

RADEON 9500 (R350 4149), RADEON 9550 (RV350 4153),

FireGL T2 (RV350 4154), RADEON 9600 (RV351 4155),

RADEON 9800 PRO (R350 4E48), RADEON 9800 (R350 4E49),

RADEON 9800 XT (R360 4E4A), FireGL X2-256/X2-256t (R350 4E4B),

MOBILITY FireGL T2/T2e (M10/M11 4E54), RADEON X300/X550 (RV370 5B60),

RADEON X600 (RV380 5B62), RADEON X550 (RV370 5B63),

FireGL V3100 (RV370 5B64), FireMV 2200 (RV370 5B65),

MOBILITY RADEON X300 (M22 5460), MOBILITY RADEON X300 (M22 5461),

MOBILITY RADEON X600 SE (M24 5462), MOBILITY FireGL V3100 (M22 5464),

RADEON X600/X550 Series (RV380 3E50), FireGL V3200 (RV380 3E54),

MOBILITY RADEON X600 (M24 3150), MOBILITY RADEON X300 (M22 3152),

MOBILITY FireGL V3200 (M24 3154), RADEON X800 (R420 4A48),

RADEON X800 PRO (R420 4A49), RADEON X800 SE (R420 4A4A),

RADEON X800 XT (R420 4A4B), RADEON X800 (R420 4A4C),

FireGL X3-256 (R420 4A4D), MOBILITY RADEON 9800 (M18 4A4E),

RADEON X800 SE (R420 4A4F),

RADEON X800 XT Platinum Edition (R420 4A50),

RADEON X800 VE (R420 4A54), RADEON X800 (R423 5548),

RADEON X800 GTO (R423 5549),

RADEON X800 XT Platinum Edition (R423 554A),

RADEON X800 GT (R423 554B), RADEON X800 XT (R423 5D57),

FireGL V7100 (R423 5550), FireGL V5100 (R423 5551),

MOBILITY RADEON X800 XT (M28 5D48), MOBILITY FireGL V5100 (M28 5D49),

MOBILITY RADEON X800 (M28 5D4A), RADEON X800 XL (R430 554D),

RADEON X800 GT (R430 554E), RADEON X800 GTO (R430 554F),

RADEON X850 XT Platinum Edition (R480 5D4D),

RADEON X800 GTO (R480 5D4F), FireGL V7200 (R480 5D50),

RADEON X850 XT (R480 5D52), RADEON X850 (R481 4B48),

RADEON X850 XT (R481 4B49), RADEON X850 SE (R481 4B4A),

RADEON X850 PRO (R481 4B4B),

RADEON X850 XT Platinum Edition (R481 4B4C),

MOBILITY FireGL V5000 (M26 564A), MOBILITY FireGL V5000 (M26 564B),

FireGL V5000 (RV410 5E48), RADEON X700 XT (RV410 5E4A),

RADEON X700 PRO (RV410 5E4B), RADEON X700 SE (RV410 5E4C),

RADEON X700 (RV410 5E4D), RADEON X700/X550 Series (RV410 5E4F),

MOBILITY RADEON X700 (M26 5652), MOBILITY RADEON X700 (M26 5653),

MOBILITY RADEON X700 XL (M26-XC 564F),

RADEON 9000/9100 IGP Series (RS300 5834),

RADEON 9000 PRO/9100 PRO IGP (RS350 7834),

MOBILITY RADEON 9000 IGP (RL300MB 7835),

MOBILITY RADEON 9000/9100 IGP (RS300M 5835),

RADEON XPRESS 200 (RS400 5A41), RADEON XPRESS 200M (RS400 5A42),

RADEON XPRESS 200 (RS480 5954), RADEON XPRESS 200M (RS480 5955),

RADEON XPRESS 200 (RS482 5974), RADEON XPRESS 200M (RS482 5975),

RADEON XPRESS 200 (RC410 5A61), RADEON XPRESS 200M (RC410 5A62),

RADEON X1800 (R520 7100), MOBILITY RADEON X1800 XT (M58 7101),

MOBILITY RADEON X1800 (M58 7102), MOBILITY FireGL V7200 (M58 7103),

FireGL V7200 (R520 7104), FireGL V5300 (R520 7105),

MOBILITY FireGL V7100 (M58 7106), RADEON X1800 Series (R520 7108),

RADEON X1800 Series (R520 7109), RADEON X1800 Series (R520 710A),

RADEON X1800 Series (R520 710B), RADEON X1800 Series (R520 710C),

FireGL V7300 (R520 710E), FireGL V7350 (R520 710F),

MOBILITY RADEON X1300 (M52 714B), MOBILITY RADEON X1300 (M52 714C),

RADEON X1600 Series (RV515 7140), RADEON X1300 Series (RV515 7142),

MOBILITY FireGL (M54 GL 7144), MOBILITY RADEON X1400 (M54 7145),

RADEON X1300 Series (RV515 7146), MOBILITY RADEON X1300 (M52 7149),

MOBILITY RADEON X1300 (M52 714A), RADEON X1300 Series (RV515 714D),

RADEON X1300 Series (RV515 714E), FireGL V3300 (RV515 7152),

RADEON X1300 Series (RV515 715E), RADEON X1300 (RV516 7180),

RADEON X1600 Series (RV516 7181), RADEON X1300 (RV516 7183),

MOBILITY RADEON X1450 (M64P 7186), RADEON X1300 (RV516 7187),

MOBILITY RADEON X1350 (M62P 718B),

MOBILITY RADEON X1350 (M62CSP 718C),

MOBILITY RADEON X1450 (M64CSP 718D),

MOBILITY RADEON X1350 (M62S 7196), RADEON X1900 (R580 7240),

RADEON X1900 (R580 7243), RADEON X1900 (R580 7244),

RADEON X1900 (R580 7245), RADEON X1900 (R580 7246),

RADEON X1900 (R580 7247), RADEON X1900 (R580 7248),

RADEON X1900 (R580 7249), RADEON X1900 (R580 724A),

RADEON X1900 (R580 724B), RADEON X1900 (R580 724C),

RADEON X1900 (R580 724D), FireStream 2U (R580 724E),

FireStream 2U (R580 724F), RADEON X1600 Series (RV530 71C0),

RADEON X1600 Series (RV530 71C2), MOBILITY FireGL V5200 (M56 71C4),

MOBILITY RADEON X1600 (M56 71C5),

RADEON X1600 Series (RV530 LE 71C6),

RADEON X1600 Series (RV530 VE 71CE), FireGL V3400 (RV530 71D2),

MOBILITY RADEON X1700 (M66-XT 71D6), FireGL V5200 (RV530 71DA),

RADEON X1600 Series (RV530 SE 71DE), RADEON X1600 XT (RV535 XT 71C1),

MOBILITY FireGL V5250 (M66GL 71D4),

MOBILITY RADEON X1700 (M66-P 71D5), RADEON Xpress 1200 (RS600 7941),

RADEON Xpress 1200 (RS600 7942)

(II) Primary Device is: PCI 01:00:0

(II) ATI Proprietary Linux Driver Version Identifier:8.28.8

(II) ATI Proprietary Linux Driver Release Identifier: LGDr8.28g1

(II) ATI Proprietary Linux Driver Build Date: Aug 17 2006 09:28:12

(II) ATI Proprietary Linux Driver Build Information: autobuild-rel-r6-8.28.1.1.2.3-driver-lnx-x86-x86_64-287161

(--) Assigning device section with no busID to primary device

(--) Chipset MOBILITY RADEON X600 (M24 3150) 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 0xb0000100 - 0xb00001ff (0x100) MX[B]

[5] -1 0 0xb0000000 - 0xb000007f (0x80) MX[B]

[6] -1 0 0xb0001000 - 0xb0001fff (0x1000) MX[B]

[7] -1 0 0xb0002000 - 0xb00020ff (0x100) MX[B]

[8] -1 0 0xb0002800 - 0xb0002fff (0x800) MX[B]

[9] -1 0 0xd0000200 - 0xd00002ff (0x100) MX[B]

[10] -1 0 0xd0000000 - 0xd00001ff (0x200) MX[B]

[11] -1 0 0x50000000 - 0x500003ff (0x400) MX[B]

[12] -1 0 0xc0000000 - 0xc000ffff (0x10000) MX[B](B)

[13] -1 0 0x90000000 - 0x97ffffff (0x8000000) MX[B](B)

[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]

[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]

[16] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]

[17] -1 0 0x0000a100 - 0x0000a17f (0x80) IX[B]

[18] -1 0 0x00001400 - 0x0000141f (0x20) IX[B]

[19] -1 0 0x00001100 - 0x0000110f (0x10) IX[B]

[20] -1 0 0x0000e100 - 0x0000e13f (0x40) IX[B]

[21] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]

[22] -1 0 0x00001260 - 0x0000127f (0x20) IX[B]

[23] -1 0 0x00001240 - 0x0000125f (0x20) IX[B]

[24] -1 0 0x00001220 - 0x0000123f (0x20) IX[B]

[25] -1 0 0x00001200 - 0x0000121f (0x20) IX[B]

[26] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)

[27] -1 0 0x0000e300 - 0x0000e37f (0x80) IX[B]

[28] -1 0 0x0000e200 - 0x0000e2ff (0x100) IX[B]

(II) fglrx(0): pEnt->device->identifier=0x81e33d8

(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 0xb0000100 - 0xb00001ff (0x100) MX[B]

[5] -1 0 0xb0000000 - 0xb000007f (0x80) MX[B]

[6] -1 0 0xb0001000 - 0xb0001fff (0x1000) MX[B]

[7] -1 0 0xb0002000 - 0xb00020ff (0x100) MX[B]

[8] -1 0 0xb0002800 - 0xb0002fff (0x800) MX[B]

[9] -1 0 0xd0000200 - 0xd00002ff (0x100) MX[B]

[10] -1 0 0xd0000000 - 0xd00001ff (0x200) MX[B]

[11] -1 0 0x50000000 - 0x500003ff (0x400) MX[B]

[12] -1 0 0xc0000000 - 0xc000ffff (0x10000) MX[B](B)

[13] -1 0 0x90000000 - 0x97ffffff (0x8000000) MX[B](B)

[14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]

[15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]

[16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]

[17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]

[18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]

[19] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]

[20] -1 0 0x0000a100 - 0x0000a17f (0x80) IX[B]

[21] -1 0 0x00001400 - 0x0000141f (0x20) IX[B]

[22] -1 0 0x00001100 - 0x0000110f (0x10) IX[B]

[23] -1 0 0x0000e100 - 0x0000e13f (0x40) IX[B]

[24] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]

[25] -1 0 0x00001260 - 0x0000127f (0x20) IX[B]

[26] -1 0 0x00001240 - 0x0000125f (0x20) IX[B]

[27] -1 0 0x00001220 - 0x0000123f (0x20) IX[B]

[28] -1 0 0x00001200 - 0x0000121f (0x20) IX[B]

[29] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)

[30] -1 0 0x0000e300 - 0x0000e37f (0x80) IX[B]

[31] -1 0 0x0000e200 - 0x0000e2ff (0x100) IX[B]

[32] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]

[33] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]

(II) Setting vga for screen 0.

(II) fglrx(0): === [R200PreInit] === begin, [s]

(II) Loading sub module "vgahw"

(II) LoadModule: "vgahw"

(II) Loading /usr/lib/xorg/modules/libvgahw.so

(II) Module vgahw: vendor="X.Org Foundation"

compiled for 7.1.1, module version = 0.1.0

ABI class: X.Org Video Driver, version 1.0

(II) fglrx(0): PCI bus 1 card 0 func 0

(**) fglrx(0): Depth 24, (--) framebuffer bpp 32

(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)

(==) fglrx(0): Default visual is TrueColor

(**) fglrx(0): Option "OpenGLOverlay" "off"

(**) fglrx(0): Option "VideoOverlay" "on"

(**) fglrx(0): Option "UseInternalAGPGART" "no"

(**) fglrx(0): Option "DPMS"

(==) fglrx(0): RGB weight 888

(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)

(==) fglrx(0): Gamma Correction for I is 0x06419064

(==) fglrx(0): Gamma Correction for II is 0x06419064

(==) fglrx(0): Buffer Tiling is ON

(II) Loading sub module "int10"

(II) LoadModule: "int10"

(II) Reloading /usr/lib/xorg/modules/libint10.so

(II) fglrx(0): Primary V_BIOS segment is: 0xc000

(--) fglrx(0): Chipset: "MOBILITY RADEON X600 (M24 3150)" (Chipset = 0x3150)

(--) fglrx(0): (PciSubVendor = 0x14c0, PciSubDevice = 0x0012)

(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI

(--) fglrx(0): Linear framebuffer (phys) at 0x90000000

(--) fglrx(0): MMIO registers at 0xc0000000

(==) fglrx(0): ROM-BIOS at 0x000c0000

(II) Loading sub module "vbe"

(II) LoadModule: "vbe"

(II) Reloading /usr/lib/xorg/modules/libvbe.so

(EE) fglrx(0): unknown type(0xffffffff)=0xff

(II) fglrx(0): EAX=0x00004f00, EBX=0x00000000, ECX=0x00000000, EDX=0x00000000

(II) fglrx(0): ESP=0x00000ffa, EBP=0x00000000, ESI=0x00000000, EDI=0x00002000

(II) fglrx(0): CS=0xc000, SS=0x0100, DS=0x0040, ES=0x0000, FS=0x0000, GS=0x0000

(II) fglrx(0): EIP=0x0000208a, EFLAGS=0x00003200

(II) fglrx(0): code at 0x000c208a:

fb fc 80 fc a0 0f 84 cb f4 e8 a4 72 75 0f e8 a7

72 75 0f 3d 14 4f 75 05 80 fb 88 74 05 2e ff 26

(II) stack at 0x00001ffa:

00 06 00 00 00 32

(II) fglrx(0): VESA BIOS not detected

(WW) fglrx(0): GetVBEMode failed

(II) Loading sub module "drm"

(II) LoadModule: "drm"

(II) Reloading /usr/lib/xorg/modules/linux/libdrm.so

drmOpenDevice: node name is /dev/dri/card0

drmOpenDevice: open result is -1, (No such device or address)

drmOpenDevice: open result is -1, (No such device or address)

drmOpenDevice: Open failed

[drm] failed to load kernel module "fglrx"

(WW) fglrx(0): Failed to open DRM connection

(--) fglrx(0): VideoRAM: 131072 kByte, Type: DDR SGRAM / SDRAM

(II) fglrx(0): PCIE card detected

(WW) fglrx(0): board is an unknown third party board, chipset is supported

(II) Loading sub module "ddc"

(II) LoadModule: "ddc"

(II) Reloading /usr/lib/xorg/modules/libddc.so

(II) fglrx(0): Connected Display1: LCD on internal LVDS

(II) fglrx(0): Display1: No EDID information from DDC.

(II) fglrx(0): Derived EDID from BIOS and internal tables for Display1:

(II) fglrx(0): Display1 EDID data ---------------------------

(II) fglrx(0): Manufacturer: MS_ Model: 0 Serial#: 0

(II) fglrx(0): Year: 1990 Week: 0

(II) fglrx(0): EDID Version: 1.3

(II) fglrx(0): Digital Display Input

(II) fglrx(0): Max H-Image Size [cm]: horiz.: 40 vert.: 30

(II) fglrx(0): Gamma: 1.00

(II) fglrx(0): DPMS capabilities: StandBy Suspend Off; Non RGB Multicolor Display

(II) fglrx(0): First detailed timing is preferred mode

(II) fglrx(0): redX: 0.000 redY: 0.000 greenX: 0.000 greenY: 0.000

(II) fglrx(0): blueX: 0.000 blueY: 0.000 whiteX: 0.000 whiteY: 0.000

(II) fglrx(0): Supported VESA Video Modes:

(II) fglrx(0): 640x480@60Hz

(II) fglrx(0): 800x600@60Hz

(II) fglrx(0): 1024x768@60Hz

(II) fglrx(0): Manufacturer's mask: 0

(II) fglrx(0): Supported Future Video Modes:

(II) fglrx(0): #0: hsize: 640 vsize 480 refresh: 60 vid: 16433

(II) fglrx(0): #1: hsize: 800 vsize 600 refresh: 60 vid: 16453

(II) fglrx(0): #2: hsize: 1024 vsize 768 refresh: 60 vid: 16481

(II) fglrx(0): #3: hsize: 1152 vsize 864 refresh: 60 vid: 16497

(II) fglrx(0): #4: hsize: 1280 vsize 960 refresh: 60 vid: 16513

(II) fglrx(0): Supported additional Video Mode:

(II) fglrx(0): clock: 121.0 MHz Image Size: 0 x 0 mm

(II) fglrx(0): h_active: 1680 h_sync: 1704 h_sync_end 1792 h_blank_end 1872 h_border: 0

(II) fglrx(0): v_active: 1050 v_sync: 1051 v_sync_end 1054 v_blanking: 1065 v_border: 0

(II) fglrx(0): End of Display1 EDID data --------------------

(II) fglrx(0): Primary Controller - LCD on internal LVDS

(II) fglrx(0): Internal Desktop Setting: 0x00000008

(II) fglrx(0): POWERplay version 3. 3 power states available:

(II) fglrx(0): 1. 398/230MHz @ 60Hz [enable load balancing]

(II) fglrx(0): 2. 105/105MHz @ 60Hz [low voltage, enable sleep]

(II) fglrx(0): 3. 209/182MHz @ 60Hz [low voltage]

(==) fglrx(0): Qbs disabled

(==) fglrx(0): FAST_SWAP disabled

(==) fglrx(0): PseudoColor visuals disabled

(==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)

(==) fglrx(0): Center Mode is disabled

(==) fglrx(0): TMDS coherent mode is enabled

(II) fglrx(0): Total of 15 modes found for primary display.

(--) fglrx(0): Virtual size is 1680x1050 (pitch 0)

(**) fglrx(0): *Mode "1680x1050": 121.0 MHz (scaled from 0.0 MHz), 64.6 kHz, 60.0 Hz

(II) fglrx(0): Modeline "1680x1050" 121.00 1680 1704 1792 1872 1050 1051 1054 1065

(**) fglrx(0): Default mode "1400x1050": 121.0 MHz (scaled from 0.0 MHz), 64.6 kHz, 60.0 Hz

(II) fglrx(0): Modeline "1400x1050" 121.00 1400 1560 1648 1872 1050 1051 1054 1065

(**) fglrx(0): Default mode "1280x1024": 121.0 MHz (scaled from 0.0 MHz), 64.6 kHz, 60.0 Hz

(II) fglrx(0): Modeline "1280x1024" 121.00 1280 1504 1592 1872 1024 1038 1041 1065

(**) fglrx(0): Default mode "1024x768": 121.0 MHz (scaled from 0.0 MHz), 64.6 kHz, 60.0 Hz

(II) fglrx(0): Modeline "1024x768" 121.00 1024 1376 1464 1872 768 910 913 1065

(**) fglrx(0): Default mode "848x480": 121.0 MHz (scaled from 0.0 MHz), 64.6 kHz, 60.0 Hz

(II) fglrx(0): Modeline "848x480" 121.00 848 1288 1376 1872 480 766 769 1065

(**) fglrx(0): Default mode "800x600": 121.0 MHz (scaled from 0.0 MHz), 64.6 kHz, 60.0 Hz

(II) fglrx(0): Modeline "800x600" 121.00 800 1264 1352 1872 600 826 829 1065

(**) fglrx(0): Default mode "720x576": 121.0 MHz (scaled from 0.0 MHz), 64.6 kHz, 60.0 Hz

(II) fglrx(0): Modeline "720x576" 121.00 720 1224 1312 1872 576 814 817 1065

(**) fglrx(0): Default mode "720x480": 121.0 MHz (scaled from 0.0 MHz), 64.6 kHz, 60.0 Hz

(II) fglrx(0): Modeline "720x480" 121.00 720 1224 1312 1872 480 766 769 1065

(**) fglrx(0): Default mode "640x480": 121.0 MHz (scaled from 0.0 MHz), 64.6 kHz, 60.0 Hz

(II) fglrx(0): Modeline "640x480" 121.00 640 1184 1272 1872 480 766 769 1065

(**) fglrx(0): Default mode "640x400": 121.0 MHz (scaled from 0.0 MHz), 64.6 kHz, 60.0 Hz

(II) fglrx(0): Modeline "640x400" 121.00 640 1184 1272 1872 400 726 729 1065

(**) fglrx(0): Default mode "640x350": 121.0 MHz (scaled from 0.0 MHz), 64.6 kHz, 60.0 Hz

(II) fglrx(0): Modeline "640x350" 121.00 640 1184 1272 1872 350 701 704 1065

(**) fglrx(0): Default mode "512x384": 121.0 MHz (scaled from 0.0 MHz), 64.6 kHz, 60.0 Hz

(II) fglrx(0): Modeline "512x384" 121.00 512 1120 1208 1872 384 718 721 1065

(**) fglrx(0): Default mode "400x300": 121.0 MHz (scaled from 0.0 MHz), 64.6 kHz, 60.0 Hz (D)

(II) fglrx(0): Modeline "400x300" 121.00 400 1064 1152 1872 300 826 829 1065 doublescan

(**) fglrx(0): Default mode "320x240": 121.0 MHz (scaled from 0.0 MHz), 64.6 kHz, 60.0 Hz (D)

(II) fglrx(0): Modeline "320x240" 121.00 320 1024 1112 1872 240 766 769 1065 doublescan

(**) fglrx(0): Default mode "320x200": 121.0 MHz (scaled from 0.0 MHz), 64.6 kHz, 60.0 Hz (D)

(II) fglrx(0): Modeline "320x200" 121.00 320 1024 1112 1872 200 726 729 1065 doublescan

(++) fglrx(0): DPI set to (100, 100)

(--) fglrx(0): Virtual size is 1680x1050 (pitch 1728)

(**) fglrx(0): *Mode "1680x1050": 121.0 MHz (scaled from 0.0 MHz), 64.6 kHz, 60.0 Hz

(II) fglrx(0): Modeline "1680x1050" 121.00 1680 1704 1792 1872 1050 1051 1054 1065

(**) fglrx(0): Default mode "1400x1050": 121.0 MHz (scaled from 0.0 MHz), 64.6 kHz, 60.0 Hz

(II) fglrx(0): Modeline "1400x1050"&

Lien vers le commentaire
Partager sur d’autres sites

Rejoindre la conversation

Vous publiez en tant qu’invité. Si vous avez un compte, connectez-vous maintenant pour publier avec votre compte.
Remarque : votre message nécessitera l’approbation d’un modérateur avant de pouvoir être visible.

Invité
Répondre à ce sujet…

×   Collé en tant que texte enrichi.   Coller en tant que texte brut à la place

  Seulement 75 émoticônes maximum sont autorisées.

×   Votre lien a été automatiquement intégré.   Afficher plutôt comme un lien

×   Votre contenu précédent a été rétabli.   Vider l’éditeur

×   Vous ne pouvez pas directement coller des images. Envoyez-les depuis votre ordinateur ou insérez-les depuis une URL.

  • En ligne récemment   0 membre est en ligne

    • Aucun utilisateur enregistré regarde cette page.
×
×
  • Créer...