![]() |
Debain linux
Been running debian firstly etch then unstable on my spare box that acts as my NAS/storage server for a few weeks now with out issue, compared to what I've been upto today that seemed simple to setup. (i.je most of it just worked on first install)
Needed to re-add linux to my desktop so I popped the debain net install disc and and popped on an absolute minimilsitc system so i could get only what i wanted installed on Added the unstable repos (it was a etch netinstt cd i had laying around) and apt-get dist upgraded the thing to unstable Installed gnome and firefox and got that running along with pidgin. Only problem I'm having with the desktop Is I can't seem to get it to run beryl for some reason I installed the nvidia GLX kernel module and userspace drivers following some guide i found on the internet, I see the kernel module load on bootup and the userspace module is also installed yet if i Try and use the nvidia driver I cannot start X it fails with a module not found error. Any ideas there? (can't use automatix it doesn't support unstable) Other things I need to do is change the deafult Font it looks awfull :( Desktops now a dual boot debain/vista system. But thats not the end of the story Had a bit of play around and managed to get a simular setup on the laptop (eventually) had a lot of "Fun" trying to get linux on that since GRUB kept failing to install (its a macbook) In the end I had to install linux missing the bootloader config Reboot into refit (mac bootmenu utility) sync the EFI partition table with the MBR copy Reload the debain cd go into rescue mode install Grub to /dev/sda4 (my linux partition) then i forgot to build me an menu.lst so when I selected Debian from the menu it just gave me a grub prompt. Managed to figure out the commands i needed to load the kernel and initrd and get the thing to boot then i got the system to rebuild the grub menu.lst Got madwifi up and running so the macbooks Wi-fi with WPA works, Got gnome on here and just put on firefox :D, need to sort out NM-applet to autostart properly but hey is progress Touchbad works out the box but its a bit sensitive if i tap on it by accident in the middle of typing it causes problems so I may need to go adjust that. Sound might be working not sure since Alsa seems to be finding the audio chip (debian wiki says it should work) but Gstreamer isn't wanting to know about it so The voume icon in the gnome panel is usless. (anyone know thow to fix?) So a couple things to put right but Not bad for a noob me thinks :p: Only other thing which does annoy me is I cannot click the drives in my computer I get a message Code:
error org.freedesktop.DBus.Error.AccessDenied.Not to bad for an evenings work as i've gone from a vista only system on the desktop to a vista/debian system and from a vista/osx system on the macbook to a vista/osx/debian system :tu: |
Re: Debain linux
Can you post the contents of a couple of system files?
/etc/X11/xorg.conf may help with the nVidia thing /etc/fstab for the drive permissions/mounting problem... |
Re: Debain linux
I am running the 2.6.18-5-amd64 kernel,
before installing nvidia-glx I have to install the matching nvidia-kernel-2.6.18-5-amd64 first otherwise installing nvidia-glx will pull in nvidia-kernel-2.6.18-4-amd64 by mistake. Sound requires gnome-audio installing then you need to check that your volume control and preferences settings are both set to the right output port (try setting both to analogue front). |
Re: Debain linux
1 Attachment(s)
Quote:
Code:
# xorg.conf (xorg X Window System server configuration file)2.6.22-2-686 I used m-a to load the module and I swear I see it try and load on startup (scrolls to fast to read properly) but If I change the driver for X to the nvidia binary driver X fails to start. Code:
# /etc/fstab: static file system information. |
Re: Debain linux
Dragon, re-size the image mate.
|
Re: Debain linux
If you lsmod | grep nv it should list all modules loaded with nv in their name
If it's not loaded try modprobe module_name & report any errors Try adding ' user,' (no quotes) after 'defaults,' to the /dev/sdb2 line in fstab. That should allow a user to mount the volume... |
Re: Debain linux
Quote:
Code:
Dragon:/home/dragon# lsmod | grep nvWhat would I add to fstab to have it automount /dev/sdb1 with the NTFS 3g driver? (i've installed ntfs3g and can mount it manually with mount.ntfs3g /dev/sdb1 /mnt/data ) Also still need to fix that permissons error otherwise removable drives fail to mount correctly :( |
Re: Debain linux
What is the exact error that you get if the nv driver is replaced by the nvidia driver in your xorg.conf? i.e.
Code:
Section "Device"Code:
Section "Device" |
Re: Debain linux
Code:
X Window System Version 1.3.0 |
Re: Debain linux
Could be the module is located somewhere xorg isn't looking.
Can you do a search for files named nv*.ko & post locations? |
Re: Debain linux
1 Attachment(s)
Quote:
Code:
Dragon:/home/dragon# locate nv*.koCode:
Dragon:/home/dragon# locate nvidia.koAlso with the macbook i got nm-applet autostarting and connecting, had to add my user to the netdev group. Still cant get the sound working installed gnome-audio as suggested the volume control says no volume control gstreamer plugin and/or devices found did see this on startup Quote:
although the gnome sound preferences wont play a test sound :( |
Re: Debain linux
Can you do a locate nv?
I need to know where the non-propritary nvidia module is. on openSUSE 10.3 mine is called nvidiafb.ko ---------- Post added at 14:29 ---------- Previous post was at 13:38 ---------- Quote:
Code:
# /etc/fstab: static file system information. |
Re: Debain linux
Ahh ok sure thing.
Code:
Dragon:/home/dragon# locate nvidiafb.ko1) audio works but it always starts up on Mute for somereason 2) I set Iceweasel (firefox) to the browser under "prefered applications" in gnome but its still opening Http links from other programs in Gnome web browser regardless. With the Macbook I can't get Gstreamer to see the card let alone adjust its volume. |
Re: Debain linux
Can't really help with the Gnome desktop, I'm a KDE man... ;)
For the nVidia thing, check this page, particularly: Quote:
|
Re: Debain linux
Quote:
and it couldn't compile one either since gcc is 4.22 and they used 4.21 to compile the kernel :rolleyes: Anyway following a howto on howtoforge to custom compile a kernel this could be interesting :shocked: |
Re: Debain linux
See if this helps when installing the driver:
Quote:
|
Re: Debain linux
Quote:
oh and Code:
Dragon:/home/dragon# uname -rWould try doing that on the macbook but i think i'd probably break madwifi So desktop done now I just need to sort the sound on the macbook, the deafult browser and get some nicer fonts. |
Re: Debain linux
Glad you got it sorted! :)
A kernel with your own name on, I'm jealous! ;) Oh, have a look here re setting up MS fonts in Debian... |
Re: Debain linux
Quote:
Seems like my user needs access to something to get control of the sound but what I did try adding myself to the audio group but that didn't appear to work (unless a restart is required to read the changes?) Unlike the desktop my user on this machine was created post install with the adduser command. Edit: Turns out I needed to add my user to the audio group and then restart |
Re: Debain linux
Quote:
|
Re: Debain linux
Quote:
Tried beryl but it doesn't seem to work properly it just gives a white screen unless you set redering path to copy but then its very glitchy |
Re: Debain linux
Quote:
|
Re: Debain linux
Quote:
|
Re: Debain linux
Quote:
The following packages have unmet dependencies. compiz-plugins: Depends: libgtk2.0-0 (>= 2.12.0) but 2.10.13-1 is to be installed E: Broken packages any ideas where to obtain a newer libgtk |
Re: Debain linux
There's a tutorial for installing compiz-fusion (compiz forked from Beryl, compiz-fusion is them recombined) on Etch here...
|
Re: Debain linux
Quote:
Edit: I think it was fusion I was trying to install but its the compiz-plugin package it wants to install thats causing me a problem, i'll try with that repo in the guide But it wouldn't surprise me if i come up against the same problem. I get the feeling i'm about to drop right into dependency hell and from my past ventures into the Linux world I know that's not a nice place to be. |
Re: Debain linux
The link supplied by Cobbydaler looks straight forward enough dragon.
Install proprietry Nvidia drivers (a choice that is up to you), Debian also have a wiki entry here: http://wiki.debian.org/NvidiaGraphicsDrivers Which may help - open or closed source drivers are up to you. The steps after that are just adding the compiz-fusion repository to your sources.list ;backup your original sources.list with: sudo cp /etc/apt/sources.list /etc/apt/sources.list.old or something similar (I'm using Kubuntu as the base - ensure sources.list is in the same path) Of course with any repository - you need to trust what they are supplying you - have a Google around to confirm you are happy the source is trusted. I don't use Nvidia cards - so have no particular experience, but it seems fairly straight-forward. Best of luck :) Incidentally the kernel you have created used Debians kernel tools - which 'changed' the vanilla kernel to work on Debian - so in essence the kernel is no longer vanilla - but a mute point really :) EDIT: If the .deb for compiz has been packaged correctly - all dependencies should be sorted out by apt (fingers crossed) |
Re: Debain linux
IRC!
irc.freenode.net #debian :angel: |
Re: Debain linux
Quote:
|
Re: Debain linux
Quote:
|
Re: Debain linux
Are you running Sid or Etch ?
|
Re: Debain linux
Quote:
Used an etch net install to get a core system (cus i had it laying around) but then apt-get dist upgraded to sid. Compiled the latest kernel from source for laptop and desktop Made the mistake of doing it on the "server/nas" machine (its a p3 500 so i could be waiting a while) |
Re: Debain linux
I would remove all installed packages of compiz, clean things up, and give it another go.
Quote:
Quote:
|
Re: Debain linux
Quote:
On my desktop It seems to be there ok just need to figure out how to start compiz properly |
Re: Debain linux
Sorry, from your post you said there was a dependency issue with the gtk libraries ?
Or have I read this wrong ? Quote:
|
Re: Debain linux
Quote:
Still get a white screen when trying to start compiz on my laptop though. desktop starts it but I'm not entirely sure how to start it properly as I lose all my window titles if i type compiz --replace |
| All times are GMT +1. The time now is 21:02. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
All Posts and Content are © Cable Forum