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-08-20 20:30:13

  Gryzon - Użytkownik

Gryzon
Użytkownik
Skąd: Trójmiasto
Zarejestrowany: 2007-06-23

Matrox - G450 - problem

Witajcie,

mam aktualnie problem z uruchomieniem karty Matrox G450D Quad na Ubuntu (na Debianie więc nie robi dużej różnicy), jeden ekran działa poprawnie, natomiast na reszcie pojawiają się pionowe paseczki i to tyle.

Niepokoi mnie 'Could not retrieve video BIOS!' widoczne w logach dla wszystkich kart oprócz głównej, zerknijcie w logi. Będę wdzięczny za wszelką pomoc.

xorg.conf:

Kod:

Section "ServerLayout"
    Identifier     "Simple Layout"

    Screen         "Screen 1" LeftOf "Screen 2"
    Screen         "Screen 2" LeftOf "Screen 3"
    Screen         "Screen 3" LeftOf "Screen 4"
    Screen         "Screen 4" 

    InputDevice    "Mouse1" "CorePointer"
    InputDevice    "Keyboard1" "CoreKeyboard"
    
    Option        "Xinerama"
EndSection

Section "ServerFlags"
    Option "Xinerama"    "on"
EndSection

Section "Files"
    RgbPath      "/usr/X11R6/lib/X11/rgb"
    FontPath     "/usr/X11R6/lib/X11/fonts/local/"
    FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
    Load  "dbe"
    Load  "extmod"
    Load  "type1"
    Load  "freetype"
    Load  "glx"
    Load  "int10"
EndSection

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "Keyboard"
    Option      "AutoRepeat" "500 30"
    Option      "XkbRules" "xfree86"
    Option      "XkbModel" "pc101"
    Option      "XkbLayout" "us"
    Option      "XkbCompat" ""
EndSection

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option      "Protocol" "PS/2"
    Option      "Device" "/dev/mouse"
EndSection

Section "Monitor"
    Identifier   "My Monitor 1"
    HorizSync    31.5 - 95.0
    VertRefresh  50.0 - 85.0
    Option "DPMS"
EndSection

Section "Monitor"
    Identifier   "My Monitor 2"
    HorizSync    31.5 - 95.0
    VertRefresh  50.0 - 85.0
    Option "DPMS"
EndSection

Section "Monitor"
    Identifier   "My Monitor 3"
    HorizSync    31.5 - 95.0
    VertRefresh  50.0 - 85.0
    Option "DPMS"
EndSection

Section "Monitor"
    Identifier   "My Monitor 4"
    HorizSync    31.5 - 95.0
    VertRefresh  50.0 - 85.0
    Option "DPMS"
EndSection

Section "Device"
    Identifier  "MGA CARD 1"
    Driver      "mga"
    BusID       "PCI:4:0:0"
    Option      "OldDmaInit"   "True"
#    Option      "DigitalScreen1" "on"
        Option      "MGASDRAM"
        VideoRam    32768
#    Screen      0
EndSection

Section "Device"
    Identifier  "MGA CARD 2"
    Driver      "mga"
    BusID       "PCI:4:4:0"
    Option      "OldDmaInit"   "True"
#    Option      "DigitalScreen1" "on"
    Option      "MGASDRAM"
    VideoRam    32768
#    Screen      1
EndSection

Section "Device"
    Identifier  "MGA CARD 3"
    Driver      "mga"
    BusID       "PCI:4:8:0"
    Option      "OldDmaInit"   "True"
#    option      "DigitalScreen1" "on"
    Option      "MGASDRAM"
    VideoRam    32768
#    Screen      2
EndSection

Section "Device"
    Identifier  "MGA CARD 4"
    Driver      "mga"
    BusID       "PCI:4:12:0"
    Option      "OldDmaInit"   "True"
#    Option      "DigitalScreen1" "on"
    Option      "MGASDRAM"
    VideoRam    32768
#    Screen      3
EndSection

Section "Screen"
    Identifier "Screen 1"
    Device     "MGA CARD 1"
    Monitor    "My Monitor 1"
     DefaultDepth   16

    SubSection "Display"
        Depth     16 
        Modes   "1024x768" "800x600" "640x480"
    EndSubSection

    SubSection "Display"
        Depth     16 
        Modes   "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen 2"
    Device     "MGA CARD 2"
    Monitor    "My Monitor 2"
    DefaultDepth    16

    SubSection "Display"
        Depth     16
        Modes   "1024x768" "800x600" "640x480"
    EndSubSection

    SubSection "Display"
        Depth     16 
        Modes   "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen 3"
    Device     "MGA CARD 3"
    Monitor    "My Monitor 3"
     DefaultDepth   16

    SubSection "Display"
        Depth     16 
        Modes   "1024x768" "800x600" "640x480"
    EndSubSection

    SubSection "Display"
        Depth     16
        Modes   "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen 4"
    Device     "MGA CARD 4"
    Monitor    "My Monitor 4"
    DefaultDepth    16

    SubSection "Display"
        Depth     16
        Modes   "1024x768" "800x600" "640x480"
    EndSubSection

    SubSection "Display"
        Depth     16 
        Modes   "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

LOGI:

Kod:

X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-27-server i686 Ubuntu
Current Operating System: Linux robert-desktop 2.6.32-33-generic #70-Ubuntu SMP Thu Jul 7 21:09:46 UTC 2011 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-33-generic root=UUID=f87580f8-e22d-41ff-a603-193aa153bf89 ro quiet splash
Build Date: 08 March 2011  08:22:50AM
xorg-server 2:1.7.6-2ubuntu7.6 (For technical support please see http://www.ubuntu.com/support) 
Current version of pixman: 0.16.4
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 20 20:24:01 2011
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/usr/lib/X11/xorg.conf.d"
Parse error on line 20 of section Files in file /etc/X11/xorg.conf
    Ignoring obsolete keyword "RgbPath".
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "My Monitor 1"
(**) |   |-->Device "MGA CARD 1"
(**) |-->Screen "Screen 2" (1)
(**) |   |-->Monitor "My Monitor 2"
(**) |   |-->Device "MGA CARD 2"
(**) |-->Screen "Screen 3" (2)
(**) |   |-->Monitor "My Monitor 3"
(**) |   |-->Device "MGA CARD 3"
(**) |-->Screen "Screen 4" (3)
(**) |   |-->Monitor "My Monitor 4"
(**) |   |-->Device "MGA CARD 4"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "Xinerama"
(==) Automatically adding devices
(==) Automatically enabling devices
(**) Xinerama: enabled
(WW) The directory "/usr/X11R6/lib/X11/fonts/local/" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc/" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1/" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Speedo/" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    Entry deleted from font path.
(**) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/75dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi,
    /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
    built-ins
(==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Mouse1
(II) Loader magic: 0x81f1e80
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
(--) using VT number 8

(--) PCI:*(0:4:0:0) 102b:0525:102b:26c4 Matrox Graphics, Inc. MGA G400/G450 rev 133, Mem @ 0xe8000000/33554432, 0xf0000000/16384, 0xf1000000/8388608, BIOS @ 0x????????/131072
(--) PCI: (0:4:4:0) 102b:0525:102b:26c4 Matrox Graphics, Inc. MGA G400/G450 rev 133, Mem @ 0xea000000/33554432, 0xf3000000/16384, 0xf4000000/8388608, BIOS @ 0x????????/131072
(--) PCI: (0:4:8:0) 102b:0525:102b:26c4 Matrox Graphics, Inc. MGA G400/G450 rev 133, Mem @ 0xec000000/33554432, 0xf5000000/16384, 0xf6000000/8388608, BIOS @ 0x????????/131072
(--) PCI: (0:4:12:0) 102b:0525:102b:26c4 Matrox Graphics, Inc. MGA G400/G450 rev 133, Mem @ 0xee000000/33554432, 0xf7000000/16384, 0xf8000000/8388608, BIOS @ 0x????????/131072
(II) Open ACPI successful (/var/run/acpid.socket)
(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) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) "dri2" will be loaded by default.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "mga"
(II) Loading /usr/lib/xorg/modules/drivers/mga_drv.so
(II) Module mga: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.4.11
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "kbd"
(WW) Warning, couldn't open module kbd
(II) UnloadModule: "kbd"
(EE) Failed to load module "kbd" (module does not exist, 0)
(II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
    mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI,
    mgag200 SE A PCI, mgag200 SE B PCI, mgag200 EV Maxim,
    mgag200 eW Nuvoton, mgag200eH, mgag400, mgag550
(II) Primary Device is: PCI 04@00:00:0
(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.7.6, module version = 0.1.0
    ABI class: X.Org Video Driver, version 6.0
(--) MGA(0): Chipset: "mgag400" (G450)
(--) MGA(0): Linear framebuffer at 0xE8000000
(--) MGA(0): MMIO registers at 0xF0000000
(--) MGA(0): Pseudo-DMA transfer window at 0xF1000000
(**) MGA(0): Depth 16, (--) framebuffer bpp 16
(==) MGA(0): RGB weight 565
(**) MGA(0): Option "MGASDRAM"
(**) MGA(0): Option "OldDmaInit" "True"
(==) MGA(0): Using AGP 1x mode
(==) MGA(0): Using HW cursor
(==) MGA(0): Using XAA acceleration
(**) MGA(0): Has SDRAM
(--) MGA(0): Video BIOS info block at offset 0x07D00
(==) MGA(0): VideoRAM: 32768 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) MGA(0): I2C bus "DDC P1" initialized.
(II) MGA(0): I2C device "DDC P1:ddc2" registered at address 0xA0.
(II) MGA(0): I2C monitor info
(II) MGA(0): Manufacturer: HWP  Model: 260e  Serial#: 16843009
(II) MGA(0): Year: 2003  Week: 33
(II) MGA(0): EDID Version: 1.3
(II) MGA(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
(II) MGA(0): Sync:  Separate
(II) MGA(0): Max Image Size [cm]: horiz.: 34  vert.: 27
(II) MGA(0): Gamma: 2.20
(II) MGA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) MGA(0): First detailed timing is preferred mode
(II) MGA(0): redX: 0.640 redY: 0.340   greenX: 0.290 greenY: 0.609
(II) MGA(0): blueX: 0.140 blueY: 0.069   whiteX: 0.310 whiteY: 0.330
(II) MGA(0): Supported established timings:
(II) MGA(0): 720x400@70Hz
(II) MGA(0): 640x480@60Hz
(II) MGA(0): 640x480@72Hz
(II) MGA(0): 640x480@75Hz
(II) MGA(0): 800x600@56Hz
(II) MGA(0): 800x600@60Hz
(II) MGA(0): 800x600@72Hz
(II) MGA(0): 800x600@75Hz
(II) MGA(0): 832x624@75Hz
(II) MGA(0): 1024x768@60Hz
(II) MGA(0): 1024x768@70Hz
(II) MGA(0): 1024x768@75Hz
(II) MGA(0): 1280x1024@75Hz
(II) MGA(0): 1152x864@75Hz
(II) MGA(0): Manufacturer's mask: 0
(II) MGA(0): Supported standard timings:
(II) MGA(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) MGA(0): Supported detailed timing:
(II) MGA(0): clock: 108.0 MHz   Image Size:  338 x 270 mm
(II) MGA(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) MGA(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) MGA(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 140 MHz
(II) MGA(0): Monitor name: hp L1730
(II) MGA(0): Serial No: CNK3335642
(II) MGA(0): EDID (in hex):
(II) MGA(0):     00ffffffffffff0022f00e2601010101
(II) MGA(0):     210d010368221b78eac4f6a3574a9c23
(II) MGA(0):     114f54afef8081800101010101010101
(II) MGA(0):     010101010101302a009851002a403070
(II) MGA(0):     1300520e1100001e000000fd00384c1e
(II) MGA(0):     530e000a202020202020000000fc0068
(II) MGA(0):     70204c313733300a20202020000000ff
(II) MGA(0):     00434e4b333333353634320a20200008
(II) MGA(0): end of monitor info
(II) MGA(0): EDID vendor "HWP", prod id 9742
(II) MGA(0): Using hsync ranges from config file
(II) MGA(0): Using vrefresh ranges from config file
(II) MGA(0): Printing DDC gathered Modelines:
(II) MGA(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) MGA(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) MGA(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) MGA(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) MGA(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) MGA(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) MGA(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) MGA(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) MGA(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) MGA(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) MGA(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) MGA(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) MGA(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) MGA(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) MGA(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
(==) MGA(0): Using gamma correction (1.0, 1.0, 1.0)
(==) MGA(0): Min pixel clock is 17 MHz
(--) MGA(0): Max pixel clock is 1200 MHz
(II) MGA(0): My Monitor 1: Using hsync range of 31.50-95.00 kHz
(II) MGA(0): My Monitor 1: Using vrefresh range of 50.00-85.00 Hz
(II) MGA(0): My Monitor 1: Using maximum pixel clock of 140.00 MHz
(II) MGA(0): Clock range:  17.75 to 1200.00 MHz
(II) MGA(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) MGA(0): Not using default mode "512x384" (vrefresh out of range)
(II) MGA(0): Not using default mode "1280x960" (mode clock too high)
(II) MGA(0): Not using default mode "1280x1024" (mode clock too high)
(II) MGA(0): Not using default mode "1600x1200" (mode clock too high)
(II) MGA(0): Not using default mode "1600x1200" (mode clock too high)
(II) MGA(0): Not using default mode "1600x1200" (mode clock too high)
(II) MGA(0): Not using default mode "1600x1200" (mode clock too high)
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "1792x1344" (mode clock too high)
(II) MGA(0): Not using default mode "1792x1344" (hsync out of range)
(II) MGA(0): Not using default mode "896x672" (hsync out of range)
(II) MGA(0): Not using default mode "1856x1392" (mode clock too high)
(II) MGA(0): Not using default mode "1856x1392" (hsync out of range)
(II) MGA(0): Not using default mode "928x696" (hsync out of range)
(II) MGA(0): Not using default mode "1920x1440" (mode clock too high)
(II) MGA(0): Not using default mode "1920x1440" (hsync out of range)
(II) MGA(0): Not using default mode "960x720" (hsync out of range)
(II) MGA(0): Not using default mode "1152x864" (vrefresh out of range)
(II) MGA(0): Not using default mode "576x432" (vrefresh out of range)
(II) MGA(0): Not using default mode "1360x768" (monitor doesn't support reduced blanking)
(II) MGA(0): Not using default mode "1400x1050" (mode clock too high)
(II) MGA(0): Not using default mode "1400x1050" (mode clock too high)
(II) MGA(0): Not using default mode "1400x1050" (mode clock too high)
(II) MGA(0): Not using default mode "1680x1050" (monitor doesn't support reduced blanking)
(II) MGA(0): Not using default mode "1680x1050" (mode clock too high)
(II) MGA(0): Not using default mode "1680x1050" (mode clock too high)
(II) MGA(0): Not using default mode "1680x1050" (mode clock too high)
(II) MGA(0): Not using default mode "1680x1050" (mode clock too high)
(II) MGA(0): Not using default mode "1920x1080" (monitor doesn't support reduced blanking)
(II) MGA(0): Not using default mode "1920x1200" (monitor doesn't support reduced blanking)
(II) MGA(0): Not using default mode "1920x1440" (hsync out of range)
(II) MGA(0): Not using default mode "960x720" (hsync out of range)
(II) MGA(0): Not using default mode "2048x1536" (mode clock too high)
(II) MGA(0): Not using default mode "2048x1536" (hsync out of range)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "2048x1536" (hsync out of range)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(--) MGA(0): Virtual size is 1024x768 (pitch 1024)
(**) MGA(0): *Driver mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz
(II) MGA(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(**) MGA(0): *Driver mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) MGA(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(**) MGA(0): *Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) MGA(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(**) MGA(0): Display dimensions: (340, 270) mm
(**) MGA(0): DPI set to (76, 72)
(II) MGA(0): YDstOrg is set to 0
(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.7.6, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
(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.7.6, module version = 1.2.1
    ABI class: X.Org Video Driver, version 6.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/lib/xorg/modules/libvgahw.so
(--) MGA(1): Chipset: "mgag400" (G450)
(--) MGA(1): Linear framebuffer at 0xEA000000
(--) MGA(1): MMIO registers at 0xF3000000
(--) MGA(1): Pseudo-DMA transfer window at 0xF4000000
(**) MGA(1): Depth 16, (--) framebuffer bpp 16
(==) MGA(1): RGB weight 565
(**) MGA(1): Option "MGASDRAM"
(**) MGA(1): Option "OldDmaInit" "True"
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) MGA(1): Initializing int10
(EE) MGA(1): Cannot read V_BIOS (3) Input/output error
(==) MGA(1): Using AGP 1x mode
(==) MGA(1): Using HW cursor
(==) MGA(1): Using XAA acceleration
(**) MGA(1): Has SDRAM
(WW) MGA(1): Could not retrieve video BIOS!
(==) MGA(1): VideoRAM: 32768 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) MGA(1): vgaHWGetIOBase: hwp->IOBase is 0x03b0, hwp->PIOOffset is 0x0000
(II) MGA(1): DDC1 disabled - chip not in VGA mode
(II) MGA(1): I2C bus "DDC P1" initialized.
(II) MGA(1): I2C device "DDC P1:ddc2" registered at address 0xA0.
(II) MGA(1): I2C monitor info
(II) MGA(1): Manufacturer: SAM  Model: 3bb  Serial#: 0
(II) MGA(1): Year: 2007  Week: 47
(II) MGA(1): EDID Version: 1.3
(II) MGA(1): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
(II) MGA(1): Sync:  Separate
(II) MGA(1): Max Image Size [cm]: horiz.: 88  vert.: 50
(II) MGA(1): Gamma: 2.20
(II) MGA(1): DPMS capabilities: Off; RGB/Color Display
(II) MGA(1): First detailed timing is preferred mode
(II) MGA(1): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
(II) MGA(1): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
(II) MGA(1): Supported established timings:
(II) MGA(1): 720x400@70Hz
(II) MGA(1): 640x480@60Hz
(II) MGA(1): 640x480@72Hz
(II) MGA(1): 640x480@75Hz
(II) MGA(1): 800x600@60Hz
(II) MGA(1): 800x600@72Hz
(II) MGA(1): 800x600@75Hz
(II) MGA(1): 1024x768@60Hz
(II) MGA(1): 1024x768@70Hz
(II) MGA(1): 1024x768@75Hz
(II) MGA(1): 1280x1024@75Hz
(II) MGA(1): Manufacturer's mask: 0
(II) MGA(1): Supported standard timings:
(II) MGA(1): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) MGA(1): #1: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
(II) MGA(1): Supported detailed timing:
(II) MGA(1): clock: 138.5 MHz   Image Size:  886 x 498 mm
(II) MGA(1): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
(II) MGA(1): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
(II) MGA(1): Supported detailed timing:
(II) MGA(1): clock: 85.5 MHz   Image Size:  886 x 498 mm
(II) MGA(1): h_active: 1360  h_sync: 1424  h_sync_end 1536 h_blank_end 1792 h_border: 0
(II) MGA(1): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 795 v_border: 0
(II) MGA(1): Ranges: V min: 60 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 170 MHz
(II) MGA(1): Monitor name: SAMSUNG
(II) MGA(1): EDID (in hex):
(II) MGA(1):     00ffffffffffff004c2dbb0300000000
(II) MGA(1):     2f110103685832782aee91a3544c9926
(II) MGA(1):     0f5054adcf008180a940010101010101
(II) MGA(1):     0101010101011a3680a070381f403020
(II) MGA(1):     350076f23100001a662150b051001b30
(II) MGA(1):     4070360076f23100001e000000fd003c
(II) MGA(1):     4b1e5111000a202020202020000000fc
(II) MGA(1):     0053414d53554e470a20202020200050
(II) MGA(1): end of monitor info
(II) MGA(1): EDID vendor "SAM", prod id 955
(II) MGA(1): Using hsync ranges from config file
(II) MGA(1): Using vrefresh ranges from config file
(II) MGA(1): Printing DDC gathered Modelines:
(II) MGA(1): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz)
(II) MGA(1): Modeline "1360x768"x0.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz)
(II) MGA(1): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) MGA(1): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) MGA(1): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) MGA(1): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) MGA(1): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) MGA(1): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) MGA(1): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) MGA(1): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) MGA(1): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) MGA(1): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) MGA(1): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) MGA(1): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) MGA(1): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
(==) MGA(1): Using gamma correction (1.0, 1.0, 1.0)
(==) MGA(1): Min pixel clock is 17 MHz
(--) MGA(1): Max pixel clock is 252 MHz
(II) MGA(1): My Monitor 2: Using hsync range of 31.50-95.00 kHz
(II) MGA(1): My Monitor 2: Using vrefresh range of 50.00-85.00 Hz
(II) MGA(1): My Monitor 2: Using maximum pixel clock of 170.00 MHz
(II) MGA(1): Clock range:  17.75 to 252.00 MHz
(II) MGA(1): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1024x768" (vrefresh out of range)
(II) MGA(1): Not using default mode "512x384" (vrefresh out of range)
(II) MGA(1): Not using default mode "1600x1200" (mode clock too high)
(II) MGA(1): Not using default mode "1600x1200" (mode clock too high)
(II) MGA(1): Not using default mode "1600x1200" (mode clock too high)
(II) MGA(1): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(1): Not using default mode "800x600" (hsync out of range)
(II) MGA(1): Not using default mode "1792x1344" (mode clock too high)
(II) MGA(1): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "896x672" (hsync out of range)
(II) MGA(1): Not using default mode "1856x1392" (mode clock too high)
(II) MGA(1): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "928x696" (hsync out of range)
(II) MGA(1): Not using default mode "1920x1440" (mode clock too high)
(II) MGA(1): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "960x720" (hsync out of range)
(II) MGA(1): Not using default mode "1152x864" (vrefresh out of range)
(II) MGA(1): Not using default mode "576x432" (vrefresh out of range)
(II) MGA(1): Not using default mode "1360x768" (monitor doesn't support reduced blanking)
(II) MGA(1): Not using default mode "1400x1050" (mode clock too high)
(II) MGA(1): Not using default mode "1680x1050" (monitor doesn't support reduced blanking)
(II) MGA(1): Not using default mode "1680x1050" (mode clock too high)
(II) MGA(1): Not using default mode "1680x1050" (mode clock too high)
(II) MGA(1): Not using default mode "1680x1050" (mode clock too high)
(II) MGA(1): Not using default mode "1920x1080" (monitor doesn't support reduced blanking)
(II) MGA(1): Not using default mode "1920x1200" (monitor doesn't support reduced blanking)
(II) MGA(1): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "960x720" (hsync out of range)
(II) MGA(1): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1024x768" (hsync out of range)
(II) MGA(1): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) MGA(1): Not using default mode "1024x768" (hsync out of range)
(--) MGA(1): Virtual size is 1024x768 (pitch 1024)
(**) MGA(1): *Driver mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz
(II) MGA(1): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(**) MGA(1): *Driver mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) MGA(1): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(**) MGA(1): *Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) MGA(1): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(**) MGA(1): Display dimensions: (880, 500) mm
(**) MGA(1): DPI set to (29, 39)
(II) MGA(1): YDstOrg is set to 0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/lib/xorg/modules/libfb.so
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/lib/xorg/modules/libxaa.so
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/lib/xorg/modules/libvgahw.so
(--) MGA(2): Chipset: "mgag400" (G450)
(--) MGA(2): Linear framebuffer at 0xEC000000
(--) MGA(2): MMIO registers at 0xF5000000
(--) MGA(2): Pseudo-DMA transfer window at 0xF6000000
(**) MGA(2): Depth 16, (--) framebuffer bpp 16
(==) MGA(2): RGB weight 565
(**) MGA(2): Option "MGASDRAM"
(**) MGA(2): Option "OldDmaInit" "True"
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) MGA(2): Initializing int10
(EE) MGA(2): Cannot read V_BIOS (3) Input/output error
(==) MGA(2): Using AGP 1x mode
(==) MGA(2): Using HW cursor
(==) MGA(2): Using XAA acceleration
(**) MGA(2): Has SDRAM
(WW) MGA(2): Could not retrieve video BIOS!
(==) MGA(2): VideoRAM: 32768 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) MGA(2): vgaHWGetIOBase: hwp->IOBase is 0x03b0, hwp->PIOOffset is 0x0000
(II) MGA(2): DDC1 disabled - chip not in VGA mode
(II) MGA(2): I2C bus "DDC P1" initialized.
(II) MGA(2): I2C device "DDC P1:ddc2" registered at address 0xA0.
(II) MGA(2): I2C monitor info
(II) MGA(2): Manufacturer: NEC  Model: 6635  Serial#: 16843009
(II) MGA(2): Year: 2004  Week: 13
(II) MGA(2): EDID Version: 1.3
(II) MGA(2): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
(II) MGA(2): Sync:  Separate
(II) MGA(2): Max Image Size [cm]: horiz.: 34  vert.: 27
(II) MGA(2): Gamma: 2.20
(II) MGA(2): DPMS capabilities: Off; RGB/Color Display
(II) MGA(2): First detailed timing is preferred mode
(II) MGA(2): redX: 0.640 redY: 0.340   greenX: 0.290 greenY: 0.610
(II) MGA(2): blueX: 0.140 blueY: 0.070   whiteX: 0.310 whiteY: 0.330
(II) MGA(2): Supported established timings:
(II) MGA(2): 720x400@70Hz
(II) MGA(2): 640x480@60Hz
(II) MGA(2): 640x480@67Hz
(II) MGA(2): 640x480@72Hz
(II) MGA(2): 640x480@75Hz
(II) MGA(2): 800x600@56Hz
(II) MGA(2): 800x600@60Hz
(II) MGA(2): 800x600@72Hz
(II) MGA(2): 800x600@75Hz
(II) MGA(2): 832x624@75Hz
(II) MGA(2): 1024x768@60Hz
(II) MGA(2): 1024x768@70Hz
(II) MGA(2): 1024x768@75Hz
(II) MGA(2): 1280x1024@75Hz
(II) MGA(2): Manufacturer's mask: 0
(II) MGA(2): Supported standard timings:
(II) MGA(2): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) MGA(2): Supported detailed timing:
(II) MGA(2): clock: 108.0 MHz   Image Size:  338 x 270 mm
(II) MGA(2): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) MGA(2): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) MGA(2): Ranges: V min: 55 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 140 MHz
(II) MGA(2): Monitor name: NEC LCD1703M
(II) MGA(2): Serial No: 43123193NB
(II) MGA(2): EDID (in hex):
(II) MGA(2):     00ffffffffffff0038a3356601010101
(II) MGA(2):     0d0e010368221b782ac5c6a3574a9c23
(II) MGA(2):     124f54bfef0081800101010101010101
(II) MGA(2):     010101010101302a009851002a403070
(II) MGA(2):     1300520e1100001e000000fd00374b1e
(II) MGA(2):     530e000a202020202020000000fc004e
(II) MGA(2):     4543204c4344313730334d0a000000ff
(II) MGA(2):     0034333132333139334e420a20200015
(II) MGA(2): end of monitor info
(II) MGA(2): EDID vendor "NEC", prod id 26165
(II) MGA(2): Using hsync ranges from config file
(II) MGA(2): Using vrefresh ranges from config file
(II) MGA(2): Printing DDC gathered Modelines:
(II) MGA(2): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) MGA(2): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) MGA(2): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) MGA(2): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) MGA(2): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) MGA(2): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
(II) MGA(2): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) MGA(2): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) MGA(2): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) MGA(2): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) MGA(2): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) MGA(2): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) MGA(2): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) MGA(2): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) MGA(2): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(==) MGA(2): Using gamma correction (1.0, 1.0, 1.0)
(==) MGA(2): Min pixel clock is 17 MHz
(--) MGA(2): Max pixel clock is 252 MHz
(II) MGA(2): My Monitor 3: Using hsync range of 31.50-95.00 kHz
(II) MGA(2): My Monitor 3: Using vrefresh range of 50.00-85.00 Hz
(II) MGA(2): My Monitor 3: Using maximum pixel clock of 140.00 MHz
(II) MGA(2): Clock range:  17.75 to 252.00 MHz
(II) MGA(2): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "1024x768" (vrefresh out of range)
(II) MGA(2): Not using default mode "512x384" (vrefresh out of range)
(II) MGA(2): Not using default mode "1280x960" (mode clock too high)
(II) MGA(2): Not using default mode "1280x1024" (mode clock too high)
(II) MGA(2): Not using default mode "1600x1200" (mode clock too high)
(II) MGA(2): Not using default mode "1600x1200" (mode clock too high)
(II) MGA(2): Not using default mode "1600x1200" (mode clock too high)
(II) MGA(2): Not using default mode "1600x1200" (mode clock too high)
(II) MGA(2): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(2): Not using default mode "800x600" (hsync out of range)
(II) MGA(2): Not using default mode "1792x1344" (mode clock too high)
(II) MGA(2): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "896x672" (hsync out of range)
(II) MGA(2): Not using default mode "1856x1392" (mode clock too high)
(II) MGA(2): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "928x696" (hsync out of range)
(II) MGA(2): Not using default mode "1920x1440" (mode clock too high)
(II) MGA(2): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "960x720" (hsync out of range)
(II) MGA(2): Not using default mode "1152x864" (vrefresh out of range)
(II) MGA(2): Not using default mode "576x432" (vrefresh out of range)
(II) MGA(2): Not using default mode "1360x768" (monitor doesn't support reduced blanking)
(II) MGA(2): Not using default mode "1400x1050" (mode clock too high)
(II) MGA(2): Not using default mode "1400x1050" (mode clock too high)
(II) MGA(2): Not using default mode "1400x1050" (mode clock too high)
(II) MGA(2): Not using default mode "1680x1050" (monitor doesn't support reduced blanking)
(II) MGA(2): Not using default mode "1680x1050" (mode clock too high)
(II) MGA(2): Not using default mode "1680x1050" (mode clock too high)
(II) MGA(2): Not using default mode "1680x1050" (mode clock too high)
(II) MGA(2): Not using default mode "1680x1050" (mode clock too high)
(II) MGA(2): Not using default mode "1920x1080" (monitor doesn't support reduced blanking)
(II) MGA(2): Not using default mode "1920x1200" (monitor doesn't support reduced blanking)
(II) MGA(2): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "960x720" (hsync out of range)
(II) MGA(2): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "1024x768" (hsync out of range)
(II) MGA(2): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) MGA(2): Not using default mode "1024x768" (hsync out of range)
(--) MGA(2): Virtual size is 1024x768 (pitch 1024)
(**) MGA(2): *Driver mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz
(II) MGA(2): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(**) MGA(2): *Driver mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) MGA(2): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(**) MGA(2): *Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) MGA(2): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(**) MGA(2): Display dimensions: (340, 270) mm
(**) MGA(2): DPI set to (76, 72)
(II) MGA(2): YDstOrg is set to 0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/lib/xorg/modules/libfb.so
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/lib/xorg/modules/libxaa.so
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/lib/xorg/modules/libvgahw.so
(--) MGA(3): Chipset: "mgag400" (G450)
(--) MGA(3): Linear framebuffer at 0xEE000000
(--) MGA(3): MMIO registers at 0xF7000000
(--) MGA(3): Pseudo-DMA transfer window at 0xF8000000
(**) MGA(3): Depth 16, (--) framebuffer bpp 16
(==) MGA(3): RGB weight 565
(**) MGA(3): Option "MGASDRAM"
(**) MGA(3): Option "OldDmaInit" "True"
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) MGA(3): Initializing int10
(EE) MGA(3): Cannot read V_BIOS (3) Input/output error
(==) MGA(3): Using AGP 1x mode
(==) MGA(3): Using HW cursor
(==) MGA(3): Using XAA acceleration
(**) MGA(3): Has SDRAM
(WW) MGA(3): Could not retrieve video BIOS!
(==) MGA(3): VideoRAM: 32768 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) MGA(3): vgaHWGetIOBase: hwp->IOBase is 0x03b0, hwp->PIOOffset is 0x0000
(II) MGA(3): DDC1 disabled - chip not in VGA mode
(II) MGA(3): I2C bus "DDC P1" initialized.
(II) MGA(3): I2C device "DDC P1:ddc2" registered at address 0xA0.
(II) MGA(3): I2C device "DDC P1:DDC control interface" registered at address 0x6E.
(II) MGA(3): I2C monitor info
(II) MGA(3): Manufacturer: CVT  Model: 1  Serial#: 1
(II) MGA(3): Year: 2006  Week: 26
(II) MGA(3): EDID Version: 1.3
(II) MGA(3): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) MGA(3): Sync:  Separate
(II) MGA(3): Indeterminate output size
(II) MGA(3): Gamma: 1.00
(II) MGA(3): DPMS capabilities: StandBy; RGB/Color Display
(II) MGA(3): Default color space is primary color space
(II) MGA(3): First detailed timing is preferred mode
(II) MGA(3): redX: 0.000 redY: 0.000   greenX: 0.000 greenY: 0.000
(II) MGA(3): blueX: 0.000 blueY: 0.000   whiteX: 0.000 whiteY: 0.000
(II) MGA(3): Supported established timings:
(II) MGA(3): 720x400@70Hz
(II) MGA(3): 640x480@60Hz
(II) MGA(3): 640x480@72Hz
(II) MGA(3): 640x480@75Hz
(II) MGA(3): 800x600@60Hz
(II) MGA(3): 800x600@72Hz
(II) MGA(3): 800x600@75Hz
(II) MGA(3): 1024x768@60Hz
(II) MGA(3): 1024x768@70Hz
(II) MGA(3): 1024x768@75Hz
(II) MGA(3): 1280x1024@75Hz
(II) MGA(3): Manufacturer's mask: 0
(II) MGA(3): Supported detailed timing:
(II) MGA(3): clock: 108.0 MHz   Image Size:  32 x 86 mm
(II) MGA(3): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) MGA(3): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) MGA(3): Supported detailed timing:
(II) MGA(3): clock: 79.5 MHz   Image Size:  320 x 206 mm
(II) MGA(3): h_active: 1280  h_sync: 1344  h_sync_end 1472 h_blank_end 1664 h_border: 0
(II) MGA(3): v_active: 768  v_sync: 771  v_sync_end 778 v_blanking: 798 v_border: 0
(II) MGA(3): Supported detailed timing:
(II) MGA(3): clock: 102.2 MHz   Image Size:  380 x 300 mm
(II) MGA(3): h_active: 1280  h_sync: 1360  h_sync_end 1488 h_blank_end 1696 h_border: 0
(II) MGA(3): v_active: 768  v_sync: 771  v_sync_end 778 v_blanking: 805 v_border: 0
(II) MGA(3): Monitor name: 4:3
(II) MGA(3): EDID (in hex):
(II) MGA(3):     00ffffffffffff000ed4010001000000
(II) MGA(3):     1a100103080000008e00000000000000
(II) MGA(3):     000000adcf0000000000000000000000
(II) MGA(3):     000000000000302a009851002a403070
(II) MGA(3):     130020560000001e0e1f008051001e30
(II) MGA(3):     4080370040ce1000001ef12700a05100
(II) MGA(3):     2530508037007c2c1100001e000000fc
(II) MGA(3):     00343a330a0a0a0a0a0a0a0a0a0a0032
(II) MGA(3): end of monitor info
(II) MGA(3): EDID vendor "CVT", prod id 1
(II) MGA(3): Printing DDC gathered Modelines:
(II) MGA(3): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) MGA(3): Modeline "1280x768"x0.0   79.50  1280 1344 1472 1664  768 771 778 798 +hsync +vsync (47.8 kHz)
(II) MGA(3): Modeline "1280x768"x0.0  102.25  1280 1360 1488 1696  768 771 778 805 +hsync +vsync (60.3 kHz)
(II) MGA(3): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) MGA(3): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) MGA(3): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) MGA(3): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) MGA(3): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) MGA(3): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) MGA(3): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) MGA(3): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) MGA(3): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) MGA(3): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) MGA(3): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(==) MGA(3): Using gamma correction (1.0, 1.0, 1.0)
(==) MGA(3): Min pixel clock is 17 MHz
(--) MGA(3): Max pixel clock is 252 MHz
(II) MGA(3): My Monitor 4: Using hsync range of 31.50-95.00 kHz
(II) MGA(3): My Monitor 4: Using vrefresh range of 50.00-85.00 Hz
(II) MGA(3): Clock range:  17.75 to 252.00 MHz
(II) MGA(3): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "1024x768" (vrefresh out of range)
(II) MGA(3): Not using default mode "512x384" (vrefresh out of range)
(II) MGA(3): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(3): Not using default mode "800x600" (hsync out of range)
(II) MGA(3): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "896x672" (hsync out of range)
(II) MGA(3): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "928x696" (hsync out of range)
(II) MGA(3): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "960x720" (hsync out of range)
(II) MGA(3): Not using default mode "1152x864" (vrefresh out of range)
(II) MGA(3): Not using default mode "576x432" (vrefresh out of range)
(II) MGA(3): Not using default mode "1360x768" (monitor doesn't support reduced blanking)
(II) MGA(3): Not using default mode "1680x1050" (monitor doesn't support reduced blanking)
(II) MGA(3): Not using default mode "1920x1080" (monitor doesn't support reduced blanking)
(II) MGA(3): Not using default mode "1920x1200" (monitor doesn't support reduced blanking)
(II) MGA(3): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "960x720" (hsync out of range)
(II) MGA(3): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "1024x768" (hsync out of range)
(II) MGA(3): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) MGA(3): Not using default mode "1024x768" (hsync out of range)
(--) MGA(3): Virtual size is 1024x768 (pitch 1024)
(**) MGA(3): *Driver mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz
(II) MGA(3): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(**) MGA(3): *Driver mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) MGA(3): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(**) MGA(3): *Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) MGA(3): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(==) MGA(3): DPI set to (96, 96)
(II) MGA(3): YDstOrg is set to 0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/lib/xorg/modules/libfb.so
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/lib/xorg/modules/libxaa.so
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(--) MGA(0): 16 DWORD fifo
(==) MGA(0): Default visual is TrueColor
(II) MGA(0): [drm] bpp: 16 depth: 16
(II) MGA(0): [drm] Sarea 2200+664: 2864
(WW) MGA(0): Direct rendering is not supported when Xinerama is enabled
(EE) MGA(0): [drm] DRIScreenInit failed.  Disabling DRI.
(II) MGA(0): Using 7424 lines for offscreen memory.
(II) MGA(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    Solid filled trapezoids
    8x8 mono pattern filled rectangles
    8x8 mono pattern filled trapezoids
    Indirect CPU to Screen color expansion
    Screen to Screen color expansion
    Solid Lines
    Dashed Lines
    Scanline Image Writes
    Setting up tile and stipple cache:
        32 128x128 slots
        32 256x256 slots
        16 512x512 slots
(==) MGA(0): Backing store disabled
(==) MGA(0): Silken mouse enabled
(**) MGA(0): DPMS enabled
(II) MGA(0): Using overlay video
(WW) MGA(0): Direct rendering disabled
(==) RandR enabled
(II) MGA(1): vgaHWGetIOBase: hwp->IOBase is 0x03b0, hwp->PIOOffset is 0x0000
(--) MGA(1): 16 DWORD fifo
(==) MGA(1): Default visual is TrueColor
(II) MGA(1): [drm] bpp: 16 depth: 16
(II) MGA(1): [drm] Sarea 2200+664: 2864
(WW) MGA(1): Direct rendering is not supported when Xinerama is enabled
(EE) MGA(1): [drm] DRIScreenInit failed.  Disabling DRI.
(II) MGA(1): Using 7424 lines for offscreen memory.
(II) MGA(1): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    Solid filled trapezoids
    8x8 mono pattern filled rectangles
    8x8 mono pattern filled trapezoids
    Indirect CPU to Screen color expansion
    Screen to Screen color expansion
    Solid Lines
    Dashed Lines
    Scanline Image Writes
    Setting up tile and stipple cache:
        32 128x128 slots
        32 256x256 slots
        16 512x512 slots
(==) MGA(1): Backing store disabled
(==) MGA(1): Silken mouse enabled
(**) MGA(1): DPMS enabled
(II) MGA(1): Using overlay video
(WW) MGA(1): Direct rendering disabled
(==) RandR enabled
(II) MGA(2): vgaHWGetIOBase: hwp->IOBase is 0x03b0, hwp->PIOOffset is 0x0000
(--) MGA(2): 16 DWORD fifo
(==) MGA(2): Default visual is TrueColor
(II) MGA(2): [drm] bpp: 16 depth: 16
(II) MGA(2): [drm] Sarea 2200+664: 2864
(WW) MGA(2): Direct rendering is not supported when Xinerama is enabled
(EE) MGA(2): [drm] DRIScreenInit failed.  Disabling DRI.
(II) MGA(2): Using 7424 lines for offscreen memory.
(II) MGA(2): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    Solid filled trapezoids
    8x8 mono pattern filled rectangles
    8x8 mono pattern filled trapezoids
    Indirect CPU to Screen color expansion
    Screen to Screen color expansion
    Solid Lines
    Dashed Lines
    Scanline Image Writes
    Setting up tile and stipple cache:
        32 128x128 slots
        32 256x256 slots
        16 512x512 slots
(==) MGA(2): Backing store disabled
(==) MGA(2): Silken mouse enabled
(**) MGA(2): DPMS enabled
(II) MGA(2): Using overlay video
(WW) MGA(2): Direct rendering disabled
(==) RandR enabled
(II) MGA(3): vgaHWGetIOBase: hwp->IOBase is 0x03b0, hwp->PIOOffset is 0x0000
(--) MGA(3): 16 DWORD fifo
(==) MGA(3): Default visual is TrueColor
(II) MGA(3): [drm] bpp: 16 depth: 16
(II) MGA(3): [drm] Sarea 2200+664: 2864
(WW) MGA(3): Direct rendering is not supported when Xinerama is enabled
(EE) MGA(3): [drm] DRIScreenInit failed.  Disabling DRI.
(II) MGA(3): Using 7424 lines for offscreen memory.
(II) MGA(3): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    Solid filled trapezoids
    8x8 mono pattern filled rectangles
    8x8 mono pattern filled trapezoids
    Indirect CPU to Screen color expansion
    Screen to Screen color expansion
    Solid Lines
    Dashed Lines
    Scanline Image Writes
    Setting up tile and stipple cache:
        32 128x128 slots
        32 256x256 slots
        16 512x512 slots
(==) MGA(3): Backing store disabled
(==) MGA(3): Silken mouse enabled
(**) MGA(3): DPMS enabled
(II) MGA(3): Using overlay video
(WW) MGA(3): Direct rendering disabled
(==) RandR enabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(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) AIGLX: Screen 0 is not DRI2 capable
(II) AIGLX: Screen 0 is not DRI capable
(II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
(II) AIGLX: Screen 1 is not DRI2 capable
(II) AIGLX: Screen 1 is not DRI capable
(II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 1
(II) AIGLX: Screen 2 is not DRI2 capable
(II) AIGLX: Screen 2 is not DRI capable
(II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 2
(II) AIGLX: Screen 3 is not DRI2 capable
(II) AIGLX: Screen 3 is not DRI capable
(II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 3
(II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
(II) LoadModule: "kbd"
(WW) Warning, couldn't open module kbd
(II) UnloadModule: "kbd"
(EE) Failed to load module "kbd" (module does not exist, 0)
(EE) No input driver matching `kbd'
(II) config/udev: Adding input device Power Button (/dev/input/event1)
(**) Power Button: Applying InputClass "evdev keyboard catchall"
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 2.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event1"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "pl"
(II) XKB: reuse xkmfile /var/lib/xkb/server-61818C6B46DD4F01AE1F641F27B555591612208F.xkm
(II) config/udev: Adding input device Power Button (/dev/input/event0)
(**) Power Button: Applying InputClass "evdev keyboard catchall"
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event0"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "pl"
(II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event4)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
(**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "pl"
(II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event5)
(**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
(**) ImPS/2 Generic Wheel Mouse: always reports core events
(**) ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event5"
(II) ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
(II) ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
(II) ImPS/2 Generic Wheel Mouse: Found relative axes
(II) ImPS/2 Generic Wheel Mouse: Found x and y relative axes
(II) ImPS/2 Generic Wheel Mouse: Configuring as mouse
(**) ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
(**) ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE)
(II) ImPS/2 Generic Wheel Mouse: initialized for relative axes.
(II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse1)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/event2)
(**) Macintosh mouse button emulation: Applying InputClass "evdev pointer catchall"
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event2"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found relative axes
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(II) Macintosh mouse button emulation: initialized for relative axes.
(II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/mouse0)
(II) No input driver/identifier specified (ignoring)

"Nie ma rzeczy niemożliwych, są tylko takie, których człowiek nie nauczył się jeszcze robić"
A. Einstein

Offline

 

Stopka forum

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