hallo
erstmal ich liebe dieses forum.
das ist das beste was es gibt =)
also ich täte gern ein pc spiel spielen namens tibia
es gibt sogar einen linux client (libc 5 und 6)
täte es wiegesagt über linux und nicht über wine rennen lassen.
das forum ist geschlossen und die FAQ sind mies.
hier mal das FAQ von tibia.com
-
If you cannot start Tibia, it is very likely that you do not have a proper accelerated graphics driver installed. In order to verify this, you should issue the command
"egrep -i 'driver|dri|glx'/etc/X11/*.conf'"
in your console.
An example output of this could be:
Load "glx"
Load "dri"
Driver "kbd"
Driver "mouse"
Driver "nvidia"
BoardName "VESA driver (generic)"
Most likely you have no hardware acceleration enabled if the line driver "nv" instead of driver "nvidia" for NVIDIA cards, or the line driver "ati" instead of driver "fglrx" for ATI cards is displayed. Also the line Load "glx" or Load "dri" should be present if you have a hardware accelerated driver installed.
tja ich weiß ich habe keine nvidea karte drinnen sondern 2 ati
(deswegen nacher xorg.conf datei)
ahm ist es möglich überhaupt das ich es spielen kann gebzüglich grafik beschleunigung oder müsst ich ne neue grafikkarte kaufen.
hier xorg.conf
-
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Videocard0"
Driver "ati"
VendorName "Videocard vendor"
BoardName "ATI Mach64"
Option "DPMS"
BusID "PCI:0:10:0"
EndSection
Section "Device"
Identifier "Videocard1"
Driver "ati"
VendorName "Videocard Vendor"
BoardName "ATI Rage 128"
Option "DPMS"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor 1024x768"
Option "DPMS"
HorizSync 31.5-57
VertRefresh 50-70
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor 1024x768"
Option "DPMS"
HorizSync 31.5-57
VertRefresh 50-70
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Multihead Layout"
Screen "Screen0" LeftOf "Screen1"
Screen "Screen1" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
Option "Xinerama" "on"
Option "Clone" "off"
EndSection
Section "DRI"
Mode 0666
EndSection
Ich danke euch
clintfish Gast |