You are not logged in.
Pages: 1
I can't play cube, becouse of terrible grafic. When I load the game, mouse is going just the opposite to the direction it normal goes. Also grafic's so bad that I can only see the menu. (the textures are mixed, it looks terrible)
[I have similar problem with et, black screen, but game runs normal when i run it with set r_ext_compiled_vertex_array 0 "$@" command ]
Offline
Do you have a i810 graphic card? If so, try the cube-i810 PKGBUILD in AUR.
Offline
Do you have a i810 graphic card? If so, try the cube-i810 PKGBUILD in AUR.
:? don't know. I have ATI Radeon 9200
Offline
Which ATI-drivers are you using? As far as I know, the 9200 works with the open-source drivers available from dri.sourceforge.net, which should work fine with Cube.
Offline
Which ATI-drivers are you using? As far as I know, the 9200 works with the open-source drivers available from dri.sourceforge.net, which should work fine with Cube.
ATI Driver Installer
Download 68.8 12/08/05 Version: 8.20.8
Offline
Do you get any error-output in terminal when you run it from there?
Offline
Game's running normal. No errors on intro, outro. Everything's normal, excpt screen
init: sdl
init: net
init: world
game mode is ffa/default
init: video: sdl
init: video: mode
init: video: misc
init: gl
init: basetex
init: sound
init: cfg
could not read "servers.cfg"
init: localconnect
init: mainloop
read map packages/base/metl3.cgz (223 milliseconds)
Cyclops by metlslime
game mode is ffa/default
Offline
Hmm. Sounds like some misconfiguration or something. The game runs fine on the same drivers on my 9600, so I don't know what it could be..
Offline
Snowman wrote:Do you have a i810 graphic card? If so, try the cube-i810 PKGBUILD in AUR.
:? don't know. I have ATI Radeon 9200
i810 is an Intel video card found on Intel motherboard. Since you have an ATI video card, the cube-i810 PKGBUILD will be of no use to you. Sorry, I can't suggest anything else.
Offline
Snowman wrote:Do you have a i810 graphic card? If so, try the cube-i810 PKGBUILD in AUR.
:? don't know. I have ATI Radeon 9200
I have ATI Radeon 9000 and yesterday I installed the game Cube just that I see if works on my comp. And it works very fast. I didn't install drivers for ATI. I did install xorg 6.8, KDE 3.5 and it works . If youwant my xorg.conf I will sent you in the eveneing.
Mitja
Offline
Snowman wrote:Do you have a i810 graphic card? If so, try the cube-i810 PKGBUILD in AUR.
:? don't know. I have ATI Radeon 9200
Maybe will help you:
Section "Module"
Load "ddc" # ddc probing of monitor
Load "GLcore"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "bitmap" # bitmap-fonts
Load "type1"
Load "freetype"
Load "record"
EndSection
and more:
ion "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 16
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
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
SubSection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
...and driver for card is ''radeon''
Mitja
Offline
Pages: 1