Fórum Ubuntu CZ/SK

Ostatní => Archiv => Téma založeno: comgen 19 Července 2006, 17:37:29

Název: Enemy Territory-opengl, pomalost
Přispěvatel: comgen 19 Července 2006, 17:37:29
Spustim "et" , ihned spadne, hlasi

musim napsat+set r_allowSoftwareGL 1
***********************************************************
 You are using software Mesa (no hardware acceleration)!
 Driver DLL used: libGL.so.1
 If this is intentional, add
       "+set r_allowSoftwareGL 1"
 to the command line when starting the game.
***********************************************************
pak se to spusti, ale nemožně se to seká...

Nevíte co s tim? Na ub5.10 to fachalo ok...
Název: Enemy Territory-opengl, pomalost
Přispěvatel: nikola 19 Července 2006, 17:58:39
Nainstalovat ovladač pro grafickou kartu.
Název: Enemy Territory-opengl, pomalost
Přispěvatel: comgen 19 Července 2006, 20:32:18
pri instalaci ovladace to chce:
save your X config file and run aticonfig....

Jak to mam uložit?
Název: Enemy Territory-opengl, pomalost
Přispěvatel: comgen 19 Července 2006, 21:40:33
nainstalovano a nic se nezmenilo..
Název: Enemy Territory-opengl, pomalost
Přispěvatel: nikola 19 Července 2006, 22:30:00
Zkus sem hodit obsah souboru xorg.conf, třeba na něco přijdeme. Jinak nějaké postupy instalace jsou tady: http://wiki.ubuntu.cz/Grafick%C3%A9_karty_ATI?highlight=%28ati%29
Název: Enemy Territory-opengl, pomalost
Přispěvatel: comgen 19 Července 2006, 23:19:27
Section "ServerLayout"
   Identifier     "Default Layout"
   Screen      0  "aticonfig-Screen[0]" 0 0
   InputDevice    "Generic Keyboard"
   InputDevice    "Configured Mouse"
   InputDevice    "stylus" "SendCoreEvents"
   InputDevice    "cursor" "SendCoreEvents"
   InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

   # path to defoma fonts
   FontPath     "/usr/share/X11/fonts/misc"
   FontPath     "/usr/share/X11/fonts/cyrillic"
   FontPath     "/usr/share/X11/fonts/100dpi/:unscaled"
   FontPath     "/usr/share/X11/fonts/75dpi/:unscaled"
   FontPath     "/usr/share/X11/fonts/Type1"
   FontPath     "/usr/share/X11/fonts/100dpi"
   FontPath     "/usr/share/X11/fonts/75dpi"
   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  "type1"
   Load  "vbe"
EndSection

Section "InputDevice"
   Identifier  "Generic Keyboard"
   Driver      "kbd"
   Option       "CoreKeyboard"
   Option       "XkbRules" "xorg"
   Option       "XkbModel" "pc105"
   Option       "XkbLayout" "cz"
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"

                                                      # /dev/input/event
                                                      # for USB
   Identifier  "stylus"
   Driver      "wacom"
   Option       "Device" "/dev/wacom"          # Change to
   Option       "Type" "stylus"
   Option       "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
   Identifier  "eraser"
   Driver      "wacom"
   Option       "Device" "/dev/wacom"          # Change to
   Option       "Type" "eraser"
   Option       "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
   Identifier  "cursor"
   Driver      "wacom"
   Option       "Device" "/dev/wacom"          # Change to
   Option       "Type" "cursor"
   Option       "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "Monitor"
   Identifier   "Generic Monitor"
   Option       "DPMS"
EndSection

Section "Monitor"
   Identifier   "aticonfig-Monitor[0]"
   Option       "VendorName" "ATI Proprietary Driver"
   Option       "ModelName" "Generic Autodetecting Monitor"
   Option       "DPMS" "true"
EndSection

Section "Device"
   Identifier  "ATI Technologies, Inc. RV280 [Radeon 9200 SE]"
   Driver      "ati"
   BusID       "PCI:2:0:0"
EndSection

Section "Device"
   Identifier  "aticonfig-Device[0]"
   Driver      "fglrx"
   Option       "VideoOverlay" "on"
   Option       "OpenGLOverlay" "off"
EndSection

Section "Screen"
   Identifier "Default Screen"
   Device     "ATI Technologies, Inc. RV280 [Radeon 9200 SE]"
   Monitor    "Generic Monitor"
   DefaultDepth     24
   SubSection "Display"
      Depth     1
      Modes    "1280x1024" "1024x768" "832x624" "800x600" "640x480" "1x1"
   EndSubSection
   SubSection "Display"
      Depth     4
      Modes    "1280x1024" "1024x768" "832x624" "800x600" "640x480" "1x1"
   EndSubSection
   SubSection "Display"
      Depth     8
      Modes    "1280x1024" "1024x768" "832x624" "800x600" "640x480" "1x1"
   EndSubSection
   SubSection "Display"
      Depth     15
      Modes    "1280x1024" "1024x768" "832x624" "800x600" "640x480" "1x1"
   EndSubSection
   SubSection "Display"
      Depth     16
      Modes    "1280x1024" "1024x768" "832x624" "800x600" "640x480" "1x1"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes    "1280x1024" "1024x768" "832x624" "800x600" "640x480" "1x1"
   EndSubSection
EndSection

Section "Screen"
   Identifier "aticonfig-Screen[0]"
   Device     "aticonfig-Device[0]"
   Monitor    "aticonfig-Monitor[0]"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

Section "DRI"
   Mode         0666
EndSection
Název: Enemy Territory-opengl, pomalost
Přispěvatel: nikola 20 Července 2006, 10:08:50
Máš tam nějakej zmatek - 2x Section"Device", jednou s ovladačem fglrx a jednou ati. Zkus to upravit asi takhle (jednu sekci zakomentuj)
Kód: [Vybrat]
Section "Monitor"
    Identifier   "Generic Monitor"
    Option        "DPMS"
EndSection

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

#Section "Device"
#   Identifier  "ATI Technologies, Inc. RV280 [Radeon 9200 SE]"
#  Driver      "ati"
#    BusID       "PCI:2:0:0"
#EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]"
    Driver      "fglrx"
    BusID       "PCI:2:0:0"
    Option        "VideoOverlay" "on"
    Option        "OpenGLOverlay" "off"
EndSection
Jestli máš Kubuntu, jde to nastavit i přes klikátko v "Nastavení systému"
Název: Enemy Territory-opengl, pomalost
Přispěvatel: comgen 20 Července 2006, 12:01:51
nene, pak mi na tom neco nefungovalo
Název: Enemy Territory-opengl, pomalost
Přispěvatel: nikola 20 Července 2006, 12:13:07
Nemůžeš tam mít oba drivery, to bys musel mít 2 karty. Překopíroval jsi BusID?  Driver je jeden, akorát pro 2 monitory. Ještě bych zkusil zakomentovat první sekci "Monitor". A nebo jednodušeji
Kód: [Vybrat]
sudo dpkg-reconfigure xserver-xorgJako ovladač zvol fglrx, měl by se vygenerovat nový xorg.conf (ten starý si raději zazálohuj).
Název: Enemy Territory-opengl, pomalost
Přispěvatel: comgen 20 Července 2006, 16:24:25
sudo dpkg-reconfigure xserver-xorg

Když mě to vždycky spadne po nastaveni monitoru..
Název: Enemy Territory-opengl, pomalost
Přispěvatel: Robert 21 Července 2006, 08:17:15
správný postup je napsán je na wiki, v návodech pro instalaci binárního ovladače (fglrx) pro karty ati.
Název: Enemy Territory-opengl, pomalost
Přispěvatel: Newkiller 23 Července 2006, 20:13:48
skus spustit aticonfig
Název: Enemy Territory-opengl, pomalost
Přispěvatel: Flux$ 13 Srpna 2006, 12:11:20
Nainstaluj patch   ET   pak to pojede normalne  .


http://wiki.ubuntu.cz/Enemy_Territory

install patch

Kód: [Vybrat]
wget -c http://ftp.games.skynet.be/pub/wolfenstein/et-linux-2.60-update.x86.run

cd    /home/a kde je stazenej patch

sudo sh ./et-linux-2.60-update.x86.run
:O