Re: imac rev b mic input broke under etch
In data 01/07/2007 14:58 Dan MacDonald ha scritto: Hi! I have recently installed etch onto my iMac revision b, which ALSA tells me uses the Burgundy sound chipset. I have sound playback working but I've been able to record anything via the mic input, which I know is still working as I tried recording under OSX before I installed etch. I have tried recording with arecord, audacity, sweep and jokosher but had no luck with any of them. Is this a flaw with 2.6.18-4 kernel or is mic input just not supported on my platform? Has mic input ever worked on imac rev b linux under the 2.6 kernel? Does it work under the 2.4 kernel? I have tried too without success, you mean the bondi blue model? I only obtained a beautiful rumor when i raised the mic volume to 100% with aumix, so the mic works but it still doesn't rec :( . Bye. -- Giulio Canevari -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: canon canoscan Lide 20
In data 10/09/2007 18:53 robert nuzum ha scritto: Canoscan Lide 20 is recognized by sane-find-scanner and scanimage but does not turn on or scan, although xscan appears to be scanning. I have searched the web but find no solution that works. Are you in the scanner group? Investigate opening up a shell, and typing groups. If you are not in the scanner group, as root, or with sudo, type adduser "yourusername" scanner . Then log out, log in and retry. Also, a quick test: try to use it as root. Btw, i use it sometimes on an imac with etch together with xsane ( apt-get install xsane and you should have everything you need ) and works fine. Ciao. -- Giulio Canevari -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: help installing on powerbook6,8 w/ dead cd drive
In data 22/03/2009 19:14 Ross Gohlke ha scritto: I think I was looking at outdated documentation. This sounds like it should work, I will let you know. Also try to take a look: http://lists.debian.org/debian-powerpc/2006/05/msg00451.html ( and be sure to read http://lists.debian.org/debian-powerpc/2006/05/msg00453.html I think now the ethernet drivers should be included, or at least i hope so! That's what i did with an imac with cdrom drive broken, and it worked. If you have any questions post here, even if 3 years are already gone! Good luck! -- Giulio Canevari -- To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
imac g3 installation problem
Hello, i have just received as a gift an Imac G3 233 Mhz with 96 mb of ram and a 4 GB hd with macos 8.1, where the "monitor" contains the processor and so on. It seems to have a damaged cdrom reader, i can't boot holding c the debian business card cd ( burned correctly ). It doesn't also read disks within mac os 8.1 . I don't know if it is possible to connect a normal ide ( not slim ) unit externally, the cable is not standard as far as i know. I would like to install sarge from usb, but from the install.en.pdf ( ch 4.4.1 ) i have seen that i should use mac-fdisk in order to partition the key, and i have found out that with my desktop ( an intel ) i have not a mac-fdisk command nor it seems to exists. from fddisk i have only a 41 PPC PReP Boot partition type. What should i do so? p.s. note that i already use sarge on the x86 from a while. Thank you in advance. -- Giulio Canevari -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: imac g3 installation problem
thank you all for the fast reply. In data 27/05/2006 19:22 Rich Johnson ha scritto: On May 27, 2006, at 11:13 AM, Yves-Alexis Perez wrote: If you have network available you can also try to install a tftp server somewhere and netboot the installer. The procedure is available here: http://www.debian.org/releases/stable/powerpc/ch05s01.html#boot-tftp (for me i need to specify boot enet:0,yaboot in order to get the yaboot binary from the tftp server) Unfortunatly i don't have a net card for the x86, i'll think about buying a cheap one plus a cable. The data connection for the CD-ROM is standard.If you have a working CD-ROM lying around you could take the skins off the iMac and hook it up. Don't worry about the audio traces. I have done a really poor photo ( done some nights ago whilst inspecting the hw and creating an image of the whole hd with dd on my x86, i have simply removed the hd and putted it on ata1 master on the desktop ) and it seem to have no power cable, and the back of the thin cdrom reader has a circuit before the cable. I also don't remember if there is a spare power connector. I have uploaded it on http://giuliogiuseppecarlo.interfree.it/TMP/Imac-cdrom.jpg . I have also a spare cdwriter ( 5.25 standard pc bay ) In the event the disk is partitioned, you could use the MAC OS to put the bootstrap on an HFS partition and boot it from OF. But proceed carefully you won't get another chance after repartitioning the disk for debian. For now i'll think i'll wait monday or tuesday and i'll buy the net card. Bye, -- Giulio Canevari -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: imac g3 installation problem
In data 27/05/2006 22:37 Rich Johnson ha scritto: On May 27, 2006, at 3:27 PM, Giulio Canevari wrote: ... Before you go shopping take a close look at all the cables, connectors and adapters. For power an extension and/or "Y" cable might come in handy. I don't think i have got one. See also http://www.lowendmac.com for indentifying just exactly which model you have. The site also has a fair bit of other useful info. Another good resource is http://forums.macosxhints.com/ Good links, thank you. Oh, and before I forget, _some_ of the G3 iMacs can boot from a USB drive or memory stick. This may be your easiest path if yours is one of them. If you have a spare USB drive, it wouldn't hurt to try. The problem is that with mem stick i'm unable to do an apple bootstrap partition. But i have had an idea: can someone create a blank image with dd that fits into my usb key, partition with mac-fdisk ( of course if it supports using a file as a device ) as described into debian install guide [1], compress it to the best ( bzip2 or maybe even better 7zip ) and send it to me? The command here is: dd if=/dev/zero of=image.img count=247296 to create a 126615552 byte image, that is the poor size of my usb key. Then i'll try putting it to the key always with dd, hfsutils are also avaible on x86. [1] you will need to repartition the stick. On Mac systems, run mac-fdisk /dev/sda, initialise a new partition map using the i command, and create a new partition of type Apple_Bootstrap using the C command. (Note that the first "partition" will always be the partition map itself.) then, if it works, bzip2 -9 image.img or 7za a image.7z image.img After that following chaper 4.4.2. Copying the files -- the flexible way i should be able to boot from usb. Thank you in advance, -- Giulio Canevari -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: imac g3 installation problem
In data 28/05/2006 09:16 Giulio Canevari ha scritto: In data 27/05/2006 22:37 Rich Johnson ha scritto: On May 27, 2006, at 3:27 PM, Giulio Canevari wrote: ... Oh, and before I forget, _some_ of the G3 iMacs can boot from a USB drive or memory stick. This may be your easiest path if yours is one of them. If you have a spare USB drive, it wouldn't hurt to try. Who knows, on lowendmac they write it's unable. "You cannot boot the iMac from an external USB drive." But in fact it's not a drive... They call this model "The Original iMac (Rev. A)" . This has 96 MB of ram. Anyway i have tried, using qemu-system-ppc ( after many tries, with sarge packaged 0.6.2 it didn't worked, with a fresh 0.8.1 i have been able to boot debian-businesscard ) to create the partitions for my usb key ( fdisk isn't that friendly, mac-fdisk even worser... ), then i have followed the instructions of the install.en.pdf , but i stop at chapter 5.1.3, Booting from USB memory stick. if i plug the key i obtain a pci-something node, than as a subnode the following: /[EMAIL PROTECTED] /[EMAIL PROTECTED] /[EMAIL PROTECTED] /[EMAIL PROTECTED] /[EMAIL PROTECTED] > the usb key /[EMAIL PROTECTED] But i don't know what to type in order to try to boot. On the example i read: boot usb0/disk:2,\\:txbi Here? Also i haven't been able to type the backslash (\) char on my italian keyboard... Thank you again, -- Giulio Canevari -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: imac g3 installation problem
In data 29/05/2006 17:42 Daniel Gimpelevich ha scritto: The CD drive may or may not come back to life after applying this update from within MacOS (you must reboot after applying the update, or the drive will not function at all): http://docs.info.apple.com/article.html?artnum=60458 Damn, i think my isp doesn't want the imac to go internet. Dns are not resolved, and typing 17.112.144.81 that should be the docs.info.apple.com ip doesn't work ( google instead, 66.249.85.99 , works ). I have also inserted the ip of some working dns in the internet configuration tool but nothing seem to work. I guess the only way to perform these upgrades is from mac os, not from linux, right? I can anyway reopen the imac ( a thing that i really don't like to do again ), put its hd into my x86 and copying the files ( hfs write seems to be supported ), then remount the hd and try to install the updates. In the meantime, you can still install Linux, but you must use a netboot netinstaller In setting up your netboot environment, you must take into account that the tray-loading iMacs use BootP and not DHCP. To finish the "no luck" series, my x86 doesn't seem to like the new pci ethernet card... One hd stops after a while :( , and i don't know what is the problem ( powersupply too weak? ). Bye, -- Giulio Canevari -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: imac g3 installation problem
In data 30/05/2006 01:24 Hans Ekbrand ha scritto: [...] In the meantime, you can still install Linux, but you must use a netboot netinstaller because Apple has NEVER made ANY machine that could boot from USB. My idea of booting from within MacOS is still possible. But not with BootX, but with yaboot. For example see: http://neugierig.org/content/tibook/ibook.html With internet not working from mac and mac os 8.1 i don't think so. The howto is targeted at mac os 9 and X. Thank you, Bye. -- Giulio Canevari -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: imac g3 installation problem
In data 30/05/2006 13:26 Giulio Canevari ha scritto: In data 29/05/2006 17:42 Daniel Gimpelevich ha scritto: The CD drive may or may not come back to life after applying this update from within MacOS (you must reboot after applying the update, or the drive will not function at all): http://docs.info.apple.com/article.html?artnum=60458 I can anyway reopen the imac ( a thing that i really don't like to do again ), put its hd into my x86 and copying the files ( hfs write seems to be supported ), then remount the hd and try to install the updates. Done this way with hfs utils. Found out that there is also an handy tcltk interface, in the hfsutils-tcltk package. The CD still desn't work, the firmware was ok and the modem has been updated. Now i'll try to find some notebook with a net card and linux wanting to spend some time in this experiment. The imac is by far to heavy to be transported in places i can't reach with a car :( But a question is: isn't it possible in some ways to install the base system from my x86 [e.g. with qemu-system-ppc]? Or this will lead to non-proper configuration when replugging the hd on the imac? Once i'll install the very base system i will be able to use the usb key within linux, so it should be ok. A questions before the problem appears is the following: let's say i want to have the same packages i have on the x86 ( dpkg --get-selections >list.txt ). How can i do to get the urls of the corresponding powerpc packages in order to be able to send the list to a friend of mine that has the adsl ( usually i send him a list for wget ) so he can download them? Another little question: is ram usage with ppc compiled package similar to x86, or greater? I have tried to append mem=96m ( actually i have 256 mb ) to the grub boot entry and with my x86 everything i plan to use works fine, i would like to know if the situation with imac will be better, similar or worser. Thank you again, -- Giulio Canevari -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
boot from ethernet with imac g3
Hello, i have found out that putting the net card on another pci slot on my x86 doesn't lead to instability ;) . I think solution isn't that far. I try to explain everything i did and what happened. So far i did the following after having installed the net card: 1) ifconfig eth0 192.168.1.1 netmask 255.255.255.0 2) iptables -F 3) edited the /etc/dhcp3/dhcpd.conf file, now it looks this way, and i believe the problem is here somewhere. As i've got really poor experience with nets, please take a look at it, thank you. Commented where i have doubt. In macos 8.1 i have found out an app ( and i have already lost where is ) that reports hw address of the eth is 00 05 02 43 6E 82 and says that the mac has an ip of 41201.173 (?) . The option domain-name "example.com"; option domain-name-servers ns1.example.com; option subnet-mask 255.255.255.0; default-lease-time 600; max-lease-time 7200; server-name "debian"; # debian comes from hostname output subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.200 192.168.1.253; #option routers 192.168.1.1; # i have deleted this, but i don't know if it's a good thing } host mac { filename "/tftpboot/yaboot"; server-name "debian"; # always from hostname hardware ethernet 00:05:02:43:6E:82; # taken from some app in the mac fixed-address 192.168.1.2; # here is what i tought to be a good ip... } 4) created /tftpboot/ with these files: -rwxr-xr-x 1 giulio giulio 104062976 2006-04-20 02:44 debian-31r2-powerpc-businesscard.iso -r--r--r-- 1 giulio giulio 3470855 2005-03-06 00:00 initrd.gz -r--r--r-- 1 giulio giulio 3966165 2005-03-06 00:00 vmlinux -r--r--r-- 1 giulio giulio149740 2004-11-26 00:00 yaboot -r--r--r-- 1 root root 359 2006-05-31 13:39 yaboot.conf -r--r--r-- 1 giulio giulio 2602 2006-04-20 00:00 yaboot.conf.bak -r--r--r-- 1 giulio giulio 2602 2006-04-20 00:00 yaboot-netboot.conf 5) checked if file /etc/inet.d contained the following line: tftpdgram udp waitnobody /usr/sbin/tcpd /usr/sbin/in.tftpd /tftpboot 6) restarted dhcp: /etc/init.d/dhcp3-server restart 7) booted the imac keeping pressed alt-apple-o-f 8) typed boot enet:0 ( tried also boot enet:0,yaboot ) what i obtain is: Client 000502436e82 192.168.1.2 Server 000244a8b2ef 192.168.1.1 debian Transferfile /tftpboot/yaboot TFTP TimeOutload-size=0 adler=32 LOAD-SIZE is to small And that's the end. Thank you in advance, Bye. -- Giulio Canevari -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: boot from ethernet with imac g3
In data 31/05/2006 19:02 Giulio Canevari ha scritto: Hello, i have found out that putting the net card on another pci slot on my x86 doesn't lead to instability ;) . I think solution isn't that far. I try to explain everything i did and what happened. The problem was in the yaboot.conf file: here is how it looks now: device=enet: partition=0 timeout=50 init-message="Debian GNU/Linux Network boot" default=linux image=vmlinux initrd=initrd.gz label=linux initrd-size=10240 #append="init=/linuxrc" append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc" read-only So now it boots, it search for the cdrom, the cdrom of course doesn't work even with linux, and i'm still blocked. I'm unable to partition the hd nor to fetch at least the base packages from the net with the internal modem with ppp, the installer seems to be targeted only at cdrom install. In fact only these steps are avaible: main-menu,languagechooser,countrychooser,kbd-chooser,hw-detect,cdrom-detect,cdrom-checker,shell . So i don't have netcfg,iso-scan,choose-mirror,partman,autopartkit,partitioner,partconf,base-installer,os-prober,bootloader-installer,base-config Actually i have got the debian-businnesscard iso [ from wich i have took the kernel, yaboot and so on placed in /tftpboot ], it fits the usb key but i don't know how to reach and use it. The usb key is seen as /dev/scsi/host2/bus0/target0/lun0/disc on the mac, i can cat/head and so on the raw content, but i am unable to mount it. Actually it has a vfat fs on top. What should i do now? Thank you again, -- Giulio Canevari -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: boot from ethernet with imac g3
In data 31/05/2006 23:03 Hans Ekbrand ha scritto: On Wed, May 31, 2006 at 09:53:50PM +0200, Giulio Canevari wrote: [...] I'm unable to partition the hd nor to fetch at least the base packages from the net with the internal modem with ppp, the installer seems to be targeted only at cdrom install. Debian-installer comes in different flavours intended for different uses. The main thing that differs are the modules available in the initrd, in your case you should try to install everything from the net, that is net-install. Let me quote an earlier post to this list about the debian-installer: ... B. From where is the debian-installer to get its *own modules* (needed for its own functioning)? 1. From the removable media (CDROM or usb) that started the debian-installer at boot 2. From .iso-file on local harddisk (Filesystem must be readable by the debian-installer, which exludes HFS+) 3. From the net (internet or local debian-mirror) ... You control B by choosing what images you will use. I *think* any image can be started in any of the tree ways outlined in A (thus netboot does NOT imply a tftp boot). "Netboot" means B:3 "Hd-media" means B:2 "Business" means B:1 I think that you can choose C1 and C2 at install time (if you run the installer at a low enough priority) ... Actually i have got the debian-businnesscard iso [ from wich i have took the kernel, yaboot and so on placed in /tftpboot ], I think that when you use the initrd from the businesscard flavor that means B:1, so you will have to use a usb-stick to load parts of the installer. Another strategy is to download an kernel+initrd from the On http://www.debian.org/CD/netinst/ i read something like this ( i translate it in poor english ): These images contain only the minimum necessary to boot the installation, so only those part of the installer needed to configure the net access so that you can download other components of the installer system. After having installed the very base system my idea is to perform an apt-get upgrade and give the list of packages to download to a friend of mine with a fast connection. This way: dpkg --get-selection >list.txt from my x86 dpkg --set-selections And then, once i have got the packages, i'll try to install an ftp server on my x86 to finish the install ( even if i don't know how i can organize the structure of the dirs, iirc there is an automated tool but i don't remember its name ). I'm CC:ing debian-boot@lists.debian.org in order to get advice from the really knowledgeable people on this subject. I'll keep the address and i cc to. Thank you, -- Giulio Canevari -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: boot from ethernet with imac g3
In data 02/06/2006 16:09 Daniel Gimpelevich ha scritto: On Fri, 02 Jun 2006 14:23:52 +0200, Hans Ekbrand wrote: Before anything can be fetched from the net, the nic must be recognized. If the installer does not recognize your nic then I would suspect one of the following: A) wrong flavor used: (a initrd that has modules for different cd:s rather than different nics Now i have tried also the netinst initrd plus kernel, but they are exactly the same [ md5sums are ca4026023ab176f38bad85b6f66ca8c1 initrd.gz and acc5914b482b1e2ef1e193f84e2d5e96 vmlinux ] I doubt the real problem is that initrd's are all the same, and that the kernel is not monolitic. B) a bug in the installer (the nic module for your particular nic should have been included in the initrd). If the NIC is not recognized out-of-the-box, look for the "bmac" module. Where? I'm thinking about setting up an ftp server ( proftpd ) on my x86 in order to try out the method described at http://neugierig.org/content/tibook/ibook.html , that i thought to be only targeted at mac os 9 + . With netscape or iexplore ( found out that there is a 4.5 version that works ) i hope to be able to download the files from my x86 with the ftp server. After Thank you, -- Giulio Canevari -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Boot from macos 8.1 on g3
Hello, i have transferred the files via ethernet ( used apache on x86 and ie on mac ). After that i booted with openfirmware with the command boot hd:5,yaboot [ i saw the partition number on dd image with parted ]. Now the problem is that the woody installer pointed out on that link ( http://http.us.debian.org/debian/dists/woody/main/disks-powerpc/current/new-powermac/ ) has great problems, and it hangs when using mac-fdisk. If i copy the sarge one i doubt something will change, unless it's not possible to copy an iso the the mac hd and getting modules for the net card and installer components from the iso itself on the hfs fs. Any suggestions? Thank you again, -- Giulio Canevari -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
imac g3 base system ok
Hello, i have found out how to joke the installer, and use the usb key as cdrom, so i can mount the fake cdrom and install debian. I write here how i did in case someone is interested. Always booted from ethernet with open firmware. After this step i choosed start a shell, then: cd /dev/cdroms/ rm cdrom0 dd the debian businnescard iso to the /dev/sda on my x86 ( be sure, sda is my key on my system, if you have a scsi hd you'll have terrible problems... ) found out the position of the usb key on the mac ( /dev/scsi/something ) created a symlink with ln -s /dev/scsi/something /dev/cdroms/cdrom0 The installer started ;) after i choosed detect cdrom and start installation. After that i have been able to use an iso of netinst ( bigger than my usb key ) mounted in /var/www ( for apache ) choosing the ip of my x86 and http as method. Bye, -- Giulio Canevari -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Errors with usb stick
Hello, every time i plug in the usb memory stick i get these messages ( on stderr ): usb 1-2.3: new full speed USB device using address 8 scsi4 : SCSI emulation for USB Mass Storage devices Vendor: AVIXE Model: PDU01_128 2.0 Rev: 0.00 Type: Direct-Access ANSI SCSI revision: 02 SCSI device sda: 247296 512-byte hdwr sectors (127 MB) sda: assuming Write Enabled sda: assuming drive cache: write through SCSI error: host 4 id 0 lun 0 return code = 802 Sense class 7, sense error 0, extended sense 0 /dev/scsi/host4/bus0/target0/lun0: unknown partition table Attached scsi removable disk sda at scsi4, channel 0, id 0, lun 0 USB Mass Storage device found at 8 SCSI error: host 4 id 0 lun 0 return code = 802 Sense class 7, sense error 0, extended sense 0 EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended In particular, what does the following means? SCSI error: host 4 id 0 lun 0 return code = 802 Sense class 7, sense error 0, extended sense 0 A part from this the key seem to work fine. Thank you, -- Giulio Canevari -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
XFree86 Config on imac g3
Hello, i have obtained the packages ( sarge ) and i have installed them. Seem to work quite well. I have anyay some various ( little to say the truth ) problems... I start with the Xfree config: 1) it has an ATI Technologies Inc 3D Rage IIC 215IIC [Mach64 GT IIC] . This means no opengl via hardware, right? 2) What are correct sync values for the built in monitor? So far i can only get 1024x768, and i can't even change resolution, even if i specidied 640*480. Iirc in mac os they were, for vertical, 117 hz for 640*480, 97 for 800*600 and 75 for 1024*768 . 3) The keyboard numeric pad sometimes doens't work properly. Sometimes is works, sometimes no... . There isn't also a | ( for pipes ) key, and without X some keys are swapped. Are there different maps to try out? 4) The 1 button mouse isn't that handy to say an eufemism, i have installed mouseemu but this has stolen some keys that are important for some apps ( F10 and F11 ). Other solutions? Just to know if it is possible, can i use a normal pc mouse and keyboard? i attach the current XF86Config-4 Thank you in advance, -- Giulio Canevari # XF86Config-4 (XFree86 X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the XF86Config-4 manual page. # (Type "man XF86Config-4" at the shell prompt.) # # This file is automatically updated on xserver-xfree86 package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xfree86 # package. # # If you have edited this file but would like it to be automatically updated # again, run the following commands as root: # # cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom # md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum # dpkg-reconfigure xserver-xfree86 Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" 0 0 InputDevice"Generic Keyboard" InputDevice"Configured Mouse" EndSection Section "Files" # local font server # if the local font server has problems, we can fall back on these FontPath "unix/:7100" FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/CID" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load"GLcore" Load"bitmap" Load"dbe" Load"ddc" Load"dri" Load"extmod" Load"freetype" Load"glx" Load"int10" Load"record" Load"speedo" Load"type1" Load"vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "macintosh" Option "XkbLayout" "it" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "Auto" EndSection Section "Monitor" Identifier "Monitor Generico" HorizSync60 - 60 VertRefresh 75 - 117 Option "DPMS" EndSection Section "Device" #VideoRam 2048 Option "UseFBDev" "false" # funziona in ogni modo Identifier "ATI Technologies Inc 3D Rage IIC 215IIC [Mach64 GT IIC]" Driver "ati" BusID "PCI:0:18:0" EndSection Section "Screen" Identifier "Default Screen" Device "ATI Technologies Inc 3D Rage IIC 215IIC [Mach64 GT IIC]" Monitor"Monitor Generico" DefaultDepth 16 SubSection "Display" Depth 1 Modes"640x480" EndSubSection SubSection "Display" Depth 4 Modes"640x480" EndSubSection SubSection "Display" Depth 8 Modes"640x480" EndSubSection SubSection "Display" Depth 15 Modes"640x480" EndSubSection SubSection "Display" Depth 16 Modes"640x480" EndSubSection SubSection "Display" Depth 24 Modes"640x480" EndSubSection EndSection Section "DRI" Mode 0666 EndSection