Debian :: Terminal Command To Tell What Graphics Driver Is Being Used
Nov 18, 2010What command can I enter to find out what graphics driver my laptop is using? (Ubuntu)
View 9 RepliesWhat command can I enter to find out what graphics driver my laptop is using? (Ubuntu)
View 9 RepliesFinished installing Ubuntu 10.10 in my XPS15, intel i5 4g ram, nvidia GT 420M graphics card,
problem is when i go to additional drivers, the driver listed (Nvidia accelerated graphics) when I install it and reboot it the computer starts on the terminal, no graphic interface. All I get is the black screen asking me login and password, when I enter them, just get the terminal prompt in a black screen.
Cutting a long story short (my machine won't allow me to login without the proprietary fglrx driver installed), how do you install the fglrx driver in Natty, from the console? he following commands have been suggestedbut haven't worked:
Code:
apt-get update
apt-get install fglrx fglrx-amdcccle fglrx-dev
[code]....
I'm running a hybrid graphics card (AMD Radeon HD 6630m) so naturally I'd like to have full functionality between the two.
Here's what I've done so far:
Downloaded the .run file from AMD's website
Built packages for both AMD and Intel side of the card
Unpackaged said packages
I used ATI Catalyst's GUI to install (in hindsight terminal might have been better and more informative) and it is now saying
After installation of the generated package, it is important to save your X Window configuration file, and then run 'aticonfig --initial' (in a console window) to complete the basic configuration, please run aticonfig from a console window or AMD CCC:LE from the Desktop Manager Menu
So how and why do i save my X Window config and when I give the aticonfig command it says no adapters detected
Also how do I check the latest version available? I gather to update a driver I need to update the kernel so ill not be doing that but im trying to get more familiar with linux here. I know how to do this in windows so it would be good to be able to check driver versions in linux too. Im on debian 8.1 with intel HD4400 graphics.
View 3 Replies View RelatedI have already installed Debian testing and now looking to install Nvidia drivers version 190.
I had downloaded the Nvidia driver from their site but the way it installed on Ubuntu is not the same here in Debian. Obviously, I failed.
I revived my old desktop (failed psu), and installed debian squeeze using netinst. It has a nvidia geForce 7600GT card. The driver in squeeze does not work very well, so I downloaded nvidia driver-installer. When I run it, it comes back with an error saying the kernel (I assume the nvidia graphics kernel) is compiled with gcc4.3, but the system is using gcc4.4. Using synaptic manager, I installed gcc3.3, but same error.
Next I tried to uninstall gcc4.4 and it gave a warning the system might not be usable. I did not understand it, but I went ahead and uninstalled gcc4.4 and guess what, the system is not usable, and I have to re-install squeeze. Not a big loss, since I do not have much in it. How to install this nvidia driver, specifically, how do I get switch to gcc4.3 from gcc4.3? Also, the squeeze install gave me 2.6.33-trunk-amd64, and 2.6.33-3-amd64. How do I get rid of ...trunk-amd64? Do I just delete it from grub?
I have just installed Ubuntu (9.10) and noted that in order to successfully run the trial off the CD I had to test in "safe graphics" mode. I have an NVIDIA GEforce 6600 GT card - which was discovered by Ubuntu in the first few minutes of the trial and so I activated the recommended driver and continued to test. After a successful trial I installed Ubuntu (dual partition Ubuntu / Windows XP), however, it seems the install didn't activate the required driver (as part of the process) and so I'm unable to get into my newly-installed Ubuntu at all. All I get is a flashing tty screen asking for my username and password - however it's erratic and won't recognise what I type. So - I'm stuck in a catch-22 as there doesn't seems to be a safe graphics mode option via the start (GRUB?) menu list.
View 4 Replies View RelatedI'm using squeeze. I wanted to know how you could determine from the command line in tty1 (or tty2 through tty6) what the resolution was that text was being displayed at. Is there a way? I know that in grub, you're supposed to be able to go to the command line and type vbeinfo. I tried this and got some information, but somehow I think it doesn't always apply to the terminal after the computer has booted up.
View 2 Replies View RelatedI recently did a reinstall on my system and I am now running Squeeze. I am currently trying to get some software running, but I believe I am having issues with the graphics requirements. The software needs an X server with 8 bit / PseudoColor mode. It is recommended to work in "8,24"-overlay mode. This was set up on my old install on this computer, so I know it is not a problem with my graphics card. But in the installation guide it says to enable this function it is necessary to add some information in the file /etc/X11/XF86Config-4. The problem is I don't have this file. I had this file in my old install, but on the fresh install it is not there. I have the /etc/X11/ directory, and it contains: directories: app-defaults, applnk, cursors, fonts, twm, xinit, xkb, Xreset.d, Xresources, Xsession.d
and
files: default-display-manager, rgb.txt, X, Xreset, Xsession, Xsession.options, XvMCConfig, Xwrapper.config
I think I've looked through everything in the /etc/X11/ directory but I don't see anything that looks like the XF86Config-4 file. Is there possibly a package that I am missing or something I need to run to create this file? I know on my old install this file was created or modified by running 'xf86config' in the command line. I've tried that, but it tells me 'command not found'.
i upgrade a machine running centos 5.4 to 5.5 this morning. After the update the X start i saw the pointer and a black backgroud only the desktop doesn't appear.The machine is a barebone with this configuration
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)[code]....
and i solved the black screen problem changing the driver for i810
Section "Device"
Identifier "Videocard0"
Driver "i810"
EndSection
i have one executable file (filename : "tet"). i can run this command in other linux os like: "fedora, cent os" using command "./tet", and it's working fine. but this command not working in debian. i don't know how to execute this file.
1. i have tried with 755 and 777 permission
2. i have tried "home/fullpath/tet"
3. i have tried "/tet"
4. i have tried "./home/fullpath/tet"
but above all commands are failed. to run this execute file
direct me to a good beginner's guide to Debian? Or explain some things briefly. Where can I learn how to use the Terminal Command Line? How do you add programs to Debian and what all is supported? What are packages in Debian and what can they do? Installing programs is different as expected. I tried installing Firefox, I downloaded it and extracted it into my home directory. I can run it with the Terminal Command: ~/firefox/firefox [When in the home directory] and it works. Is that how it is intended to work? Just random thing there. I guess in a sense, I just really want to learn about every aspect of Debian Linux in a user-friendly type environment.
View 3 Replies View RelatedIs there a terminal command to lock the screen? I am using GNOME if that matters
View 3 Replies View RelatedI just decided I'd give Google Chrome a try. Installed it via the google repository and it went fine.
However, every now and then it just vanishes from my menu and it can't be found again, also the command in the terminal can't find anything.
So, what's left is to reinstall it, and during reinstall it doesn't even whine about already being installed.
Anybody else with this matter? I am running 64-bit Squeeze.
Running debian wheezy. I noticed recently, whenever I fork a process using "&" from a terminal, such as
Code: Select allleafpad &
it starts up, shows the processid in the terminal, but every time when I close the terminal, leafpad gets killed. However, I create a simple bash script,
Code: Select all#!/bin/bash
leafpad&
exit
The script launches leafpad, then exits out leaving leafpad running, as it should. Is what I mentioned above normal? I'm confused, because I think I used to be able to do this in terminal without it depending on the terminal to stay running.
I guess I'm remembering wrong. As it turns out, commands begun on terminal get closed with terminal unless, as mentioned, you use nohup or start subshell. Process hierarchy and tracking etc.
I'm sure it's possible, but I haven't found an elegant way to do it. I can't just use the GUI since I want to integrate this line of code into a greater shell script for this project.
My preferred terminal is terminator, but it doesn't really matter at this point.
Is there a way to send a terminal command to an already opened xterm terminal
View 4 Replies View RelatedThis is after months of Mint, which is limited. One problem. It (Deb)boots to the terminal mode. uh... call me stupid, but I have no idea how to get to my desktop. Never needed that command once in my life. I can't find the answer anywhere. Typical. The most basic info is always overlooked. Whats the command line to get to the desktop so I can reconfig this?
View 14 Replies View RelatedI have a directory '/usr/local/games/quake4'. I want permissions for the directory, along with everything in it set to:
Owner: Create and delete files
Group: Access files
Others: Access files
What would I type in terminal to make this happen?
Out of X I have auto-completion for a command parameter (e.g. 'aptitude upd(ate)') but in gnome-terminal I have auto-completion only for the command, not for its parameters. Is it possible to have that?
View 1 Replies View RelatedI downloaded Debian Stable last night, and everything appear to go smoothly. Today, I booted up the new OS to try it out for the first time. As I was exploring a few of the features, I decided to pull up a web browser. No internet connection.
No big deal, I thought, as I searched around for a way to connect wirelessly. I couldn't find a way to do so. I consulted one of my more Linux savvy friends, who advised me to pull up the terminal and enter a command to start the network-manager. According to the terminal, no such file currently exists on my system.
This is a bit of a conundrum for me, since I am on my university campus with no ethernet cord to attempt a direct connection. Is there any way to get the network-manager onto my computer? Also, did I mess up somewhere in the installation, or did someone not package the file with CD1 for some unknown reason?
What is the command for "Open a terminal window and run application in this terminal
View 4 Replies View RelatedIs it possible to make terminal (xfce4-terminal) transparent from bash script?
Maybe by enabling compostion?
While booting up and down my 10.04 Ubuntu as well as when I try going into command Prompt (Ctrl+Alt+F1) things just go dark. Some artefacts are dancing at the top of my screen as well.
Nothing is broken as such.
All runs well.
This started happening when the so much discussed "Could not update ICEauthority file /home/myname/.ICEauthority" error started occurring, which a I successfully fixed with "sudo chwon myname:myname /home/myname/"
I would like to see the pretty Ubuntu logo again when booting...
I recently upgraded to Lucid and am having difficulty finding and installing the ATI graphics driver for my machine. When I open Administration > Hardware Drivers, the list is completely empty. I've searched the forums but haven't found a way to get the driver installed. My graphics card is an ATI Radeon X1200 series, and my computer is a Toshiba Satellite A215-S5818.
View 6 Replies View RelatedI have a broken touchpad primary click button so I set up the touchpad for left-handed people but when I use my wacom digital tablet, I have to switch and it's very annoying because I tend to still use the touchpad when the tablet is connected. A terminal command would help me a lot since I could alias it and I have a shortcut on my keyboard for the gnome-terminal.
View 1 Replies View RelatedI am using openSUSE 10.3.When I install software from tarball then to record time required I send output of date to beg.txt(when installation begins) and end.txt (when installation finishes).How can I append output of date to a file so I don't need two files?
View 4 Replies View RelatedI have an intergrated Intel GMA 3100 gc and i have no idea where to get a driver for 3d or 2d with acceleration.
View 10 Replies View Related2 days ago I upgraded my f12 system to get the latest updates including the latest kernel (as of Xmas day).When I rebooted it appeared that my graphics drivers didn't work and I was restricted to an 800 by 600 res, but otherwise my system worked okI followed the tutorial in the signature of leigh who often posts on here for installing nvidia drivers, but now when I boot up I just get a black screenduring boot up I get that blue screen with the White fedora logo in the middle, but after that instead of going to the login page; I just get a black screen. There is a cursor where I can type but it's not a command prompt by the look of itis there some way I can boot into safe mode, or to reset the graphics driver so I can get back in? I have several live CDs if that will helpmy g card is an nvidia x27---------- Post added at 01:37 PM CST ---------- Previous post was at 09:23 AM CST ----------grub.conf
Code:
# grub.conf generated by anaconda
#
[code]....