LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   ASUS laptop graphics broken? (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/asus-laptop-graphics-broken-603930/)

remisandotbe 12-02-2007 10:10 AM

ASUS laptop graphics broken?
 
ello,

Laptop: ASUS F3SC-AP206C - T7250 SR
link
OS: Linux Mandriva 2008 Powerpack+
Problem:
After an update the screen went from wide screen to a rectangular screen. The whole graphical environment is slow. When opening a window, it takes the laptop 2 - 3 times before it is drawn on the screen. (literally the window opens in slices, diagonally)
When I try to type something, it tends to put it double.
(e.g. when I press the h, it will give me hh.)

I think there's a driver issue here, so I tried to reinstall the nvidia driver. However, it doesn't wanna. (keeps asking to install the rpm of the kernel-devel. didn't say which one ...)

Does anybody has a similar problem? does anybody know a sensible solution?
I hope it isn't a hardware failure ...


Thanks in advance

Agentvenom 12-02-2007 10:19 AM

It's very likely a driver issue of some kind. The kernel-devel files are the kernel source. If you open a terminal and type "uname -r" without the quotes, it will tell you what kernel version you are running. Then, go to the repository and install the kernel-devel file that matches the version of the kernel you get from uname -r. Are there no nvidia drivers in the repository? Or is that what caused your problem in the first place?

To see what driver X is using, open your /etc/X11/xorg.conf file and look under the "device" section and tell me what is in the "driver" line. If it says "nv" or something like that, it's using an Nvidia module. If it says "vesa" it's using the general video driver.


All times are GMT -5. The time now is 11:15 AM.