Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

Steam i Counter-Strike Source

[es] :: Linux aplikacije :: Steam i Counter-Strike Source

[ Pregleda: 3444 | Odgovora: 2 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

emza
Farbam po kucama
Paracin / Svajcarska

Član broj: 181148
Poruke: 2
*.adslplus.ch.



Profil

icon Steam i Counter-Strike Source12.05.2008. u 22:08 - pre 194 meseci
Pozdrav svima
Imam instaliran CS:Source sa wine-0.9.61



Sve sto ide uz instalaciju sam instalirao
od win fonts- do dll-s
imam Dual Core Quad 6600
i Nvidia 8600 GTS 512MB
Najnoviji Driver skinut sa nvidia.de
Na win Visti i Xp-u imam Konstantnih 100 fps-a i vise
a na Linux Slack 12 imam jedva 50Fps-a
Da li neko zna u cemu je trik i o cemu se radi
Bio bih mu zahvalan PUNO

Ovo mi je xorgconf pa mozda je tu negde greska
posto sam ja Pocetnik sa linuxom
Monitor mi je na 50Herza a trebao bi biti na 75
ali ja to ne znam namestiti
jer mi uvek pukne X posle namestanja HERZA


Section "Module"

# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the font modules
# This loads the GLX module
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
#Load "speedo"
Load "glx"
EndSection

Section "InputDevice"

# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.
# Option "Protocol" "Xqueue"
# Set the keyboard auto repeat parameters. Not all platforms implement
# this.
# Option "AutoRepeat" "500 5"
# Specifiy which keyboard LEDs can be user-controlled (eg, with xset(1)).
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a European
# keyboard, you will probably want to use one of:
#
# Option "XkbModel" "pc102"
# Option "XkbModel" "pc105"
#
# If you have a Microsoft Natural keyboard, you can use:
#
# Option "XkbModel" "microsoft"
#
# If you have a US "windows" keyboard you will want:
#
# Option "XkbModel" "pc104"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#
# Option "XkbLayout" "de"
#
# or:
#
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#
# Option "XkbOptions" "ctrl:swapcaps"
# These are the default XKB settings for X.Org
#
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "us"
# Option "XkbVariant" ""
# Option "XkbOptions" ""
Identifier "Keyboard1"
Driver "kbd"
EndSection

Section "InputDevice"

# Identifier and driver
# On platforms where PnP mouse detection is supported the following
# protocol setting can be used when using a newer PnP mouse:
# Option "Protocol" "Auto"
# The available mouse protocols types that you can set below are:
# Auto BusMouse GlidePoint GlidePointPS/2 IntelliMouse IMPS/2
# Logitech Microsoft MMHitTab MMSeries Mouseman MouseManPlusPS/2
# MouseSystems NetMousePS/2 NetScrollPS/2 OSMouse PS/2 SysMouse
# ThinkingMouse ThinkingMousePS/2 Xqueue
# which is usually a symbolic link to the real device.
# Option "Device" "/dev/ttyS0"
# Option "Device" "/dev/ttyS1"
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
# Option "Protocol" "Xqueue"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# ChordMiddle is an option for some 3-button Logitech mice
# Option "ChordMiddle"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
# The mouse device. The device is normally set to /dev/mouse,
Option "Device" "/dev/mouse"
# Option "Device" "/dev/psaux"
EndSection

Section "Monitor"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
Identifier "My Monitor"
HorizSync 31.5 - 75.0
VertRefresh 40.0 - 90.0
EndSection

Section "Device"

#VideoRam 4096
# Insert Clocks lines here if appropriate
Identifier "nvidia"
Driver "nvidia"
EndSection

Section "Screen"

# If your card can handle it, a higher default color depth (like 24 or 32)
# is highly recommended.
# DefaultDepth 8
# DefaultDepth 16
# DefaultDepth 32
# "1024x768" is also a conservative usable default resolution. If you
# have a better monitor, feel free to try resolutions such as
# "1152x864", "1280x1024", "1600x1200", and "1800x1400" (or whatever your
# card/monitor can produce)
Identifier "Screen 1"
Device "nvidia"
Monitor "My Monitor"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152X864" "1024x768"
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x1024" "1152X864" "1024x768"
EndSubSection
EndSection
 
Odgovor na temu

Danilo Cvjeticanin
Danilo Cvjeticanin
Apatin-Beograd

Član broj: 9614
Poruke: 3517
77.46.220.*



+37 Profil

icon Re: Steam i Counter-Strike Source12.05.2008. u 22:31 - pre 194 meseci
Koristis Slackware? Koliko si siguran da si dobro instalirao drajver za nVidiu? Meni to izgleda traljavo, tj da nisi dobro instalirao drajver.

Skini ovaj nVidia Drajver pa onda probaj.
 
Odgovor na temu

emza
Farbam po kucama
Paracin / Svajcarska

Član broj: 181148
Poruke: 2
*.adslplus.ch.



Profil

icon Re: Steam i Counter-Strike Source15.05.2008. u 17:28 - pre 193 meseci
Imao sam noviji driver instaliran, ali sam i instalirao taj sto si mi ti dao za Download
i sada nece da mi podigne Igricu uopste.
Znaci kad kliknem na iconicu za CS:S pocne da je startuje i nestane
A sto se tice traljavosti za driver, nebi me cudilo jer ja koristim LINUX 10 dana.
Tako da nisam bas nesto spretan u ovom novom OS-u ali se trudim, sto je najbitnije :)

Dali bi neko bio ljubazan da mi pastuje svoj xorg.conf da bi mogao kod mene da namestim
bio bih mu zahvalan..
POzdrav

 
Odgovor na temu

[es] :: Linux aplikacije :: Steam i Counter-Strike Source

[ Pregleda: 3444 | Odgovora: 2 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.