Odp: ubuntu 8.04 GF 6200 ENVY i brak 3D :(
: 16 lip 2008, 01:40
Z kartą grafiki myślałem że może masz płytę główna ze zintegrowaną grafiką i jest źle wyłączona ( mogło by może rodzić konflikty ze sterownikami ),procesor GPU jest dostatecznie nowy ( ma odpowiednie rozszerzenia )by współpracować z najnowszymi sterownikami od Nvidia .
Nic nie robiłeś po wgraniu sterowników , no poza podmianą xorg.conf , napisałem taki xorg.conf w którym uwzględniłem moduły potrzebne do załadowania , ale co ważniejsze dodałem opcje wyłączające logo Nvidia może to rodzi jakiś problem ,podmień ten xorg.conf ;
i zrestartuj system , nie xserver tylko system .
Nic nie robiłeś po wgraniu sterowników , no poza podmianą xorg.conf , napisałem taki xorg.conf w którym uwzględniłem moduły potrzebne do załadowania , ale co ważniejsze dodałem opcje wyłączające logo Nvidia może to rodzi jakiś problem ,podmień ten xorg.conf ;
Kod: Zaznacz cały
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "NoLogo" "true"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 30.0-70.0
VertRefresh 50.0-120.0
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Depth 24
Virtual 1024 768
Modes "1024x768_85" "800x600_85"
EndSubSection
EndSection