Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!

Ogłoszenie

Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.

#1  2011-05-21 14:05:05

  itposthuman - Użytkownik

itposthuman
Użytkownik
Zarejestrowany: 2010-10-21

Brak wsparcia 3D po przejsciu na wersje testing

Przeszedłem na wersje testing z jadrem 2.6.38-2-amd64. Niestety pojawiły się problemy z środowiskiem graficznym. Mam radeona 4870 i po zainstalowaniu najnowszych sterownikiem AMD 11.5 odzyskałem środowisko lecz nie mam wsparcia 3D.

Kod:

root@debian:/home/kuba# glxinfo
name of display: :0.0
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  137 (GLX)
  Minor opcode of failed request:  19 (X_GLXQueryServerString)
  Serial number of failed request:  15
  Current serial number in output stream:  15

Kod:

root@debian:/home/kuba# X -version

X.Org X Server 1.10.1
Release Date: 2011-04-15
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
Current Operating System: Linux debian 2.6.38-2-amd64 #1 SMP Sun May 8 13:51:57 UTC 2011 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-2-amd64 root=UUID=f80a0efa-76f8-4bf3-be1c-6b953016fdb5 ro vga=799 quiet
Build Date: 28 April 2011  12:13:00PM
xorg-server 2:1.10.1-2 (Julien Cristau <jcristau@debian.org>) 
Current version of pixman: 0.21.8
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.

Kod:

vim /etc/X11/xorg.conf 
Section "ServerLayout"
        Identifier     "aticonfig Layout"
        Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

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

Section "Device"
        Identifier  "ATI Technologies Inc Device 4870"
        Driver      "fglrx"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]-0"
        Device     "aticonfig-Device[0]-0"
        Monitor    "aticonfig-Monitor[0]-0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Ktoś ma jakiś pomysł?

Ostatnio edytowany przez itposthuman (2011-05-21 14:18:21)

Offline

 

#2  2011-05-21 14:49:11

  ilin - Palacz

ilin
Palacz
Skąd: PRLu
Zarejestrowany: 2006-05-03

Re: Brak wsparcia 3D po przejsciu na wersje testing

Pokaż

Kod:

glxinfo | grep direct

Ale pokaż to wydane z konta użytkownika ,nie roota.


[b]Problemy rozwiązujemy na forum nie na PW[/b] -> Niech inni na tym skorzystają.
[url=http://dug.net.pl/]Polski portal Debiana[/url]

Offline

 

#3  2011-05-21 14:58:52

  itposthuman - Użytkownik

itposthuman
Użytkownik
Zarejestrowany: 2010-10-21

Re: Brak wsparcia 3D po przejsciu na wersje testing

Kod:

kuba@debian:~$ glxinfo | grep direct
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  137 (GLX)
  Minor opcode of failed request:  19 (X_GLXQueryServerString)
  Serial number of failed request:  15
  Current serial number in output stream:  15

Dużej różnicy nie ma

Ostatnio edytowany przez itposthuman (2011-05-21 14:59:09)

Offline

 

#4  2011-05-21 15:03:45

  Jacekalex - Podobno człowiek...;)

Jacekalex
Podobno człowiek...;)
Skąd: /dev/urandom
Zarejestrowany: 2008-01-07

Re: Brak wsparcia 3D po przejsciu na wersje testing

Lepiej będzie (dokładniej)

Kod:

glxinfo | egrep 'direct|string'

Pod warunkiem, że pojawi się coś nowego w wyniku.

Poza tym widzę jeden strzał w stopę z przeciwpancernego:

Kod:

X.Org X Server 1.10.1

Jeżeli to rzeczywiście jest xorg-1.10 - to skąd pewność, że sterownik [b]fglrx[/b] obrobi tą wersję? W dokumentacji sterownika powinno pisać......
Bo sterowniki do ATI mają spore obsuwy względem np Nvidii czy Intela, a xorg 1.10 to świeża i jeszcze bardzo  ciepła wersja.
Np tutaj pisza conieco (post 2): http://linux360.pl/forum/thread-5424.html

To by było na tyle
;-)

Ostatnio edytowany przez Jacekalex (2011-05-21 15:08:03)


W demokracji każdy naród ma taką władzę, na jaką zasługuje ;)
Si vis pacem  para bellum  ;)       |       Pozdrawiam :)

Offline

 

#5  2011-05-21 15:09:51

  itposthuman - Użytkownik

itposthuman
Użytkownik
Zarejestrowany: 2010-10-21

Re: Brak wsparcia 3D po przejsciu na wersje testing

glxinfo | egrep 'direct|string' daje identycznyefekt jak wcześniej.

Niedawno wyszły sterowniki w wersji 11.5. Przy 11.2 w ogóle nie wstawało środowisko do tej wersji jadra. generalnie obsuwa była około miesiąca więc byłem pewien że już jest OK ale wyszło tak jak wyszło.

Chyba masz rację - stopa troszkę jeszcze poboli.

Offline

 

#6  2011-05-21 15:33:23

  ArnVaker - Kapelusznik

ArnVaker
Kapelusznik
Skąd: Midgard
Zarejestrowany: 2009-05-06

Re: Brak wsparcia 3D po przejsciu na wersje testing

W [i]/var/log/Xorg.0.log[/i] popatrz czy coś marudzi.


[img]http://svn.debianart.org/themes/generic/spinner/spinner48px-moreblue.png[/img]

Offline

 

#7  2011-05-21 15:36:48

  itposthuman - Użytkownik

itposthuman
Użytkownik
Zarejestrowany: 2010-10-21

Re: Brak wsparcia 3D po przejsciu na wersje testing

Kod:

[    13.687]
X.Org X Server 1.10.1
Release Date: 2011-04-15
[    13.687] X Protocol Version 11, Revision 0
[    13.687] Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
[    13.687] Current Operating System: Linux debian 2.6.38-2-amd64 #1 SMP Sun May 8 13:51:57 UTC 2011 x86_64
[    13.687] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-2-amd64 root=UUID=f80a0efa-76f8-4bf3-be1c-6b953016fdb5 ro vga=799 quiet
[    13.687] Build Date: 28 April 2011  12:13:00PM
[    13.687] xorg-server 2:1.10.1-2 (Julien Cristau <jcristau@debian.org>)
[    13.687] Current version of pixman: 0.21.8
[    13.687]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    13.687] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    13.687] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 21 12:55:06 2011
[    13.712] (==) Using config file: "/etc/X11/xorg.conf"
[    13.712] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    13.751] (==) ServerLayout "aticonfig Layout"
[    13.751] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[    13.751] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
[    13.751] (==) No device specified for screen "aticonfig-Screen[0]-0".
        Using the first device section listed.
[    13.751] (**) |   |-->Device "ATI Technologies Inc Device 4870"
[    13.751] (==) Automatically adding devices
[    13.751] (==) Automatically enabling devices
[    13.907] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    13.907]    Entry deleted from font path.
[    14.174] (==) 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,
        built-ins
[    14.174] (==) ModulePath set to "/usr/lib/xorg/modules"
[    14.174] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[    14.174] (II) Loader magic: 0x7dba00
[    14.174] (II) Module ABI versions:
[    14.174]    X.Org ANSI C Emulation: 0.4
[    14.174]    X.Org Video Driver: 10.0
[    14.174]    X.Org XInput driver : 12.2
[    14.174]    X.Org Server Extension : 5.0
[    14.175] (--) PCI:*(0:1:0:0) 1002:9440:1002:0502 rev 0, Mem @ 0xd0000000/268435456, 0xf7ee0000/65536, I/O @ 0x0000c000/256, BIOS @ 0x????????/131072
[    14.175] (II) Open ACPI successful (/var/run/acpid.socket)
[    14.175] (II) "extmod" will be loaded by default.
[    14.175] (II) "dbe" will be loaded by default.
[    14.175] (II) "glx" will be loaded by default.
[    14.175] (II) "record" will be loaded by default.
[    14.175] (II) "dri" will be loaded by default.
[    14.175] (II) "dri2" will be loaded by default.
[    14.175] (II) LoadModule: "extmod"
[    14.279] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    14.323] (II) Module extmod: vendor="X.Org Foundation"
[    14.323]    compiled for 1.10.1, module version = 1.0.0
[    14.323]    Module class: X.Org Server Extension
[    14.323]    ABI class: X.Org Server Extension, version 5.0
[    14.323] (II) Loading extension SELinux
[    14.323] (II) Loading extension MIT-SCREEN-SAVER
[    14.323] (II) Loading extension XFree86-VidModeExtension
[    14.323] (II) Loading extension XFree86-DGA

Ostatnio edytowany przez itposthuman (2011-05-21 15:39:23)

Offline

 

#8  2011-05-21 15:40:18

  ArnVaker - Kapelusznik

ArnVaker
Kapelusznik
Skąd: Midgard
Zarejestrowany: 2009-05-06

Re: Brak wsparcia 3D po przejsciu na wersje testing

To jest tylko kawałek tego pliku — sam początek. :P


[img]http://svn.debianart.org/themes/generic/spinner/spinner48px-moreblue.png[/img]

Offline

 

#9  2011-05-21 15:48:30

  itposthuman - Użytkownik

itposthuman
Użytkownik
Zarejestrowany: 2010-10-21

Re: Brak wsparcia 3D po przejsciu na wersje testing

Kod:

[    13.687] 
X.Org X Server 1.10.1
Release Date: 2011-04-15
[    13.687] X Protocol Version 11, Revision 0
[    13.687] Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
[    13.687] Current Operating System: Linux debian 2.6.38-2-amd64 #1 SMP Sun May 8 13:51:57 UTC 2011 x86_64
[    13.687] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-2-amd64 root=UUID=f80a0efa-76f8-4bf3-be1c-6b953016fdb5 ro vga=799 quiet
[    13.687] Build Date: 28 April 2011  12:13:00PM
[    13.687] xorg-server 2:1.10.1-2 (Julien Cristau <jcristau@debian.org>) 
[    13.687] Current version of pixman: 0.21.8
[    13.687]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    13.687] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    13.687] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 21 12:55:06 2011
[    13.712] (==) Using config file: "/etc/X11/xorg.conf"
[    13.712] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    13.751] (==) ServerLayout "aticonfig Layout"
[    13.751] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[    13.751] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
[    13.751] (==) No device specified for screen "aticonfig-Screen[0]-0".
    Using the first device section listed.
[    13.751] (**) |   |-->Device "ATI Technologies Inc Device 4870"
[    13.751] (==) Automatically adding devices
[    13.751] (==) Automatically enabling devices
[    13.907] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    13.907]     Entry deleted from font path.
[    14.174] (==) 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,
    built-ins
[    14.174] (==) ModulePath set to "/usr/lib/xorg/modules"
[    14.174] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    14.174] (II) Loader magic: 0x7dba00
[    14.174] (II) Module ABI versions:
[    14.174]     X.Org ANSI C Emulation: 0.4
[    14.174]     X.Org Video Driver: 10.0
[    14.174]     X.Org XInput driver : 12.2
[    14.174]     X.Org Server Extension : 5.0
[    14.175] (--) PCI:*(0:1:0:0) 1002:9440:1002:0502 rev 0, Mem @ 0xd0000000/268435456, 0xf7ee0000/65536, I/O @ 0x0000c000/256, BIOS @ 0x????????/131072
[    14.175] (II) Open ACPI successful (/var/run/acpid.socket)
[    14.175] (II) "extmod" will be loaded by default.
[    14.175] (II) "dbe" will be loaded by default.
[    14.175] (II) "glx" will be loaded by default.
[    14.175] (II) "record" will be loaded by default.
[    14.175] (II) "dri" will be loaded by default.
[    14.175] (II) "dri2" will be loaded by default.
[    14.175] (II) LoadModule: "extmod"
[    14.279] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    14.323] (II) Module extmod: vendor="X.Org Foundation"
[    14.323]     compiled for 1.10.1, module version = 1.0.0
[    14.323]     Module class: X.Org Server Extension
[    14.323]     ABI class: X.Org Server Extension, version 5.0
[    14.323] (II) Loading extension SELinux
[    14.323] (II) Loading extension MIT-SCREEN-SAVER
[    14.323] (II) Loading extension XFree86-VidModeExtension
[    14.323] (II) Loading extension XFree86-DGA
[    14.323] (II) Loading extension DPMS
[    14.323] (II) Loading extension XVideo
[    14.323] (II) Loading extension XVideo-MotionCompensation
[    14.323] (II) Loading extension X-Resource
[    14.323] (II) LoadModule: "dbe"
[    14.333] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    14.353] (II) Module dbe: vendor="X.Org Foundation"
[    14.353]     compiled for 1.10.1, module version = 1.0.0
[    14.353]     Module class: X.Org Server Extension
[    14.353]     ABI class: X.Org Server Extension, version 5.0
[    14.353] (II) Loading extension DOUBLE-BUFFER
[    14.353] (II) LoadModule: "glx"
[    14.353] (II) Loading /usr/lib/xorg/modules/extensions/fglrx/libglx.so
[    14.394] (II) Module glx: vendor="FireGL - ATI Technologies Inc."
[    14.407]     compiled for 6.9.0, module version = 1.0.0
[    14.407] (II) Loading extension GLX
[    14.407] (II) LoadModule: "record"
[    14.408] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    14.409] (II) Module record: vendor="X.Org Foundation"
[    14.409]     compiled for 1.10.1, module version = 1.13.0
[    14.409]     Module class: X.Org Server Extension
[    14.409]     ABI class: X.Org Server Extension, version 5.0
[    14.409] (II) Loading extension RECORD
[    14.409] (II) LoadModule: "dri"
[    14.409] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    14.481] (II) Module dri: vendor="X.Org Foundation"
[    14.481]     compiled for 1.10.1, module version = 1.0.0
[    14.481]     ABI class: X.Org Server Extension, version 5.0
[    14.481] (II) Loading extension XFree86-DRI
[    14.481] (II) LoadModule: "dri2"
[    14.481] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    14.521] (II) Module dri2: vendor="X.Org Foundation"
[    14.521]     compiled for 1.10.1, module version = 1.2.0
[    14.521]     ABI class: X.Org Server Extension, version 5.0
[    14.521] (II) Loading extension DRI2
[    14.521] (II) LoadModule: "fglrx"
[    14.521] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[    15.290] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
[    15.328]     compiled for 1.4.99.906, module version = 8.85.6
[    15.328]     Module class: X.Org Video Driver
[    15.358] (II) Loading sub module "fglrxdrm"
[    15.358] (II) LoadModule: "fglrxdrm"
[    15.358] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[    15.401] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[    15.401]     compiled for 1.4.99.906, module version = 8.85.6
[    15.401] (II) ATI Proprietary Linux Driver Version Identifier:8.85.6
[    15.401] (II) ATI Proprietary Linux Driver Release Identifier: 8.85                                 
[    15.401] (II) ATI Proprietary Linux Driver Build Date: Apr 19 2011 21:30:04
[    15.401] (++) using VT number 7

[    15.421] (WW) Falling back to old probe method for fglrx
[    15.628] (II) Loading PCS database from /etc/ati/amdpcsdb
[    15.674] (--) Chipset Supported AMD Graphics Processor (0x9440) found
[    15.706] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
[    15.706] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
[    15.706] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found
[    15.706] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
[    15.706] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
[    15.706] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
[    15.706] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
[    15.706] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
[    15.706] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
[    15.706] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
[    15.706] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
[    15.706] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
[    15.706] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
[    15.707] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[    15.724] (II) AMD Video driver is signed
[    15.724] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[    15.724] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[    15.724] (II) fglrx(0): pEnt->device->identifier=0x20c8510
[    15.724] (II) fglrx(0): === [xdl_xs110_atiddxPreInit] === begin
[    15.724] (II) Loading sub module "vgahw"
[    15.724] (II) LoadModule: "vgahw"
[    15.724] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[    15.749] (II) Module vgahw: vendor="X.Org Foundation"
[    15.749]     compiled for 1.10.1, module version = 0.1.0
[    15.749]     ABI class: X.Org Video Driver, version 10.0
[    15.749] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[    15.749] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    15.749] (==) fglrx(0): Default visual is TrueColor
[    15.749] (**) fglrx(0): Option "DPMS" "true"
[    15.749] (==) fglrx(0): RGB weight 888
[    15.749] (II) fglrx(0): Using 8 bits per RGB 
[    15.749] (==) fglrx(0): Buffer Tiling is ON
[    15.749] (II) Loading sub module "fglrxdrm"
[    15.749] (II) LoadModule: "fglrxdrm"
[    15.750] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[    15.750] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[    15.750]     compiled for 1.4.99.906, module version = 8.85.6
[    15.751] ukiDynamicMajor: failed to open /proc/ati/major
[    15.751] ukiDynamicMajor: failed to open /proc/ati/major
[    15.751] (==) fglrx(0): NoAccel = NO
[    15.751] (==) fglrx(0): ATI 2D Acceleration Architecture enabled
[    15.751] (--) fglrx(0): Chipset: "ATI Radeon HD 4800 Series         " (Chipset = 0x9440)
[    15.751] (--) fglrx(0): (PciSubVendor = 0x1002, PciSubDevice = 0x0502)
[    15.751] (==) fglrx(0): board vendor info: original ATI graphics adapter
[    15.751] (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
[    15.751] (--) fglrx(0): MMIO registers at 0xf7ee0000
[    15.751] (--) fglrx(0): I/O port at 0x0000c000
[    15.751] (==) fglrx(0): ROM-BIOS at 0x000c0000
[    15.885] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
[    15.885] (EE) fglrx(0): ACPI: DRM connection failed
[    15.885] (II) Loading sub module "vbe"
[    15.885] (II) LoadModule: "vbe"
[    15.886] (II) Loading /usr/lib/xorg/modules/libvbe.so
[    15.900] (II) Module vbe: vendor="X.Org Foundation"
[    15.900]     compiled for 1.10.1, module version = 1.1.0
[    15.900]     ABI class: X.Org Video Driver, version 10.0
[    15.900] (II) fglrx(0): VESA BIOS detected
[    15.900] (II) fglrx(0): VESA VBE Version 3.0
[    15.900] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
[    15.900] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
[    15.900] (II) fglrx(0): VESA VBE OEM Software Rev: 11.3
[    15.900] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. 
[    15.900] (II) fglrx(0): VESA VBE OEM Product: RV770
[    15.900] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
[    15.924] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
[    15.924] (--) fglrx(0): Video RAM: 524288 kByte, Type: GDDR5
[    15.924] (II) fglrx(0): PCIE card detected
[    15.924] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[    15.924] (II) fglrx(0): board/chipset is supported by this driver (original ATI board)
[    15.924] (WW) fglrx(0): Hasn't establisted DRM connection
[    15.924] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x20000000)
[    15.924] (WW) fglrx(0): No DRM connection for driver fglrx.
[    15.924] (II) fglrx(0): RandR 1.2 support is enabled!
[    15.924] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[    15.924] (==) fglrx(0): Center Mode is disabled 
[    15.924] (II) Loading sub module "fb"
[    15.924] (II) LoadModule: "fb"
[    15.944] (II) Loading /usr/lib/xorg/modules/libfb.so
[    16.013] (II) Module fb: vendor="X.Org Foundation"
[    16.013]     compiled for 1.10.1, module version = 1.0.0
[    16.013]     ABI class: X.Org ANSI C Emulation, version 0.4
[    16.013] (II) Loading sub module "ddc"
[    16.013] (II) LoadModule: "ddc"
[    16.013] (II) Module "ddc" already built-in
[    17.931] (II) fglrx(0): Output DFP1 using monitor section aticonfig-Monitor[0]-0
[    17.931] (II) fglrx(0): Output DFP2 has no monitor section
[    17.931] (II) fglrx(0): Output CRT1 has no monitor section
[    17.931] (II) fglrx(0): Output CRT2 has no monitor section
[    17.931] (II) fglrx(0): Output TV has no monitor section
[    17.931] (II) fglrx(0): Output CV has no monitor section
[    17.959] (II) Loading sub module "ddc"
[    17.959] (II) LoadModule: "ddc"
[    17.959] (II) Module "ddc" already built-in
[    17.959] (II) fglrx(0): Connected Display0: DFP1
[    17.959] (II) fglrx(0): Display0 EDID data ---------------------------
[    17.959] (II) fglrx(0): Manufacturer: ENC  Model: 2161  Serial#: 16843009
[    17.959] (II) fglrx(0): Year: 2010  Week: 17
[    17.959] (II) fglrx(0): EDID Version: 1.3
[    17.959] (II) fglrx(0): Digital Display Input
[    17.959] (II) fglrx(0): Max Image Size [cm]: horiz.: 49  vert.: 32
[    17.959] (II) fglrx(0): Gamma: 2.20
[    17.959] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
[    17.959] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    17.959] (II) fglrx(0): First detailed timing is preferred mode
[    17.959] (II) fglrx(0): redX: 0.659 redY: 0.327   greenX: 0.216 greenY: 0.681
[    17.959] (II) fglrx(0): blueX: 0.147 blueY: 0.070   whiteX: 0.312 whiteY: 0.329
[    17.959] (II) fglrx(0): Supported established timings:
[    17.959] (II) fglrx(0): 720x400@70Hz
[    17.959] (II) fglrx(0): 640x480@60Hz
[    17.959] (II) fglrx(0): 800x600@60Hz
[    17.959] (II) fglrx(0): 1024x768@60Hz
[    17.959] (II) fglrx(0): Manufacturer's mask: 0
[    17.959] (II) fglrx(0): Supported standard timings:
[    17.959] (II) fglrx(0): #0: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[    17.959] (II) fglrx(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    17.959] (II) fglrx(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[    17.959] (II) fglrx(0): #3: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    17.959] (II) fglrx(0): Supported detailed timing:
[    17.959] (II) fglrx(0): clock: 154.0 MHz   Image Size:  519 x 324 mm
[    17.959] (II) fglrx(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    17.959] (II) fglrx(0): v_active: 1200  v_sync: 1203  v_sync_end 1209 v_blanking: 1235 v_border: 0
[    17.959] (II) fglrx(0): Serial No: 23946040
[    17.959] (II) fglrx(0): Ranges: V min: 59 V max: 61 Hz, H min: 31 H max: 76 kHz, PixClock max 175 MHz
[    17.959] (II) fglrx(0): Monitor name: SX2262W
[    17.959] (II) fglrx(0): EDID (in hex):
[    17.959] (II) fglrx(0):     00ffffffffffff0015c3612101010101
[    17.959] (II) fglrx(0):     1114010380312078eaf5c1a85337ae25
[    17.959] (II) fglrx(0):     125054a10800a94081808140b3000101
[    17.959] (II) fglrx(0):     010101010101283c80a070b023403020
[    17.959] (II) fglrx(0):     360007442100001a000000ff00323339
[    17.959] (II) fglrx(0):     34363034300a20202020000000fd003b
[    17.959] (II) fglrx(0):     3d1f4c11000a202020202020000000fc
[    17.959] (II) fglrx(0):     00535832323632570a20202020200065
[    17.959] (II) fglrx(0): End of Display0 EDID data --------------------
[    18.593] (II) fglrx(0): EDID for output DFP1
[    18.593] (II) fglrx(0): Manufacturer: ENC  Model: 2161  Serial#: 16843009
[    18.593] (II) fglrx(0): Year: 2010  Week: 17
[    18.593] (II) fglrx(0): EDID Version: 1.3
[    18.593] (II) fglrx(0): Digital Display Input
[    18.593] (II) fglrx(0): Max Image Size [cm]: horiz.: 49  vert.: 32
[    18.593] (II) fglrx(0): Gamma: 2.20
[    18.593] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
[    18.593] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    18.593] (II) fglrx(0): First detailed timing is preferred mode
[    18.593] (II) fglrx(0): redX: 0.659 redY: 0.327   greenX: 0.216 greenY: 0.681
[    18.593] (II) fglrx(0): blueX: 0.147 blueY: 0.070   whiteX: 0.312 whiteY: 0.329
[    18.593] (II) fglrx(0): Supported established timings:
[    18.593] (II) fglrx(0): 720x400@70Hz
[    18.593] (II) fglrx(0): 640x480@60Hz
[    18.593] (II) fglrx(0): 800x600@60Hz
[    18.593] (II) fglrx(0): 1024x768@60Hz
[    18.593] (II) fglrx(0): Manufacturer's mask: 0
[    18.593] (II) fglrx(0): Supported standard timings:
[    18.593] (II) fglrx(0): #0: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[    18.593] (II) fglrx(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    18.593] (II) fglrx(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[    18.593] (II) fglrx(0): #3: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    18.593] (II) fglrx(0): Supported detailed timing:
[    18.593] (II) fglrx(0): clock: 154.0 MHz   Image Size:  519 x 324 mm
[    18.593] (II) fglrx(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    18.593] (II) fglrx(0): v_active: 1200  v_sync: 1203  v_sync_end 1209 v_blanking: 1235 v_border: 0
[    18.593] (II) fglrx(0): Serial No: 23946040
[    18.593] (II) fglrx(0): Ranges: V min: 59 V max: 61 Hz, H min: 31 H max: 76 kHz, PixClock max 175 MHz
[    18.593] (II) fglrx(0): Monitor name: SX2262W
[    18.593] (II) fglrx(0): EDID (in hex):
[    18.593] (II) fglrx(0):     00000000000000003a202325693a2068
[    18.593] (II) fglrx(0):     73697a653a20256920207673697a6520
[    18.593] (II) fglrx(0):     25692020726566726573683a20256920
[    18.593] (II) fglrx(0):     207669643a2025690a0070b023403020
[    18.593] (II) fglrx(0):     360007442100001a4100000000000000
[    18.593] (II) fglrx(0):     00000000000000003a20537570706f72
[    18.593] (II) fglrx(0):     7465642064657461696c65642074696d
[    18.593] (II) fglrx(0):     696e673a0a00003a0a00202020200065
[    18.593] (II) fglrx(0): EDID vendor "ENC", prod id 8545
[    18.593] (II) fglrx(0): Using EDID range info for horizontal sync
[    18.593] (II) fglrx(0): Using EDID range info for vertical refresh
[    18.593] (II) fglrx(0): Printing DDC gathered Modelines:
[    18.593] (II) fglrx(0): Modeline "1920x1200"x0.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz)
[    18.593] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    18.593] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    18.593] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    18.593] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    18.593] (II) fglrx(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[    18.593] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    18.593] (II) fglrx(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[    18.593] (II) fglrx(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[    18.593] (II) fglrx(0): Printing probed modes for output DFP1
[    18.593] (II) fglrx(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 -hsync +vsync (74.0 kHz)
[    18.593] (II) fglrx(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz)
[    18.593] (II) fglrx(0): Modeline "1776x1000"x60.0  147.05  1776 1880 2072 2368  1000 1001 1004 1035 +hsync -vsync (62.1 kHz)
[    18.593] (II) fglrx(0): Modeline "1152x648"x60.0   59.90  1152 1200 1320 1488  648 649 652 671 +hsync -vsync (40.3 kHz)
[    18.593] (II) fglrx(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 -hsync -vsync (75.0 kHz)
[    18.593] (II) fglrx(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 +hsync -vsync (65.3 kHz)
[    18.593] (II) fglrx(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 +hsync -vsync (65.3 kHz)
[    18.593] (II) fglrx(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 -hsync -vsync (64.0 kHz)
[    18.593] (II) fglrx(0): Modeline "1440x900"x60.0  106.50  1440 1520 1672 1904  900 903 909 934 +hsync -vsync (55.9 kHz)
[    18.593] (II) fglrx(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 -hsync -vsync (60.0 kHz)
[    18.593] (II) fglrx(0): Modeline "1280x800"x60.0   83.46  1280 1344 1480 1680  800 801 804 828 +hsync -vsync (49.7 kHz)
[    18.593] (II) fglrx(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 +hsync -vsync (53.7 kHz)
[    18.593] (II) fglrx(0): Modeline "1280x768"x60.0   79.50  1280 1344 1472 1664  768 771 778 798 +hsync -vsync (47.8 kHz)
[    18.593] (II) fglrx(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 -hsync -vsync (45.0 kHz)
[    18.593] (II) fglrx(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 +hsync +vsync (48.4 kHz)
[    18.593] (II) fglrx(0): Modeline "800x600"x60.0   40.00  800 840 968 1056  600 601 605 628 -hsync -vsync (37.9 kHz)
[    18.593] (II) fglrx(0): Modeline "720x480"x60.0   26.71  720 736 808 896  480 481 484 497 +hsync -vsync (29.8 kHz)
[    18.593] (II) fglrx(0): Modeline "640x480"x60.0   25.18  640 648 744 800  480 482 484 525 +hsync +vsync (31.5 kHz)
[    18.593] (II) fglrx(0): EDID for output DFP2
[    18.593] (II) fglrx(0): EDID for output CRT1
[    18.593] (II) fglrx(0): EDID for output CRT2
[    18.593] (II) fglrx(0): EDID for output TV
[    18.593] (II) fglrx(0): EDID for output CV
[    18.593] (II) fglrx(0): Output DFP1 connected
[    18.593] (II) fglrx(0): Output DFP2 disconnected
[    18.593] (II) fglrx(0): Output CRT1 disconnected
[    18.593] (II) fglrx(0): Output CRT2 disconnected
[    18.593] (II) fglrx(0): Output TV disconnected
[    18.593] (II) fglrx(0): Output CV disconnected
[    18.593] (II) fglrx(0): Using exact sizes for initial modes
[    18.593] (II) fglrx(0): Output DFP1 using initial mode 1920x1200
[    18.593] (II) fglrx(0): Display dimensions: (490, 320) mm
[    18.593] (II) fglrx(0): DPI set to (99, 95)
[    18.594] (II) fglrx(0): Adapter ATI Radeon HD 4800 Series          has 2 configurable heads and 1 displays connected.
[    18.594] (==) fglrx(0):  PseudoColor visuals disabled
[    18.594] (II) Loading sub module "ramdac"
[    18.594] (II) LoadModule: "ramdac"
[    18.594] (II) Module "ramdac" already built-in
[    18.594] (==) fglrx(0): NoDRI = NO
[    18.594] (==) fglrx(0): Capabilities: 0x00000000
[    18.594] (==) fglrx(0): CapabilitiesEx: 0x00000000
[    18.594] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[    18.594] (==) fglrx(0): UseFastTLS=0
[    18.594] (==) fglrx(0): BlockSignalsOnLock=1
[    18.594] (--) Depth 24 pixmap format is 32 bpp
[    18.594] (EE) fglrx(0): atiddxDriScreenInit failed, GPS not been initialized. 
[    18.594] (WW) fglrx(0): ***********************************************************
[    18.594] (WW) fglrx(0): * DRI initialization failed                               *
[    18.594] (WW) fglrx(0): * kernel module (fglrx.ko) may be missing or incompatible *
[    18.594] (WW) fglrx(0): * 2D and 3D acceleration disabled                         *
[    18.594] (WW) fglrx(0): ***********************************************************
[    18.594] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x10000000
[    18.645] (II) fglrx(0): FBMM initialized for area (0,0)-(1920,8191)
[    18.645] (II) fglrx(0): FBMM auto alloc for area (0,0)-(1920,1920) (front color buffer - assumption)
[    18.645] (II) fglrx(0): Largest offscreen area available: 1920 x 6271
[    18.646] (==) fglrx(0): Backing store disabled
[    18.646] (II) Loading extension FGLRXEXTENSION
[    18.646] (**) fglrx(0): DPMS enabled
[    18.646] (II) fglrx(0): Initialized in-driver Xinerama extension
[    18.646] (WW) fglrx(0): Textured Video not supported without DRI enabled.
[    18.646] (II) LoadModule: "glesx"
[    18.646] (II) Loading /usr/lib/xorg/modules/glesx.so
[    18.785] (II) Module glesx: vendor="X.Org Foundation"
[    18.786]     compiled for 1.4.99.906, module version = 1.0.0
[    18.786] (II) Loading extension GLESX
[    18.786] (II) fglrx(0): GLESX enableFlags = 512
[    18.786] (II) LoadModule: "amdxmm"
[    18.786] (II) Loading /usr/lib/xorg/modules/amdxmm.so
[    18.788] (II) Module amdxmm: vendor="X.Org Foundation"
[    18.788]     compiled for 1.4.99.906, module version = 2.0.0
[    18.788] (EE) fglrx(0): XMM failed to open CMMQS connection.(EE) fglrx(0): 
[    18.788] (EE) fglrx(0): XMM failed to initialize
[    18.788] (WW) fglrx(0): No XV video playback available
[    18.788] (II) fglrx(0): Enable composite support successfully
[    18.801] (WW) fglrx(0): Option "VendorName" is not used
[    18.801] (WW) fglrx(0): Option "ModelName" is not used
[    18.801] (==) fglrx(0): Silken mouse enabled
[    18.801] (==) fglrx(0): Using HW cursor of display infrastructure!
[    18.801] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
[    18.801] (II) fglrx(0): Cannot get TV Format. Set all TV geometry value to zero!
[    18.801] (II) fglrx(0): Cannot set TV horizontal size.
[    18.801] (II) fglrx(0): Cannot get TV Format for trying to adjust horizontal position after horizontal size changed. 
[    18.801] (II) fglrx(0): Cannot set TV horizontal position.
[    18.801] (II) fglrx(0): Cannot set TV vertical position.
[    18.877] (--) RandR disabled
[    18.877] (II) Initializing built-in extension Generic Event Extension
[    18.877] (II) Initializing built-in extension SHAPE
[    18.877] (II) Initializing built-in extension MIT-SHM
[    18.877] (II) Initializing built-in extension XInputExtension
[    18.877] (II) Initializing built-in extension XTEST
[    18.877] (II) Initializing built-in extension BIG-REQUESTS
[    18.877] (II) Initializing built-in extension SYNC
[    18.877] (II) Initializing built-in extension XKEYBOARD
[    18.877] (II) Initializing built-in extension XC-MISC
[    18.877] (II) Initializing built-in extension SECURITY
[    18.877] (II) Initializing built-in extension XINERAMA
[    18.877] (II) Initializing built-in extension XFIXES
[    18.877] (II) Initializing built-in extension RENDER
[    18.877] (II) Initializing built-in extension RANDR
[    18.877] (II) Initializing built-in extension COMPOSITE
[    18.877] (II) Initializing built-in extension DAMAGE
[    18.877] (II) SELinux: Disabled on system
[    18.879] (II) AIGLX: Screen 0 is not DRI capable
[    18.879] [glesx] __glESXExtensionInit: No GL ES2.0 capable screen found!
[    18.882] (II) fglrx(0): Setting screen physical size to 508 x 317
[    19.304] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    19.304] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    19.304] (II) LoadModule: "evdev"
[    19.305] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    19.310] (II) Module evdev: vendor="X.Org Foundation"
[    19.310]     compiled for 1.10.1, module version = 2.6.0
[    19.310]     Module class: X.Org XInput Driver
[    19.310]     ABI class: X.Org XInput driver, version 12.2
[    19.310] (II) Using input driver 'evdev' for 'Power Button'
[    19.310] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    19.310] (**) Power Button: always reports core events
[    19.310] (**) Power Button: Device: "/dev/input/event3"
[    19.344] (--) Power Button: Found keys
[    19.344] (II) Power Button: Configuring as keyboard
[    19.344] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    19.344] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    19.344] (**) Option "xkb_rules" "evdev"
[    19.344] (**) Option "xkb_model" "pc105"
[    19.344] (**) Option "xkb_layout" "pl"
[    19.408] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    19.408] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    19.408] (II) Using input driver 'evdev' for 'Power Button'
[    19.408] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    19.408] (**) Power Button: always reports core events
[    19.408] (**) Power Button: Device: "/dev/input/event2"
[    19.448] (--) Power Button: Found keys
[    19.448] (II) Power Button: Configuring as keyboard
[    19.448] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
[    19.448] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    19.448] (**) Option "xkb_rules" "evdev"
[    19.448] (**) Option "xkb_model" "pc105"
[    19.448] (**) Option "xkb_layout" "pl"
[    19.451] (II) config/udev: Adding input device LITEON Technology USB Multimedia Keyboard (/dev/input/event0)
[    19.451] (**) LITEON Technology USB Multimedia Keyboard: Applying InputClass "evdev keyboard catchall"
[    19.451] (II) Using input driver 'evdev' for 'LITEON Technology USB Multimedia Keyboard'
[    19.451] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    19.451] (**) LITEON Technology USB Multimedia Keyboard: always reports core events
[    19.451] (**) LITEON Technology USB Multimedia Keyboard: Device: "/dev/input/event0"
[    19.480] (--) LITEON Technology USB Multimedia Keyboard: Found keys
[    19.480] (II) LITEON Technology USB Multimedia Keyboard: Configuring as keyboard
[    19.480] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-2/4-2:1.0/input/input0/event0"
[    19.480] (II) XINPUT: Adding extended input device "LITEON Technology USB Multimedia Keyboard" (type: KEYBOARD)
[    19.480] (**) Option "xkb_rules" "evdev"
[    19.480] (**) Option "xkb_model" "pc105"
[    19.480] (**) Option "xkb_layout" "pl"
[    19.480] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event1)
[    19.480] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[    19.480] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
[    19.480] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    19.480] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[    19.480] (**) Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event1"
[    19.512] (--) Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
[    19.512] (--) Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
[    19.512] (--) Logitech USB-PS/2 Optical Mouse: Found relative axes
[    19.512] (--) Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
[    19.512] (II) Logitech USB-PS/2 Optical Mouse: Configuring as mouse
[    19.512] (II) Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
[    19.512] (**) Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
[    19.512] (**) Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    19.512] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-3/4-3:1.0/input/input1/event1"
[    19.512] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE)
[    19.512] (II) Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
[    19.512] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
[    19.512] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
[    19.512] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[    19.512] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[    19.512] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
[    19.512] (II) No input driver/identifier specified (ignoring)
[    19.512] (II) config/udev: Adding input device USB 2.0 Camera (/dev/input/event5)
[    19.512] (**) USB 2.0 Camera: Applying InputClass "evdev keyboard catchall"
[    19.512] (II) Using input driver 'evdev' for 'USB 2.0 Camera'
[    19.512] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    19.512] (**) USB 2.0 Camera: always reports core events
[    19.512] (**) USB 2.0 Camera: Device: "/dev/input/event5"
[    19.532] (--) USB 2.0 Camera: Found keys
[    19.532] (II) USB 2.0 Camera: Configuring as keyboard
[    19.532] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.2/usb1/1-2/1-2:1.0/input/input5/event5"
[    19.532] (II) XINPUT: Adding extended input device "USB 2.0 Camera" (type: KEYBOARD)
[    19.532] (**) Option "xkb_rules" "evdev"
[    19.532] (**) Option "xkb_model" "pc105"
[    19.532] (**) Option "xkb_layout" "pl"
[    19.534] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[    19.534] (II) No input driver/identifier specified (ignoring)
[    19.544] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
[    22.788] (II) fglrx(0): EDID vendor "ENC", prod id 8545
[    22.788] (II) fglrx(0): Using hsync ranges from config file
[    22.788] (II) fglrx(0): Using vrefresh ranges from config file
[    22.788] (II) fglrx(0): Printing DDC gathered Modelines:
[    22.788] (II) fglrx(0): Modeline "1920x1200"x0.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz)
[    22.788] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    22.788] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    22.788] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    22.788] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    22.788] (II) fglrx(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[    22.788] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    22.788] (II) fglrx(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[    22.788] (II) fglrx(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[    23.075] (WW) fglrx(0): Cannot get updated TV attributes.
[    23.102] (II) fglrx(0): EDID vendor "ENC", prod id 8545
[    23.102] (II) fglrx(0): Using hsync ranges from config file
[    23.102] (II) fglrx(0): Using vrefresh ranges from config file
[    23.102] (II) fglrx(0): Printing DDC gathered Modelines:
[    23.102] (II) fglrx(0): Modeline "1920x1200"x0.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz)
[    23.102] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    23.102] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    23.102] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    23.102] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    23.102] (II) fglrx(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[    23.102] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    23.102] (II) fglrx(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[    23.102] (II) fglrx(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[    23.389] (WW) fglrx(0): Cannot get updated TV attributes.
[    23.621] (II) fglrx(0): EDID vendor "ENC", prod id 8545
[    23.621] (II) fglrx(0): Using hsync ranges from config file
[    23.621] (II) fglrx(0): Using vrefresh ranges from config file
[    23.621] (II) fglrx(0): Printing DDC gathered Modelines:
[    23.621] (II) fglrx(0): Modeline "1920x1200"x0.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz)
[    23.621] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    23.621] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    23.621] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    23.621] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    23.621] (II) fglrx(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[    23.621] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    23.621] (II) fglrx(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[    23.621] (II) fglrx(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[    23.907] (WW) fglrx(0): Cannot get updated TV attributes.
[    42.055] (II) fglrx(0): EDID vendor "ENC", prod id 8545
[    42.055] (II) fglrx(0): Using hsync ranges from config file
[    42.055] (II) fglrx(0): Using vrefresh ranges from config file
[    42.055] (II) fglrx(0): Printing DDC gathered Modelines:
[    42.055] (II) fglrx(0): Modeline "1920x1200"x0.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz)
[    42.055] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    42.055] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    42.055] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    42.055] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    42.055] (II) fglrx(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[    42.055] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    42.055] (II) fglrx(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[    42.055] (II) fglrx(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[    42.343] (WW) fglrx(0): Cannot get updated TV attributes.
[    42.369] (II) fglrx(0): EDID vendor "ENC", prod id 8545
[    42.369] (II) fglrx(0): Using hsync ranges from config file
[    42.369] (II) fglrx(0): Using vrefresh ranges from config file
[    42.369] (II) fglrx(0): Printing DDC gathered Modelines:
[    42.369] (II) fglrx(0): Modeline "1920x1200"x0.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz)
[    42.369] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    42.369] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    42.369] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    42.370] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    42.370] (II) fglrx(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[    42.370] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    42.370] (II) fglrx(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[    42.370] (II) fglrx(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[    42.657] (WW) fglrx(0): Cannot get updated TV attributes.
[    42.684] (II) fglrx(0): EDID vendor "ENC", prod id 8545
[    42.684] (II) fglrx(0): Using hsync ranges from config file
[    42.684] (II) fglrx(0): Using vrefresh ranges from config file
[    42.684] (II) fglrx(0): Printing DDC gathered Modelines:
[    42.684] (II) fglrx(0): Modeline "1920x1200"x0.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz)
[    42.684] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    42.684] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    42.684] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    42.684] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    42.684] (II) fglrx(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[    42.684] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    42.684] (II) fglrx(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[    42.684] (II) fglrx(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[    42.971] (WW) fglrx(0): Cannot get updated TV attributes.
[    46.045] (II) fglrx(0): EDID vendor "ENC", prod id 8545
[    46.045] (II) fglrx(0): Using hsync ranges from config file
[    46.045] (II) fglrx(0): Using vrefresh ranges from config file
[    46.045] (II) fglrx(0): Printing DDC gathered Modelines:
[    46.045] (II) fglrx(0): Modeline "1920x1200"x0.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz)
[    46.045] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    46.045] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    46.045] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    46.045] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    46.045] (II) fglrx(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[    46.045] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    46.045] (II) fglrx(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[    46.045] (II) fglrx(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[    46.333] (WW) fglrx(0): Cannot get updated TV attributes.
[  1786.178] (II) fglrx(0): EDID vendor "ENC", prod id 8545
[  1786.178] (II) fglrx(0): Using hsync ranges from config file
[  1786.178] (II) fglrx(0): Using vrefresh ranges from config file
[  1786.178] (II) fglrx(0): Printing DDC gathered Modelines:
[  1786.178] (II) fglrx(0): Modeline "1920x1200"x0.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz)
[  1786.178] (II) fglrx(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  1786.178] (II) fglrx(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[  1786.178] (II) fglrx(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[  1786.178] (II) fglrx(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  1786.178] (II) fglrx(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[  1786.178] (II) fglrx(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[  1786.179] (II) fglrx(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[  1786.179] (II) fglrx(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)

Offline

 

#10  2011-05-21 20:12:36

  VelenoRosso - Nowy użytkownik

VelenoRosso
Nowy użytkownik
Zarejestrowany: 2011-05-21

Re: Brak wsparcia 3D po przejsciu na wersje testing

Kod:

[    15.885] (EE) fglrx(0): ACPI: DRM connection failed

xorg mowi co go boli, google ladnie tlumaczy.
albo sie modul nie zbudowal albo modul nie pasuje sterom.
jako ze sam mam ati, z ciekawosci odpalilem sida (tez amd64) zassalem ze strony ati stery, jako ze nigdzie zauwazylem zadnego installation for dummies po prostu odpalilem w konsoli ten skrypt i faktycznie wylowilem wzrokiem ze nie daje rady modulu zbudowac.
moze jajo mu sie nie podoba?

Offline

 

#11  2011-05-22 13:45:26

  itposthuman - Użytkownik

itposthuman
Użytkownik
Zarejestrowany: 2010-10-21

Re: Brak wsparcia 3D po przejsciu na wersje testing

Na suse po aktualizacji do 2.6.37.6  również X-y padły. 11.5 rozwiazały problem lecz na OpenSuse wciaż jest wersja 1.9.x  XServera.

Ubuntu i Fedora mają wersje x.x.38.x więc stery powinni wydac w ciągu 2 tygodni.

Offline

 

Stopka forum

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson
Nas ludzie lubią po prostu, a nie klikając w przyciski ;-)

[ Generated in 0.012 seconds, 11 queries executed ]

Informacje debugowania

Time (s) Query
0.00010 SET CHARSET latin2
0.00004 SET NAMES latin2
0.00111 SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='3.129.218.69' WHERE u.id=1
0.00080 REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '3.129.218.69', 1727576264)
0.00044 SELECT * FROM punbb_online WHERE logged<1727575964
0.00063 SELECT topic_id FROM punbb_posts WHERE id=173648
0.00145 SELECT id FROM punbb_posts WHERE topic_id=18999 ORDER BY posted
0.00097 SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=18999 AND t.moved_to IS NULL
0.00026 SELECT search_for, replace_with FROM punbb_censoring
0.00189 SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=18999 ORDER BY p.id LIMIT 0,25
0.00085 UPDATE punbb_topics SET num_views=num_views+1 WHERE id=18999
Total query time: 0.00854 s