Kirjoittaja Aihe: Enemy Territoryn asennus  (Luettu 19206 kertaa)

Kilta

  • Käyttäjä
  • Viestejä: 95
  • [k]Ubuntu user # 16109
    • Profiili
Vs: Enemy Territoryn asennus
« Vastaus #40 : 11.05.07 - klo:16.11 »
Asensin ET:n mutta ei toiminut. Laitoin tohon päätteeseen:
Koodia: [Valitse]
glxinfo | grep '^direct rendering:'Ja tällasta se tulosti:
Koodia: [Valitse]
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".

Laitatko xorg.conf tänne. Käytätkö Feistyä?
En käytä feistyä, tietääkseni. Miten mä ton xorg.confin laitan?

edit: oho, tää on feisty
« Viimeksi muokattu: 11.05.07 - klo:16.30 kirjoittanut Kilta »


CP

  • Vieras
Vs: Enemy Territoryn asennus
« Vastaus #41 : 11.05.07 - klo:18.21 »
En käytä feistyä, tietääkseni. Miten mä ton xorg.confin laitan?
edit: oho, tää on feisty

Liitä tuon tiedoston sisältö tänne foorumille.

Koodia: [Valitse]
gedit /etc/X11/xorg.conf

Kilta

  • Käyttäjä
  • Viestejä: 95
  • [k]Ubuntu user # 16109
    • Profiili
Vs: Enemy Territoryn asennus
« Vastaus #42 : 11.05.07 - klo:19.08 »
Koodia: [Valitse]
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

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

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

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

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

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter"
Driver "via"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Tyypillinen näyttö"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter"
Monitor "Tyypillinen näyttö"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice     "stylus" "SendCoreEvents"
InputDevice     "cursor" "SendCoreEvents"
InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection


tuke81

  • Käyttäjä
  • Viestejä: 1667
    • Profiili
Vs: Enemy Territoryn asennus
« Vastaus #43 : 11.05.07 - klo:20.22 »
Koodia: [Valitse]

Section "Device"
Identifier "VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter"
Driver "via"
BusID "PCI:1:0:0"
EndSection


uuh via:n integroitu näytönohjus. Kyllähän tuolle jonkinlainen dri tuki pitäis olla olemassa. Sanoppa /var/log/Xorg.0.log tiedoston sisältö, sieltä pitäisi selvitä miksi dri putoaa kyytistä. Noh kuitenkin tuota voinee hieman viritellä näin:
Koodia: [Valitse]
Section "Device"
Identifier "VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter"
Driver  "via"
BusID   "PCI:1:0:0"
        Option "EnableAGPDMA"    "true"
        Option "AccelMethod"        "EXA"
        Option "EXANoComposite" "true"
EndSection

Mutta ensin pitää saada dri edes pelaamaan...
Miksi tehdä jotain helposti, kun sen voi tehdä vaikeastikin...

Kilta

  • Käyttäjä
  • Viestejä: 95
  • [k]Ubuntu user # 16109
    • Profiili
Vs: Enemy Territoryn asennus
« Vastaus #44 : 11.05.07 - klo:21.22 »
1/3 sisällöstä.
Koodia: [Valitse]
X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux Ubuntu
Current Operating System: Linux heikki-desktop 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686
Build Date: 04 April 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri May 11 14:29:29 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Tyypillinen näyttö"
(**) |   |-->Device "VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "stylus"
(**) |-->Input Device "cursor"
(**) |-->Input Device "eraser"
(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,
/usr/share/fonts/X11/misc,
/usr/X11R6/lib/X11/fonts/misc,
/usr/share/fonts/X11/cyrillic,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/X11R6/lib/X11/fonts/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81c92e0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.1
X.Org XInput driver : 0.7
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.1
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0204 card 1106,0204 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 1106,1204 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:2: chip 1106,2204 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:3: chip 1106,3204 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:4: chip 1106,4204 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:7: chip 1106,7204 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b188 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0f:0: chip 1106,0571 card 1462,7181 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1462,7181 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1462,7181 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1462,7181 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3038 card 1462,7181 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:4: chip 1106,3104 card 1462,7181 rev 86 class 0c,03,20 hdr 80
(II) PCI: 00:11:0: chip 1106,3227 card 1106,3227 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:5: chip 1106,3059 card 1462,7181 rev 60 class 04,01,00 hdr 00
(II) PCI: 00:12:0: chip 1106,3065 card 1462,7181 rev 78 class 02,00,00 hdr 00
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 1106,3108 card 1462,7181 rev 01 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xf4000000 - 0xf5ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) unknown vendor (0x1106) unknown chipset (0x3108) rev 1, Mem @ 0xf0000000/26, 0xf4000000/24
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe8000000 from 0xefffffff to 0xe7ffffff
(II) Active PCI resource ranges:
[0] -1 0 0xf6001000 - 0xf60010ff (0x100) MX[B]
[1] -1 0 0xf6000000 - 0xf60000ff (0x100) MX[B]
[2] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[3] -1 0 0xf4000000 - 0xf4ffffff (0x1000000) MX[B](B)
[4] -1 0 0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
[5] -1 0 0x0000e600 - 0x0000e6ff (0x100) IX[B]
[6] -1 0 0x0000e500 - 0x0000e5ff (0x100) IX[B]
[7] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
[8] -1 0 0x0000e300 - 0x0000e31f (0x20) IX[B]
[9] -1 0 0x0000e200 - 0x0000e21f (0x20) IX[B]
[10] -1 0 0x0000e100 - 0x0000e11f (0x20) IX[B]
[11] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xf6001000 - 0xf60010ff (0x100) MX[B]
[1] -1 0 0xf6000000 - 0xf60000ff (0x100) MX[B]
[2] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[3] -1 0 0xf4000000 - 0xf4ffffff (0x1000000) MX[B](B)
[4] -1 0 0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
[5] -1 0 0x0000e600 - 0x0000e6ff (0x100) IX[B]
[6] -1 0 0x0000e500 - 0x0000e5ff (0x100) IX[B]
[7] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
[8] -1 0 0x0000e300 - 0x0000e31f (0x20) IX[B]
[9] -1 0 0x0000e200 - 0x0000e21f (0x20) IX[B]
[10] -1 0 0x0000e100 - 0x0000e11f (0x20) IX[B]
[11] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xf6001000 - 0xf60010ff (0x100) MX[B]
[5] -1 0 0xf6000000 - 0xf60000ff (0x100) MX[B]
[6] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[7] -1 0 0xf4000000 - 0xf4ffffff (0x1000000) MX[B](B)
[8] -1 0 0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
[9] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[10] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[11] -1 0 0x0000e600 - 0x0000e6ff (0x100) IX[B]
[12] -1 0 0x0000e500 - 0x0000e5ff (0x100) IX[B]
[13] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
[14] -1 0 0x0000e300 - 0x0000e31f (0x20) IX[B]
[15] -1 0 0x0000e200 - 0x0000e21f (0x20) IX[B]
[16] -1 0 0x0000e100 - 0x0000e11f (0x20) IX[B]
[17] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B]
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules//libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.2.0
ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules//libddc.so
(II) Module ddc: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 7.2.0, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.9631
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "via"
(II) Loading /usr/lib/xorg/modules/drivers//via_drv.so
(II) Module via: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 0.2.1
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input//wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
compiled for 4.3.99.902, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) Wacom driver level: 47-0.7.7-7 $
(II) VIA: driver for VIA chipsets: CLE266, KM400/KN400, K8M800,
PM800/PM880/CN400
(II) Primary Device is: PCI 01:00:0
(--) Chipset K8M800 found
(!!) VIA Technologies does not support or endorse this driver in any way.
(!!) For support please contact the driver maintainer or your X vendor.
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xf6001000 - 0xf60010ff (0x100) MX[B]
[5] -1 0 0xf6000000 - 0xf60000ff (0x100) MX[B]
[6] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[7] -1 0 0xf4000000 - 0xf4ffffff (0x1000000) MX[B](B)
[8] -1 0 0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
[9] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[10] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[11] -1 0 0x0000e600 - 0x0000e6ff (0x100) IX[B]
[12] -1 0 0x0000e500 - 0x0000e5ff (0x100) IX[B]
[13] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
[14] -1 0 0x0000e300 - 0x0000e31f (0x20) IX[B]
[15] -1 0 0x0000e200 - 0x0000e21f (0x20) IX[B]
[16] -1 0 0x0000e100 - 0x0000e11f (0x20) IX[B]
[17] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B]
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xf6001000 - 0xf60010ff (0x100) MX[B]
[5] -1 0 0xf6000000 - 0xf60000ff (0x100) MX[B]
[6] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[7] -1 0 0xf4000000 - 0xf4ffffff (0x1000000) MX[B](B)
[8] -1 0 0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
[9] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[10] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[11] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0 0x0000e600 - 0x0000e6ff (0x100) IX[B]
[15] -1 0 0x0000e500 - 0x0000e5ff (0x100) IX[B]
[16] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
[17] -1 0 0x0000e300 - 0x0000e31f (0x20) IX[B]
[18] -1 0 0x0000e200 - 0x0000e21f (0x20) IX[B]
[19] -1 0 0x0000e100 - 0x0000e11f (0x20) IX[B]
[20] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B]
[21] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[22] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 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 7.2.0, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.1
(**) VIA(0): Depth 24, (--) framebuffer bpp 32
(==) VIA(0): RGB weight 888
(==) VIA(0): Default visual is TrueColor
(==) VIA(0): Using XAA acceleration architecture
(==) VIA(0): Using HW cursor
(--) VIA(0): Chipset: "K8M800"
(--) VIA(0): mapping MMIO @ 0xf4000000 with size 0x9000
(--) VIA(0): mapping BitBlt MMIO @ 0xf4200000 with size 0x10000
(II) VIA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(--) VIA(0): Chipset Rev.: 0
(--) VIA(0): Detected MSI K8MM3-V.
(==) VIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) VIA(0): videoram =  65536k
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Reloading /usr/lib/xorg/modules//libi2c.so
(II) VIA(0): I2C bus "I2C bus 1" initialized.
(II) VIA(0): I2C bus "I2C bus 2" initialized.
(II) VIA(0): I2C bus "I2C bus 3" initialized.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/lib/xorg/modules//libddc.so
(II) VIA(0): I2C device "I2C bus 1:ddc2" registered at address 0xA0.
(II) VIA(0): I2C device "I2C bus 1:ddc2" removed.
(II) VIA(0): Manufacturer: MEI  Model: 2640  Serial#: 1039
(II) VIA(0): Year: 1998  Week: 8
(II) VIA(0): EDID Version: 1.1
(II) VIA(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) VIA(0): Sync:  Separate  Composite
(II) VIA(0): Max H-Image Size [cm]: horiz.: 28  vert.: 21
(II) VIA(0): Gamma: 2.98
(II) VIA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) VIA(0): redX: 0.618 redY: 0.350   greenX: 0.280 greenY: 0.605
(II) VIA(0): blueX: 0.152 blueY: 0.063   whiteX: 0.283 whiteY: 0.298
(II) VIA(0): Supported VESA Video Modes:
(II) VIA(0): 720x400@70Hz
(II) VIA(0): 640x480@60Hz
(II) VIA(0): 640x480@72Hz
(II) VIA(0): 640x480@75Hz
(II) VIA(0): 800x600@56Hz
(II) VIA(0): 800x600@60Hz
(II) VIA(0): 800x600@72Hz
(II) VIA(0): 800x600@75Hz
(II) VIA(0): 1024x768@87Hz (interlaced)
(II) VIA(0): 1024x768@60Hz
(II) VIA(0): 1024x768@70Hz
(II) VIA(0): 1024x768@75Hz
(II) VIA(0): Manufacturer's mask: 0
(II) VIA(0): Supported Future Video Modes:
(II) VIA(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) VIA(0): #1: hsize: 1024  vsize 768  refresh: 75  vid: 20321
(II) VIA(0): #2: hsize: 1024  vsize 768  refresh: 70  vid: 19041
(II) VIA(0): #3: hsize: 832  vsize 624  refresh: 75  vid: 20297
(II) VIA(0): #4: hsize: 800  vsize 600  refresh: 75  vid: 20293
(II) VIA(0): #5: hsize: 640  vsize 480  refresh: 75  vid: 20273
(II) VIA(0): #6: hsize: 640  vsize 480  refresh: 60  vid: 16433
(II) VIA(0): #7: hsize: 640  vsize 480  refresh: 60  vid: 16433
(II) VIA(0): Supported additional Video Mode:
(II) VIA(0): clock: 80.0 MHz   Image Size:  272 x 204 mm
(II) VIA(0): h_active: 1024  h_sync: 1056  h_sync_end 1152 h_blank_end 1328 h_border: 0
(II) VIA(0): v_active: 768  v_sync: 771  v_sync_end 774 v_blanking: 804 v_border: 0
(II) VIA(0): Supported additional Video Mode:
(II) VIA(0): clock: 108.0 MHz   Image Size:  272 x 204 mm
(II) VIA(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) VIA(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) VIA(0): Supported additional Video Mode:
(II) VIA(0): clock: 78.8 MHz   Image Size:  272 x 204 mm
(II) VIA(0): h_active: 1024  h_sync: 1040  h_sync_end 1136 h_blank_end 1312 h_border: 0
(II) VIA(0): v_active: 768  v_sync: 769  v_sync_end 772 v_blanking: 800 v_border: 0
(II) VIA(0): Ranges: V min: 50  V max: 120 Hz, H min: 30  H max: 67 kHz, PixClock max 120 MHz
(II) VIA(0): EDID (in hex):
« Viimeksi muokattu: 11.05.07 - klo:21.27 kirjoittanut Kilta »


Kilta

  • Käyttäjä
  • Viestejä: 95
  • [k]Ubuntu user # 16109
    • Profiili
Vs: Enemy Territoryn asennus
« Vastaus #45 : 11.05.07 - klo:21.26 »
2/3 sisällöstä
Koodia: [Valitse]
(II) VIA(0): 00ffffffffffff0034a940260f040000
(II) VIA(0): 080801010c1c15c6e86c199e59479b27
(II) VIA(0): 10484cafde008180614f614a494f454f
(II) VIA(0): 314f31403140401f0030410024302060
(II) VIA(0): 330010cc10000018302a009851002a40
(II) VIA(0): 3070130010cc1000001ec31e00204100
(II) VIA(0): 20301060130010cc1000001e000000fd
(II) VIA(0): 0032781e430c000a20202020202000d1
(II) VIA(0): Using EDID range info for horizontal sync
(II) VIA(0): Using EDID range info for vertical refresh
(II) VIA(0): Printing DDC gathered Modelines:
(II) VIA(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(II) VIA(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
(II) VIA(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(II) VIA(0): Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 -hsync -vsync
(II) VIA(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(II) VIA(0): Modeline "720x400"   28.32  720 738 846 900  400 412 414 449 -hsync +vsync
(II) VIA(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
(II) VIA(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
(II) VIA(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(II) VIA(0): Modeline "1024x768"   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync
(II) VIA(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
(II) VIA(0): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync
(II) VIA(0): Modeline "1280x1024"  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync
(II) VIA(0): Modeline "1024x768"   82.00  1024 1088 1192 1360  768 771 775 805 -hsync +vsync
(II) VIA(0): Modeline "1024x768"   75.25  1024 1080 1184 1344  768 771 775 802 -hsync +vsync
(II) VIA(0): Modeline "832x624"   53.25  832 880 960 1088  624 627 631 654 -hsync +vsync
(II) VIA(0): Modeline "800x600"   49.00  800 840 920 1040  600 603 607 629 -hsync +vsync
(II) VIA(0): Modeline "640x480"   30.75  640 664 728 816  480 483 487 504 -hsync +vsync
(II) VIA(0): Modeline "640x480"   23.75  640 664 720 800  480 483 487 500 -hsync +vsync
(II) VIA(0): Modeline "640x480"   23.75  640 664 720 800  480 483 487 500 -hsync +vsync
(II) VIA(0): Modeline "1024x768"   80.00  1024 1056 1152 1328  768 771 774 804 -hsync -vsync
(II) VIA(0): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
(II) VIA(0): Modeline "1024x768"   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
(II) VIA(0): Tyypillinen näyttö: Using hsync range of 30.00-67.00 kHz
(II) VIA(0): Tyypillinen näyttö: Using vrefresh range of 50.00-120.00 Hz
(II) VIA(0): Clock range:  20.00 to 230.00 MHz
(II) VIA(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1024x768" (interlace mode not supported)
(II) VIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1024x768" (hsync out of range)
(II) VIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1280x960" (hsync out of range)
(II) VIA(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) VIA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) VIA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) VIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) VIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) VIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) VIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) VIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) VIA(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) VIA(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "640x384" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "640x400" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1152x864" (hsync out of range)
(II) VIA(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1400x1050" (mode clock too high)
(II) VIA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) VIA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) VIA(0): CrtcHSyncEnd out of range.
(II) VIA(0): Not using default mode "1400x1050" (horizontal sync too wide)
(II) VIA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) VIA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) VIA(0): CrtcHSyncEnd out of range.
(II) VIA(0): Not using default mode "1440x900" (horizontal sync too wide)
(II) VIA(0): Not using default mode "720x450" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1680x1050" (mode clock too high)
(II) VIA(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1920x1200" (hsync out of range)
(II) VIA(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1920x1200" (hsync out of range)
(II) VIA(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using driver mode "1024x768" (interlace mode not supported)
(II) VIA(0): Not using driver mode "640x480" (hsync out of range)
(II) VIA(0): Not using driver mode "640x480" (hsync out of range)
(--) VIA(0): Virtual size is 1280x1024 (pitch 1280)
(**) VIA(0): *Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) VIA(0): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) VIA(0): *Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.1 kHz, 75.1 Hz
(II) VIA(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
(**) VIA(0): *Driver mode "832x624": 53.2 MHz (scaled from 0.0 MHz), 48.9 kHz, 74.8 Hz
(II) VIA(0): Modeline "832x624"   53.25  832 880 960 1088  624 627 631 654 -hsync +vsync
(**) VIA(0): *Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
(II) VIA(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
(**) VIA(0): *Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
(II) VIA(0): Modeline "720x400"   28.32  720 738 846 900  400 412 414 449 -hsync +vsync
(**) VIA(0): *Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
(II) VIA(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(**) VIA(0):  Driver mode "1280x1024": 109.0 MHz (scaled from 0.0 MHz), 63.7 kHz, 59.9 Hz
(II) VIA(0): Modeline "1280x1024"  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync
(**) VIA(0):  Default mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) VIA(0): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) VIA(0):  Default mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
(II) VIA(0): Modeline "1280x960"  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync
(**) VIA(0):  Default mode "1280x800": 83.5 MHz (scaled from 0.0 MHz), 49.7 kHz, 60.0 Hz
(II) VIA(0): Modeline "1280x800"   83.46  1280 1344 1480 1680  800 801 804 828
(**) VIA(0):  Default mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
(II) VIA(0): Modeline "1152x864"  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync
(**) VIA(0):  Default mode "1280x768": 80.1 MHz (scaled from 0.0 MHz), 47.7 kHz, 60.0 Hz
(II) VIA(0): Modeline "1280x768"   80.14  1280 1344 1480 1680  768 769 772 795
(**) VIA(0):  Default mode "1152x768": 65.0 MHz (scaled from 0.0 MHz), 44.2 kHz, 54.8 Hz
(II) VIA(0): Modeline "1152x768"   65.00  1152 1178 1314 1472  768 771 777 806 +hsync +vsync
(**) VIA(0):  Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.0 kHz, 75.0 Hz
(II) VIA(0): Modeline "1024x768"   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
(**) VIA(0):  Driver mode "1024x768": 80.0 MHz (scaled from 0.0 MHz), 60.2 kHz, 74.9 Hz
(II) VIA(0): Modeline "1024x768"   80.00  1024 1056 1152 1328  768 771 774 804 -hsync -vsync
(**) VIA(0):  Driver mode "1024x768": 82.0 MHz (scaled from 0.0 MHz), 60.3 kHz, 74.9 Hz
(II) VIA(0): Modeline "1024x768"   82.00  1024 1088 1192 1360  768 771 775 805 -hsync +vsync
(**) VIA(0):  Driver mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz
(II) VIA(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
(**) VIA(0):  Driver mode "1024x768": 75.2 MHz (scaled from 0.0 MHz), 56.0 kHz, 69.8 Hz
(II) VIA(0): Modeline "1024x768"   75.25  1024 1080 1184 1344  768 771 775 802 -hsync +vsync
(**) VIA(0):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) VIA(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(**) VIA(0):  Default mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.0 kHz, 75.0 Hz
(II) VIA(0): Modeline "1024x768"   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
(**) VIA(0):  Default mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz
(II) VIA(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
(**) VIA(0):  Default mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) VIA(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(**) VIA(0):  Default mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
(II) VIA(0): Modeline "832x624"   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync
(**) VIA(0):  Driver mode "800x600": 49.0 MHz (scaled from 0.0 MHz), 47.1 kHz, 74.9 Hz
(II) VIA(0): Modeline "800x600"   49.00  800 840 920 1040  600 603 607 629 -hsync +vsync
(**) VIA(0):  Driver mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.2 Hz
(II) VIA(0): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync
(**) VIA(0):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
(II) VIA(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) VIA(0):  Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
(II) VIA(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) VIA(0):  Default mode "800x600": 56.3 MHz (scaled from 0.0 MHz), 53.7 kHz, 85.1 Hz
(II) VIA(0): Modeline "800x600"   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync
(**) VIA(0):  Default mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
(II) VIA(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
(**) VIA(0):  Default mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.2 Hz
(II) VIA(0): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync
(**) VIA(0):  Default mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
(II) VIA(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) VIA(0):  Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
(II) VIA(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) VIA(0):  Driver mode "640x480": 30.8 MHz (scaled from 0.0 MHz), 37.7 kHz, 74.8 Hz
(II) VIA(0): Modeline "640x480"   30.75  640 664 728 816  480 483 487 504 -hsync +vsync
(**) VIA(0):  Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz
(II) VIA(0): Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 -hsync -vsync
(**) VIA(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
(II) VIA(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(**) VIA(0):  Default mode "640x480": 36.0 MHz (scaled from 0.0 MHz), 43.3 kHz, 85.0 Hz
(II) VIA(0): Modeline "640x480"   36.00  640 696 752 832  480 481 484 509 -hsync -vsync
(**) VIA(0):  Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
(II) VIA(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(**) VIA(0):  Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz
(II) VIA(0): Modeline "640x480"   31.50  640 664 704 832  480 489 492 520 -hsync -vsync
(**) VIA(0):  Default mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
(II) VIA(0): Modeline "640x480"   25.18  640 656 752 800  480 490 492 525 -hsync -vsync
(**) VIA(0):  Default mode "720x400": 35.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 85.0 Hz
(II) VIA(0): Modeline "720x400"   35.50  720 756 828 936  400 401 404 446 -hsync +vsync
(**) VIA(0):  Default mode "640x400": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 85.1 Hz
(II) VIA(0): Modeline "640x400"   31.50  640 672 736 832  400 401 404 445 -hsync +vsync
(**) VIA(0):  Default mode "640x350": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 85.1 Hz
(II) VIA(0): Modeline "640x350"   31.50  640 672 736 832  350 382 385 445 +hsync -vsync
(**) VIA(0): Display dimensions: (280, 210) mm
(**) VIA(0): DPI set to (116, 123)
(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 7.2.0, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
« Viimeksi muokattu: 11.05.07 - klo:21.27 kirjoittanut Kilta »


Kilta

  • Käyttäjä
  • Viestejä: 95
  • [k]Ubuntu user # 16109
    • Profiili
Vs: Enemy Territoryn asennus
« Vastaus #46 : 11.05.07 - klo:21.26 »
ja loput.
Koodia: [Valitse]
(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 7.2.0, module version = 1.2.0
ABI class: X.Org Video Driver, version 1.1
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules//libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.1
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xf4000000 - 0xf4ffffff (0x1000000) MS[B]
[1] 0 0 0xf0000000 - 0xf3ffffff (0x4000000) MS[B]
[2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[6] -1 0 0xf6001000 - 0xf60010ff (0x100) MX[B]
[7] -1 0 0xf6000000 - 0xf60000ff (0x100) MX[B]
[8] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[9] -1 0 0xf4000000 - 0xf4ffffff (0x1000000) MX[B](B)
[10] -1 0 0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
[11] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[12] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[13] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x0000e600 - 0x0000e6ff (0x100) IX[B]
[17] -1 0 0x0000e500 - 0x0000e5ff (0x100) IX[B]
[18] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
[19] -1 0 0x0000e300 - 0x0000e31f (0x20) IX[B]
[20] -1 0 0x0000e200 - 0x0000e21f (0x20) IX[B]
[21] -1 0 0x0000e100 - 0x0000e11f (0x20) IX[B]
[22] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B]
[23] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[24] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(--) VIA(0): mapping framebuffer @ 0xf0000000 with size 0x4000000
(==) VIA(0): Write-combining range (0xf0000000,0x4000000)
(--) VIA(0): Frame buffer start: 0xb31c4000, free start: 0x500000 end: 0x4000000
(--) VIA(0): mapping MMIO @ 0xf4000000 with size 0x9000
(--) VIA(0): mapping BitBlt MMIO @ 0xf4200000 with size 0x10000
(II) VIA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) VIA(0): 3D Engine has been initialized.
(II) VIA(0): VIAInternalScreenInit
(II) VIA(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
8x8 color pattern filled rectangles
Solid Lines
Dashed Lines
Image Writes
Offscreen Pixmaps
Setting up tile and stipple cache:
31 128x128 slots
24 256x256 slots
7 512x512 slots
32 8x8 color pattern slots
(==) VIA(0): Backing store disabled
(**) Option "dpms"
(**) VIA(0): DPMS enabled
(II) VIA(0): direct rendering disabled
(II) VIA(0): Benchmarking video copy. Less is better.
(--) VIA(0): Timed   libc YUV420 copy... 21139943. Throughput: 56.1 MiB/s.
(--) VIA(0): Timed kernel YUV420 copy... 21153980. Throughput: 56.1 MiB/s.
(--) VIA(0): Timed    SSE YUV420 copy... 21114074. Throughput: 56.2 MiB/s.
(--) VIA(0): Timed    MMX YUV420 copy... 21117143. Throughput: 56.2 MiB/s.
(--) VIA(0): Timed 3DNow! YUV420 copy... 21251483. Throughput: 55.8 MiB/s.
(--) VIA(0): Timed   MMX2 YUV420 copy... 21118434. Throughput: 56.2 MiB/s.
(--) VIA(0): Using SSE YUV42X copy for video.
(WW) VIA(0): [XvMC] Cannot use XvMC without DRI!
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "fi"
(**) Generic Keyboard: XkbLayout: "fi"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Option "SendCoreEvents"
(**) stylus: always reports core events
(**) stylus device is /dev/input/wacom
(**) stylus is in absolute mode
(**) stylus: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) stylus: serial speed 9600
(**) Option "SendCoreEvents"
(**) cursor: always reports core events
(**) cursor device is /dev/input/wacom
(**) cursor is in relative mode
(**) cursor: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) cursor: serial speed 9600
(**) Option "SendCoreEvents"
(**) eraser: always reports core events
(**) eraser device is /dev/input/wacom
(**) eraser is in absolute mode
(**) eraser: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) eraser: serial speed 9600
(II) XINPUT: Adding extended input device "eraser" (type: Wacom Eraser)
(II) XINPUT: Adding extended input device "cursor" (type: Wacom Cursor)
(II) XINPUT: Adding extended input device "stylus" (type: Wacom Stylus)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(**) Option "Device" "/dev/input/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
No such file or directory.
Error opening /dev/input/wacom : Success
(**) Option "Device" "/dev/input/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
No such file or directory.
Error opening /dev/input/wacom : Success
(**) Option "Device" "/dev/input/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
No such file or directory.
Error opening /dev/input/wacom : Success
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Could not init font path element /usr/X11R6/lib/X11/fonts/misc, removing from list!
Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1, removing from list!
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled


tuke81

  • Käyttäjä
  • Viestejä: 1667
    • Profiili
Vs: Enemy Territoryn asennus
« Vastaus #47 : 12.05.07 - klo:00.07 »
Ööh jep
Koodia: [Valitse]
(II) VIA(0): direct rendering disabled
muttei lue syytä(ehkäpä dmesg:issä olisi). Ja vielä jotain kummaa:
Koodia: [Valitse]
(II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.9631

Tjooh joka tapauksessa piiris näyttäis olevan k8m00, jonka pitäisi olla tuettu ajurilla(ja onhan se kun kerta toimii). Mutta dri on vielä kokeellinen via:n piireillä joten toimimaan saaminen ei ole niinkään varmaa. Voit kokeilla aikasempia optioita mitä aikasemmin sanoin(exa, yms.) ja voit myös kokeilla asentaa synapticista xserver-xorg-video-unichrome ajurin(Poistaa xserver-xorg-video-via ja xserver-xorg-video-all).
Koodia: [Valitse]
tuke@tippawaara:~$ apt-cache policy xserver-xorg-video-unichrome
xserver-xorg-video-unichrome:
  Asennettu: 1:0.2.6.99-0ubuntu1
  Ehdokas: 1:0.2.6.99-0ubuntu1
  Versiotaulukko:
 *** 1:0.2.6.99-0ubuntu1 0
        500 http://fi.archive.ubuntu.com feisty/universe Packages
        100 /var/lib/dpkg/status
Miksi tehdä jotain helposti, kun sen voi tehdä vaikeastikin...

CP

  • Vieras
Vs: Enemy Territoryn asennus
« Vastaus #48 : 12.05.07 - klo:09.04 »
Alla on lontoonkielinen ohje noista Openchrome ajureista, niitä minäkin kokeilisin tässä tapauksessa. Tuo S3 Unichrome Pro ei kyllä tosiaankaan ole pelikäyttöön paras mahdollinen koska taitaa olla markkinoiden hitaimpia tällä hetkellä.

Emolevyn (MSI K8MM3-V) piirisarja K8M800 tunnistetaan, mutta tuota integroitua näyttistä ei tunnisteta.
Koodia: [Valitse]
(--) VIA(0): Detected MSI K8MM3-V.
(--) PCI:*(1:0:0) unknown vendor (0x1106) unknown chipset (0x3108) rev 1, Mem @ 0xf0000000/26, 0xf4000000/24

https://help.ubuntu.com/community/OpenChrome?highlight=%28openchrome%29
« Viimeksi muokattu: 12.05.07 - klo:13.14 kirjoittanut CP »