LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-16-2003, 09:25 AM   #1
kryptik
LQ Newbie
 
Registered: Sep 2003
Posts: 11

Rep: Reputation: 0
Question Unreal Tournament 2003


I am completely new to linux so some help would be much appreciated.
when trying to run unreal tournament 2003 the I type the following into the terminal
# /home/kryptik/ut2003_demo/ut2003_demo

I get the following feedack immeditlly

# open /dev/dsp: No such file or directory

The screen then turn black as if going into fullscreen for the game to start and then my mouse enlarges as if going into the game then it just disappears and goes ack to the terminal with the following output.

Backtrace:
[ 1] ./Core.so [0x40a0578a]
[ 2] /lib/i686/libpthread.so.0 [0x40dcf5ce]
[ 3] /lib/i686/libc.so.6 [0x40bb43b8]
[ 4] /usr/X11R6/lib/modules/dri/i810_dri.so [0x43d6ca09]
[ 5] /usr/X11R6/lib/modules/dri/i810_dri.so [0x43d6d8cf]
[6]
/home/kryptik/ut2003_demo/System/OpenGLDrv.so(SetMaterialBlending__GLRenderInterfaceP20FOpenGLMaterialState+0x3db) [0x43780213]
[ 7] /home/kryptik/ut2003_demo/System/OpenGLDrv.so(DrawPrimitive__22FOpeerInterface14EPrimitiveTypeiiii+0x76) [0x437847ee]
[ 8] ./Engine.so(Render__12FBspDrawListP15FLevelSceneNodeP16FRenderInter43e) [0x40353532]
[ 9] ./Engine.so(RenderLevel__FP15FLevelSceneNodeP16FRenderInterface+0x2x40366edf]
[10] ./Engine.so(Render__15FLevelSceneNodeP16FRenderInterface+0x7a2) [0xa]
[11] ./Engine.so(Render__16FPlayerSceneNodeP16FRenderInterface+0x330) [0ec]
[12] ./Engine.so(Draw__11UGameEngineP9UViewportiPUcPi+0x3fe) [0x4028608a
[13] /home/kryptik/ut2003_demo/System/SDLDrv.so(Repaint__12USDLViewporti[0x4374593b]
[14] /home/kryptik/ut2003_demo/System/SDLDrv.so(Tick__10USDLClient+0x85)44365]
[15] ./Engine.so(Tick__11UGameEnginef+0x31bd) [0x4028d2e1]
[16] ./ut2003-bin(SDL_SetVideoMode+0x969) [0x8051b1d]
[17] ./ut2003-bin(main+0x328c) [0x8058b2c]
[18] /lib/i686/libc.so.6(__libc_start_main+0xc7) [0x40ba17f7]
[19] ./ut2003-bin(GetFullName__C7UObjectPw+0x7d) [0x80512d1]
Signal: SIGSEGV [segmentation fault]
Aborting.

Please give some resonale explanation.
 
Old 09-16-2003, 09:26 AM   #2
kryptik
LQ Newbie
 
Registered: Sep 2003
Posts: 11

Original Poster
Rep: Reputation: 0
also right before the backtrace crap it says
Xlib: extension "XiG-SUNDRY-NONSTANDARD" missing on display ":0.0".
 
Old 09-16-2003, 09:50 AM   #3
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
# open /dev/dsp: No such file or directory
What sound devices you use? Artsd? Esd?
If unknown at least post the output from "stat /dev/dsp*" and "ps ax|egrep -e "(artsd|esd)" or search your package manager for installed sound daemons.

Backtrace:
(..)
[14] /home/kryptik/ut2003_demo/System/SDLDrv.so(Tick__10USDLClient+0x85)44365]

Check if your SDL version at least matches the required version, check your UT config if you use/can use another renderer.

Xlib: extension "XiG-SUNDRY-NONSTANDARD" missing
Post your XF86Config(-4) config and the output from your (/var/log/)XFree*.log, or better post the URI where ppl can read or D/L your XFree*.log and (/etc/X11/)XF86Config(-4) config.

Please give some resonale explanation.
Clippy sez: "due to misconfiguration, absence of- and compatability conflicts between several of the subsystems on your Linux/GNU system, notably in the sound and rendering area, your system refuses to run the given application." :-]
 
Old 09-16-2003, 02:42 PM   #4
kryptik
LQ Newbie
 
Registered: Sep 2003
Posts: 11

Original Poster
Rep: Reputation: 0
currently i have no sound because i have a riptide modem which is incompat with linux mandrake.

# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection

Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection

Section "DRI"
Mode 0666
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbCompat" ""
Option "XkbOptions" ""
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/usbmouse"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "1024x768 @ 70 Hz"
HorizSync 31.5-57.0
VertRefresh 50-70

# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
Identifier "device1"
VendorName "Intel Corporation"
BoardName "Intel 810"
Driver "i810"
VideoRam 16384
Option "DPMS"
Option "XaaNoPixmapCache"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 16

Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubsection

Subsection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubsection

Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubsection

Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection
 
Old 09-16-2003, 02:45 PM   #5
kryptik
LQ Newbie
 
Registered: Sep 2003
Posts: 11

Original Poster
Rep: Reputation: 0
LOG part 1
XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.21-0.13mdksmp i686 [ELF]
Build Date: 12 March 2003
Before reporting problems, check http://www.XFree86.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/XFree86.0.log", Time: Tue Sep 16 09:04:23 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "layout1"
(**) |-->Screen "screen1" (0)
(**) | |-->Monitor "monitor1"
(**) | |-->Device "device1"
(**) |-->Input Device "Keyboard1"
(WW) Option "XkbCompat" requires an string value
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(WW) Option "XkbOptions" requires an string value
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Mouse1"
(**) FontPath set to "unix/:-1"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
Using vt 7
(--) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.6
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7120 card 0000,0000 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7121 card 8086,7123 rev 02 class 03,00,00 hdr 00
(II) PCI: 00:1e:0: chip 8086,2418 card 0000,0000 rev 01 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2410 card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,2411 card 0000,0000 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2412 card 0000,0000 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1f:3: chip 8086,2413 card 0000,0000 rev 01 class 0c,05,00 hdr 00
(II) PCI: 01:08:0: chip 127a,4320 card 1235,4320 rev 00 class 04,01,00 hdr 80
(II) PCI: 01:08:1: chip 127a,4321 card 1235,4321 rev 00 class 07,80,00 hdr 80
(II) PCI: 01:08:2: chip 127a,4322 card 1235,4322 rev 00 class 09,80,00 hdr 80
(II) PCI: 01:09:0: chip 100b,0020 card 1385,f311 rev 00 class 02,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:30:0), (0,1,1), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 1 I/O range:
[0] -1 0 0x00002000 - 0x000020ff (0x100) IX[B]
[1] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
[2] -1 0 0x00002800 - 0x000028ff (0x100) IX[B]
[3] -1 0 0x00002c00 - 0x00002cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xf4100000 - 0xf41fffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:1:0) Intel Corp. 82810 CGC [Chipset Graphics Controller] rev 2, Mem @ 0xf8000000/26, 0xf4000000/19
(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 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0 0xf4111000 - 0xf4111fff (0x1000) MX[B]
[1] -1 0 0xf4110000 - 0xf4110fff (0x1000) MX[B]
[2] -1 0 0xf4100000 - 0xf410ffff (0x10000) MX[B]
[3] -1 0 0xf4000000 - 0xf407ffff (0x80000) MX[B](B)
[4] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[5] -1 0 0x00002000 - 0x000020ff (0x100) IX[B]
[6] -1 0 0x00002400 - 0x0000243f (0x40) IX[B]
[7] -1 0 0x000010b0 - 0x000010bf (0x10) IX[B]
[8] -1 0 0x00001080 - 0x0000109f (0x20) IX[B]
[9] -1 0 0x000010a0 - 0x000010af (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xf4111000 - 0xf4111fff (0x1000) MX[B]
[1] -1 0 0xf4110000 - 0xf4110fff (0x1000) MX[B]
[2] -1 0 0xf4100000 - 0xf410ffff (0x10000) MX[B]
[3] -1 0 0xf4000000 - 0xf407ffff (0x80000) MX[B](B)
[4] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[5] -1 0 0x00002000 - 0x000020ff (0x100) IX[B]
[6] -1 0 0x00002400 - 0x0000243f (0x40) IX[B]
[7] -1 0 0x000010b0 - 0x000010bf (0x10) IX[B]
[8] -1 0 0x00001080 - 0x0000109f (0x20) IX[B]
[9] -1 0 0x000010a0 - 0x000010af (0x10) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xf4111000 - 0xf4111fff (0x1000) MX[B]
[6] -1 0 0xf4110000 - 0xf4110fff (0x1000) MX[B]
[7] -1 0 0xf4100000 - 0xf410ffff (0x10000) MX[B]
[8] -1 0 0xf4000000 - 0xf407ffff (0x80000) MX[B](B)
[9] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[10] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[11] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[12] -1 0 0x00002000 - 0x000020ff (0x100) IX[B]
[13] -1 0 0x00002400 - 0x0000243f (0x40) IX[B]
[14] -1 0 0x000010b0 - 0x000010bf (0x10) IX[B]
[15] -1 0 0x00001080 - 0x0000109f (0x20) IX[B]
[16] -1 0 0x000010a0 - 0x000010af (0x10) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "v4l"
(II) Loading /usr/X11R6/lib/modules/drivers/linux/v4l_drv.o
(II) Module v4l: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 0.0.1
ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.2
(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 FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.2
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 2.0.2
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "i810"
(II) Loading /usr/X11R6/lib/modules/drivers/i810_drv.o
(II) Module i810: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.3.0
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.4
(II) v4l driver for Video4Linux
(II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100,
i810e, i815, i830M, 845G, 852GM/855GM, 865G
(II) Primary Device is: PCI 00:01:0
(--) Assigning device section with no busID to primary device
(--) Chipset i810 found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xf4111000 - 0xf4111fff (0x1000) MX[B]
[6] -1 0 0xf4110000 - 0xf4110fff (0x1000) MX[B]
[7] -1 0 0xf4100000 - 0xf410ffff (0x10000) MX[B]
[8] -1 0 0xf4000000 - 0xf407ffff (0x80000) MX[B](B)
[9] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[10] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[11] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[12] -1 0 0x00002000 - 0x000020ff (0x100) IX[B]
[13] -1 0 0x00002400 - 0x0000243f (0x40) IX[B]
[14] -1 0 0x000010b0 - 0x000010bf (0x10) IX[B]
[15] -1 0 0x00001080 - 0x0000109f (0x20) IX[B]
[16] -1 0 0x000010a0 - 0x000010af (0x10) IX[B]
(II) resource ranges after probing:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xf4111000 - 0xf4111fff (0x1000) MX[B]
[6] -1 0 0xf4110000 - 0xf4110fff (0x1000) MX[B]
[7] -1 0 0xf4100000 - 0xf410ffff (0x10000) MX[B]
[8] -1 0 0xf4000000 - 0xf407ffff (0x80000) MX[B](B)
[9] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[10] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[11] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[12] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[15] -1 0 0x00002000 - 0x000020ff (0x100) IX[B]
[16] -1 0 0x00002400 - 0x0000243f (0x40) IX[B]
[17] -1 0 0x000010b0 - 0x000010bf (0x10) IX[B]
[18] -1 0 0x00001080 - 0x0000109f (0x20) IX[B]
[19] -1 0 0x000010a0 - 0x000010af (0x10) IX[B]
[20] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[21] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.6
(**) I810(0): Depth 16, (--) framebuffer bpp 16
(==) I810(0): RGB weight 565
(==) I810(0): Default visual is TrueColor
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.1.0
ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) I810(0): initializing int10
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 2.0
(II) I810(0): VESA VBE Total Mem: 1024 kB
(II) I810(0): VESA VBE OEM: Intel810(TM) Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.17
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: i810 Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) I810(0): VESA VBE DDC supported
(II) I810(0): VESA VBE DDC Level 1
(II) I810(0): VESA VBE DDC Screen blankedfor data transfer
(II) I810(0): VESA VBE DDC transfer in appr. 1 sec.
(II) I810(0): VESA VBE DDC read failed
(--) I810(0): Chipset: "i810"
(--) I810(0): Linear framebuffer at 0xF8000000
(--) I810(0): IO registers at addr 0xF4000000
(II) I810(0): I810CheckAvailableMemory: 60412k available
(**) I810(0): Will alloc AGP framebuffer: 16384 kByte
(==) I810(0): Using gamma correction (1.0, 1.0, 1.0)
 
Old 09-16-2003, 02:46 PM   #6
kryptik
LQ Newbie
 
Registered: Sep 2003
Posts: 11

Original Poster
Rep: Reputation: 0
Log Part 2
(II) I810(0): monitor1: Using hsync range of 31.50-57.00 kHz
(II) I810(0): monitor1: Using vrefresh range of 50.00-70.00 Hz
(II) I810(0): Clock range: 12.00 to 163.00 MHz
(II) I810(0): Not using mode "1024x480" (vrefresh out of range)
(II) I810(0): Not using mode "768x576" (vrefresh out of range)
(II) I810(0): Not using mode "768x576" (hsync out of range)
(II) I810(0): Not using default mode "640x350" (vrefresh out of range)
(II) I810(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "640x400" (vrefresh out of range)
(II) I810(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "720x400" (vrefresh out of range)
(II) I810(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "640x480" (vrefresh out of range)
(II) I810(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "640x480" (vrefresh out of range)
(II) I810(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "640x480" (vrefresh out of range)
(II) I810(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "800x600" (vrefresh out of range)
(II) I810(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "800x600" (vrefresh out of range)
(II) I810(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "800x600" (vrefresh out of range)
(II) I810(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "1024x768" (unknown reason)
(II) I810(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "1024x768" (hsync out of range)
(II) I810(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "1024x768" (hsync out of range)
(II) I810(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "1152x864" (hsync out of range)
(II) I810(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "1280x960" (hsync out of range)
(II) I810(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "1280x960" (hsync out of range)
(II) I810(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "1280x1024" (hsync out of range)
(II) I810(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "1280x1024" (hsync out of range)
(II) I810(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "1280x1024" (hsync out of range)
(II) I810(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "1600x1200" (hsync out of range)
(II) I810(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "832x624" (vrefresh out of range)
(II) I810(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "1400x1050" (hsync out of range)
(II) I810(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "1400x1050" (hsync out of range)
(II) I810(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "1600x1024" (hsync out of range)
(II) I810(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) I810(0): Not using default mode "1152x768" (width too large for virtual size)
(--) I810(0): Virtual size is 1024x768 (pitch 1024)
(**) I810(0): *Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) I810(0): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
(**) I810(0): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) I810(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync
(**) I810(0): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) I810(0): Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync
(**) I810(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) I810(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
(**) I810(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) I810(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync
(==) I810(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 ANSI C Emulation, version 0.2
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.1.0
ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.6
(II) I810(0): XvMC is Disabled: use XvMCSurfaces config option to enable.
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xf4000000 - 0xf407ffff (0x80000) MS[B]
[1] 0 0 0xf8000000 - 0xfbffffff (0x4000000) MS[B]
[2] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[7] -1 0 0xf4111000 - 0xf4111fff (0x1000) MX[B]
[8] -1 0 0xf4110000 - 0xf4110fff (0x1000) MX[B]
[9] -1 0 0xf4100000 - 0xf410ffff (0x10000) MX[B]
[10] -1 0 0xf4000000 - 0xf407ffff (0x80000) MX[B](B)
[11] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[12] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[13] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[14] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[17] -1 0 0x00002000 - 0x000020ff (0x100) IX[B]
[18] -1 0 0x00002400 - 0x0000243f (0x40) IX[B]
[19] -1 0 0x000010b0 - 0x000010bf (0x10) IX[B]
[20] -1 0 0x00001080 - 0x0000109f (0x20) IX[B]
[21] -1 0 0x000010a0 - 0x000010af (0x10) IX[B]
[22] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[23] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmGetBusid returned ''
(II) I810(0): [drm] created "i810" driver at busid "PCI:0:1:0"
(II) I810(0): [drm] added 8192 byte SAREA at 0xc68a6000
(II) I810(0): [drm] mapped SAREA 0xc68a6000 to 0x40014000
(II) I810(0): [drm] framebuffer handle = 0xf8000000
(II) I810(0): [drm] added 1 reserved context for kernel
(II) I810(0): [drm] Registers = 0xf4000000
(II) I810(0): [agp] dcacheHandle : (nil)
(II) I810(0): [agp] GART: no dcache memory found
(II) I810(0): [agp] Bound backbuffer memory
(II) I810(0): [agp] Bound depthbuffer memory
(II) I810(0): [agp] GART: Allocated 4K for mouse cursor image
(II) I810(0): Adding 768 scanlines for pixmap caching
(II) I810(0): Allocated Scratch Memory
(II) I810(0): [dri] Buffer map : bfb000
(II) I810(0): [drm] added 256 4096 byte DMA buffers
(II) I810(0): [drm] dma control initialized, using IRQ 10
(II) I810(0): [dri] visual configs initialized.
(==) I810(0): Write-combining range (0xf8000000,0x4000000)
(II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) I810(0): Setting dot clock to 75.0 MHz [ 0x17 0x6 0x20 ] [ 25 8 2 ]
(II) I810(0): chose watermark 0x2210e000: (tab.freq 75.0)
(**) I810(0): Option "XaaNoPixmapCache"
(II) I810(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Indirect CPU to Screen color expansion
Solid Horizontal and Vertical Lines
Offscreen Pixmaps
(==) I810(0): Backing store disabled
(==) I810(0): Silken mouse enabled
(**) Option "dpms"
(**) I810(0): DPMS enabled
(II) I810(0): X context handle = 0x00000001
(II) I810(0): [drm] installed DRM signal handler
(II) I810(0): [DRI] installation complete
(==) I810(0): Direct rendering enabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Keyboard "Keyboard1" handled by legacy driver
(**) Option "Protocol" "IMPS/2"
(**) Mouse1: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/usbmouse"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(**) Mouse1: Buttons: 5
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) Mouse1: ps2EnableDataReporting: succeeded
GetModeLine - scrn: 0 clock: 75000
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1328
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
GetModeLine - scrn: 0 clock: 75000
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1328
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
GetModeLine - scrn: 0 clock: 75000
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1328
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
SwitchToMode - scrn: 0 clock: 36000
hdsp: 800 hbeg: 824 hend: 896 httl: 1024
vdsp: 600 vbeg: 601 vend: 603 vttl: 625 flags: 5
Checking against clock: 75000 (75000)
hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1328
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
Checking against clock: 40000 (40000)
hdsp: 800 hbeg: 840 hend: 968 httl: 1056
vdsp: 600 vbeg: 601 vend: 605 vttl: 628 flags: 5
Checking against clock: 25200 (25200)
hdsp: 640 hbeg: 656 hend: 752 httl: 800
vdsp: 480 vbeg: 490 vend: 492 vttl: 525 flags: 10
Checking against clock: 65000 (65000)
hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
Checking against clock: 36000 (36000)
hdsp: 800 hbeg: 824 hend: 896 httl: 1024
vdsp: 600 vbeg: 601 vend: 603 vttl: 625 flags: 5
(II) I810(0): Setting dot clock to 36.0 MHz [ 0x10 0x1 0x40 ] [ 18 3 4 ]
(II) I810(0): chose watermark 0x22007000: (tab.freq 36.0)
SwitchToMode - Succeeded
GetModeLine - scrn: 0 clock: 36000
GetModeLine - hdsp: 800 hbeg: 824 hend: 896 httl: 1024
vdsp: 600 vbeg: 601 vend: 603 vttl: 625 flags: 5
GetModeLine - scrn: 0 clock: 36000
GetModeLine - hdsp: 800 hbeg: 824 hend: 896 httl: 1024
vdsp: 600 vbeg: 601 vend: 603 vttl: 625 flags: 5
GetModeLine - scrn: 0 clock: 36000
GetModeLine - hdsp: 800 hbeg: 824 hend: 896 httl: 1024
vdsp: 600 vbeg: 601 vend: 603 vttl: 625 flags: 5
SwitchToMode - scrn: 0 clock: 75000
hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1328
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
Checking against clock: 75000 (75000)
hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1328
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
(II) I810(0): Setting dot clock to 75.0 MHz [ 0x17 0x6 0x20 ] [ 25 8 2 ]
(II) I810(0): chose watermark 0x2210e000: (tab.freq 75.0)
SwitchToMode - Succeeded
GetModeLine - scrn: 0 clock: 75000
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1328
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
GetModeLine - scrn: 0 clock: 75000
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1328
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
GetModeLine - scrn: 0 clock: 75000
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1328
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
SwitchToMode - scrn: 0 clock: 36000
hdsp: 800 hbeg: 824 hend: 896 httl: 1024
vdsp: 600 vbeg: 601 vend: 603 vttl: 625 flags: 5
Checking against clock: 75000 (75000)
hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1328
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
Checking against clock: 40000 (40000)
hdsp: 800 hbeg: 840 hend: 968 httl: 1056
vdsp: 600 vbeg: 601 vend: 605 vttl: 628 flags: 5
Checking against clock: 25200 (25200)
hdsp: 640 hbeg: 656 hend: 752 httl: 800
vdsp: 480 vbeg: 490 vend: 492 vttl: 525 flags: 10
Checking against clock: 65000 (65000)
hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1344
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
Checking against clock: 36000 (36000)
hdsp: 800 hbeg: 824 hend: 896 httl: 1024
vdsp: 600 vbeg: 601 vend: 603 vttl: 625 flags: 5
(II) I810(0): Setting dot clock to 36.0 MHz [ 0x10 0x1 0x40 ] [ 18 3 4 ]
(II) I810(0): chose watermark 0x22007000: (tab.freq 36.0)
SwitchToMode - Succeeded
GetModeLine - scrn: 0 clock: 36000
GetModeLine - hdsp: 800 hbeg: 824 hend: 896 httl: 1024
vdsp: 600 vbeg: 601 vend: 603 vttl: 625 flags: 5
GetModeLine - scrn: 0 clock: 36000
GetModeLine - hdsp: 800 hbeg: 824 hend: 896 httl: 1024
vdsp: 600 vbeg: 601 vend: 603 vttl: 625 flags: 5
GetModeLine - scrn: 0 clock: 36000
GetModeLine - hdsp: 800 hbeg: 824 hend: 896 httl: 1024
vdsp: 600 vbeg: 601 vend: 603 vttl: 625 flags: 5
SwitchToMode - scrn: 0 clock: 75000
hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1328
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
Checking against clock: 75000 (75000)
hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1328
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10
(II) I810(0): Setting dot clock to 75.0 MHz [ 0x17 0x6 0x20 ] [ 25 8 2 ]
(II) I810(0): chose watermark 0x2210e000: (tab.freq 75.0)
SwitchToMode - Succeeded
 
Old 09-16-2003, 03:21 PM   #7
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
You might try installing ALSA drivers and see if that picks up your sound - or even the OSS drivers.

My sound works using the OSS drivers after attempting to get ALSA running.

Occasionally I got the same error in Quake3 when something locked the sound - I would just restart x and it would work.

Possible fixes
- Resolving the sound issue may work
- or else checking into turning off the search for the sound card in the game????
 
Old 09-16-2003, 06:10 PM   #8
kryptik
LQ Newbie
 
Registered: Sep 2003
Posts: 11

Original Poster
Rep: Reputation: 0
I have resolved these two error messages

open /dev/dsp: No such file or directory
Xlib: extension "XiG-SUNDRY-NONSTANDARD" missing on display ":0.0".

I am now just getting

Backtrace:
[ 1] ./Core.so [0x40a0578a]
[ 2] /lib/i686/libpthread.so.0 [0x40dcf5ce]
[ 3] /lib/i686/libc.so.6 [0x40bb43b8]
[ 4] /usr/X11R6/lib/modules/dri/i810_dri.so [0x43ccca09]
[ 5] /usr/X11R6/lib/modules/dri/i810_dri.so [0x43ccd8cf]
[ 6] /home/kryptik/ut2003_demo/System/OpenGLDrv.so(SetMaterialBlending__22FOpenGLRenderInterfaceP20FOpenGLMaterialState+0x3db) [0x43780213]
[ 7] /home/kryptik/ut2003_demo/System/OpenGLDrv.so(DrawPrimitive__22FOpenGLRenderInterface14EPrimitiveTypeiiii+0x76) [0x437847ee]
[ 8] ./Engine.so(Render__12FBspDrawListP15FLevelSceneNodeP16FRenderInterface+0x43e) [0x40353532]
[ 9] ./Engine.so(RenderLevel__FP15FLevelSceneNodeP16FRenderInterface+0x229b) [0x40366edf]
[10] ./Engine.so(Render__15FLevelSceneNodeP16FRenderInterface+0x7a2) [0x4034938a]
[11] ./Engine.so(Render__16FPlayerSceneNodeP16FRenderInterface+0x330) [0x4034e4ec]
[12] ./Engine.so(Draw__11UGameEngineP9UViewportiPUcPi+0x3fe) [0x4028608a]
[13] /home/kryptik/ut2003_demo/System/SDLDrv.so(Repaint__12USDLViewporti+0x33) [0x4374593b]
[14] /home/kryptik/ut2003_demo/System/SDLDrv.so(Tick__10USDLClient+0x85) [0x43744365]
[15] ./Engine.so(Tick__11UGameEnginef+0x31bd) [0x4028d2e1]
[16] ./ut2003-bin(SDL_SetVideoMode+0x969) [0x8051b1d]
[17] ./ut2003-bin(main+0x328c) [0x8058b2c]
[18] /lib/i686/libc.so.6(__libc_start_main+0xc7) [0x40ba17f7]
[19] ./ut2003-bin(GetFullName__C7UObjectPw+0x7d) [0x80512d1]
Signal: SIGSEGV [segmentation fault]
Aborting.
 
Old 09-16-2003, 06:27 PM   #9
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Check if your SDL version at least matches the required version, check your UT config if you use/can use another renderer.
 
Old 09-16-2003, 08:02 PM   #10
lezek
Member
 
Registered: Apr 2003
Distribution: Gentoo
Posts: 52

Rep: Reputation: 15
UT2003 uses an internal version of SDL so it isn't that.

Something tells me your 3D acceleration is broken. Do other 3D games or apps work OK?
 
Old 09-16-2003, 11:25 PM   #11
kryptik
LQ Newbie
 
Registered: Sep 2003
Posts: 11

Original Poster
Rep: Reputation: 0
TuxRacer Works Fine so i dont belive that the prolem is the 3d accelerator
 
Old 09-17-2003, 09:11 AM   #12
kryptik
LQ Newbie
 
Registered: Sep 2003
Posts: 11

Original Poster
Rep: Reputation: 0
Any other suggegtions? If not it is cool, just making sure there is nothing else i can do
 
Old 09-17-2003, 07:52 PM   #13
lezek
Member
 
Registered: Apr 2003
Distribution: Gentoo
Posts: 52

Rep: Reputation: 15
What distribution and version are you using?
Also, have you tried patching UT2003 to the latest version?

There's some library on your system which UT isn't playing ball with, but I know nothing about backtraces and therefore can't figure out where the problem is
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unreal Tournament 2003/4 TheDarthJysky Linux - Games 2 07-27-2005 04:24 AM
Unreal Tournament 2003 evensen Linux - Software 5 04-29-2004 01:22 PM
unreal tournament (not 2003) e1000 Linux - Games 2 10-22-2003 07:56 AM
Unreal Tournament 2003 robna24 Linux - Software 2 07-16-2003 09:52 PM
Unreal Tournament 2003 LabRad Linux - Software 1 10-26-2002 02:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:50 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration