You are not logged in.

#1 2010-09-04 20:52:17

Kamerad
Member
Registered: 2010-09-04
Posts: 9

Textures problem in Urban Terror

Hello everyone,

First of all, excuse my english...

I'm having problems with Urban Terror running in Arch 32 bits. Many textures are broken, white or doesn't show up. For example, I can't see the weapons in the weapons menu. I didn't have this kind of problems with UrT in Ubuntu, but i would like to still using Arch Linux.

I'm using an Eee PC 1000HE Netbook with 2 gb of ram, and the "Intel Corporation Mobile 945GME Express Integrated Graphics Controller".
The game takes 390 mb of ram when loading finishes, and compiz is disabled.

This is a snapshot of white textures in a weapon:

http://i782.photobucket.com/albums/yy10 … ot0000.jpg

Last edited by Kamerad (2010-09-04 23:05:33)


"When you stare into the abyss the abyss stares back at you." Friedrich Nietzsche

Offline

#2 2010-09-05 02:02:23

teh
Member
From: Tijuana, Mexico
Registered: 2009-07-07
Posts: 374
Website

Re: Textures problem in Urban Terror

I run UrT every day under the same video card without any graphic trouble.

Why don't you download the zip file instead of the repo version? Or the opposite if your are running the zipped game =P


¿En qué servers sueles jugar?


arst

Offline

#3 2010-09-05 04:03:07

Kamerad
Member
Registered: 2010-09-04
Posts: 9

Re: Textures problem in Urban Terror

Thanks for replying ^^

I'll try with the repo version.

Juego mayormente en el server de un amigo, o en los servers de Argentina o Sudamérida. Esta es la ip del server de mi amigo: 201.213.100.21


"When you stare into the abyss the abyss stares back at you." Friedrich Nietzsche

Offline

#4 2010-09-13 17:59:24

Kamerad
Member
Registered: 2010-09-04
Posts: 9

Re: Textures problem in Urban Terror

Hi everyone again,

I've tried with the repo version but I'm still having the same problem. In some other forums said it could be a "buffer object" issue, but I don't know how does this work.

I'll show you the xorg.conf and Xorg.0.log files:

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc/"
    FontPath     "/usr/share/fonts/TTF/"
    FontPath     "/usr/share/fonts/OTF/"
    FontPath     "/usr/share/fonts/Type1/"
    FontPath     "/usr/share/fonts/100dpi/"
    FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
    Load  "GLcore"    
    Load  "glx"
    Load  "record"
    Load  "extmod"
    Load  "dri2"
    Load  "dbe"
    Load  "xtrap"    
    Load  "dri"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel" "True"               # [<bool>]
        #Option     "SWcursor"               # [<bool>]
        #Option     "ColorKey"               # <i>
        #Option     "CacheLines" "1980"             # <i>
        #Option     "Dac6Bit"                # [<bool>]
        Option     "DRI"    "True"                 # [<bool>]
        #Option     "NoDDC"                  # [<bool>]
        #Option     "ShowCache"              # [<bool>]
        #Option     "XvMCSurfaces"           # <i>
        #Option     "PageFlip"               # [<bool>]
    Identifier  "Card0"
    Driver      "intel"
    VendorName  "Intel Corporation"
    BoardName   "Mobile 945GME Express Integrated Graphics Controller"
    BusID       "PCI:0:2:0"
    #Option "TripleBuffer" "True"
    Option "RenderAccel" "True"
    Option "AccelMethod" "uxa"
    Option "EnablePageFlip" "True"
    Option "XAANoOffscreenPixmaps" "True"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "Extensions"
    Option "Composite" "Enable"
    Option "RENDER" "Enable"
EndSection
[    16.147] 
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at [url]http://bugs.freedesktop.org[/url]/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See [url]http://wiki.x.org/wiki/GitPage[/url] for git access instructions.
[    16.147] 
X.Org X Server 1.8.1.902 (1.8.2 RC 2)
Release Date: 2010-06-21
[    16.147] X Protocol Version 11, Revision 0
[    16.147] Build Operating System: Linux 2.6.34-ARCH i686 
[    16.147] Current Operating System: Linux noe-laptop 2.6.35-ARCH #1 SMP PREEMPT Fri Aug 27 16:22:18 UTC 2010 i686
[    16.147] Kernel command line: root=/dev/sda1 ro
[    16.147] Build Date: 21 June 2010  11:54:27AM
[    16.147]  
[    16.159] Current version of pixman: 0.18.4
[    16.160]     Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
[    16.160] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    16.160] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 13 14:31:19 2010
[    16.186] (==) Using config file: "/etc/X11/xorg.conf"
[    16.187] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    16.236] (==) ServerLayout "X.org Configured"
[    16.236] (**) |-->Screen "Screen0" (0)
[    16.237] (**) |   |-->Monitor "Monitor0"
[    16.237] (**) |   |-->Device "Card0"
[    16.237] (**) |-->Input Device "Mouse0"
[    16.237] (**) |-->Input Device "Keyboard0"
[    16.237] (==) Automatically adding devices
[    16.237] (==) Automatically enabling devices
[    16.275] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    16.276]     Entry deleted from font path.
[    16.340] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    16.340]     Entry deleted from font path.
[    16.340] (**) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/,
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
[    16.340] (**) ModulePath set to "/usr/lib/xorg/modules"
[    16.340] (**) Extension "Composite" is enabled
[    16.340] (**) Extension "RENDER" is enabled
[    16.340] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    16.340] (WW) Disabling Mouse0
[    16.340] (WW) Disabling Keyboard0
[    16.341] (II) Loader magic: 0x81e9d00
[    16.341] (II) Module ABI versions:
[    16.341]     X.Org ANSI C Emulation: 0.4
[    16.341]     X.Org Video Driver: 7.0
[    16.341]     X.Org XInput driver : 9.0
[    16.341]     X.Org Server Extension : 3.0
[    16.373] (--) PCI:*(0:0:2:0) 8086:27ae:1043:8340 Intel Corporation Mobile 945GME Express Integrated Graphics Controller rev 3, Mem @ 0xf7f00000/524288, 0xd0000000/268435456, 0xf7ec0000/262144, I/O @ 0x0000dc00/8
[    16.373] (--) PCI: (0:0:2:1) 8086:27a6:1043:8340 Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xf7f80000/524288
[    16.373] (II) Open ACPI successful (/var/run/acpid.socket)
[    16.373] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[    16.374] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[    16.374] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    16.374] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[    16.374] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[    16.374] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[    16.374] (II) LoadModule: "glx"
[    16.528] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    16.548] (II) Module glx: vendor="X.Org Foundation"
[    16.548]     compiled for 1.8.1.902, module version = 1.0.0
[    16.548]     ABI class: X.Org Server Extension, version 3.0
[    16.549] (==) AIGLX enabled
[    16.549] (II) Loading extension GLX
[    16.549] (II) LoadModule: "record"
[    16.550] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    16.551] (II) Module record: vendor="X.Org Foundation"
[    16.551]     compiled for 1.8.1.902, module version = 1.13.0
[    16.551]     Module class: X.Org Server Extension
[    16.551]     ABI class: X.Org Server Extension, version 3.0
[    16.551] (II) Loading extension RECORD
[    16.551] (II) LoadModule: "extmod"
[    16.551] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    16.553] (II) Module extmod: vendor="X.Org Foundation"
[    16.553]     compiled for 1.8.1.902, module version = 1.0.0
[    16.553]     Module class: X.Org Server Extension
[    16.553]     ABI class: X.Org Server Extension, version 3.0
[    16.553] (II) Loading extension MIT-SCREEN-SAVER
[    16.553] (II) Loading extension XFree86-VidModeExtension
[    16.553] (II) Loading extension XFree86-DGA
[    16.553] (II) Loading extension DPMS
[    16.553] (II) Loading extension XVideo
[    16.553] (II) Loading extension XVideo-MotionCompensation
[    16.553] (II) Loading extension X-Resource
[    16.553] (II) LoadModule: "dri2"
[    16.554] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    16.561] (II) Module dri2: vendor="X.Org Foundation"
[    16.561]     compiled for 1.8.1.902, module version = 1.2.0
[    16.561]     ABI class: X.Org Server Extension, version 3.0
[    16.561] (II) Loading extension DRI2
[    16.561] (II) LoadModule: "dbe"
[    16.562] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    16.578] (II) Module dbe: vendor="X.Org Foundation"
[    16.578]     compiled for 1.8.1.902, module version = 1.0.0
[    16.578]     Module class: X.Org Server Extension
[    16.578]     ABI class: X.Org Server Extension, version 3.0
[    16.578] (II) Loading extension DOUBLE-BUFFER
[    16.578] (II) LoadModule: "xtrap"
[    16.579] (WW) Warning, couldn't open module xtrap
[    16.579] (II) UnloadModule: "xtrap"
[    16.579] (EE) Failed to load module "xtrap" (module does not exist, 0)
[    16.579] (II) LoadModule: "dri"
[    16.580] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    16.588] (II) Module dri: vendor="X.Org Foundation"
[    16.588]     compiled for 1.8.1.902, module version = 1.0.0
[    16.588]     ABI class: X.Org Server Extension, version 3.0
[    16.588] (II) Loading extension XFree86-DRI
[    16.588] (II) LoadModule: "intel"
[    16.589] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    16.616] (II) Module intel: vendor="X.Org Foundation"
[    16.617]     compiled for 1.8.1.902, module version = 2.12.0
[    16.617]     Module class: X.Org Video Driver
[    16.617]     ABI class: X.Org Video Driver, version 7.0
[    16.617] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
[    16.619] (++) using VT number 7

[    16.626] (II) Primary Device is: PCI 00@00:02:0
[    16.628] drmOpenDevice: node name is /dev/dri/card0
[    16.629] drmOpenDevice: open result is 9, (OK)
[    16.653] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    16.653] drmOpenDevice: node name is /dev/dri/card0
[    16.653] drmOpenDevice: open result is 9, (OK)
[    16.653] drmOpenByBusid: drmOpenMinor returns 9
[    16.653] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[    16.653] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    16.654] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    16.654] (==) intel(0): RGB weight 888
[    16.654] (==) intel(0): Default visual is TrueColor
[    16.654] (**) intel(0): Option "DRI" "True"
[    16.654] (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GME
[    16.654] (--) intel(0): Chipset: "945GME"
[    16.654] (==) intel(0): video overlay key set to 0x101fe
[    16.680] (II) intel(0): Output VGA1 using monitor section Monitor0
[    16.788] (II) intel(0): Output LVDS1 has no monitor section
[    16.788] (II) intel(0): found backlight control interface /sys/class/backlight/eeepc
[    16.813] (II) intel(0): EDID for output VGA1
[    16.921] (II) intel(0): EDID for output LVDS1
[    16.921] (II) intel(0): Manufacturer: HSD  Model: 3e9  Serial#: 298085
[    16.921] (II) intel(0): Year: 2009  Week: 21
[    16.921] (II) intel(0): EDID Version: 1.3
[    16.921] (II) intel(0): Digital Display Input
[    16.921] (II) intel(0): Max Image Size [cm]: horiz.: 22  vert.: 13
[    16.921] (II) intel(0): Gamma: 2.20
[    16.921] (II) intel(0): No DPMS capabilities specified
[    16.921] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    16.922] (II) intel(0): First detailed timing is preferred mode
[    16.922] (II) intel(0): redX: 0.580 redY: 0.340   greenX: 0.317 greenY: 0.564
[    16.922] (II) intel(0): blueX: 0.152 blueY: 0.131   whiteX: 0.310 whiteY: 0.330
[    16.922] (II) intel(0): Manufacturer's mask: 0
[    16.922] (II) intel(0): Supported detailed timing:
[    16.922] (II) intel(0): clock: 45.0 MHz   Image Size:  220 x 129 mm
[    16.922] (II) intel(0): h_active: 1024  h_sync: 1077  h_sync_end 1112 h_blank_end 1200 h_border: 0
[    16.922] (II) intel(0): v_active: 600  v_sync: 604  v_sync_end 609 v_blanking: 625 v_border: 0
[    16.922] (II) intel(0): Supported detailed timing:
[    16.922] (II) intel(0): clock: 51.4 MHz   Image Size:  220 x 129 mm
[    16.922] (II) intel(0): h_active: 1024  h_sync: 1117  h_sync_end 1152 h_blank_end 1240 h_border: 0
[    16.922] (II) intel(0): v_active: 600  v_sync: 617  v_sync_end 622 v_blanking: 638 v_border: 0
[    16.922] (II) intel(0):  
[    16.922] (II) intel(0):  
[    16.922] (II) intel(0): EDID (in hex):
[    16.922] (II) intel(0):     00ffffffffffff002264e903658c0400
[    16.922] (II) intel(0):     1513010380160d780a86269457519027
[    16.922] (II) intel(0):     214f5400000001010101010101010101
[    16.923] (II) intel(0):     010101010101941100b0405819203523
[    16.923] (II) intel(0):     4500dc8100000019161400d840582620
[    16.923] (II) intel(0):     5d231504dc8100000000000000fe0000
[    16.923] (II) intel(0):     000000000000000000000000000000fe
[    16.923] (II) intel(0):     000000000000000000010000000000cf
[    16.923] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[    16.923] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    16.923] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    16.923] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[    16.923] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[    16.924] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[    16.924] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[    16.924] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[    16.924] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[    16.924] (II) intel(0): Printing probed modes for output LVDS1
[    16.924] (II) intel(0): Modeline "1024x600"x60.0   45.00  1024 1077 1112 1200  600 604 609 625 -hsync -vsync (37.5 kHz)
[    16.924] (II) intel(0): Modeline "1024x600"x65.0   51.42  1024 1117 1152 1240  600 601 606 638 -hsync -vsync (41.5 kHz)
[    16.924] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    16.924] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    16.924] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    16.924] (II) intel(0): Output VGA1 disconnected
[    16.924] (II) intel(0): Output LVDS1 connected
[    16.924] (II) intel(0): Using exact sizes for initial modes
[    16.924] (II) intel(0): Output LVDS1 using initial mode 1024x600
[    16.924] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    16.924] (II) intel(0): Kernel page flipping support detected, enabling
[    16.924] (==) intel(0): DPI set to (96, 96)
[    16.924] (II) Loading sub module "fb"
[    16.925] (II) LoadModule: "fb"
[    16.925] (II) Loading /usr/lib/xorg/modules/libfb.so
[    16.951] (II) Module fb: vendor="X.Org Foundation"
[    16.951]     compiled for 1.8.1.902, module version = 1.0.0
[    16.951]     ABI class: X.Org ANSI C Emulation, version 0.4
[    16.951] (II) Loading sub module "dri2"
[    16.951] (II) LoadModule: "dri2"
[    16.952] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
[    16.952] (==) Depth 24 pixmap format is 32 bpp
[    16.952] (II) intel(0): [DRI2] Setup complete
[    16.952] (II) intel(0): [DRI2]   DRI driver: i915
[    16.952] (**) intel(0): Tiling enabled
[    16.952] (**) intel(0): SwapBuffers wait enabled
[    16.952] (==) intel(0): VideoRam: 262144 KB
[    16.952] (II) intel(0): Allocated new frame buffer 1024x600 stride 4096, tiled
[    16.960] (II) UXA(0): Driver registered support for the following operations:
[    16.960] (II)         solid
[    16.960] (II)         copy
[    16.960] (II)         composite (RENDER acceleration)
[    16.960] (II)         put_image
[    16.960] (II)         get_image
[    16.970] (==) intel(0): Backing store disabled
[    16.970] (==) intel(0): Silken mouse enabled
[    16.971] (II) intel(0): Initializing HW Cursor
[    17.003] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    17.009] (==) intel(0): DPMS enabled
[    17.009] (==) intel(0): Intel XvMC decoder disabled
[    17.009] (II) intel(0): Set up textured video
[    17.009] (II) intel(0): Set up overlay video
[    17.009] (II) intel(0): direct rendering: DRI2 Enabled
[    17.009] (WW) intel(0): Option "RenderAccel" is not used
[    17.009] (WW) intel(0): Option "AccelMethod" is not used
[    17.009] (WW) intel(0): Option "EnablePageFlip" is not used
[    17.009] (WW) intel(0): Option "XAANoOffscreenPixmaps" is not used
[    17.010] (--) RandR disabled
[    17.010] (II) Initializing built-in extension Generic Event Extension
[    17.010] (II) Initializing built-in extension SHAPE
[    17.010] (II) Initializing built-in extension MIT-SHM
[    17.010] (II) Initializing built-in extension XInputExtension
[    17.010] (II) Initializing built-in extension XTEST
[    17.010] (II) Initializing built-in extension BIG-REQUESTS
[    17.010] (II) Initializing built-in extension SYNC
[    17.010] (II) Initializing built-in extension XKEYBOARD
[    17.010] (II) Initializing built-in extension XC-MISC
[    17.010] (II) Initializing built-in extension SECURITY
[    17.010] (II) Initializing built-in extension XINERAMA
[    17.010] (II) Initializing built-in extension XFIXES
[    17.010] (II) Initializing built-in extension RENDER
[    17.010] (II) Initializing built-in extension RANDR
[    17.010] (II) Initializing built-in extension COMPOSITE
[    17.010] (II) Initializing built-in extension DAMAGE
[    17.088] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    17.088] (II) AIGLX: enabled GLX_INTEL_swap_event
[    17.088] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    17.088] (II) AIGLX: enabled GLX_SGI_make_current_read
[    17.088] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    17.088] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
[    17.088] (II) GLX: Initialized DRI2 GL provider for screen 0
[    17.089] (II) intel(0): Setting screen physical size to 270 x 158
[    18.084] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[    18.084] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    18.084] (II) LoadModule: "evdev"
[    18.085] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    18.102] (II) Module evdev: vendor="X.Org Foundation"
[    18.102]     compiled for 1.8.1.902, module version = 2.4.0
[    18.102]     Module class: X.Org XInput Driver
[    18.102]     ABI class: X.Org XInput driver, version 9.0
[    18.102] (**) Power Button: always reports core events
[    18.102] (**) Power Button: Device: "/dev/input/event5"
[    18.116] (II) Power Button: Found keys
[    18.117] (II) Power Button: Configuring as keyboard
[    18.117] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    18.117] (**) Option "xkb_rules" "evdev"
[    18.117] (**) Option "xkb_model" "evdev"
[    18.117] (**) Option "xkb_layout" "us"
[    18.214] (II) config/udev: Adding input device Video Bus (/dev/input/event1)
[    18.214] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    18.214] (**) Video Bus: always reports core events
[    18.215] (**) Video Bus: Device: "/dev/input/event1"
[    18.223] (II) Video Bus: Found keys
[    18.223] (II) Video Bus: Configuring as keyboard
[    18.223] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[    18.223] (**) Option "xkb_rules" "evdev"
[    18.223] (**) Option "xkb_model" "evdev"
[    18.223] (**) Option "xkb_layout" "us"
[    18.227] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    18.227] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    18.227] (**) Power Button: always reports core events
[    18.227] (**) Power Button: Device: "/dev/input/event4"
[    18.236] (II) Power Button: Found keys
[    18.236] (II) Power Button: Configuring as keyboard
[    18.237] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    18.237] (**) Option "xkb_rules" "evdev"
[    18.237] (**) Option "xkb_model" "evdev"
[    18.237] (**) Option "xkb_layout" "us"
[    18.238] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    18.238] (II) No input driver/identifier specified (ignoring)
[    18.238] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[    18.238] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    18.238] (**) Sleep Button: always reports core events
[    18.238] (**) Sleep Button: Device: "/dev/input/event3"
[    18.246] (II) Sleep Button: Found keys
[    18.246] (II) Sleep Button: Configuring as keyboard
[    18.247] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[    18.247] (**) Option "xkb_rules" "evdev"
[    18.247] (**) Option "xkb_model" "evdev"
[    18.247] (**) Option "xkb_layout" "us"
[    18.255] (II) config/udev: Adding input device CNF7129 (/dev/input/event8)
[    18.255] (**) CNF7129: Applying InputClass "evdev keyboard catchall"
[    18.255] (**) CNF7129: always reports core events
[    18.255] (**) CNF7129: Device: "/dev/input/event8"
[    18.266] (II) CNF7129: Found keys
[    18.267] (II) CNF7129: Configuring as keyboard
[    18.267] (II) XINPUT: Adding extended input device "CNF7129" (type: KEYBOARD)
[    18.267] (**) Option "xkb_rules" "evdev"
[    18.267] (**) Option "xkb_model" "evdev"
[    18.267] (**) Option "xkb_layout" "us"
[    18.272] (II) config/udev: Adding input device Asus EeePC extra buttons (/dev/input/event6)
[    18.272] (**) Asus EeePC extra buttons: Applying InputClass "evdev keyboard catchall"
[    18.272] (**) Asus EeePC extra buttons: always reports core events
[    18.272] (**) Asus EeePC extra buttons: Device: "/dev/input/event6"
[    18.283] (II) Asus EeePC extra buttons: Found keys
[    18.283] (II) Asus EeePC extra buttons: Configuring as keyboard
[    18.283] (II) XINPUT: Adding extended input device "Asus EeePC extra buttons" (type: KEYBOARD)
[    18.283] (**) Option "xkb_rules" "evdev"
[    18.283] (**) Option "xkb_model" "evdev"
[    18.283] (**) Option "xkb_layout" "us"
[    18.285] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    18.285] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    18.285] (**) AT Translated Set 2 keyboard: always reports core events
[    18.285] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    18.300] (II) AT Translated Set 2 keyboard: Found keys
[    18.300] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    18.300] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[    18.300] (**) Option "xkb_rules" "evdev"
[    18.300] (**) Option "xkb_model" "evdev"
[    18.300] (**) Option "xkb_layout" "us"
[    18.301] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event7)
[    18.301] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[    18.301] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[    18.301] (II) LoadModule: "synaptics"
[    18.302] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    18.344] (II) Module synaptics: vendor="X.Org Foundation"
[    18.344]     compiled for 1.8.0.902, module version = 1.2.2
[    18.344]     Module class: X.Org XInput Driver
[    18.344]     ABI class: X.Org XInput driver, version 9.0
[    18.344] (II) Synaptics touchpad driver version 1.2.2
[    18.344] (**) Option "Device" "/dev/input/event7"
[    18.386] (II) ETPS/2 Elantech Touchpad: x-axis range 8 - 1144
[    18.386] (II) ETPS/2 Elantech Touchpad: y-axis range 8 - 760
[    18.386] (II) ETPS/2 Elantech Touchpad: device does not report pressure, will use touch data.
[    18.386] (II) ETPS/2 Elantech Touchpad: finger width range 0 - 0
[    18.387] (II) ETPS/2 Elantech Touchpad: buttons: left right double triple
[    18.387] (**) Option "TapButton1" "1"
[    18.387] (**) Option "TapButton2" "2"
[    18.387] (**) Option "TapButton3" "3"
[    18.413] (--) ETPS/2 Elantech Touchpad: touchpad found
[    18.413] (**) ETPS/2 Elantech Touchpad: always reports core events
[    18.426] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD)
[    18.427] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[    18.427] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 0
[    18.427] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[    18.427] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[    18.453] (--) ETPS/2 Elantech Touchpad: touchpad found
[    18.454] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
[    18.454] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[    18.454] (II) Synaptics touchpad driver version 1.2.2
[    18.846] ETPS/2 Elantech Touchpad no synaptics event device found
[    18.846] (**) Option "Device" "/dev/input/mouse0"
[    18.860] (**) Option "TapButton1" "1"
[    18.860] (**) Option "TapButton2" "2"
[    18.860] (**) Option "TapButton3" "3"
[    18.880] Query no Synaptics: 6003C8
[    18.880] (--) ETPS/2 Elantech Touchpad: no supported touchpad found
[    18.881] (EE) ETPS/2 Elantech Touchpad Unable to query/initialize Synaptics hardware.
[    18.920] (EE) PreInit failed for input device "ETPS/2 Elantech Touchpad"
[    18.920] (II) UnloadModule: "synaptics"
[    22.864] (II) intel(0): EDID vendor "HSD", prod id 1001
[    22.864] (II) intel(0): DDCModeFromDetailedTiming: 1024x600 Warning: We only handle separate sync.
[    22.864] (II) intel(0): Printing DDC gathered Modelines:
[    22.864] (II) intel(0): Modeline "1024x600"x0.0   45.00  1024 1077 1112 1200  600 604 609 625 -hsync -vsync (37.5 kHz)
[    22.864] (II) intel(0): Modeline "1024x600"x0.0   51.42  1024 1117 1152 1240  600 617 622 638 -hsync -vsync (41.5 kHz)
[    23.001] (II) intel(0): EDID vendor "HSD", prod id 1001
[    23.001] (II) intel(0): DDCModeFromDetailedTiming: 1024x600 Warning: We only handle separate sync.
[    23.001] (II) intel(0): Printing DDC gathered Modelines:
[    23.001] (II) intel(0): Modeline "1024x600"x0.0   45.00  1024 1077 1112 1200  600 604 609 625 -hsync -vsync (37.5 kHz)
[    23.001] (II) intel(0): Modeline "1024x600"x0.0   51.42  1024 1117 1152 1240  600 617 622 638 -hsync -vsync (41.5 kHz)
[    23.174] (II) intel(0): EDID vendor "HSD", prod id 1001
[    23.174] (II) intel(0): DDCModeFromDetailedTiming: 1024x600 Warning: We only handle separate sync.
[    23.174] (II) intel(0): Printing DDC gathered Modelines:
[    23.174] (II) intel(0): Modeline "1024x600"x0.0   45.00  1024 1077 1112 1200  600 604 609 625 -hsync -vsync (37.5 kHz)
[    23.174] (II) intel(0): Modeline "1024x600"x0.0   51.42  1024 1117 1152 1240  600 617 622 638 -hsync -vsync (41.5 kHz)
[    41.763] (II) intel(0): EDID vendor "HSD", prod id 1001
[    41.763] (II) intel(0): DDCModeFromDetailedTiming: 1024x600 Warning: We only handle separate sync.
[    41.763] (II) intel(0): Printing DDC gathered Modelines:
[    41.763] (II) intel(0): Modeline "1024x600"x0.0   45.00  1024 1077 1112 1200  600 604 609 625 -hsync -vsync (37.5 kHz)
[    41.763] (II) intel(0): Modeline "1024x600"x0.0   51.42  1024 1117 1152 1240  600 617 622 638 -hsync -vsync (41.5 kHz)
[    41.900] (II) intel(0): EDID vendor "HSD", prod id 1001
[    41.900] (II) intel(0): DDCModeFromDetailedTiming: 1024x600 Warning: We only handle separate sync.
[    41.900] (II) intel(0): Printing DDC gathered Modelines:
[    41.900] (II) intel(0): Modeline "1024x600"x0.0   45.00  1024 1077 1112 1200  600 604 609 625 -hsync -vsync (37.5 kHz)
[    41.901] (II) intel(0): Modeline "1024x600"x0.0   51.42  1024 1117 1152 1240  600 617 622 638 -hsync -vsync (41.5 kHz)
[    42.036] (II) intel(0): EDID vendor "HSD", prod id 1001
[    42.036] (II) intel(0): DDCModeFromDetailedTiming: 1024x600 Warning: We only handle separate sync.
[    42.036] (II) intel(0): Printing DDC gathered Modelines:
[    42.036] (II) intel(0): Modeline "1024x600"x0.0   45.00  1024 1077 1112 1200  600 604 609 625 -hsync -vsync (37.5 kHz)
[    42.036] (II) intel(0): Modeline "1024x600"x0.0   51.42  1024 1117 1152 1240  600 617 622 638 -hsync -vsync (41.5 kHz)
[    43.459] (II) intel(0): EDID vendor "HSD", prod id 1001
[    43.459] (II) intel(0): DDCModeFromDetailedTiming: 1024x600 Warning: We only handle separate sync.
[    43.459] (II) intel(0): Printing DDC gathered Modelines:
[    43.459] (II) intel(0): Modeline "1024x600"x0.0   45.00  1024 1077 1112 1200  600 604 609 625 -hsync -vsync (37.5 kHz)
[    43.459] (II) intel(0): Modeline "1024x600"x0.0   51.42  1024 1117 1152 1240  600 617 622 638 -hsync -vsync (41.5 kHz)
[    54.551] (II) intel(0): EDID vendor "HSD", prod id 1001
[    54.551] (II) intel(0): DDCModeFromDetailedTiming: 1024x600 Warning: We only handle separate sync.
[    54.551] (II) intel(0): Printing DDC gathered Modelines:
[    54.551] (II) intel(0): Modeline "1024x600"x0.0   45.00  1024 1077 1112 1200  600 604 609 625 -hsync -vsync (37.5 kHz)
[    54.551] (II) intel(0): Modeline "1024x600"x0.0   51.42  1024 1117 1152 1240  600 617 622 638 -hsync -vsync (41.5 kHz)

The xorg file was generated with the Xorg -configure command, then i added some options, like "AccelMethod" or "EnablePageFlip", but as you see in the log file they can't be used.


EDIT: I've tried with KMS and xf86-video-intel-newest driver too.

Last edited by Kamerad (2010-09-14 07:48:48)


"When you stare into the abyss the abyss stares back at you." Friedrich Nietzsche

Offline

#5 2010-09-14 13:38:55

Svenstaro
Administrator
From: Germany
Registered: 2008-11-19
Posts: 393

Re: Textures problem in Urban Terror

I don't think this is a problem with the way Urban Terror is packaged in Arch (because it is packaged by me tongue) but rather with your Intel card. However, since it was good in Ubuntu, I'll have to check out the Ubuntu package. Can you tell me which Ubuntu package you used? Urban Terror is not officially or even unofficially packaged for Ubuntu as far as my Google-fu would tell me.

Offline

#6 2010-09-14 16:41:14

Kamerad
Member
Registered: 2010-09-04
Posts: 9

Re: Textures problem in Urban Terror

In Lucid Lynx, I used the UrbanTerror_41_FULL.zip file, from the Urban Terror web page. I used the same package in Arch too.

Thanks!

Last edited by Kamerad (2010-09-14 17:05:45)


"When you stare into the abyss the abyss stares back at you." Friedrich Nietzsche

Offline

#7 2010-09-14 17:06:33

Svenstaro
Administrator
From: Germany
Registered: 2008-11-19
Posts: 393

Re: Textures problem in Urban Terror

Does the urbanterror package from community work any better for you?

Offline

#8 2010-09-14 17:12:30

Kamerad
Member
Registered: 2010-09-04
Posts: 9

Re: Textures problem in Urban Terror

Unfortunately not... I'm still having the same problem with textures.

EDIT: I see now there's another package in aur: urbanterror-client-custom-hg. I'll try with that package.

Last edited by Kamerad (2010-09-14 17:15:44)


"When you stare into the abyss the abyss stares back at you." Friedrich Nietzsche

Offline

#9 2010-09-15 13:54:32

eldragon
Member
From: Buenos Aires
Registered: 2008-11-18
Posts: 1,029

Re: Textures problem in Urban Terror

the issue is with intel cards, this appeared with the xorg 1.8 + xf86-video-intel 2.12 beta drivers.


ive been testing newer releases since, and the issue has improved dramatically. (it used to lock up).

you could also try and use ABS to build your own xf86-video-intel package with page flipping enabled. it should add some extra performance, and it might even work wink

Offline

#10 2010-09-17 16:14:46

Kamerad
Member
Registered: 2010-09-04
Posts: 9

Re: Textures problem in Urban Terror

How can I enable page-flipping?

This is the PKGBUILD file:

# $Id: PKGBUILD 85324 2010-07-12 17:03:09Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>

pkgname=xf86-video-intel
pkgver=2.12.0
pkgrel=1
pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
arch=(i686 x86_64)
url="http://xorg.freedesktop.org/"
license=('custom')
depends=('intel-dri>=7.8' 'libpciaccess>=0.10.9' 'libdrm>=2.4.20' 'libxvmc>=1.0.5' 'libxcb>=1.5' 'xcb-util>=0.3.6')
makedepends=('pkgconfig' 'xorg-server>=1.8.0' 'xf86driproto>=2.1.0' 'glproto>=1.4.11' 'mesa>=7.8' 'xineramaproto>=1.2' 'inputproto')
conflicts=('xorg-server<1.8.0' 'xf86-video-i810' 'xf86-video-intel-legacy')
options=('!libtool')
groups=('xorg-video-drivers')
source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
        intel-2.11-no-pageflipping.patch
        LICENSE)
md5sums=('8314def847dcdc4f2970e2d193054f96'
         'dfc9f59fe048b412726c87fe3d45f4f5'
         'b924480931774dec14515e270db4924d')

build() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  patch -Np1 -i "${srcdir}/intel-2.11-no-pageflipping.patch" || return 1
  ./configure --prefix=/usr --enable-dri || return 1
  make || return 1
  make DESTDIR="${pkgdir}" install || return 1
  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
  install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
}

Last edited by Kamerad (2010-09-17 16:17:45)


"When you stare into the abyss the abyss stares back at you." Friedrich Nietzsche

Offline

Board footer

Powered by FluxBB