Προς το περιεχόμενο

Video Problems


digimyth

Προτεινόμενες αναρτήσεις

Είναι αυτό που είπε ο apoikos.

 

Το output του mplayer λέει:

>Xlib: extension "XVideo" missing on display ":1.0".
[VO_XV] Sorry, Xv not supported by this X11 version/driver
[VO_XV] ******** Try with -vo x11 or -vo sdl *********

 

Σου λέει ακριβώς ότι έχεις ορίσει vo (video output driver) τον XV (και καλά έκανες γιατί είναι ο πιο γρηγορος), αλλά για κάποιο λόγο ο Xorg server δεν έχει φορτώσει το ανάλογο extension, οπότε σου προτείνει να χρησιμοποιήσεις κάποιον άλλον output driver όπως τον x11 ή τον sdl. Αυτό θα ήταν μία λύση. Μπορείς να τροποιήσεις την "vo" στο mplayer.conf με έναν text editor ή να χρησιμοποιήσεις το γραφικό interface του mplayer που χρησιμοποιείς.

 

Αλλά η σωστή λύση είναι να βρεις γιατί δεν φορτώνει το Xvideo extension ο Xorg.

 

Πρόσθεσε στο Section Device:

 

>        Option      "VideoOverlay" "on"

 

Πρόσθεσε επίσης στο τέλους του αρχείου:

 

>Section "Extensions"
Option "RENDER" "Enable"
Option "DAMAGE" "Enable"
Option "Composite" "Enable"
Option "XVideo" "Enable"
EndSection

 

και κάνε restart τον X11 (π.χ. ctrl+alt+backspace). Αν το ίδιο, δημοσίευσε το /var/log/Xorg.0.log (καλύτερα attach το αρχείο, μην κακοποιούμε τη βάση χωρίς λόγο :P)

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Εντάξει διορθώθηκε (χωρίς τον κώδικα παραπάνω). Άνοιξα τον smplayer και δοκίμαζα output drivers και έβαλα X11. Βέβαια στην αρχή δεν λειτούργησε γιατί έπρεπε να κάνω επανεκκίνηση του συστήματος. Το sdl και όλα τα άλλα δε λειτουργούσαν! Χρειάζεται να προσθέσω αυτές τις γραμμές τώρα??

 

Μιά άλλη ερώτηση που έχω είναι πως μπορώ να κάνω default player τον smplayer και όχι τον xine που είναι τώρα.

 

Επίσης όταν πατάω ctrl+alt+backspace μου βγάζει μαύρη οθόνη με τον κέρσορα πάνω στην γωνία και δε κάνει τίποτα άλλο!

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Όχι, δε διορθώθηκε. Υπάρχει διαφορά ανάμεσα στη διόρθωση (fix) και στην παράκαμψη (workaround). Αυτό που έκανες εσύ είναι το 2ο: έβαλες εναν driver (χ11), o οποίος είναι πολύ πιο αργός (αφού δεν κάνει direct accelerated rendering) και απλά δεν παρουσιάζει το αρχικό πρόβλημα. Τι κάρτα γραφικών και τι drivers έχεις;

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

  • 2 εβδομάδες αργότερα...

Δυστηχώς δεε μπορώ να αλλάξω κάρτα γιατί έχω laptop. Επίσης έχω φτιάξει τα sources.

Έκανα επικόληση το /var/log/Xorg.0.log

 

 

X.Org X Server 1.4.0.90

Release Date: 5 September 2007

X Protocol Version 11, Revision 0

Build Operating System: Linux_2.6.24.4-server-3mnb Mandriva

Current Operating System: Linux localhost 2.6.24.4-laptop-1mnb #1 SMP Thu Mar 27 14:47:43 CET 2008 i686

Build Date: 14 June 2008 12:35:06PM

 

Before reporting problems, check http://qa.mandriva.com

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: Sun Jul 6 18:52:26 2008

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

(==) ServerLayout "layout1"

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

(**) | |-->Monitor "monitor1"

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

(**) |-->Input Device "Keyboard1"

(**) |-->Input Device "Mouse1"

(**) |-->Input Device "SynapticsMouse1"

(**) Option "AllowMouseOpenFail"

(==) Automatically adding devices

(==) Automatically enabling devices

(==) No FontPath specified. Using compiled-in default.

(==) FontPath set to:

catalogue:/etc/X11/fontpath.d

(==) RgbPath set to "/usr/share/X11/rgb"

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

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

(II) Loader magic: 0x8202520

(II) Module ABI versions:

X.Org ANSI C Emulation: 0.3

X.Org Video Driver: 2.0

X.Org XInput driver : 2.0

X.Org Server Extension : 0.3

X.Org Font Renderer : 0.5

(II) Loader running on linux

(II) LoadModule: "pcidata"

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

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

compiled for 1.4.0.90, module version = 1.0.0

ABI class: X.Org Video Driver, version 2.0

(++) using VT number 7

 

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

(II) PCI: 00:00:0: chip 1002,5950 card 1025,009f rev 10 class 06,00,00 hdr 00

(II) PCI: 00:02:0: chip 1002,5a34 card 0000,0000 rev 00 class 06,04,00 hdr 01

(II) PCI: 00:04:0: chip 1002,5a36 card 0000,0000 rev 00 class 06,04,00 hdr 01

(II) PCI: 00:05:0: chip 1002,5a37 card 0000,0000 rev 00 class 06,04,00 hdr 01

(II) PCI: 00:12:0: chip 1002,4379 card 1002,4379 rev 80 class 01,01,8f hdr 00

(II) PCI: 00:13:0: chip 1002,4374 card 1025,009f rev 80 class 0c,03,10 hdr 80

(II) PCI: 00:13:1: chip 1002,4375 card 1025,009f rev 80 class 0c,03,10 hdr 00

(II) PCI: 00:13:2: chip 1002,4373 card 1025,009f rev 80 class 0c,03,20 hdr 00

(II) PCI: 00:14:0: chip 1002,4372 card 1025,009f rev 83 class 0c,05,00 hdr 80

(II) PCI: 00:14:1: chip 1002,4376 card 1025,009f rev 80 class 01,01,82 hdr 00

(II) PCI: 00:14:2: chip 1002,437b card 1025,009f rev 01 class 04,03,00 hdr 00

(II) PCI: 00:14:3: chip 1002,4377 card 1025,009f rev 80 class 06,01,00 hdr 80

(II) PCI: 00:14:4: chip 1002,4371 card 0000,0000 rev 80 class 06,04,01 hdr 81

(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80

(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80

(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80

(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80

(II) PCI: 01:00:0: chip 1002,7149 card 1025,009f rev 00 class 03,00,00 hdr 00

(II) PCI: 06:01:0: chip 10ec,8139 card 1025,009f rev 10 class 02,00,00 hdr 00

(II) PCI: 06:02:0: chip 168c,001a card 1468,0418 rev 01 class 02,00,00 hdr 00

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

(II) PCI: 06:04:1: chip 1524,0530 card 1025,009f rev 01 class 05,01,00 hdr 80

(II) PCI: 06:04:2: chip 1524,0550 card 1025,009f rev 01 class 08,05,01 hdr 80

(II) PCI: 06:04:3: chip 1524,0520 card 1025,009f rev 01 class 05,01,00 hdr 80

(II) PCI: 06:04:4: chip 1524,0551 card 1025,009f rev 01 class 05,01,00 hdr 80

(II) PCI: End of PCI scan

(II) Host-to-PCI bridge:

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

(II) Bus 0 I/O range:

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

(II) Bus 0 non-prefetchable memory range:

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

(II) Bus 0 prefetchable memory range:

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

(II) PCI-to-PCI bridge:

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

(II) Bus 1 I/O range:

[0] -1 0 0x00009000 - 0x000090ff (0x100) IX

[1] -1 0 0x00009400 - 0x000094ff (0x100) IX

[2] -1 0 0x00009800 - 0x000098ff (0x100) IX

[3] -1 0 0x00009c00 - 0x00009cff (0x100) IX

(II) Bus 1 non-prefetchable memory range:

[0] -1 0 0xc0100000 - 0xc01fffff (0x100000) MX

(II) Bus 1 prefetchable memory range:

[0] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX

(II) PCI-to-PCI bridge:

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

(II) PCI-to-PCI bridge:

(II) Bus 4: bridge is at (0:5:0), (0,4,5), BCTRL: 0x0004 (VGA_EN is cleared)

(II) PCI-to-ISA bridge:

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

(II) Subtractive PCI-to-PCI bridge:

(II) Bus 6: bridge is at (0:20:4), (0,6,8), BCTRL: 0x0000 (VGA_EN is cleared)

(II) Bus 6 I/O range:

[0] -1 0 0x0000a000 - 0x0000afff (0x1000) IX

(II) Bus 6 non-prefetchable memory range:

[0] -1 0 0xc0200000 - 0xc02fffff (0x100000) MX

(II) PCI-to-CardBus bridge:

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

(II) Bus 7 I/O range:

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

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

(--) PCI:*(1:0:0) ATI Technologies Inc M52 [Mobility Radeon X1300] rev 0, Mem @ 0xc8000000/27, 0xc0100000/16, I/O @ 0x9000/8

(II) Addressable bus resource ranges are

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

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

(II) OS-reported resource ranges:

[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)

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

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

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

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

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

(II) Active PCI resource ranges:

[0] -1 0 0xc0210100 - 0xc02101ff (0x100) MX

[1] -1 0 0xc0210c00 - 0xc0210c7f (0x80) MX

[2] -1 0 0xc0210800 - 0xc02108ff (0x100) MX

[3] -1 0 0xc0210400 - 0xc021047f (0x80) MX

[4] -1 0 0xc0200000 - 0xc020ffff (0x10000) MX

[5] -1 0 0xc0210000 - 0xc02100ff (0x100) MX

[6] -1 0 0xc0000000 - 0xc0003fff (0x4000) MX

[7] -1 0 0x50080000 - 0x500803ff (0x400) MX

[8] -1 0 0xc0007000 - 0xc0007fff (0x1000) MX

[9] -1 0 0xc0006000 - 0xc0006fff (0x1000) MX

[10] -1 0 0xc0005000 - 0xc0005fff (0x1000) MX

[11] -1 0 0xc0004000 - 0xc00041ff (0x200) MX

[12] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX(B)

[13] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX(B)

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

[15] -1 0 0x00008420 - 0x0000842f (0x10) IX

[16] -1 0 0x00000374 - 0x00000374 (0x1) IX

[17] -1 0 0x00000170 - 0x00000177 (0x8) IX

[18] -1 0 0x000003f4 - 0x000003f4 (0x1) IX

[19] -1 0 0x000001f0 - 0x000001f7 (0x8) IX

[20] -1 0 0x00008410 - 0x0000841f (0x10) IX

[21] -1 0 0x00008400 - 0x0000840f (0x10) IX

[22] -1 0 0x00008430 - 0x00008433 (0x4) IX

[23] -1 0 0x00008438 - 0x0000843f (0x8) IX

[24] -1 0 0x00008434 - 0x00008437 (0x4) IX

[25] -1 0 0x00008440 - 0x00008447 (0x8) IX

[26] -1 0 0x00009000 - 0x000090ff (0x100) IX(B)

(II) Active PCI resource ranges after removing overlaps:

[0] -1 0 0xc0210100 - 0xc02101ff (0x100) MX

[1] -1 0 0xc0210c00 - 0xc0210c7f (0x80) MX

[2] -1 0 0xc0210800 - 0xc02108ff (0x100) MX

[3] -1 0 0xc0210400 - 0xc021047f (0x80) MX

[4] -1 0 0xc0200000 - 0xc020ffff (0x10000) MX

[5] -1 0 0xc0210000 - 0xc02100ff (0x100) MX

[6] -1 0 0xc0000000 - 0xc0003fff (0x4000) MX

[7] -1 0 0x50080000 - 0x500803ff (0x400) MX

[8] -1 0 0xc0007000 - 0xc0007fff (0x1000) MX

[9] -1 0 0xc0006000 - 0xc0006fff (0x1000) MX

[10] -1 0 0xc0005000 - 0xc0005fff (0x1000) MX

[11] -1 0 0xc0004000 - 0xc00041ff (0x200) MX

[12] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX(B)

[13] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX(B)

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

[15] -1 0 0x00008420 - 0x0000842f (0x10) IX

[16] -1 0 0x00000374 - 0x00000374 (0x1) IX

[17] -1 0 0x00000170 - 0x00000177 (0x8) IX

[18] -1 0 0x000003f4 - 0x000003f4 (0x1) IX

[19] -1 0 0x000001f0 - 0x000001f7 (0x8) IX

[20] -1 0 0x00008410 - 0x0000841f (0x10) IX

[21] -1 0 0x00008400 - 0x0000840f (0x10) IX

[22] -1 0 0x00008430 - 0x00008433 (0x4) IX

[23] -1 0 0x00008438 - 0x0000843f (0x8) IX

[24] -1 0 0x00008434 - 0x00008437 (0x4) IX

[25] -1 0 0x00008440 - 0x00008447 (0x8) IX

[26] -1 0 0x00009000 - 0x000090ff (0x100) IX(B)

(II) OS-reported resource ranges after removing overlaps with PCI:

[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)

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

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

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

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

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

(II) All system resource ranges:

[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)

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

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

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

[4] -1 0 0xc0210100 - 0xc02101ff (0x100) MX

[5] -1 0 0xc0210c00 - 0xc0210c7f (0x80) MX

[6] -1 0 0xc0210800 - 0xc02108ff (0x100) MX

[7] -1 0 0xc0210400 - 0xc021047f (0x80) MX

[8] -1 0 0xc0200000 - 0xc020ffff (0x10000) MX

[9] -1 0 0xc0210000 - 0xc02100ff (0x100) MX

[10] -1 0 0xc0000000 - 0xc0003fff (0x4000) MX

[11] -1 0 0x50080000 - 0x500803ff (0x400) MX

[12] -1 0 0xc0007000 - 0xc0007fff (0x1000) MX

[13] -1 0 0xc0006000 - 0xc0006fff (0x1000) MX

[14] -1 0 0xc0005000 - 0xc0005fff (0x1000) MX

[15] -1 0 0xc0004000 - 0xc00041ff (0x200) MX

[16] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX(B)

[17] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX(B)

[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX

[19] -1 0 0x00000000 - 0x000000ff (0x100) IX

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

[21] -1 0 0x00008420 - 0x0000842f (0x10) IX

[22] -1 0 0x00000374 - 0x00000374 (0x1) IX

[23] -1 0 0x00000170 - 0x00000177 (0x8) IX

[24] -1 0 0x000003f4 - 0x000003f4 (0x1) IX

[25] -1 0 0x000001f0 - 0x000001f7 (0x8) IX

[26] -1 0 0x00008410 - 0x0000841f (0x10) IX

[27] -1 0 0x00008400 - 0x0000840f (0x10) IX

[28] -1 0 0x00008430 - 0x00008433 (0x4) IX

[29] -1 0 0x00008438 - 0x0000843f (0x8) IX

[30] -1 0 0x00008434 - 0x00008437 (0x4) IX

[31] -1 0 0x00008440 - 0x00008447 (0x8) IX

[32] -1 0 0x00009000 - 0x000090ff (0x100) IX(B)

(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.

(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.

(II) "glx" will be loaded. This was enabled by default and also specified in the config file.

(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.

(II) "type1" will be loaded. This was enabled by default and also specified in the config file.

(II) "record" will be loaded by default.

(II) "dri" will be loaded. This was enabled by default and also specified in the config file.

(II) LoadModule: "dbe"

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

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

compiled for 1.4.0.90, module version = 1.0.0

Module class: X.Org Server Extension

ABI class: X.Org Server Extension, version 0.3

(II) Loading extension DOUBLE-BUFFER

(II) LoadModule: "v4l"

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

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

compiled for 1.4.0.90, module version = 0.1.1

ABI class: X.Org Video Driver, version 2.0

(II) LoadModule: "extmod"

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

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

compiled for 1.4.0.90, 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 Multi-Buffering

(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: "type1"

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

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

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

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

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

compiled for 1.4.0.90, 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 1.4.0.90, module version = 1.0.0

ABI class: X.Org Server Extension, version 0.3

(==) AIGLX enabled

(II) Loading extension GLX

(II) LoadModule: "dri"

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

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

compiled for 1.4.0.90, module version = 1.0.0

ABI class: X.Org Server Extension, version 0.3

(II) Loading extension XFree86-DRI

(II) LoadModule: "record"

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

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

compiled for 1.4.0.90, module version = 1.13.0

Module class: X.Org Server Extension

ABI class: X.Org Server Extension, version 0.3

(II) Loading extension RECORD

(II) LoadModule: "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.47.3

Module class: X.Org Video Driver

(II) LoadModule: "kbd"

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

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

compiled for 1.4.0.90, module version = 1.2.2

Module class: X.Org XInput Driver

ABI class: X.Org XInput driver, version 2.0

(II) LoadModule: "mouse"

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

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

compiled for 1.4.0.90, module version = 1.2.3

Module class: X.Org XInput Driver

ABI class: X.Org XInput driver, version 2.0

(II) LoadModule: "synaptics"

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

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

compiled for 4.3.99.902, module version = 1.0.0

Module class: X.Org XInput Driver

ABI class: X.Org XInput driver, version 2.0

(II) v4l driver for Video4Linux

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

(II) ATI Proprietary Linux Driver Version Identifier:8.47.3

(II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.471

(II) ATI Proprietary Linux Driver Build Date: Feb 25 2008 21:22:09

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

(--) Chipset Supported AMD Graphics Processor (0x7149) found

(II) AMD Video driver is running on a device belonging to a group targeted for this release

(II) AMD Video driver is signed

(II) resource ranges after xf86ClaimFixedResources() call:

[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)

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

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

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

[4] -1 0 0xc0210100 - 0xc02101ff (0x100) MX

[5] -1 0 0xc0210c00 - 0xc0210c7f (0x80) MX

[6] -1 0 0xc0210800 - 0xc02108ff (0x100) MX

[7] -1 0 0xc0210400 - 0xc021047f (0x80) MX

[8] -1 0 0xc0200000 - 0xc020ffff (0x10000) MX

[9] -1 0 0xc0210000 - 0xc02100ff (0x100) MX

[10] -1 0 0xc0000000 - 0xc0003fff (0x4000) MX

[11] -1 0 0x50080000 - 0x500803ff (0x400) MX

[12] -1 0 0xc0007000 - 0xc0007fff (0x1000) MX

[13] -1 0 0xc0006000 - 0xc0006fff (0x1000) MX

[14] -1 0 0xc0005000 - 0xc0005fff (0x1000) MX

[15] -1 0 0xc0004000 - 0xc00041ff (0x200) MX

[16] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX(B)

[17] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX(B)

[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX

[19] -1 0 0x00000000 - 0x000000ff (0x100) IX

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

[21] -1 0 0x00008420 - 0x0000842f (0x10) IX

[22] -1 0 0x00000374 - 0x00000374 (0x1) IX

[23] -1 0 0x00000170 - 0x00000177 (0x8) IX

[24] -1 0 0x000003f4 - 0x000003f4 (0x1) IX

[25] -1 0 0x000001f0 - 0x000001f7 (0x8) IX

[26] -1 0 0x00008410 - 0x0000841f (0x10) IX

[27] -1 0 0x00008400 - 0x0000840f (0x10) IX

[28] -1 0 0x00008430 - 0x00008433 (0x4) IX

[29] -1 0 0x00008438 - 0x0000843f (0x8) IX

[30] -1 0 0x00008434 - 0x00008437 (0x4) IX

[31] -1 0 0x00008440 - 0x00008447 (0x8) IX

[32] -1 0 0x00009000 - 0x000090ff (0x100) IX(B)

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

(II) resource ranges after probing:

[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)

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

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

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

[4] -1 0 0xc0210100 - 0xc02101ff (0x100) MX

[5] -1 0 0xc0210c00 - 0xc0210c7f (0x80) MX

[6] -1 0 0xc0210800 - 0xc02108ff (0x100) MX

[7] -1 0 0xc0210400 - 0xc021047f (0x80) MX

[8] -1 0 0xc0200000 - 0xc020ffff (0x10000) MX

[9] -1 0 0xc0210000 - 0xc02100ff (0x100) MX

[10] -1 0 0xc0000000 - 0xc0003fff (0x4000) MX

[11] -1 0 0x50080000 - 0x500803ff (0x400) MX

[12] -1 0 0xc0007000 - 0xc0007fff (0x1000) MX

[13] -1 0 0xc0006000 - 0xc0006fff (0x1000) MX

[14] -1 0 0xc0005000 - 0xc0005fff (0x1000) MX

[15] -1 0 0xc0004000 - 0xc00041ff (0x200) MX

[16] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX(B)

[17] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX(B)

[18] 0 0 0x000a0000 - 0x000affff (0x10000) MS

[19] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS

[20] 0 0 0x000b8000 - 0x000bffff (0x8000) MS

[21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX

[22] -1 0 0x00000000 - 0x000000ff (0x100) IX

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

[24] -1 0 0x00008420 - 0x0000842f (0x10) IX

[25] -1 0 0x00000374 - 0x00000374 (0x1) IX

[26] -1 0 0x00000170 - 0x00000177 (0x8) IX

[27] -1 0 0x000003f4 - 0x000003f4 (0x1) IX

[28] -1 0 0x000001f0 - 0x000001f7 (0x8) IX

[29] -1 0 0x00008410 - 0x0000841f (0x10) IX

[30] -1 0 0x00008400 - 0x0000840f (0x10) IX

[31] -1 0 0x00008430 - 0x00008433 (0x4) IX

[32] -1 0 0x00008438 - 0x0000843f (0x8) IX

[33] -1 0 0x00008434 - 0x00008437 (0x4) IX

[34] -1 0 0x00008440 - 0x00008447 (0x8) IX

[35] -1 0 0x00009000 - 0x000090ff (0x100) IX(B)

[36] 0 0 0x000003b0 - 0x000003bb (0xc) IS

[37] 0 0 0x000003c0 - 0x000003df (0x20) IS

(II) Setting vga for screen 0.

(II) fglrx(0): === [atiddxPreInit] === begin

(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 1.4.0.90, module version = 0.1.0

ABI class: X.Org Video Driver, version 2.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 "DPMS"

(II) fglrx(0): Loading PCS database from /etc/ati/amdpcsdb

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

(--) fglrx(0): Chipset: "ATI Mobility Radeon X1300" (Chipset = 0x7149)

(--) fglrx(0): (PciSubVendor = 0x1025, PciSubDevice = 0x009f)

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

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

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

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

(II) Loading sub module "int10"

(II) LoadModule: "int10"

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

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

compiled for 1.4.0.90, module version = 1.0.0

ABI class: X.Org Video Driver, version 2.0

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

(II) Loading sub module "vbe"

(II) LoadModule: "vbe"

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

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

compiled for 1.4.0.90, module version = 1.1.0

ABI class: X.Org Video Driver, version 2.0

(II) fglrx(0): VESA BIOS detected

(II) fglrx(0): VESA VBE Version 3.0

(II) fglrx(0): VESA VBE Total Mem: 16384 kB

(II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS

(II) fglrx(0): VESA VBE OEM Software Rev: 9.12

(II) fglrx(0): VESA VBE OEM Vendor: © 1988-2005, ATI Technologies Inc.

(II) fglrx(0): VESA VBE OEM Product: M52P

(II) fglrx(0): VESA VBE OEM Product Rev: 01.00

(II) fglrx(0): ATI Video BIOS revision 9 or later detected

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

drmOpenDevice: node name is /dev/dri/card0

drmOpenDevice: open result is 9, (OK)

drmOpenDevice: node name is /dev/dri/card0

drmOpenDevice: open result is 9, (OK)

drmGetBusid returned ''

(II) Loading sub module "fglrxdrm"

(II) LoadModule: "fglrxdrm"

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

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

compiled for 7.1.0, module version = 8.47.3

ABI class: X.Org Server Extension, version 0.3

(II) fglrx(0): Using adapter: 1:0.0.

(--) fglrx(0): VideoRAM: 131072 kByte, Type: DDR2

(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) Module "ddc" already built-in

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

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

(II) fglrx(0): Manufacturer: QDS Model: 41 Serial#: 0

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

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

(II) fglrx(0): Digital Display Input

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

(II) fglrx(0): Gamma: 2.20

(II) fglrx(0): No DPMS capabilities specified; RGB/Color Display

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

(II) fglrx(0): redX: 0.575 redY: 0.359 greenX: 0.319 greenY: 0.532

(II) fglrx(0): blueX: 0.155 blueY: 0.129 whiteX: 0.312 whiteY: 0.328

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

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

(II) fglrx(0): clock: 68.9 MHz Image Size: 331 x 207 mm

(II) fglrx(0): h_active: 1280 h_sync: 1301 h_sync_end 1333 h_blank_end 1408 h_border: 0

(II) fglrx(0): v_active: 800 v_sync: 804 v_sync_end 808 v_blanking: 816 v_border: 0

(II) fglrx(0): QUANTADISPLAY

(II) fglrx(0): QD15TL072

(II) fglrx(0): EDID (in hex):

(II) fglrx(0): 00ffffffffffff004493410000000000

(II) fglrx(0): 000f0103802115780a4dc0935c518827

(II) fglrx(0): 21505400000001010101010101010101

(II) fglrx(0): 010101010101ea1a0080502010301520

(II) fglrx(0): 44004bcf100000180000000f0008002a

(II) fglrx(0): 0001000400324a041901000000fe0051

(II) fglrx(0): 55414e5441444953504c4159000000fe

(II) fglrx(0): 0051443135544c3037320a2020200089

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

(WW) fglrx(0): Only one display is connnected,so single mode is enabled

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

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

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

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

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

(II) fglrx(0): 3. 209/135MHz @ 60Hz [low voltage, enable sleep]

(II) fglrx(0): 4. 324/135MHz @ 60Hz [low voltage, enable sleep]

(==) fglrx(0): Qbs is not supported in this release. 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 10 modes found for primary display.

(--) fglrx(0): Virtual size is 1280x800 (pitch 0)

(**) fglrx(0): *Mode "1280x800": 68.9 MHz (scaled from 0.0 MHz), 48.9 kHz, 60.0 Hz

(II) fglrx(0): Modeline "1280x800"x60.0 68.90 1280 1301 1333 1408 800 804 808 816 +hsync +vsync (48.9 kHz)

(**) fglrx(0): Default mode "1280x768": 68.9 MHz (scaled from 0.0 MHz), 48.9 kHz, 60.0 Hz

(II) fglrx(0): Modeline "1280x768"x60.0 68.90 1280 1301 1333 1408 768 804 808 816 +hsync +vsync (48.9 kHz)

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

(II) fglrx(0): Modeline "1024x768"x60.0 68.90 1024 1301 1333 1408 768 804 808 816 +hsync +vsync (48.9 kHz)

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

(II) fglrx(0): Modeline "800x600"x60.0 68.90 800 1301 1333 1408 600 804 808 816 +hsync +vsync (48.9 kHz)

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

(II) fglrx(0): Modeline "640x480"x60.0 68.90 640 1301 1333 1408 480 804 808 816 +hsync +vsync (48.9 kHz)

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

(II) fglrx(0): Modeline "640x400"x60.0 68.90 640 1301 1333 1408 400 804 808 816 +hsync +vsync (48.9 kHz)

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

(II) fglrx(0): Modeline "512x384"x60.0 68.90 512 1301 1333 1408 384 804 808 816 +hsync +vsync (48.9 kHz)

(**) fglrx(0): Default mode "400x300": 68.9 MHz (scaled from 0.0 MHz), 48.9 kHz, 60.0 Hz

(II) fglrx(0): Modeline "400x300"x60.0 68.90 400 1301 1333 1408 300 804 808 816 +hsync +vsync (48.9 kHz)

(**) fglrx(0): Default mode "320x240": 68.9 MHz (scaled from 0.0 MHz), 48.9 kHz, 60.0 Hz

(II) fglrx(0): Modeline "320x240"x60.0 68.90 320 1301 1333 1408 240 804 808 816 +hsync +vsync (48.9 kHz)

(**) fglrx(0): Default mode "320x200": 68.9 MHz (scaled from 0.0 MHz), 48.9 kHz, 60.0 Hz

(II) fglrx(0): Modeline "320x200"x60.0 68.90 320 1301 1333 1408 200 804 808 816 +hsync +vsync (48.9 kHz)

(--) fglrx(0): Display dimensions: (330, 210) mm

(--) fglrx(0): DPI set to (98, 96)

(--) fglrx(0): Virtual size is 1280x800 (pitch 1280)

(**) fglrx(0): *Mode "1280x800": 68.9 MHz (scaled from 0.0 MHz), 48.9 kHz, 60.0 Hz

(II) fglrx(0): Modeline "1280x800"x60.0 68.90 1280 1301 1333 1408 800 804 808 816 +hsync +vsync (48.9 kHz)

(**) fglrx(0): Default mode "1280x768": 68.9 MHz (scaled from 0.0 MHz), 48.9 kHz, 60.0 Hz

(II) fglrx(0): Modeline "1280x768"x60.0 68.90 1280 1301 1333 1408 768 804 808 816 +hsync +vsync (48.9 kHz)

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

(II) fglrx(0): Modeline "1024x768"x60.0 68.90 1024 1301 1333 1408 768 804 808 816 +hsync +vsync (48.9 kHz)

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

(II) fglrx(0): Modeline "800x600"x60.0 68.90 800 1301 1333 1408 600 804 808 816 +hsync +vsync (48.9 kHz)

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

(II) fglrx(0): Modeline "640x480"x60.0 68.90 640 1301 1333 1408 480 804 808 816 +hsync +vsync (48.9 kHz)

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

(II) fglrx(0): Modeline "640x400"x60.0 68.90 640 1301 1333 1408 400 804 808 816 +hsync +vsync (48.9 kHz)

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

(II) fglrx(0): Modeline "512x384"x60.0 68.90 512 1301 1333 1408 384 804 808 816 +hsync +vsync (48.9 kHz)

(**) fglrx(0): Default mode "400x300": 68.9 MHz (scaled from 0.0 MHz), 48.9 kHz, 60.0 Hz

(II) fglrx(0): Modeline "400x300"x60.0 68.90 400 1301 1333 1408 300 804 808 816 +hsync +vsync (48.9 kHz)

(**) fglrx(0): Default mode "320x240": 68.9 MHz (scaled from 0.0 MHz), 48.9 kHz, 60.0 Hz

(II) fglrx(0): Modeline "320x240"x60.0 68.90 320 1301 1333 1408 240 804 808 816 +hsync +vsync (48.9 kHz)

(**) fglrx(0): Default mode "320x200": 68.9 MHz (scaled from 0.0 MHz), 48.9 kHz, 60.0 Hz

(II) fglrx(0): Modeline "320x200"x60.0 68.90 320 1301 1333 1408 200 804 808 816 +hsync +vsync (48.9 kHz)

(II) Loading sub module "fb"

(II) LoadModule: "fb"

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

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

compiled for 1.4.0.90, module version = 1.0.0

ABI class: X.Org ANSI C Emulation, version 0.3

(II) Loading sub module "ramdac"

(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in

(==) fglrx(0): NoAccel = NO

(II) Loading sub module "xaa"

(II) LoadModule: "xaa"

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

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

compiled for 1.4.0.90, module version = 1.2.0

ABI class: X.Org Video Driver, version 2.0

(==) fglrx(0): NoDRI = NO

(II) Loading sub module "fglrxdrm"

(II) LoadModule: "fglrxdrm"

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

(II) fglrx(0): Depth moves disabled by default

(==) fglrx(0): Capabilities: 0x00000000

(==) fglrx(0): CapabilitiesEx: 0x00000000

(==) fglrx(0): cpuFlags: 0x4000001f

(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"

(**) fglrx(0): ATI GART size: 256 MB

(II) fglrx(0): [pcie] 258048 kB allocated

(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536

(==) fglrx(0): UseFastTLS=0

(==) fglrx(0): BlockSignalsOnLock=1

(--) Depth 24 pixmap format is 32 bpp

(II) do I need RAC? No, I don't.

(II) resource ranges after preInit:

[0] 0 0 0xc0100000 - 0xc010ffff (0x10000) MX

[1] 0 0 0xc8000000 - 0xcfffffff (0x8000000) MX

[2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)

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

[4] -1 0 0x000c0000 - 0x000effff (0x30000) MX

[5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX

[6] -1 0 0xc0210100 - 0xc02101ff (0x100) MX

[7] -1 0 0xc0210c00 - 0xc0210c7f (0x80) MX

[8] -1 0 0xc0210800 - 0xc02108ff (0x100) MX

[9] -1 0 0xc0210400 - 0xc021047f (0x80) MX

[10] -1 0 0xc0200000 - 0xc020ffff (0x10000) MX

[11] -1 0 0xc0210000 - 0xc02100ff (0x100) MX

[12] -1 0 0xc0000000 - 0xc0003fff (0x4000) MX

[13] -1 0 0x50080000 - 0x500803ff (0x400) MX

[14] -1 0 0xc0007000 - 0xc0007fff (0x1000) MX

[15] -1 0 0xc0006000 - 0xc0006fff (0x1000) MX

[16] -1 0 0xc0005000 - 0xc0005fff (0x1000) MX

[17] -1 0 0xc0004000 - 0xc00041ff (0x200) MX

[18] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX(B)

[19] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX(B)

[20] 0 0 0x000a0000 - 0x000affff (0x10000) MS(OprU)

[21] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS(OprU)

[22] 0 0 0x000b8000 - 0x000bffff (0x8000) MS(OprU)

[23] 0 0 0x00009000 - 0x000090ff (0x100) IX

[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX

[25] -1 0 0x00000000 - 0x000000ff (0x100) IX

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

[27] -1 0 0x00008420 - 0x0000842f (0x10) IX

[28] -1 0 0x00000374 - 0x00000374 (0x1) IX

[29] -1 0 0x00000170 - 0x00000177 (0x8) IX

[30] -1 0 0x000003f4 - 0x000003f4 (0x1) IX

[31] -1 0 0x000001f0 - 0x000001f7 (0x8) IX

[32] -1 0 0x00008410 - 0x0000841f (0x10) IX

[33] -1 0 0x00008400 - 0x0000840f (0x10) IX

[34] -1 0 0x00008430 - 0x00008433 (0x4) IX

[35] -1 0 0x00008438 - 0x0000843f (0x8) IX

[36] -1 0 0x00008434 - 0x00008437 (0x4) IX

[37] -1 0 0x00008440 - 0x00008447 (0x8) IX

[38] -1 0 0x00009000 - 0x000090ff (0x100) IX(B)

[39] 0 0 0x000003b0 - 0x000003bb (0xc) IS(OprU)

[40] 0 0 0x000003c0 - 0x000003df (0x20) IS(OprU)

(II) fglrx(0): driver needs X.org 7.1.x.y with x.y >= 0.0

(WW) fglrx(0): could not detect X server version (query_status=-3)

(II) Loading extension ATIFGLRXDRI

(II) fglrx(0): doing DRIScreenInit

drmOpenDevice: node name is /dev/dri/card0

drmOpenDevice: open result is 9, (OK)

drmOpenDevice: node name is /dev/dri/card0

drmOpenDevice: open result is 9, (OK)

drmOpenByBusid: Searching for BusID PCI:1:0:0

drmOpenDevice: node name is /dev/dri/card0

drmOpenDevice: open result is 9, (OK)

drmOpenByBusid: drmOpenMinor returns 9

drmOpenByBusid: drmGetBusid reports

drmOpenDevice: node name is /dev/dri/card1

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

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

drmOpenDevice: Open failed

drmOpenByBusid: drmOpenMinor returns -19

drmOpenDevice: node name is /dev/dri/card2

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

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

drmOpenDevice: Open failed

drmOpenByBusid: drmOpenMinor returns -19

drmOpenDevice: node name is /dev/dri/card3

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

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

drmOpenDevice: Open failed

drmOpenByBusid: drmOpenMinor returns -19

drmOpenDevice: node name is /dev/dri/card4

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

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

drmOpenDevice: Open failed

drmOpenByBusid: drmOpenMinor returns -19

drmOpenDevice: node name is /dev/dri/card5

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

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

drmOpenDevice: Open failed

drmOpenByBusid: drmOpenMinor returns -19

drmOpenDevice: node name is /dev/dri/card6

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

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

drmOpenDevice: Open failed

drmOpenByBusid: drmOpenMinor returns -19

drmOpenDevice: node name is /dev/dri/card7

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

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

drmOpenDevice: Open failed

drmOpenByBusid: drmOpenMinor returns -19

drmOpenDevice: node name is /dev/dri/card8

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

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

drmOpenDevice: Open failed

drmOpenByBusid: drmOpenMinor returns -19

drmOpenDevice: node name is /dev/dri/card9

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

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

drmOpenDevice: Open failed

drmOpenByBusid: drmOpenMinor returns -19

drmOpenDevice: node name is /dev/dri/card10

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

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

drmOpenDevice: Open failed

drmOpenByBusid: drmOpenMinor returns -19

drmOpenDevice: node name is /dev/dri/card11

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

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

drmOpenDevice: Open failed

drmOpenByBusid: drmOpenMinor returns -19

drmOpenDevice: node name is /dev/dri/card12

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

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

drmOpenDevice: Open failed

drmOpenByBusid: drmOpenMinor returns -19

drmOpenDevice: node name is /dev/dri/card13

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

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

drmOpenDevice: Open failed

drmOpenByBusid: drmOpenMinor returns -19

drmOpenDevice: node name is /dev/dri/card14

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

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

drmOpenDevice: Open failed

drmOpenByBusid: drmOpenMinor returns -19

drmOpenDevice: node name is /dev/dri/card0

drmOpenDevice: open result is 9, (OK)

drmOpenDevice: node name is /dev/dri/card0

drmOpenDevice: open result is 9, (OK)

drmGetBusid returned ''

(II) [drm] DRM interface version 1.0

(II) [drm] DRM open master succeeded.

(II) fglrx(0): [drm] Using the DRM lock SAREA also for drawables.

(II) fglrx(0): [drm] framebuffer handle = 0x3000

(II) fglrx(0): [drm] added 1 reserved context for kernel

(II) fglrx(0): X context handle = 0x1

(II) fglrx(0): [drm] installed DRM signal handler

(II) fglrx(0): DRIScreenInit done

(II) fglrx(0): Kernel Module Version Information:

(II) fglrx(0): Name: fglrx

(II) fglrx(0): Version: 8.47.3

(II) fglrx(0): Date: Feb 25 2008

(II) fglrx(0): Desc: ATI FireGL DRM kernel module

(II) fglrx(0): Kernel Module version matches driver.

(II) fglrx(0): Kernel Module Build Time Information:

(II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.24.4-laptop-1mnb

(II) fglrx(0): Build-Kernel MODVERSIONS: no

(II) fglrx(0): Build-Kernel __SMP__: yes

(II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000

(II) fglrx(0): [drm] register handle = 0x00005000

(II) fglrx(0): Interrupt handler installed at IRQ 22.

(II) fglrx(0): Exposed events to the /proc interface

(II) fglrx(0): DRI initialization successfull!

(II) fglrx(0): FBADPhys: 0xc1005000 FBMappedSize: 0x01004000

(II) fglrx(0): FBMM initialized for area (0,0)-(1280,3280)

(II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,800) (front color buffer - assumption)

(II) fglrx(0): Largest offscreen area available: 1280 x 2480

(==) fglrx(0): Backing store disabled

(II) Loading extension FGLRXEXTENSION

(II) Loading extension ATITVOUT

(**) fglrx(0): DPMS enabled

(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)

Screen to screen bit blits

Solid filled rectangles

8x8 mono pattern filled rectangles

Solid Lines

Dashed Lines

Offscreen Pixmaps

Setting up tile and stipple cache:

32 128x128 slots

19 256x256 slots

5 512x512 slots

(II) fglrx(0): Acceleration enabled

(II) fglrx(0): [DRI] installation complete

(II) fglrx(0): Direct rendering enabled

[atiddx] ASYNCIO init succeed!

Receive enable interrupt ret message

...irqEnableMask: 10000000

...dwIRQEnableId: 00000008

(==) fglrx(0): Silken mouse enabled

(==) fglrx(0): Using hardware cursor

(==) 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 XC-APPGROUP

(II) Initializing built-in extension XAccessControlExtension

(II) Initializing built-in extension SECURITY

(II) Initializing built-in extension XINERAMA

(II) Initializing built-in extension XFIXES

(II) Initializing built-in extension XFree86-Bigfont

(II) Initializing built-in extension RENDER

(II) Initializing built-in extension RANDR

(II) Initializing built-in extension COMPOSITE

(II) Initializing built-in extension DAMAGE

(II) Initializing built-in extension XEVIE

drmOpenDevice: node name is /dev/dri/card0

drmOpenDevice: open result is 10, (OK)

drmOpenByBusid: Searching for BusID PCI:1:0:0

drmOpenDevice: node name is /dev/dri/card0

drmOpenDevice: open result is 10, (OK)

drmOpenByBusid: drmOpenMinor returns 10

drmOpenByBusid: drmGetBusid reports PCI:1:0:0

(WW) AIGLX: 3D driver claims to not support visual 0x23

(WW) AIGLX: 3D driver claims to not support visual 0x24

(WW) AIGLX: 3D driver claims to not support visual 0x25

(WW) AIGLX: 3D driver claims to not support visual 0x26

(WW) AIGLX: 3D driver claims to not support visual 0x27

(WW) AIGLX: 3D driver claims to not support visual 0x28

(WW) AIGLX: 3D driver claims to not support visual 0x29

(WW) AIGLX: 3D driver claims to not support visual 0x2a

(WW) AIGLX: 3D driver claims to not support visual 0x2b

(WW) AIGLX: 3D driver claims to not support visual 0x2c

(WW) AIGLX: 3D driver claims to not support visual 0x2d

(WW) AIGLX: 3D driver claims to not support visual 0x2e

(WW) AIGLX: 3D driver claims to not support visual 0x2f

(WW) AIGLX: 3D driver claims to not support visual 0x30

(WW) AIGLX: 3D driver claims to not support visual 0x31

(WW) AIGLX: 3D driver claims to not support visual 0x32

(WW) AIGLX: 3D driver claims to not support visual 0x33

(WW) AIGLX: 3D driver claims to not support visual 0x34

(WW) AIGLX: 3D driver claims to not support visual 0x35

(WW) AIGLX: 3D driver claims to not support visual 0x36

(WW) AIGLX: 3D driver claims to not support visual 0x37

(WW) AIGLX: 3D driver claims to not support visual 0x38

(WW) AIGLX: 3D driver claims to not support visual 0x39

(WW) AIGLX: 3D driver claims to not support visual 0x3a

(WW) AIGLX: 3D driver claims to not support visual 0x3b

(WW) AIGLX: 3D driver claims to not support visual 0x3c

(WW) AIGLX: 3D driver claims to not support visual 0x3d

(WW) AIGLX: 3D driver claims to not support visual 0x3e

(WW) AIGLX: 3D driver claims to not support visual 0x3f

(WW) AIGLX: 3D driver claims to not support visual 0x40

(WW) AIGLX: 3D driver claims to not support visual 0x41

(WW) AIGLX: 3D driver claims to not support visual 0x42

(WW) AIGLX: 3D driver claims to not support visual 0x43

(WW) AIGLX: 3D driver claims to not support visual 0x44

(WW) AIGLX: 3D driver claims to not support visual 0x45

(WW) AIGLX: 3D driver claims to not support visual 0x46

(WW) AIGLX: 3D driver claims to not support visual 0x47

(WW) AIGLX: 3D driver claims to not support visual 0x48

(WW) AIGLX: 3D driver claims to not support visual 0x49

(WW) AIGLX: 3D driver claims to not support visual 0x4a

(WW) AIGLX: 3D driver claims to not support visual 0x4b

(WW) AIGLX: 3D driver claims to not support visual 0x4c

(WW) AIGLX: 3D driver claims to not support visual 0x4d

(WW) AIGLX: 3D driver claims to not support visual 0x4e

(WW) AIGLX: 3D driver claims to not support visual 0x4f

(WW) AIGLX: 3D driver claims to not support visual 0x50

(WW) AIGLX: 3D driver claims to not support visual 0x51

(WW) AIGLX: 3D driver claims to not support visual 0x52

(WW) AIGLX: 3D driver claims to not support visual 0x53

(WW) AIGLX: 3D driver claims to not support visual 0x54

(WW) AIGLX: 3D driver claims to not support visual 0x55

(WW) AIGLX: 3D driver claims to not support visual 0x56

(WW) AIGLX: 3D driver claims to not support visual 0x57

(WW) AIGLX: 3D driver claims to not support visual 0x58

(WW) AIGLX: 3D driver claims to not support visual 0x59

(WW) AIGLX: 3D driver claims to not support visual 0x5a

(WW) AIGLX: 3D driver claims to not support visual 0x5b

(WW) AIGLX: 3D driver claims to not support visual 0x5c

(WW) AIGLX: 3D driver claims to not support visual 0x5d

(WW) AIGLX: 3D driver claims to not support visual 0x5e

(WW) AIGLX: 3D driver claims to not support visual 0x5f

(WW) AIGLX: 3D driver claims to not support visual 0x60

(WW) AIGLX: 3D driver claims to not support visual 0x61

(WW) AIGLX: 3D driver claims to not support visual 0x62

(WW) AIGLX: 3D driver claims to not support visual 0x63

(WW) AIGLX: 3D driver claims to not support visual 0x64

(WW) AIGLX: 3D driver claims to not support visual 0x65

(WW) AIGLX: 3D driver claims to not support visual 0x66

(WW) AIGLX: 3D driver claims to not support visual 0x67

(WW) AIGLX: 3D driver claims to not support visual 0x68

(WW) AIGLX: 3D driver claims to not support visual 0x69

(WW) AIGLX: 3D driver claims to not support visual 0x6a

(WW) AIGLX: 3D driver claims to not support visual 0x6b

(WW) AIGLX: 3D driver claims to not support visual 0x6c

(WW) AIGLX: 3D driver claims to not support visual 0x6d

(WW) AIGLX: 3D driver claims to not support visual 0x6e

(WW) AIGLX: 3D driver claims to not support visual 0x6f

(WW) AIGLX: 3D driver claims to not support visual 0x70

(WW) AIGLX: 3D driver claims to not support visual 0x71

(WW) AIGLX: 3D driver claims to not support visual 0x72

(II) AIGLX: Loaded and initialized /usr/lib/dri/fglrx_dri.so

(II) GLX: Initialized DRI GL provider for screen 0

(**) Option "CoreKeyboard"

(**) Keyboard1: always reports core events

(**) Option "Protocol" "standard"

(**) Keyboard1: Protocol: standard

(**) Option "AutoRepeat" "500 30"

(**) Option "XkbRules" "xorg"

(**) Keyboard1: XkbRules: "xorg"

(**) Option "XkbModel" "pc105"

(**) Keyboard1: XkbModel: "pc105"

(**) Option "XkbLayout" "us,gr(extended)"

(**) Keyboard1: XkbLayout: "us,gr(extended)"

(**) Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll,compose:rwin"

(**) Keyboard1: XkbOptions: "grp:alt_shift_toggle,grp_led:scroll,compose:rwin"

(**) Option "CustomKeycodes" "off"

(**) Keyboard1: CustomKeycodes disabled

(**) Option "Protocol" "ExplorerPS/2"

(**) Mouse1: Device: "/dev/mouse"

(**) Mouse1: Protocol: "ExplorerPS/2"

(**) Option "CorePointer"

(**) Mouse1: always reports core events

(**) Option "Device" "/dev/mouse"

(==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50

(**) Mouse1: ZAxisMapping: buttons 4 and 5

(**) Mouse1: Buttons: 9

(**) Mouse1: Sensitivity: 1

(II) Synaptics touchpad driver version 0.14.6 (1406)

(--) SynapticsMouse1 auto-dev sets device to /dev/input/event1

(**) Option "Device" "/dev/input/event1"

(**) Option "SHMConfig" "on"

(--) SynapticsMouse1 touchpad found

(**) Option "SendCoreEvents"

(**) SynapticsMouse1: always reports core events

(II) evaluating device (SynapticsMouse1)

(II) XINPUT: Adding extended input device "SynapticsMouse1" (type: MOUSE)

(II) evaluating device (Mouse1)

(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)

(II) evaluating device (Keyboard1)

(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)

(--) SynapticsMouse1 auto-dev sets device to /dev/input/event1

(**) Option "Device" "/dev/input/event1"

(--) SynapticsMouse1 touchpad found

(II) Mouse1: ps2EnableDataReporting: succeeded

Receive 3D performance mode message with status: 00000001

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

Warning: LookupDrawable()/SecurityLookupDrawable() are deprecated. Please convert your driver/module to use dixLookupDrawable().

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/drakfont/ttf/kaiu.ttf'

 

 

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Αρχειοθετημένο

Αυτό το θέμα έχει αρχειοθετηθεί και είναι κλειστό για περαιτέρω απαντήσεις.

  • Δημιουργία νέου...