Results 1 to 10 of 38
I ended up grabbing the DVD isos off the Debian site because i needed to do ndiswrapper for my wifi card (i WAS in vmware on windows, testing it out)...
...
- 06-12-2006 #1
Widescreen 1280x768 Sarge
I ended up grabbing the DVD isos off the Debian site because i needed to do ndiswrapper for my wifi card (i WAS in vmware on windows, testing it out)...
But with all those 15-something thousand packages, is there something that will let me change my resolution to 1280x768 (my best viewed resolution) for my 17" widescreen Westinghouse flat panel?
Is there a way to do this?
Thanks.
- 06-12-2006 #2
The file you want to edit is /etc/X11/xorg.conf. But it probably won't display in 1280x768 unless you install the proper driver for you video card?
Which video card is it?"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 06-12-2006 #3
Its a ATi Radeon 9250...
After I downloaded and burned those 2 DVD ISOs, shouldnt ndiswrapper and all that (Fluxbox, blackbox, etc) be included on those disks?
I ran through the install on my machine and doing "ndiswrapper" at the terminal results in a "bash: command not found". Do I need to do a "Manual package selection"? If so, how would i get EVERYTHING (all 15,000) packages installed?
- 06-12-2006 #4Did you install ATI proprietary drivers? You will probably need them to set your resolution to 1280x768.
Originally Posted by anthq
You can get them installed like that :
As a user:
As root:Code:wget https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-8.25.18-x86.run
As a user:Code:apt-get install fakeroot module-assistant build-essential kernel-headers-$(uname -r)
As root:Code:fakeroot ./ati-driver-installer-8.25.18-x86.run --buildpkg Debian/sarge
and then modify you /etc/X11/XF86Config-4 file accordingly to the instructions here:Code:dpkg -i fglrx-driver_8.25.18-1_i386.deb fglrx-kernel-src_8.25.18-1_i386.deb cd /usr/src m-a prepare m-a a-i fglrx
http://xoomer.virgilio.it/flavio.sta...html#configure
Did you follow this guide?
Originally Posted by anthq
http://www.linuxforums.org/forum/lin...ork-linux.html
Install all the packages? You cannot do it, as many of them are conflictual. Anyway, why do you want to do it?
Originally Posted by anthq "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 06-12-2006 #5
Well i need everything thats related to wifi, as I cannot connect to LAN, only my D-Link DWL-G510 PCI Card. So mabye I need a backport of madwifi OR i need ndiswrapper.
Apart from that it'd be nice to have fluxbox/blackbox, etc., but I can apt-get those later....only necessary thing is ndiswrapper (or madwifi) and the ATi Drivers.
Is there a way I can install those without resetting up (deleting the two partitions made and going through the whole setup again)?
- 06-12-2006 #6
Both ATI and ndiswrapper installation instructions are in my previous post.
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 06-12-2006 #7
I see, but I cant access the internet from the Debian OS, only XP...
- 06-12-2006 #8
Do you have a USB key? You can download the NDISWRAPPER components in XP and put them on the key. Then install NDISWRAPPER from the key in Linux.
Or if you used ext2 or ext3 filesystem for Debian, you can write directly to your Linux partition in Windows :
http://ext2fsd.sourceforge.net/
http://www.fs-driver.org/"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 06-12-2006 #9
OK...I got as far as compiling it but then as I do the 'make install'...
polarbear:/home/q/Desktop/nd# make install
make -C driver install
make[1]: Entering directory `/home/q/Desktop/nd/driver'
Can't find kernel build files in /lib/modules/2.4.27-2-386/build;
give the path to kernel build directory with
KBUILD=<path> argument to make
make[1]: *** [prereq_check] Error 1
make[1]: Leaving directory `/home/q/Desktop/nd/driver'
make: *** [install] Error 2
I gues it cant find the Kernel build files? Where would they be?
- 06-12-2006 #10
Yes, do you have the kernel sources installed?
http://ndiswrapper.sourceforge.net/m...p/Installation
Your kernel sources are in there:
ftp://ftp.debian.org/debian/pool/mai...-source-2.4.27
you can download them from windows, and..."To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee


Reply With Quote
