Re: How can I configure debian, to boot to a text mode login (new Debian user)

2005-08-07 Thread David González
Hi.
Debian starts by default in runlevel 2 (if you didn't modify the
inittab file), so go to /etc/rc2.d and erase or rename the symbolic
link called S99gdm (for gnome, kdm for KDE) and reboot.

On 8/7/05, Hans-Peter Sulzer <[EMAIL PROTECTED]> wrote:
> Hello!
> 
> My Debian (Sarge) currently boots to a graphical login
> screen. How can I configure which login screen will
> appear (text mode or graphic with display manager)?
> 
> In other distributions this may be set by changing
> the default runlevel to 3, but this doesn't work with
> Debian.
> 
> Thank you in advance
> Peter
> --
> peter_sulzer doesn't like spam and this is my domain:
> t-online.de
> 
> 


-- 
David González
Security Administrator & Software Developer



Re: Video card not recognised

2005-08-07 Thread David González
Did you search the ATI web site for a driver? Maybe with a driver of
them will work better than the built-in driver from xfree. For the
refresh rate, I normally solve that issue by editing the XF86Config-4
file by myself, you have to put the refresh rates that matches your
monitor.
For example:
---
Section "Monitor"
Identifier  "Samsung SyncMaster 793s"
HorizSync   30-70
VertRefresh 50-160
Option  "DPMS"
EndSection
---
For my Samsung SyncMaster 793s 17".


On 8/7/05, marc <[EMAIL PROTECTED]> wrote:
> Hi
> 
> I've installed Sarge (with the 2.6.82 kernel) on a P3 using DVDs.
> 
> After installation, and entering KDE 3.3, I found that I only had
> 800x600 and 640x480 screen sizes available.
> 
> When running dpkg-reconfigure xserver-xfree86, the monitor has been
> identified correctly, but the video card - a Radeon 7000 with 64Mb - has
> not.
> 
> By manually entering values into the dpkg-configure, I can achieve
> 1280x960 and 1024x768 options, but the refresh rate is only 60Hz.
> 
> I note here:
> http://www.tldp.org/HOWTO/Hardware-HOWTO/video.html
> that the card is supported in XFree86 4.x.
> 
> How do I "encourage" my installation to recognise the video card?
> 
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 


-- 
David González
Security Administrator & Software Developer



Re: c programming reference on linux

2005-08-09 Thread David González
Bruce Eckel's Thinking in C++ Vol. 1 & 2.
I love that book.

On 8/9/05, Ms Linuz <[EMAIL PROTECTED]> wrote:
> Sorry, another lazy googling day ...
> Anybody got links or hardcopy of some kind like C/C++ programming
> reference on linux ?
> Thanks a lot.
> 
> --w.h--
> 
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 


-- 
David González
Security Administrator & Software Developer