LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 10-05-2009, 07:04 PM   #1
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Nvidia Driver / Xinerama in debian


I have just installed Debian, with the bare minimum setup (Command-line interface only) and installed only X and FVWM on top of that, and it is working quite well.

The problem is that only my main monitor in my dual-monitor setup is working, and the graphics performance is very poor. As for the driver, I would like to first try a free driver such as nv or nouveau, and for the dual monitors I will brobably need something like Xinerama. Could you help me figure out ho to install these?

Also, on the side, I wonder if it is possible to install a theme for GTK?
 
Old 10-05-2009, 07:23 PM   #2
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Quote:
I would like to first try a free driver such as nv or nouveau, and for the dual monitors
I was under the impression that you need the proprietary Nvidia driver to run dual monitors.

Quote:
Also, on the side, I wonder if it is possible to install a theme for GTK?
Yes.i've just come across this myself with Fluxbox.
Have a look at gtk-chtheme,then you can install and use the gtk2-engines you can find in the repositories.
 
Old 10-05-2009, 07:40 PM   #3
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443

Original Poster
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
I'm not sure whether you have to have the proprietary driver for Xinerema, we will have to see about that.

And I got the theme changer, but I don't have any themes to change to! how do I get them?
 
Old 10-05-2009, 07:50 PM   #4
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Quote:
And I got the theme changer, but I don't have any themes to change to! how do I get them?
aptitude install gtk2-engines-cleanice gtk2-engines-xfce

These should get you started
 
Old 10-05-2009, 07:55 PM   #5
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443

Original Poster
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by the trooper View Post
aptitude install gtk2-engines-cleanice gtk2-engines-xfce

These should get you started
What do they do? What's with Xfce?
 
Old 10-05-2009, 08:00 PM   #6
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Quote:
What do they do?
They are the themes!.

Quote:
What's with Xfce?
Xfce themes.
 
Old 10-05-2009, 08:05 PM   #7
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443

Original Poster
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
The cleanice one worked, but I didn't install the xfce one because it wanted to install stuff like xfce-panel. I wonder where do I get the themes that come with GNOME/Metacity?
 
Old 10-05-2009, 08:12 PM   #8
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Quote:
but I didn't install the xfce one because it wanted to install stuff like xfce-panel
What i do to stop this is add the following to /etc/apt/apt.conf

Code:
APT::Install-Recommends "0";
APT::Install-Suggests "0";
So now you only install dependencies.
 
Old 10-05-2009, 10:01 PM   #9
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Quote:
Originally Posted by MTK358 View Post
I have just installed Debian, with the bare minimum setup (Command-line interface only) and installed only X and FVWM on top of that, and it is working quite well.

The problem is that only my main monitor in my dual-monitor setup is working, and the graphics performance is very poor. As for the driver, I would like to first try a free driver such as nv or nouveau, and for the dual monitors I will brobably need something like Xinerama. Could you help me figure out ho to install these?
The propietary driver will support two operation modes: dual head and twinview. Dual head is for two separate monitors, you can't move windows between them. Twinview is the nvidia alternative to xinerama, and it compatible with it in many regards. In any case, you should be able to do most of the setup using the nvidia control panel, "nvidia-settings" if my memory serves.

nv should support dual head and xinerama, I have very little experience with this driver. Don't expect anything too great from this driver unless you can live with 2d acceleration only. I have no idea what it's current status is, let's say, compared to vesa.

nouveu is highly experimental, I don't advice you to use it unless you are experienced dealing with compiling code and rolling your own solutions, reporting bugs, etc. Of course your experience may vary, but experimental software is experimental for a reason.

Quote:
Also, on the side, I wonder if it is possible to install a theme for GTK?
gtk-chtheme should take care of this. You will also need to install some gtk-engines and some gnome themes (for example from gnome-look.org). The engines can be installed probably from your package manager. And the themes are usually just uncompressed into ~/.themes/

An alternative to gtk-chtheme is lxappearance, which also lets you change the icon theme, and the fonts.
 
Old 10-06-2009, 06:37 AM   #10
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443

Original Poster
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
I used the proprietary driver in Fedora, but I still liked Xinerama better than dual head (because the whole point is for 1 desktop to flow to the next monitor), or TwinView (because it lets the cursor go into the non-visible area caused by the fact that the monitors are set to different resolutions).
 
Old 10-06-2009, 06:55 AM   #11
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443

Original Poster
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by the trooper View Post
add the following to /etc/apt/apt.conf
I don't have such a file! I can only find /etc/apt/apt.conf.d
 
Old 10-06-2009, 09:49 AM   #12
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Quote:
I don't have such a file! I can only find /etc/apt/apt.conf.d
That's because you need to create the file yourself.

vim /etc/apt/apt.conf

Then add:

Code:
APT::Install-Recommends "0";
APT::Install-Suggests "0";
Then save the file,and do an aptitude update.
You should then be good to go.
 
Old 10-06-2009, 01:02 PM   #13
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443

Original Poster
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
I installed xfce themes and also did gtk2-engines* and got some good ones. For now I picked Clearlooks, it was my favorite on Fedora, too.

I am pretty sure that the proprietary driver is not needed for dual monitors, they worked in Fedora without it.

Now where do I install nv and Xinerama?
 
Old 10-06-2009, 02:22 PM   #14
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Quote:
Now where do I install nv and Xinerama?
If you don't have it installed already:

aptitude install xserver-xorg-video-nv

You'll then need to change /etc/X11/xorg.conf accordingly.
If your xorg.conf is empty,the second link in my sig shows you how to generate it.
As for Xinerama i can't help as i don't use it mself.
 
Old 10-06-2009, 02:44 PM   #15
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Quote:
Originally Posted by MTK358 View Post
I am pretty sure that the proprietary driver is not needed for dual monitors, they worked in Fedora without it.
Yes, they do work with nv as well. Never said otherwise. It all depends on the kind of apps and the graphics performance that you expect from your hardware.

Quote:
Now where do I install nv and Xinerama?
The basic is change the Driver line to "nv" in your xorg.conf. As for xinerama, you need also Xinerama "true" in the serverflags section. As said, that's the basic idea. Depending on your hardware and the xorg version you might need some extra luck though.

I Also advice you to take a look at the xorg.conf man page.

Last edited by i92guboj; 10-06-2009 at 02:48 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[PB] nVidia 6106 driver on Debian Creak Linux - Hardware 3 07-10-2004 01:38 PM
Debian and X? Nvidia driver woes as well. oudent Debian 3 05-10-2004 05:54 PM
NVIDIA Driver Help - Debian Sid philwozza Debian 3 02-07-2004 03:25 PM
X configuration for xinerama using NVIDIA acceleted driver and an ati card JHuizingh Linux - General 2 07-17-2002 06:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 03:50 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration