Debian Configuration :: Wrong Graphic Driver After Upgrade

Oct 6, 2015

Today I fresh installed the latest stable version of debian (jessie) with gnome from the USB DVD image for a 64bit machine. Everything got fine except the graphic driver, I think.

Now Gnome 3 is running but graphic is super slow. My previous debian/gnome 3 ran much better and I think there is a problem with the graphic driver.

I'm on an thinkpad t61.

Processor: Intel Core2 Duo CPU T7500 @ 2.20GHz × 2
Ram: 4GB
Graphic: VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 0c)

Now the graphic is: Gallium 0.4 on llvmpipe (LLVM 3.5, 128 bits) which is likely wrong. If I'm not mistaken llvmpipe is pure slow software acceleration.

Moreover this was different on my previous debian (wheezy), which was faster. Anyway I don't know what " Gallium 0.4 on llvmpipe (LLVM 3.5, 128 bits) " is and it was for sure different in wheezy.

According to apt-get I have the latest intel graphic divers installed. So maybe this an X-org confic problem?

View 5 Replies


ADVERTISEMENT

Debian Configuration :: Install The Graphic Card Driver?

Jul 18, 2010

I just installed Debian 5 in my pc. I have made all the updates but my screen is a bit bright and the resolution isn't very good. I think that i need to install the graphic card driver but all the solution i find in google didn't work . My laptop is Toshiba satellite pro u400 and my card is Intel GMA 4500 MHD.

View 4 Replies View Related

Debian Configuration :: Graphic Slow After Kernel Upgrade From 3.16 To 4.1

Sep 24, 2015

Intel Core i7-5500U with Intel HD Graphics.So I updated to the backports kernel and backports intel xorg drivers and I have the weirdest thing.Everything is stuttery even cinnamon desktop effects are no longer smooth. If I boot back to 3.16, everything is butter (except the screen corruption). Even my favorite wine game dropped 25% in fps.

I remember that on windows, if the cpu is too slow (pstate_min_speed), graphics is also stuttery. However, increasing /sys/devices/system/cpu /intel_ pstate/min_perf_pct even to 100% didn't do the trick. I suspect, that this measure is causing it: URL....

how to increase the performance again? I just found out, after running glxgears (with about 40 fps), that xrandr shows an available framerate of 40fps

xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
eDP1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 293mm x 165mm
1920x1080 60.00*+ 59.93 40.00

I guess that's what makes it feel slow. Do you know how to get that back up to 60 (fixed)? It seems like the screen refresh rate set in xrandr has no effect on the problem. When I boot, glxgears runs with 60 fps and everything is fine. After a while, it drops to 40 and the whole desktop keeps stuttering. if I change the resolution with xrandr and then change it back, it goes to 60 again for a while

LVDS_DOWNCLOCK is disabled
Code: Select allsystool -m i915 -av
Module = "i915"

  Attributes:
    coresize            = "1028096"
    initsize            = "0"
    initstate           = "live"
    refcnt              = "5"
    taint               = ""
    uevent              = <store method only>

[code]...

View 5 Replies View Related

Fedora Installation :: Upgrade Geforce Fx5700 Graphic Driver

Feb 8, 2010

i tried to upgrade my geforce fx5700 driver. After upgrading i cant login. Before the login screen appears there is a black screen and when i type it writes first "^[[4~" and then i can write and nothing happens. I have two options in the bootloader : Fedora (2.6.31.12-174.2.3.fc12x86_64) and Fedora (2.6.31.5-127.fc12x86_64). I am afraid to kill the second konfig.

View 14 Replies View Related

Ubuntu Installation :: Update Graphic Driver - It Keeps Saying Graphic Card Is Outdated?

Mar 30, 2010

So I finally got ubuntu..I wanted to play team fortress 2.Runs great in wine etc.But 1 problem.It keeps saying my graphic card is outdated.I cant see anything.So I downloaded the driver from nvidia website.Followed some instructions.But it says cannot open binary file or something.Is there any other way to update graphic drivers.Cause I realy still want to play some windows games.Mount&blade, Atlantica online,team fortress 2 etc

View 1 Replies View Related

Ubuntu Installation :: Graphic Driver - Enemy Territory It Comes Back With Error On Graphic Card

Nov 8, 2010

i justy got me a dedi box and there is no graphic driver installed on it, or it dont work :/ VGA compatible controller: S3 Inc. VT8375 [ProSavage8 KM266/KL266] but wen i try installing enemy territory it comes back with error on graphic card

[Code]....

View 9 Replies View Related

Debian Hardware :: How Graphic Card Could Be Configured Using Appropriate Driver

Mar 16, 2015

I just installed a fresh Debian testing on my laptop with a VGA compatible controller: Intel Corporation Broadwell-U Integrated Graphics (rev 09). Although X is running seems like it's rather slow. As there’s no xorg.conf

How the graphic card could be configured using the appropriate driver.

View 13 Replies View Related

Debian Configuration :: Computer Booting To Wrong Grub

Jun 25, 2015

I recently installed another Linux distro, Kali Linux, alongside my Debian 8 and discovered to my chagrin that my computer boots to Kali's grub rather than to the Debian grub. I had spent some time customizing Debian's grub and would hate to see that effort go to waste. Is there a way I can get my computer to boot to Debian's grub instead? I tried deleting Kali's boot partition with gparted but that did not seem to do anything.

View 14 Replies View Related

Debian Configuration :: Wrong Name For The Wireless Card On Reboot

Feb 17, 2016

A couple of days ago I asked why my pc changes the wireless card name.It switches between AR9285 ( right) and AR5008 ( wrong). Well, it is not the case. When system identified with AR9285,it loads ath9k and I can connect to the router. When system identifies my card as AR5008, no kernel module is present at all ( lspci -k). The wrong card name occurs only when system rebooted. If I gracefully shut down the system, it always comes up with a right name for the card( AR9285). So, how to force the system identify my card right no matter if I reboot or shut down?

View 1 Replies View Related

Debian Configuration :: Testing/Sid - ProFTPD - File Wrong?

Feb 26, 2010

I've been working on the setup of a FTP server on my Debian system for the whole afternoon. But I can't get it straight! Normally I get it working in just a second, but it's been a while I guess.

I installed only proftpd-basic and it's default dependencies. Should be enough right?

My configuration files are as follows:

I created the user zeitgeist, gave it a password, group and a homedir. Group of the user is nogroup and the homedir is correct with the 755 permission. My port 21 for FTP is open I tested it with nmap -p 21 [ip-address].

My Filezilla client tells me that at first he is connecting, then the connection is established, And then the connection is closed by server.

View 1 Replies View Related

Debian Configuration :: Samba Host Name Wrong And Not Working

Jun 11, 2010

Using Debian 5.0 Stable, with all current updates, if I type \192.168.0.249 I get samba access and can use all the shared files ok.if I go via the network the computer should be called \squ-eee-zeboxserver but instead comes up as \SQU-EEE-ZEBOXSERsqu-eee-zeboxserver which when clicked gives the attached error.

View 11 Replies View Related

Debian Configuration :: Wrong Fingerprint When Connecting With SSH After Conn-reset

Jan 6, 2011

I've got a strage problem with openssh-server on debian lenny. I've done setup of sshd and basically everything works fine. I can check the fingerprint of the ssh-keys on the server and it matches with the fingerprint shown on the client for the first connection. so the key is stored in the known-hosts-file on the client.

The problem occurs after a "connection reset by peer" (i guess when the connected client goes to sleep or a timeout occures)!

After such a reset, when I try to connect to the server, the banner "WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!" appears and the shown fingerprint of the server-key is totally wrong (it differs from the one on the server, BUT it is everytime when this problem occurs the same fingerprint). If I nevertheless remove the correct key from the known-host-file and accept the new key, I still can't login (permission denied).

To fix this situation temporarily I just need to restart the networking on the server. After the network-restart I get (again) the correct fingerprint of the server-key and can login without problems. Until the next connection reset.

View 1 Replies View Related

Debian Configuration :: MySQL Server Gives 'Wrong Password' Error?

Mar 5, 2011

At the moment I am having a problem with the MySQL server on my VPS. It's a completely fresh install of both Debian 5 and MySQL but the problem is upon logging in I get:

[root@boris ~]#mysql -u root -p
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

[code]....

View 8 Replies View Related

Debian Configuration :: DHCP3 Server Giving Wrong Ip Address?

May 20, 2011

Hey guys. I have a client computer PXE booting from my host computer and it is supposed to give the client the ip address 172.16.0.100 however instead it gives it the ip address 172.16.0.208.

I have this set up working with two other computers and there is no noticeable difference other than mac addresses for the network card.

Here is an extract from my '/etc/dhcp3/dhcpd.conf' file...

ddns-update-style-none;
option domain-name "example.org";
default-lease-time 600;
max-lease-time 7200;

[Code]....

I have quadruple checked the mac address of the client and it is definitely "00:07:E9:32:16:81" so why is it not giving it the IP address that I have specified?

View 2 Replies View Related

Debian Configuration :: AMD64 - Wrong Architecture Errors Messages

Jun 22, 2011

Installed 6.01a from DVD 1 on a system with 4GB ram. Installer installed amd64 version by default. When I try to install amd64.deb files I get "wrong architecture" error messages from the package manager.
root@Laptop-RalphDeb:/home/ralphq# uname -r
2.6.32-5-amd64
root@Laptop-RalphDeb:/home/ralphq# uname -p
unknown
Why I can install amd64 programs and why I get unknown for the uname -p command?

View 2 Replies View Related

Debian Configuration :: DDNS (dhcp+bind9) - Wrong PTR Records In Reverse Zone?

Jun 3, 2011

I've configured my dhcp server to update dynamically the DNS zones of BIND9 name server. Everything works ok, except for reverse nslookup:

nslookup 10.141.50.3
Server:127.0.0.1
Address:127.0.0.1#53

[code]....

View 2 Replies View Related

Slackware :: Way To Use Graphic Driver In Framebuffer

Apr 29, 2011

I've just installed Slackware 13.37 x64.Right now, everything is fine! All hardware OK, sound OK, Network/WiFi OK, nVIDIA Proprietary drivers OK, KDE Composite OK, Desktop effects OK.But when initializing, the messages pass very slow!My lilo framebuffer settings are 1024x768x64 (Code 791, 317 in Hex), my Graphics card is an nVIDIA GeForce 9100 M G (256Mb), but yet, I can see it refreshing like an image loading in 56Kbps connection.
I really would like to use framebuffer during boot (Oh, come on... The little penguin is kinda neat :-), so I'll ask... Is there a way to use my graphic driver in framebuffer, or make it faster?

View 4 Replies View Related

Debian Configuration :: ATI Driver For Squeeze

Feb 15, 2010

Just installed squeeze on a new laptop(had been runny Lenny on my older one with no issues, but no sound or wireless on the new one).I decided to install the ATI drive for my Radeon Mobility 4500(or some close revision) because the fan is constantly running and based on some other postings, it seems that it could be the graphics card causing it.Downloaded the driver from ATI's site and it seemed to install fine but when starting X.

View 11 Replies View Related

Fedora :: Check/install Graphic Driver On 9?

Oct 2, 2009

I found my fedora 9 GNOME gui is very very slow. Browser, editor everything ... when I type in the editor, the display is even slower than I type! I suspect maybe the graphic driver is not installed properly. Could someone point me where to star How do I check the graphic driver? If it needs update how do I do it?

View 1 Replies View Related

Fedora :: X201 Graphic HD Video Driver On F14?

Nov 14, 2010

could anybody tell me how to install fedora14 on X201, especially the video driver. Post added at 12:48 PM GMT Previous post was at 12:40 PM GMT it is Fedora14, i wrote the wrong title.

View 8 Replies View Related

OpenSUSE Hardware :: Q45 Graphic Driver Support To 10.2

Apr 1, 2010

The platform I used is Intel Q45 chipset. But my customer insist on openSUSE version 10.2. The problem I met is that I cannot get any graphic driver for Q45 chipset upon openSUSE 10.2 developing.

View 4 Replies View Related

Ubuntu :: Install Sis 330 Mirage Graphic Driver?

Mar 4, 2010

I have ubuntu 9.04 64bits and I can't find the right graphic driver for the Sis 330 Mirage on the motherboard D2030-A2.

View 2 Replies View Related

Ubuntu :: Won't Star After Updating Graphic Driver

Sep 8, 2010

I'm basic Ubuntu user. I got new notebook Acer 5745G with GeForce GT 330M. There is no problem installing Ubuntu. After that I'm installing the recommended Nvidia driver. Everything goes well until the system asks me to restart. I'm making restart and that's it. The loading screen is not showing so as the log in screen. And the solution for now is to uninstall and install Ubuntu again. I thing updating the graphic driver is necessary thing. Not sure if this is a bug, but for sure the system is not working after updating it.

View 1 Replies View Related

Ubuntu :: Changing Graphic Cards Driver?

Nov 21, 2010

I'm currently using windows 7 on my computer, I have an ATI GPU and I am willing to install Ubuntu to finally rock it out. However I'm going to change my video card for a newer nVidia one in a few weeks and I'm wondering about the drivers change.. Under windows it should be quite simple however I'm quite afraid of possible issues I could have under Ubuntu. Probably (I believe and hope) everything will just work fine, simply plug and play, no conflicts, nothing at all. However I'm asking because I would like to avoid any issues, as I prefer dealing with windows one month or so more than having driver issues under ubuntu...

Resume: is it possible that changing GPU (brand) generates driver issue under ubuntu 10.10?

View 3 Replies View Related

Server :: HP Proliant DL160 G6 Graphic Driver?

Feb 17, 2010

I am running mandriva 2010.0 Kernel 2.6.31.5-server-1mnb for my web, mail, dns and ftp server. the problem is i couldn't run webmin on that server because of Mandriva can not detecting the graphic adapter

The server is HP Proliant DL160 G6, and the graphic adapter is ATI ES1000. i need the driver

View 2 Replies View Related

Software :: Installing Ati X 1200 Graphic Driver?

Jan 2, 2010

mother board- M2A-MX
Chip-set- Ati x 1200
cpu- AMD 5600+
i am new to linux

I'm trying to run the 'ati-driver-installer-8.20.8-i386.run' program to install [URL]..

View 2 Replies View Related

Slackware :: Install Driver Of My Graphic Card?

Feb 15, 2011

I'm a new user of slackware
is there is anyone know how to install driver of my graphic card..
I'm using slackware 13 and acer aspire 4741..

View 4 Replies View Related

Debian Configuration :: Driver From Nvidia Don't Work

Sep 4, 2015

i've installed debian 8 on this laptop but can't use the nvidia card from nvidia-detect can't find the card but it work 'cause i can see it in the list of hardware, 3d controller the driver from nvidia don't work, and i had a problem with force installation and xorg.conf file.. how i can make it work ? the card it's nvidia 820m

View 3 Replies View Related

Debian Configuration :: How To Load Driver Automatically

Sep 21, 2015

I have PCI-device and driver for it - tmk1553b.ko

The problem is to make this device work i have to open terminal after system starts and write

Code: Select allcd /path/to/driver
sudo insmod ./tmk1553b.ko d0=1 t0="TAI" misc=1

But idea is that this PC will work without operator so driver must be loaded automatically. As i realized the solution is to make script but when i try google it shows me how and where to put this script but not how to make it. Also i've tried to put tmk1553b.ko to /lib/modules/2.6.32-5-686/kernel/drivers/misc but it doesn't work.

Debian 6.0.10 (squeeze)
Kernel 2.6.32-5-686

View 5 Replies View Related

Debian Configuration :: No Sound With Nvidia Driver?

Jun 7, 2010

I recently installed Squeeze. I had sound with the video driver that came with the install. Then I installed the Nvidia driver from Nvidia website. The sound dissappeared. When I uninstalled the Nvidia driver and removed xorg.conf and rebooted again, the sound came back. Then I installed the Nvidia driver from (nvidia-glx, dev and settings) from Debian with Synaptic. The sound went away again. If I uninstall the nvidia driver and xorg.conf the sound will probably come back again. The sound driver is the one that came with the install.

The volumes are unmuted in the alsamixer. Somehow alsaconf command does not work.

My mother board is a ASUS M4N78 Pro with Nvidia IGP.

What can I do to have sound with the nvidia driver?

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved