Wczoraj przeszedłem z 2.4 na 2.6 (wiem, wiem rychło w czas), do tego zaemergowałem x11-org najnowsze i sterowniki nvidii (karta to Riva TNT2 więc zamaskowałem najnowsze i użyłem starszych). Teraz przy starcie ze sterownikiem nv wszystko działa ślicznie, natomiast gdy użyję nvidia po starcie z (na przykład) root'a zamiast brzydkiego twm pojawia się twm które jest całe czarne... wiedząc że są tam teminale wpisuję cokolwiek i to działa.. ale myszką nie mogę klikać itd. Byłbym wdzięczny za pomoc.
Tutaj xorg.conf:
Code: Select all
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/Speedo/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "pl"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mouse0"
EndSection
Section "Monitor"
Identifier "Philips LCD"
HorizSync 31.5 - 48.5
VertRefresh 50-60
EndSection
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection
Section "Device"
Identifier "Riva TNT2"
Driver "nvidia"
VideoRam 32768
# Insert Clocks lines here if appropriate
Option "Nologo" "True"
Option "NvAGP" "0"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "Riva TNT2"
Monitor "Philips LCD"
DefaultDepth 16
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Z góry dziękuję za okazaną pomoc.
Pozdr - pingus.

