zephyr91
(usa Debian)
Enviado em 25/01/2011 - 17:16h
Consegui fazer o xorg funcionar mas a placa de video ainda nao consegui..
porque antes estava funcionando sem um xorg.conf no /etc/X11
mas nao consegui fazer a placa da nvidia funcionar... e durante meus testes teve uma hora que eu vi um erro do tipo que nao conseguiu carregar o nvidia kernel module, ensuma ele nao conseguia carregar o modulo..
e eu dou um lsmod e vejo ele la carregado
"nvidia 10670090 0 "
mas nao está em uso... e agora alguem tem alguma ideia ?? vou por meu xorg aqui embaixo.
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection
Section "Module"
Load "glx"
Load "dri"
Load "dbe"
Load "dri2"
Load "record"
Load "extmod"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, True: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
Option "AccelMethod" # [<str>]
Option "DRI" "True"
Option "ColorKey" # <i>
Option "VideoKey" # <i>
Option "FallbackDebug" "True"
Option "Tiling" "True"
Option "Shadow" "True"
Option "SwapbuffersWait" "True"
Option "XvMC" "True"
Option "XvPreferOverlay" "True"
Option "DebugFlushBatches" "True"
Option "DebugFlushCaches" "True"
Option "DebugWait" "True"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Core Processor Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, "True": ""True""/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
Option "SWcursor" "True"
Option "HWcursor" "True"
Option "NoAccel" "True"
Option "ShadowFB" "True"
Option "UseFBDev" "True"
Option "Rotate" # [<str>]
Option "VideoKey" # <i>
Option "FlatPanel" "True"
Option "FPDither" "True"
Option "CrtcNumber" # <i>
Option "FPScale" "True"
Option "FPTweak" # <i>
Option "DualHead" "True"
Identifier "Card1"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "GT218 [GeForce 310M]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card1"
Monitor "Monitor0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card0"
Monitor "Monitor1"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection