LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   dell latitude xt graphic drivers for ubuntu 10.10 ? touchscreen? (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/dell-latitude-xt-graphic-drivers-for-ubuntu-10-10-touchscreen-839779/)

permalac 10-22-2010 10:03 AM

dell latitude xt graphic drivers for ubuntu 10.10 ? touchscreen?
 
Hi,

we have a laptop (dell latitude xt) on our company, and we would like to install ubuntu on it. windows 7 works fine out of the box, so the hardware is fine.

since this laptop has a touchscreen we just installed ubuntu 10.10 netbook edition 32x.

But, we do not manage to enable the touchscreen, neither the vga graphic drivers.

this is the output from lspci, if somebody cares.

00:00.0 Host bridge: ATI Technologies Inc Radeon Xpress 7930 Host Bridge
00:01.0 PCI bridge: ATI Technologies Inc RS7932 PCI Bridge
00:04.0 PCI bridge: ATI Technologies Inc Device 7934
00:06.0 PCI bridge: ATI Technologies Inc RS7936 PCI Bridge
00:07.0 PCI bridge: ATI Technologies Inc Device 7937
00:13.0 USB Controller: ATI Technologies Inc SB600 USB (OHCI0)
00:13.1 USB Controller: ATI Technologies Inc SB600 USB (OHCI1)
00:13.2 USB Controller: ATI Technologies Inc SB600 USB (OHCI2)
00:13.3 USB Controller: ATI Technologies Inc SB600 USB (OHCI3)
00:13.4 USB Controller: ATI Technologies Inc SB600 USB (OHCI4)
00:13.5 USB Controller: ATI Technologies Inc SB600 USB Controller (EHCI)
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 14)
00:14.1 IDE interface: ATI Technologies Inc SB600 IDE
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
00:14.3 ISA bridge: ATI Technologies Inc SB600 PCI to LPC Bridge
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon Xpress 1250
03:01.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
03:01.1 FireWire (IEEE 1394): Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller
03:01.3 SD Host controller: Texas Instruments PCIxx12 SDA Standard Compliant SD Host Controller
09:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5756ME Gigabit Ethernet PCI Express
0b:00.0 Network controller: Broadcom Corporation BCM4321 802.11a/b/g/n (rev 03)

I've tryied to install ati drivers 9.3 , which I downloaded and installed, unpacked and installed, builded and installed, but nothing worked. Looks like the latests version is just accepted to work on jaunty 9.04, so they are kind of old.

Aticonfig always says the same:
aticonfig: No supported adapters detected

what else I can do?

thanks.

Marc

Stephannn 10-22-2010 11:02 AM

I poked around the ubuntu forums, and it sounds like you need to edit the kernel arguments. This post had some pretty clear instructions:

http://ubuntuforums.org/showpost.php...67&postcount=8

Quote:

Well, I didn't see the solution in the post you mention (maybe I didn't look carefully though).
So here's the solution/workaround I found in the relevant bug report here : https://bugs.launchpad.net/ubuntu/+s...ux/+bug/558378

1/ Soon after booting the computer, enter the grub menu by pressing the 'shift' key
2/ Choose the Kernel you want too boot (should be 2.6.32), and press 'e' to edit the parameters
3/ Add radeon.modeset=0 at the end of the GRUB_CMDLINE_LINUX_DEFAULT="..."
It should look like this :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash radeon.modeset=0"
4/ Press 'Ctrl+X' to finish the boot.

adamk75 10-22-2010 06:44 PM

The proprietary drivers from AMD/ATI will not work with that GPU on any modern distribution. The open source drivers, however, should give you 2D and 3D acceleration. Before you do anything else, make sure you remove the drivers you installed.

Adam


All times are GMT -5. The time now is 08:47 AM.