Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
01-25-2005, 09:46 AM
|
#1
|
LQ Newbie
Registered: Jan 2005
Location: Rio de Janeiro - Brasil
Posts: 14
Rep:
|
Sound and resolution
Hi people how is it going???
hey... i does some one Know how can I chance the monito frequence, I meen set up the resolution for exemple 800x600 and 85Hz... the resolution I Know how to changem just the frequence I donīt.
And, another question is, where I can find a sound driver for Ensoniq 5880 I have been looking for it, but still didnīt find it.
Iīm using Debian Stable with KDE!
Sds,
The  ! Iīm still trying!!! 
Last edited by Milith; 01-25-2005 at 09:53 AM.
|
|
|
01-25-2005, 10:47 AM
|
#2
|
Member
Registered: Jan 2005
Location: Between the chair and the desk
Distribution: Debian Sarge, kernel 2.6.13
Posts: 666
Rep:
|
For resolution, edit the /etc/X11/XF86Config-4 file (you should make a safety copy before) in the "Monitor" section. There you are allowed to set the refresh rates (horiz. and vert.) of your monitor. I'd suggest taking a look at the monitor's manual (if you have one or at the manufacturer's site) to enter the appropriate values (if they don't fit, the X environment might not start).
|
|
|
01-25-2005, 10:54 AM
|
#3
|
Member
Registered: Feb 2004
Location: Slovenia
Distribution: archlinux
Posts: 271
Rep:
|
Ok, would you PLEASE use the spell checker? It's not that hard, it's even implemented on the forum
You can change the frequencies and the resolution in the XF86config or in the xorg.conf. You won't get any graphic tools here, sorry.
These commands should give you the location of the config file in your system:
Code:
su #become root
locate -u #update the slocate database
locate XF86config #try for first filename
locate xorg.conf #try for the 2nd filename
vim "your filename here"
press ctrl+alt+F2 to get to another console.
Code:
man xorg.conf #or, if your file is named XF86Config, type
man XF86Config
rtfm next time!
Good luck though,
Gasper
edit:
Harken, you beat me to it  ... we were writing at the same time!
Last edited by atom; 01-25-2005 at 10:57 AM.
|
|
|
01-25-2005, 11:49 AM
|
#4
|
LQ Newbie
Registered: Jan 2005
Location: Rio de Janeiro - Brasil
Posts: 14
Original Poster
Rep:
|
Quote:
Originally posted by atom
Ok, would you PLEASE use the spell checker? It's not that hard, it's even implemented on the forum 
You can change the frequencies and the resolution in the XF86config or in the xorg.conf. You won't get any graphic tools here, sorry.
These commands should give you the location of the config file in your system:
Code:
su #become root
locate -u #update the slocate database
locate XF86config #try for first filename
locate xorg.conf #try for the 2nd filename
vim "your filename here"
press ctrl+alt+F2 to get to another console.
Code:
man xorg.conf #or, if your file is named XF86Config, type
man XF86Config
rtfm next time!
Good luck though,
Gasper
edit:
Harken, you beat me to it ... we were writing at the same time!
|
Iīm sorry about the spell check, Iīm brasilian so my english is not that good, bu the most inportant I get... you understoud me  !!!!
Last edited by Milith; 01-25-2005 at 11:53 AM.
|
|
|
01-25-2005, 11:51 AM
|
#5
|
LQ Newbie
Registered: Jan 2005
Location: Rio de Janeiro - Brasil
Posts: 14
Original Poster
Rep:
|
Quote:
Originally posted by harken
For resolution, edit the /etc/X11/XF86Config-4 file (you should make a safety copy before) in the "Monitor" section. There you are allowed to set the refresh rates (horiz. and vert.) of your monitor. I'd suggest taking a look at the monitor's manual (if you have one or at the manufacturer's site) to enter the appropriate values (if they don't fit, the X environment might not start).
|
Hum... rigth so it si defined at the horiz and vert configuration at the XF86Config-4 rigth?? Thanx very much for the help!!
Sds,

|
|
|
01-25-2005, 01:39 PM
|
#6
|
Member
Registered: Jan 2005
Location: Between the chair and the desk
Distribution: Debian Sarge, kernel 2.6.13
Posts: 666
Rep:
|
Yes, there is where it is defined but the refresh you want to have (85 Hz for example) it's computed from the horiz/vert refresh rate and does not coincide with any of them. So be careful. But as long as you have a backup it's ok. Or, you could just write them down.
|
|
|
01-25-2005, 02:30 PM
|
#7
|
LQ Guru
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507
Rep: 
|
As for sound, run lspci -v do find the chipset your soundcard uses.
|
|
|
01-26-2005, 03:13 AM
|
#8
|
LQ Newbie
Registered: Jan 2005
Location: Rio de Janeiro - Brasil
Posts: 14
Original Poster
Rep:
|
Quote:
Originally posted by harken
Yes, there is where it is defined but the refresh you want to have (85 Hz for example) it's computed from the horiz/vert refresh rate and does not coincide with any of them. So be careful. But as long as you have a backup it's ok. Or, you could just write them down.
|
It works fine thanx very much!!! you make a newbie happy! hehehe
Sds,
the 
|
|
|
01-26-2005, 03:15 AM
|
#9
|
LQ Newbie
Registered: Jan 2005
Location: Rio de Janeiro - Brasil
Posts: 14
Original Poster
Rep:
|
Quote:
Originally posted by Matir
As for sound, run lspci -v do find the chipset your soundcard uses.
|
I did it alredy, it says Ensoniq 5880 PCI but i did not fin the driver for it! do you know where i can find it? at creative web pages have no soud driver for linux and i didnīt find it at google, i find many thing tallking about it but no driver!!
Sds,
The 
|
|
|
01-26-2005, 04:03 AM
|
#10
|
Member
Registered: Feb 2004
Location: Slovenia
Distribution: archlinux
Posts: 271
Rep:
|
the drivers are usually already compiled in the kernel, it just might work out of the box. If it doesn't, get the newest kernel sources from http://www.kernel.org/ or just try and find them on your distro's download list. You should then unpack the kernel into a temporary folder and go console.
Go to that folder and type that should get the kernel to it's first, now desired stage.
now you have to configure your kernel. I would get the .config file from your distro's website because some distros are really picky about the kernel they support... We only have to enable some features.
anyway when you have gotten the .config file just overwrite the old one in the kernel directory.
now it's time to configure the kernel to include the driver for your soundcard. If you have X server up and running, you should use this: However, if you like console better and are a bit nostalgic like me use If, however, you are masocistic and suicidal at the same time you should use When you have run the desired prog, navigate to device drivers, and in there find the soundcard drivers section and just find your soundcard and enable it. If you don't have the patience, just do what I did, and compile all soundcard drivers as modules (except the ones that REALLY can't be yours  ).
when you are done, save the .config file and exit the config program (whichever you used). Type [code]make && make modules_install[code] That should do it. Now go to arch/i386/boot/ and copy the bzImage to the /boot folder under the name kernel-2.6.x where x is the kernel version and edit the /etc/grub.conf so it will contain ONE MORE entry so you can test the new kernel. DO NOT DELETE THE EXISTING SECTIONS!!! You can then reboot your computer. If the new kernel works, keep it, and delete the old section for the previous kernel. If it doesn't delete this one. I myself always keep an [old] section of grub, so if anything doesn't work the way it should i can still go back.
Good luck recompiling your first kernel!
Gasper
|
|
|
01-26-2005, 09:29 AM
|
#11
|
LQ Newbie
Registered: Jan 2005
Location: Rio de Janeiro - Brasil
Posts: 14
Original Poster
Rep:
|
Shure I will need realy goooooooooooooooood Luck! hehehe ... I will try it when get home! thanx!
Sds,
The 
|
|
|
All times are GMT -5. The time now is 03:52 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|