tux_ubuntu
(usa Ubuntu)
Enviado em 28/08/2008 - 00:21h
Ja sim!
Estao todos instalados!
Eu consegui configurar aqui, mas tive que mudar algumas linhas no xorg.conf.
Depois disso consigo rodar os jogo mas so se baixar a resolucao da tela para 800x600
O ideal seria se fosse 1440X900
Por favo analisen pra mim e se alguem conseguir uma solucao ficarem muito agradecido!
Segue abaixo o conf:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
SubSection "Display"
Modes "1440x900" "800x600"
EndSubSection
Option "AddARGBGLXVisuals" "True"
Defaultdepth 24
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
Option "AddARGBGLXVisuals" "True"
Defaultdepth 24
EndSection
Section "Screen"
Identifier "screen2"
Device "device2"
Monitor "monitor2"
Option "AddARGBGLXVisuals" "True"
Defaultdepth 24
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
EndSection
Section "Device"
Identifier "device1"
Boardname "NVIDIA GeForce"
Busid "PCI:4:0:0"
Driver "nvidia"
Screen 0
Vendorname "NVIDIA"
EndSection
Section "Device"
Identifier "device2"
Boardname "NVIDIA GeForce 6 Series"
Busid "PCI:5:0:0"
Driver "nvidia"
Screen 0
Vendorname "NVIDIA"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "screen2" 0 0
EndSection
Section "Module"
Load "glx"
Load "GLcore"
Load "v4l"
EndSection
Section "Monitor"
Identifier "Monitor generico"
Option "DPMS"
Horizsync 30-96
Vertrefresh 50-160
EndSection
Section "Monitor"
Identifier "monitor1"
Gamma 1.0
EndSection
Section "Monitor"
Identifier "monitor2"
Gamma 1.0
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection