Skip to main content

Thread: Graphics driver produces Karmic chaos


hi,

xorg.conf. yealds tollerable display mean-time.

nnjond@den-desktop:~$ cat /etc/x11/xorg.conf

section "screen"
identifier "default screen"
defaultdepth 24
endsection

section "module"
load "glx"
endsection

section "device"
identifier "default device"
driver "vesa"
option "nologo" "true"
endsection


ubuntu app,'hardware drivers' recommends install nvidia 173

believe purged sys by;

sudo apt-get --purge remove nvidia-glx nvidia-glx-legacy nvidia-glx-new nvidia-settings

nnjond@nnjond-desktop:~$ dpkg -l | grep nvidia

and

sudo aptitude purge $(dpkg -l | grep nvidia | awk '{print $2}')

rebooted , installed recommended nvidia 173, rebooted. wouldn't load. grub revealed 1 change in xorg.conf:


section "screen"
identifier "default screen"
defaultdepth 24
endsection

section "module"
load "glx"
endsection

section "device"
identifier "default device"
driver "nvidia"
option "nologo" "true"
endsection


can see problem?

out of curiosity chip set video using?

trying running following if you're not sure.

code:
sudo lshw -c video
and
code:
lspci


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Graphics driver produces Karmic chaos


Ubuntu

Comments