Posted 30 October 2012 - 21:58
Posted 30 October 2012 - 23:48
$ sudo lshw -C video $ tail /var/log/Xorg.0.log
Posted 31 October 2012 - 00:33
ViperAFK, on 30 October 2012 - 23:10, said:
xorangekiller, on 30 October 2012 - 23:48, said:
$ sudo lshw -C video $ tail /var/log/Xorg.0.log
Posted 31 October 2012 - 04:10
$ sudo apt-get install xserver-xorg-video-nouveau libdrm-nouveau1a linux-firmware-nonfree nouveau-firmware libgl1-mesa-dri-experimental libgl1-mesa-glx
Posted 31 October 2012 - 20:35
xorangekiller, on 31 October 2012 - 04:10, said:
$ sudo apt-get install xserver-xorg-video-nouveau libdrm-nouveau1a linux-firmware-nonfree nouveau-firmware libgl1-mesa-dri-experimental libgl1-mesa-glx
Posted 31 October 2012 - 23:18
(Spork), on 31 October 2012 - 20:35, said:
Quote
Posted 01 November 2012 - 00:24
xorangekiller, on 30 October 2012 - 23:48, said:
$ sudo lshw -C video $ tail /var/log/Xorg.0.log
tesso@PITA:~$ sudo lshw -C video *-display UNCLAIMED description: VGA compatible controller product: GT215 [GeForce GTS 360M] vendor: NVIDIA Corporation physical id: 0 bus info: pci@0000:01:00.0 version: a2 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress vga_controller bus_master cap_list configuration: latency=0 resources: memory:f2000000-f2ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:d000(size=128) memory:f3000000-f307ffff
tesso@PITA:~$ tail /var/log/Xorg.0.log [ 11.291] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75 [ 11.291] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.038 [ 11.291] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1 [ 11.291] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1 [ 11.291] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000 [ 11.291] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4 [ 11.291] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found [ 11.291] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1) [ 11.292] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates" [ 27.157] (II) XKB: generating xkmfile /var/lib/xkb/server-8C3648A5FD728529D869F46730BE1BC287DB231C.xkm
tesso@PITA:~$ sudo apt-get install xserver-xorg-video-nouveau libdrm-nouveau1a linux-firmware-nonfree nouveau-firmware libgl1-mesa-dri-experimental libgl1-mesa-glx [sudo] password for tesso: Reading package lists... Done Building dependency tree Reading state information... Done Package libgl1-mesa-dri-experimental is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: libgl1-mesa-dri E: Unable to locate package linux-firmware-nonfree E: Unable to locate package nouveau-firmware E: Package 'libgl1-mesa-dri-experimental' has no installation candidate
Posted 01 November 2012 - 00:53
$ sudo apt-add-repository universe $ sudo apt-add-repository multiverse $ sudo apt-get update $ sudo apt-get install xserver-xorg-video-nouveau libdrm-nouveau1a libdrm-nouveau2 linux-firmware-nonfree nouveau-firmware libgl1-mesa-dri-experimental libgl1-mesa-glx
Posted 01 November 2012 - 01:41
$ sudo lshw -C video | grep config configuration: driver=nouveau latency=0
Posted 01 November 2012 - 01:48
xorangekiller, on 01 November 2012 - 01:41, said:
$ sudo lshw -C video | grep config configuration: driver=nouveau latency=0
Posted 01 November 2012 - 02:29
$ Xorg -configure
$ nano /etc/X11/xorg.conf
Section "Device"
Identifier "GeForce GTS 360M"
Driver "nouveau"
EndSection
$ reboot