ich habe gerade den nvidiatreiber installiert. Der hat gleich eine xorg.conf erstellt.
Code: Alles auswählen
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Tue Oct 20 21:00:15 PDT 2009
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Was kann das sein?
hier noch was lsmod sagt:
Code: Alles auswählen
Module Size Used by
nls_utf8 908 1
nls_cp437 4489 1
nvidia 8777027 0
sco 5877 2
bridge 32763 0
stp 988 1 bridge
llc 2445 2 bridge,stp
bnep 5970 2
rfcomm 25039 0
l2cap 21797 6 bnep,rfcomm
bluetooth 36203 6 sco,bnep,rfcomm,l2cap
fuse 43207 1
loop 9762 0
joydev 6788 0
usbhid 26480 0
hid 50353 1 usbhid
snd_ice1712 40589 0
snd_ice17xx_ak4xxx 1708 1 snd_ice1712
snd_ak4xxx_adda 5107 2 snd_ice1712,snd_ice17xx_ak4xxx
snd_cs8427 4629 1 snd_ice1712
snd_ac97_codec 78768 1 snd_ice1712
snd_pcm_oss 28493 0
snd_mixer_oss 10437 1 snd_pcm_oss
snd_pcm 46344 3 snd_ice1712,snd_ac97_codec,snd_pcm_oss
snd_page_alloc 4877 1 snd_pcm
usb_storage 29373 1
ac97_bus 706 1 snd_ac97_codec
snd_i2c 2570 2 snd_ice1712,snd_cs8427
snd_mpu401_uart 4079 1 snd_ice1712
snd_seq_midi 3424 0
i2c_i801 6270 0
snd_rawmidi 12085 2 snd_mpu401_uart,snd_seq_midi
snd_seq_midi_event 3672 1 snd_seq_midi
snd_seq 33875 2 snd_seq_midi,snd_seq_midi_event
snd_timer 12210 2 snd_pcm,snd_seq
snd_seq_device 3649 3 snd_seq_midi,snd_rawmidi,snd_seq
snd 32506 13 snd_ice1712,snd_ak4xxx_adda,snd_cs8427,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_i2c,snd_mpu401_uart,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
uhci_hcd 15789 0
r8169 26635 0
pcspkr 1207 0
ehci_hcd 26746 0
psmouse 32489 0
intel_agp 19101 0
agpgart 19532 2 nvidia,intel_agp
i2c_core 12145 2 nvidia,i2c_i801
evdev 5605 13
serio_raw 2904 0
soundcore 3506 1 snd
mii 2682 1 r8169
usbcore 97314 5 usbhid,usb_storage,uhci_hcd,ehci_hcd
sg 15748 0
sr_mod 10778 0
danke