Processed: reassign bugs
Processing commands for [EMAIL PROTECTED]: > reassign 178698 libqt3-mt-mysql Bug#178698: Dependencies not correctly fulfilled for packages depending on xlibmesa3 | libgl1 Bug reassigned from package `xfree86' to `libqt3-mt-mysql'. > retitle 178698 missing dependency on xlibmesa3-glu! Bug#178698: Dependencies not correctly fulfilled for packages depending on xlibmesa3 | libgl1 Changed Bug title. > -- Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
Re: libgl1 vs C++ transition, round 2
On Mon, Jan 27, 2003 at 11:51:02AM -0500, Daniel Jacobowitz wrote: > On Mon, Jan 27, 2003 at 04:52:57PM +0100, Marcelo E. Magallon wrote: > > In particular, it is _not_ a problem if a program ends up linking > > against two different libstdc++ libraries, right? It's inefficient, > > but otherwise irrelevant. I just want to make sure before I remove the > > otherwise misleading "c102" bit from the libglu1c102 package. > > I believe that this is correct. There may be corner case problems with > exception handling, but it won't break the way other things do; and > since libGLU could be implemented in C I doubt people rely on exception > handling working through it. I believe the two won't interfere. Please let me know if I need to be doing anything differently with the xlibmesa* packages. -- G. Branden Robinson| What influenced me to atheism was Debian GNU/Linux | reading the Bible cover to cover. [EMAIL PROTECTED] | Twice. http://people.debian.org/~branden/ | -- J. Michael Straczynski pgpLjiQT3IdOq.pgp Description: PGP signature
Bug#178698: Processed: Re: [mythtv] Re: Debian packages 0.7-12
This is, infact, really a problem at Qt3's side. Rebuilding the package will fix it. I am right now transisting the library to g++-3.2 so a fixed version for this package will be available very soon. Just by the way, somebody is to fix heimdal! ;) -- .''`. Name: Martin Loschwitz : :' : E-Mail: [EMAIL PROTECTED] `. `'` www: http://www.madkiss.org/ `- Use Debian GNU/Linux - http://www.debian.org pgpVCbpmW75AN.pgp Description: PGP signature
XF86 4.2.1 and Diamond Stealth 3D 2000 with Diamond Monster II 3D expansion card
Hello, I just tried to set up XFree86 4.2.1-3 with a Diamond Stealth 3D 2000 card and a Diamond Monster II 3D expansion card. At the moment I'm struggling with the problems described in the logfile, attached to this e-mail. X doesn't want to start up, only gives the error messages "(EE) No devices detected. Fatal server error: no screens found" Hope that someone can help me and my somehow old hardware. Best wishes Lucia Cosima Eiselstein The output of lspci: 00:00.0 Host bridge: Acer Laboratories Inc. [ALi] M1445 00:03.0 Multimedia video controller: 3Dfx Interactive, Inc. Voodoo 2 (rev 02) 00:04.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C (rev 10) 00:05.0 VGA compatible controller: S3 Inc. 86c325 [ViRGE] (rev 02) = XF86Config-4: ### BEGIN DEBCONF SECTION # XF86Config-4 (XFree86 server configuration file) 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.) # # If you want your changes to this file preserved by dexconf, only make changes # before the "### BEGIN DEBCONF SECTION" line above, and/or after the # "### END DEBCONF SECTION" line below. # # To change things within the debconf section, run the command: # dpkg-reconfigure xserver-xfree86 # as root. Also see "How do I add custom sections to a dexconf-generated # XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz. Section "Files" FontPath"unix/:7100"# local font server # if the local font server has problems, we can fall back on these 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/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" "103" Option "XkbLayout" "de" # Option "XkbVariant""nodeadkeys" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device""/dev/ttyS0" Option "Protocol" "Auto" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Generic Mouse" Driver "mouse" Option "SendCoreEvents""true" Option "Device""/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "Diamond MonsterII" Driver "glide" # BusID "PCI:00:03:02" BusID "PCI 00:03:0" EndSection Section "Monitor" Identifier "IBM" HorizSync 28-50 VertRefresh 43-75 Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Diamond MonsterII" Monitor "IBM" DefaultDepth24 SubSection "Display" Depth 1 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24
Re: xfree86-common package problems in stable
Actually, did an dpkg -i --force-all /var/cache/apt/archives/xfree86-common_4.1.0-16_all.deb and it replaced all the missing files.. Most of the /etc/X11/Xseesion stuff, and rgb.txt etc.. The point is one package must have confused the other.. I would think that looking at the order I did things in, the fact that I installed xserver-svga first (version 3 stuff), and then later installed the xbase-common (via xbase-clients) that started the problem.. I have it resolved, just trying to assist in avoiding this occurrence for others. It has to be an issue with xfree86-common installer that decided for some reason not to install the configuration files wrongly, in my mind. On Tuesday 28 January 2003 20:01, Branden Robinson wrote: > On Tue, Jan 28, 2003 at 11:10:11AM -0800, Michael Peddemors wrote: > > No, no tricks were performed.. > > Just a standard apt-get installation.. Included is an email that I sent > > to the debian-kde list, but this problem is an X installation problem. > > Simply doing 'apt-gets' to the point where I can run startx should at > > that point have a working Xsession file, in my mind. > > Glance at the order in which the 'apt-gets' were applied and see if you > > can see where it might have failed please. > > > > and dpkg --configure --force-confnew xfree86-common doesn't work, just > > reporting that it is already done. (See bottom of Email for included > > text from email to debian-kde) > > --force-confnew and --force-confmiss have no effect with --configure, > because these force options only impact package unpacking. > > You need to dpkg -i (--install) the package in question. > > You may also want to ask the debian-user mailing list for help with > using dpkg. -- -- "Catch the Magic of Linux..." Michael Peddemors - Senior Consultant LinuxAdministration - Internet Services NetworkServices - Programming - Security Wizard IT Services http://www.wizard.ca Linux Support Specialist - http://www.linuxmagic.com LinuxMagic is a Registered TradeMark of Wizard Tower TechnoServices Ltd. (604)589-0037 Beautiful British Columbia, Canada
Bug#76251: Mensaje Humanista
Hola amiga/o Me llamo Elisa S. Casir, te escribo desde Madrid y formo parte de un equipo del Movimiento Humanista. Hoy son ya millones de personas las que experimentan cómo la sociedad en que vivimos se deshumaniza día a día. El ser humano ha perdido todo valor, el mundo se mueve en torno al dinero y en base al egoísmo, mientras las personas van quedando cada vez más desamparadas. De este modo, mientras cada uno está preocupado de sus propios problemas, todos vivimos cada vez peor. Sin embargo los humanistas sabemos que el absurdo de la globalización dirigida no va a triunfar. El ser humano ha crecido internamente y se encamina a la formación de una Nación Humana Universal. Este es un proceso histórico irreversible y así lo sienten ya en su corazón millones de personas. Todo ser humano tiene derecho a una vida digna por el simple hecho de haber nacido. Y en el interior de todo ser humano hay algo muy grande que está buscando expresarse en el mundo. Nuestro proyecto consiste en conectar y organizar a esos millones de personas de sensibilidad humanista. Si estás interesado en saber más de nuestra propuesta, sigue estos pasos: 1- Abre un mensaje nuevo 2- Escribe en el asunto la palabra SI 3- Envíalo a la dirección: [EMAIL PROTECTED] Esperamos tu mensaje. Un saludo afectuoso Elisa Susana Casir
Bug#178996: xserver-xfree86: [sun,keyboard] broken sun keycodes
Package: xserver-xfree86 Version: 4.2.1-5 Severity: normal Tags: patch Sun type5 keyboards have become unusable due to a missing semicolon in /etc/X11/xkb/keycodes/misc, line 463: --- /etc/X11/xkb/keycodes/sun.orig 2003-01-30 01:00:08.0 +0100 +++ /etc/X11/xkb/keycodes/sun 2003-01-30 01:00:27.0 +0100 @@ -460,7 +460,7 @@ xkb_keycodes "type6_euro" { include "sun(type6)" = 94; -} +}; xkb_keycodes "type5_se" { -- Package-specific info: 00:10.0 VGA compatible controller: ATI Technologies Inc Rage Mobility M3 AGP 2x (rev 02) 00:10.0 Class 0300: 1002:4c46 (rev 02) ### BEGIN DEBCONF SECTION # XF86Config-4 (XFree86 server configuration file) generated by dexconf, the # Debian X Configuration tool, using values from the debconf database. # # Edit this file with caution, and see the XF86Config manual page. # (Type "man XF86Config" at the shell prompt.) # # If you want your changes to this file preserved by dexconf, only make changes # before the "### BEGIN DEBCONF SECTION" line above, and/or after the # "### END DEBCONF SECTION" line below. Section "Files" FontPath"unix/:7100"# local font server FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" # if the local font server has problems, we can fall back on these 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/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"record" Load"speedo" Load"type1" Load"vbe" Load"xie" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc101" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "PowerBook G4 Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" Option "XkbModel" "macintosh" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device""/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "Device" Identifier "Generic Video Card" Driver "fbdev" Option "UseFBDev" "true" EndSection Section "Device" Identifier "ATI Rage 128 M3 (Mobility)" Option "UseFBDev" "true" Option "HWcursor" Driver "r128" EndSection Section "Monitor" Identifier "Generic Monitor" HorizSync 30-60 VertRefresh 50-75 Option "DPMS" EndSection Section "Monitor" Identifier "Apple PowerBook G4" HorizSync 30-100 VertRefresh 50-160 Modeline"1152x768" 64.995 1152 1213 1349 1472 768 771 777 806 -HSync -VSync EndSection Section "Screen" Identifier "Default Screen" Device "ATI Rage 128 M3 (Mobility)" Monitor "Apple PowerBook G4" DefaultDepth24 SubSection "Display" Depth 1 Modes "1152x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1152x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1152x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1152x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1152x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1152x768" "1024
Processed: reassign bugs
Processing commands for [EMAIL PROTECTED]: > reassign 178698 libqt3-mt-mysql Bug#178698: Dependencies not correctly fulfilled for packages depending on xlibmesa3 | libgl1 Bug reassigned from package `xfree86' to `libqt3-mt-mysql'. > retitle 178698 missing dependency on xlibmesa3-glu! Bug#178698: Dependencies not correctly fulfilled for packages depending on xlibmesa3 | libgl1 Changed Bug title. > -- Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: libgl1 vs C++ transition, round 2
On Mon, Jan 27, 2003 at 11:51:02AM -0500, Daniel Jacobowitz wrote: > On Mon, Jan 27, 2003 at 04:52:57PM +0100, Marcelo E. Magallon wrote: > > In particular, it is _not_ a problem if a program ends up linking > > against two different libstdc++ libraries, right? It's inefficient, > > but otherwise irrelevant. I just want to make sure before I remove the > > otherwise misleading "c102" bit from the libglu1c102 package. > > I believe that this is correct. There may be corner case problems with > exception handling, but it won't break the way other things do; and > since libGLU could be implemented in C I doubt people rely on exception > handling working through it. I believe the two won't interfere. Please let me know if I need to be doing anything differently with the xlibmesa* packages. -- G. Branden Robinson| What influenced me to atheism was Debian GNU/Linux | reading the Bible cover to cover. [EMAIL PROTECTED] | Twice. http://people.debian.org/~branden/ | -- J. Michael Straczynski msg05546/pgp0.pgp Description: PGP signature
Bug#178698: Processed: Re: [mythtv] Re: Debian packages 0.7-12
This is, infact, really a problem at Qt3's side. Rebuilding the package will fix it. I am right now transisting the library to g++-3.2 so a fixed version for this package will be available very soon. Just by the way, somebody is to fix heimdal! ;) -- .''`. Name: Martin Loschwitz : :' : E-Mail: [EMAIL PROTECTED] `. `'` www: http://www.madkiss.org/ `- Use Debian GNU/Linux - http://www.debian.org msg05547/pgp0.pgp Description: PGP signature
XF86 4.2.1 and Diamond Stealth 3D 2000 with Diamond Monster II 3D expansion card
Hello, I just tried to set up XFree86 4.2.1-3 with a Diamond Stealth 3D 2000 card and a Diamond Monster II 3D expansion card. At the moment I'm struggling with the problems described in the logfile, attached to this e-mail. X doesn't want to start up, only gives the error messages "(EE) No devices detected. Fatal server error: no screens found" Hope that someone can help me and my somehow old hardware. Best wishes Lucia Cosima Eiselstein The output of lspci: 00:00.0 Host bridge: Acer Laboratories Inc. [ALi] M1445 00:03.0 Multimedia video controller: 3Dfx Interactive, Inc. Voodoo 2 (rev 02) 00:04.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C (rev 10) 00:05.0 VGA compatible controller: S3 Inc. 86c325 [ViRGE] (rev 02) = XF86Config-4: ### BEGIN DEBCONF SECTION # XF86Config-4 (XFree86 server configuration file) 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.) # # If you want your changes to this file preserved by dexconf, only make changes # before the "### BEGIN DEBCONF SECTION" line above, and/or after the # "### END DEBCONF SECTION" line below. # # To change things within the debconf section, run the command: # dpkg-reconfigure xserver-xfree86 # as root. Also see "How do I add custom sections to a dexconf-generated # XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz. Section "Files" FontPath"unix/:7100"# local font server # if the local font server has problems, we can fall back on these 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/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" "103" Option "XkbLayout" "de" # Option "XkbVariant""nodeadkeys" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device""/dev/ttyS0" Option "Protocol" "Auto" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Generic Mouse" Driver "mouse" Option "SendCoreEvents""true" Option "Device""/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "Diamond MonsterII" Driver "glide" # BusID "PCI:00:03:02" BusID "PCI 00:03:0" EndSection Section "Monitor" Identifier "IBM" HorizSync 28-50 VertRefresh 43-75 Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Diamond MonsterII" Monitor "IBM" DefaultDepth24 SubSection "Display" Depth 1 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24
Re: xfree86-common package problems in stable
Actually, did an dpkg -i --force-all /var/cache/apt/archives/xfree86-common_4.1.0-16_all.deb and it replaced all the missing files.. Most of the /etc/X11/Xseesion stuff, and rgb.txt etc.. The point is one package must have confused the other.. I would think that looking at the order I did things in, the fact that I installed xserver-svga first (version 3 stuff), and then later installed the xbase-common (via xbase-clients) that started the problem.. I have it resolved, just trying to assist in avoiding this occurrence for others. It has to be an issue with xfree86-common installer that decided for some reason not to install the configuration files wrongly, in my mind. On Tuesday 28 January 2003 20:01, Branden Robinson wrote: > On Tue, Jan 28, 2003 at 11:10:11AM -0800, Michael Peddemors wrote: > > No, no tricks were performed.. > > Just a standard apt-get installation.. Included is an email that I sent > > to the debian-kde list, but this problem is an X installation problem. > > Simply doing 'apt-gets' to the point where I can run startx should at > > that point have a working Xsession file, in my mind. > > Glance at the order in which the 'apt-gets' were applied and see if you > > can see where it might have failed please. > > > > and dpkg --configure --force-confnew xfree86-common doesn't work, just > > reporting that it is already done. (See bottom of Email for included > > text from email to debian-kde) > > --force-confnew and --force-confmiss have no effect with --configure, > because these force options only impact package unpacking. > > You need to dpkg -i (--install) the package in question. > > You may also want to ask the debian-user mailing list for help with > using dpkg. -- -- "Catch the Magic of Linux..." Michael Peddemors - Senior Consultant LinuxAdministration - Internet Services NetworkServices - Programming - Security Wizard IT Services http://www.wizard.ca Linux Support Specialist - http://www.linuxmagic.com LinuxMagic is a Registered TradeMark of Wizard Tower TechnoServices Ltd. (604)589-0037 Beautiful British Columbia, Canada -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#76251: Mensaje Humanista
Hola amiga/o Me llamo Elisa S. Casir, te escribo desde Madrid y formo parte de un equipo del Movimiento Humanista. Hoy son ya millones de personas las que experimentan cómo la sociedad en que vivimos se deshumaniza día a día. El ser humano ha perdido todo valor, el mundo se mueve en torno al dinero y en base al egoísmo, mientras las personas van quedando cada vez más desamparadas. De este modo, mientras cada uno está preocupado de sus propios problemas, todos vivimos cada vez peor. Sin embargo los humanistas sabemos que el absurdo de la globalización dirigida no va a triunfar. El ser humano ha crecido internamente y se encamina a la formación de una Nación Humana Universal. Este es un proceso histórico irreversible y así lo sienten ya en su corazón millones de personas. Todo ser humano tiene derecho a una vida digna por el simple hecho de haber nacido. Y en el interior de todo ser humano hay algo muy grande que está buscando expresarse en el mundo. Nuestro proyecto consiste en conectar y organizar a esos millones de personas de sensibilidad humanista. Si estás interesado en saber más de nuestra propuesta, sigue estos pasos: 1- Abre un mensaje nuevo 2- Escribe en el asunto la palabra SI 3- Envíalo a la dirección: [EMAIL PROTECTED] Esperamos tu mensaje. Un saludo afectuoso Elisa Susana Casir -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#178996: xserver-xfree86: [sun,keyboard] broken sun keycodes
Package: xserver-xfree86 Version: 4.2.1-5 Severity: normal Tags: patch Sun type5 keyboards have become unusable due to a missing semicolon in /etc/X11/xkb/keycodes/misc, line 463: --- /etc/X11/xkb/keycodes/sun.orig 2003-01-30 01:00:08.0 +0100 +++ /etc/X11/xkb/keycodes/sun 2003-01-30 01:00:27.0 +0100 @@ -460,7 +460,7 @@ xkb_keycodes "type6_euro" { include "sun(type6)" = 94; -} +}; xkb_keycodes "type5_se" { -- Package-specific info: 00:10.0 VGA compatible controller: ATI Technologies Inc Rage Mobility M3 AGP 2x (rev 02) 00:10.0 Class 0300: 1002:4c46 (rev 02) ### BEGIN DEBCONF SECTION # XF86Config-4 (XFree86 server configuration file) generated by dexconf, the # Debian X Configuration tool, using values from the debconf database. # # Edit this file with caution, and see the XF86Config manual page. # (Type "man XF86Config" at the shell prompt.) # # If you want your changes to this file preserved by dexconf, only make changes # before the "### BEGIN DEBCONF SECTION" line above, and/or after the # "### END DEBCONF SECTION" line below. Section "Files" FontPath"unix/:7100"# local font server FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" # if the local font server has problems, we can fall back on these 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/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"record" Load"speedo" Load"type1" Load"vbe" Load"xie" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc101" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "PowerBook G4 Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" Option "XkbModel" "macintosh" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device""/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "Device" Identifier "Generic Video Card" Driver "fbdev" Option "UseFBDev" "true" EndSection Section "Device" Identifier "ATI Rage 128 M3 (Mobility)" Option "UseFBDev" "true" Option "HWcursor" Driver "r128" EndSection Section "Monitor" Identifier "Generic Monitor" HorizSync 30-60 VertRefresh 50-75 Option "DPMS" EndSection Section "Monitor" Identifier "Apple PowerBook G4" HorizSync 30-100 VertRefresh 50-160 Modeline"1152x768" 64.995 1152 1213 1349 1472 768 771 777 806 -HSync -VSync EndSection Section "Screen" Identifier "Default Screen" Device "ATI Rage 128 M3 (Mobility)" Monitor "Apple PowerBook G4" DefaultDepth24 SubSection "Display" Depth 1 Modes "1152x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1152x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1152x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1152x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1152x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1152x768" "1024