LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Synaptic upgrade from stable to newer apps - remove all? (https://www.linuxquestions.org/questions/debian-26/synaptic-upgrade-from-stable-to-newer-apps-remove-all-479544/)

RedNovember 09-01-2006 03:54 PM

Synaptic upgrade from stable to newer apps - remove all?
 
Hey all,
I recently installed Debian Sarge (netinstall), but most of the apps are not very new at all. I added the repo
Code:

deb http://debian.hands.com/debian/ testing main contrib non-free
deb-src http://debian.hands.com/debian/ testing main contrib non-free

and now OO.o 2.0.3, KDE 3.5.4 etc. show up in the Synaptic window. However, when I go to upgrade anything it says it has to basically remove every other app on the system. (screenie - trying to upgrade inkscape)

How do I get past this and upgrade the stuff I want?

EDIT: ace-of-penguins upgraded with an upgrade to glibc, and various ttf fonts upgrade no problem.
EDIT #2: OK, I just upgraded bash with 2 pkgs upgraded and 1 installed. Let's see how it goes now.
EDIT #3: Nope, same problem.
EDIT #4: adduser can be upgraded with a minimum of work too. Maybe all base apps can?
EDIT #5: Upgraded alsa-base with even less parallel upgrading/installing.
EDIT #6: Bittorrent, binutils, base-utils, bsd-games and more installed. More deps, and had to remove juk and kdemultimedia.

pljvaldez 09-01-2006 05:03 PM

Basically, the problem is that you're trying to do a piece-meal dist-upgrade. Notice the sources entry you added. They say "testing". These are Etch repositories, not Sarge. Basically, you're trying to run a mixed stable and testing system. Generally, I don't like to do this, but if you still want to, you can try to google "apt-pinning" and get info on how to do that.

If you want newer apps, I'd recommend you use Etch (i.e. comment out the debian.hands.com sites, change every "stable" or "sarge" in your existing sources to "etch", then do aptitude update && aptitude dist-upgrade). Or if you feel like running stable still, try to use backports.org, which contains some newer packages that have been compiled for Sarge. I've had mixed results with it...

RedNovember 09-01-2006 05:10 PM

Hey thanks, I was looking at an apt-pinning site earlier and thought that might be what was going on. Thanks a lot! I'll try this tomorrow and see how it goes.
EDIT:
Code:

debian:/home/rednovember# aptitude update && aptitude dist-upgrade
Reading Package Lists... Done
Building Dependency Tree
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
Writing extended state information... Done
Hit http://www.debian-multimedia.org etch/main Packages
Hit http://www.debian-multimedia.org etch/main Release
Hit ftp://ftp.us.debian.org testing/main Packages
Hit ftp://ftp.us.debian.org testing/main Release
Hit ftp://ftp.us.debian.org testing/contrib Packages
Hit ftp://ftp.us.debian.org testing/contrib Release
Hit ftp://ftp.us.debian.org testing/non-free Packages
Hit ftp://ftp.us.debian.org testing/non-free Release
Hit ftp://ftp.us.debian.org testing/main Sources
Hit ftp://ftp.us.debian.org testing/main Release
Hit ftp://ftp.us.debian.org testing/contrib Sources
Hit ftp://ftp.us.debian.org testing/contrib Release
Hit ftp://ftp.us.debian.org testing/non-free Sources
Hit ftp://ftp.us.debian.org testing/non-free Release
Hit http://security.debian.org testing/updates/main Packages
Hit http://security.debian.org testing/updates/main Release
Hit http://ftp.debian-unofficial.org etch/main Packages
Hit http://ftp.debian-unofficial.org etch/main Release
Hit http://ftp.debian-unofficial.org etch/contrib Packages
Hit http://ftp.debian-unofficial.org etch/contrib Release
Hit http://ftp.debian-unofficial.org etch/non-free Packages
Hit http://ftp.debian-unofficial.org etch/non-free Release
Hit http://ftp.debian-unofficial.org etch/restricted Packages
Hit http://ftp.debian-unofficial.org etch/restricted Release
Hit http://ftp.debian-unofficial.org etch/main Sources
Hit http://ftp.debian-unofficial.org etch/main Release
Hit http://ftp.debian-unofficial.org etch/contrib Sources
Hit http://ftp.debian-unofficial.org etch/contrib Release
Hit http://ftp.debian-unofficial.org etch/non-free Sources
Hit http://ftp.debian-unofficial.org etch/non-free Release
Hit http://ftp.debian-unofficial.org etch/restricted Sources
Hit http://ftp.debian-unofficial.org etch/restricted Release
Reading Package Lists... Done
Building Dependency Tree
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
Reading Package Lists... Done
Building Dependency Tree
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
Some packages had unmet dependencies.  This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

The following packages have unmet dependencies:
  libfam0: Conflicts: libfam0c102 (< 2.7.0-10) but 2.7.0-6sarge1 is installed and it is kept back.
  libfam0c102: Conflicts: libfam0 but 2.7.0-10 is to be installed.
debian:/home/rednovember#

What does this mean?

EDIT #2: Installed those 2 pkgs, looks like the upgrade will take forever...
EDIT #3: Only 8 min to go! :)

RedNovember 09-01-2006 05:55 PM

Code:

Fetched 888MB in 30m49s (480kB/s)
Reading Package Lists... Done
Building Dependency Tree
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
W: Warning: could not lock the cache file.  Opening in read-only mode

:confused: What do I do now? I'm trying to do it again...
EDIT: Still doesn't work. trying aptitude update && apt-get dist-upgrade
EDIT: aptitude update, then aptitude dist-upgrade seems to work for some reason. It's working...

RedNovember 09-01-2006 07:03 PM

It's done, but Synaptic is saying many pkgs can't be authenticated and could be dangerous. How do I make this go away?

pljvaldez 09-01-2006 07:33 PM

If I remember right there's some gpg keys you need to apt-get... Sorry, I don't remember off the top of my head. Alternatively, you can just ignore it and blindly trust the install. :)

RedNovember 09-02-2006 01:32 PM

Well, I rebooted and now X won't start up... When I do a manual startx as root, it tells me it failed to load the modules "synaptics", "vesa" and "mouse" because they don't exist. I figure this is part of moving from xf86 to xorg. What changes do I need to make in my xorg.conf? I'll edit this to post my xorg.conf later.

EDIT: For reference I have an Intel Extreme accelerated 3d Graphics card, no touchpad, and a Sony Trinitron Multiscan17sf monitor. I have a Dell mouse (2 buttons + scroll wheel).

/etc/X11/xorg.conf:
Code:

Section "ServerLayout"
  Identifier "XFree86 Configured"
  Screen 0 "Screen0" 0 0
  InputDevice "Keyboard0" "CoreKeyboard"
  InputDevice "PS/2 Mouse" "CorePointer"
 #InputDevice "USB Mouse" "CorePointer"
 #InputDevice "Touchpad" "CorePointer"
 #InputDevice "Serial Mouse" "CorePointer"
EndSection

Section "ServerFlags"
  Option "AllowMouseOpenFail" "true"
EndSection

Section "Files"
# True type and type1 fonts

    FontPath        "/usr/X11R6/lib/X11/fonts/misc:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/Speedo"
    FontPath        "/usr/X11R6/lib/X11/fonts/PEX"
    FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath        "/usr/share/fonts/truetype/ttf-xfree86-nonfree"
    FontPath        "/usr/share/fonts/truetype/java"
    FontPath        "/usr/share/fonts/truetype/arphic"
    FontPath        "/usr/share/fonts/truetype/freefont"
    FontPath        "/usr/share/fonts/truetype/openoffice"
    FontPath        "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath        "/usr/share/fonts/ttf/western"
    FontPath        "/usr/share/fonts/ttf/decoratives"
    FontPath        "/usr/share/fonts/type1/gsfonts"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath        "/usr/X11R6/lib/X11/fonts/defoma/CID"
    FontPath        "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
    FontPath        "/usr/local/share/fonts"
    FontPath        "/usr/share/fonts"
    FontPath        "/usr/X11R6/lib/X11/fonts"
    FontPath        "/usr/share/fonts/afms"
    FontPath        "/usr/share/fonts/bitmap"
    FontPath        "/usr/share/fonts/truetype"
    FontPath        "/usr/share/fonts/ttf"
    FontPath        "/usr/share/fonts/type1"
    FontPath        "/usr/X11R6/lib/X11/fonts/defoma"
EndSection

Section "Module"
  Load "bitmap"
  Load "dbe"
  Load "ddc"
  Load "dri"
  Load "extmod"
  Load "freetype"
  Load "glx"
  Load "int10"
  Load "record"
  Load "type1"
  Load "vbe"
  Load "synaptics"
EndSection

Section "InputDevice"
  Identifier "Keyboard0"
  Driver "keyboard"
  Option "CoreKeyboard"
  Option "XkbModel" "pc105"
  Option "XkbLayout" "us"
  Option "XKbOptions" ""
EndSection

Section "InputDevice"
  Identifier "Serial Mouse"
  Driver "mouse"
  Option  "Protocol" "Microsoft"
  Option  "Device" "/dev/ttyS0"
  Option  "Emulate3Buttons" "false"
  Option  "Emulate3Timeout" "70"
EndSection

Section "InputDevice"
 Identifier "Touchpad"
 Driver "synaptics"
 Option "Device" "/dev/psaux"
 Option "Protocol" "auto-dev"
 Option "LeftEdge" "1700"
 Option "RightEdge" "5300"
 Option "TopEdge" "1700"
 Option "BottomEdge" "4200"
 Option "FingerLow" "25"
 Option "FingerHigh" "30"
 Option "MaxTapTime" "180"
 Option "MaxTapMove" "220"
 Option "VertScrollDelta" "100"
 Option "MinSpeed" "0.06"
 Option "MaxSpeed" "0.12"
 Option "AccelFactor" "0.0010"
 Option "SHMConfig" "on"
 Option "Repeater" "/dev/input/mice"
EndSection

Section "InputDevice"
  Identifier "PS/2 Mouse"
  Driver "mouse"
  Option "Protocol" "auto"
  Option "Device" "/dev/psaux"
  Option "Emulate3Buttons" "false"
  Option "Emulate3Timeout" "70"
  Option "ZAxisMapping" "4 5"
  Option "Buttons" "5"
EndSection

Section "InputDevice"
  Identifier "USB Mouse"
  Driver "mouse"
  Option "Device" "/dev/input/mice"
  Option "Protocol" "ExplorerPS/2"
  Option "ZAxisMapping" "4 5"
  Option "Buttons" "5"
EndSection

Section "Monitor"
  Identifier "Monitor0"
  VendorName "unknown"
  ModelName "unknown"
 #Option "DPMS" "true"
  HorizSync    30.0 - 82.0 # Warning: This may fry old Monitors
  VertRefresh  50.0 - 70.0 # Very conservative. May flicker.
  Modeline "640x480"    25.175 640  664  760  800  480  491  493  525 #60Hz
  Modeline "800x600"    40.12  800  848  968 1056  600  601  605  628 #60Hz
  Modeline "1024x768"    75    1024 1048 1184 1328  768  771  777  806 -hsync -vsync
  Modeline "1024x768"    85    1024 1056 1152 1360  768  784  787  823
  ModeLine "1152x864"    65    1152 1168 1384 1480  864  865  875  985 Interlace
  Modeline "1152x864"    92    1152 1208 1368 1474  864  865  875  895
  Modeline "1152x864"  110    1152 1240 1324 1552  864  864  876  908
  Modeline "1152x864"  135    1152 1464 1592 1776  864  864  876  908
  Modeline "1152x864"  137.65 1152 1184 1312 1536  864  866  885  902 -HSync -VSync
  Modeline "1280x768"    80.14 1280 1344 1480 1680  768  769  772  795
  ModeLine "1280x800"    80.58 1280 1344 1480 1680  800  801  804  827 -HSync -VSync
  Modeline "1280x1024"  80    1280 1296 1512 1568  1024 1025 1037 1165 Interlace
  Modeline "1280x1024"  110    1280 1328 1512 1712  1024 1025 1028 1054
  Modeline "1280x1024"  126.5  1280 1312 1472 1696  1024 1032 1040 1068 -HSync -VSync
  Modeline "1280x1024"  135    1280 1312 1456 1712  1024 1027 1030 1064
  Modeline "1280x1024"  135    1280 1312 1416 1664  1024 1027 1030 1064
  Modeline "1280x1024"  157.5  1280 1344 1504 1728  1024 1025 1028 1072 +HSync +VSync
  Modeline "1280x1024"  181.75 1280 1312 1440 1696  1024 1031 1046 1072 -HSync -VSync
  Modeline "1440x900"  106.47 1440 1520 1672 1904  900  901  904  932 +HSync +VSync
  Modeline "1400x1050"  129    1400 1464 1656 1960  1050 1051 1054 1100 +HSync +VSync
  Modeline "1600x1200"  162    1600 1664 1856 2160  1200 1201 1204 1250 +HSync +VSync
  Modeline "1600x1200"  189    1600 1664 1856 2160  1200 1201 1204 1250 -HSync -VSync
  Modeline "1600x1200"  202.5  1600 1664 1856 2160  1200 1201 1204 1250 +HSync +VSync
  Modeline "1600x1200"  220    1600 1616 1808 2080  1200 1204 1207 1244 +HSync +VSync
  Modeline "1680x1050"  147.14 1680 1784 1968 2256  1050 1051 1054 1087
  ModeLine "1800x1440"  230    1800 1896 2088 2392  1440 1441 1444 1490 +HSync +VSync
  ModeLine "1800x1440"  250    1800 1896 2088 2392  1440 1441 1444 1490 +HSync +VSync
  Modeline "1920x1200"  230    1920 1936 2096 2528  1200 1201 1204 1250 +HSync +VSync
EndSection

Section "Device"
 #Option "sw_cursor" # needed for some ati cards
 #Option "hw_cursor"
 #Option "NoAccel"
 #Option "ShowCache"
 #Option "ShadowFB"
 #Option "UseFBDev"
 #Option "Rotate"
 #Option "NoUseBios" # needed for some Savage cards
  Option "UseInternalAGPGART" "no"
# nvidia special options, use with care
  Option "CursorShadow" "1"
  Option "CursorShadowAlpha" "63"
  Option "CursorShadowYOffset" "2"
  Option "CursorShadowXOffset" "4"
  Option "FlatPanelProperties" "Scaling = native"
  Option "NoLogo" "false"
  Option "IgnoreEdid" "true" # needs to be true for some nvidia cards
  Identifier  "Card0"
  Driver "vesa" #formerly i810
  BoardName "unknown"
 #BusID  "PCI:1:0:0"
EndSection

Section "Screen"
  Identifier "Screen0"
  Device "Card0"
  Monitor "Monitor0"
  DefaultColorDepth 16
  SubSection "Display"
  Depth 1
  Modes "1024x768"
  EndSubSection
  SubSection "Display"
  Depth 4
  Modes "1024x768"
  EndSubSection
  SubSection "Display"
  Depth 8
  Modes "1024x768"
  EndSubSection
  SubSection "Display"
  Depth 15
  Modes "1024x768"
  EndSubSection
  SubSection "Display"
  Depth 16
  Modes "1024x768"
  EndSubSection
  SubSection "Display"
  Depth 24
  Modes "1024x768"
  EndSubSection
  SubSection "Display"
  Depth 32
  Modes "1024x768"
  EndSubSection
  # Only the official NVIDIA driver supports twinview
  # these setting are an example
  Option "TwinView" "false"
  Option "SecondMonitorVendorName" "unknown"
  Option "SecondMonitorModelName" "unknown"
  Option "SecondMonitorHorizSync" "30-82"
  Option "SecondMonitorVertRefresh" "50-75"
  Option "MetaModes" "1024x768, 1024x768; 800x600, 800x600; 640x480, 640x480"
  Option "TwinViewOrientation" "RightOf"
  Option "ConnectedMonitor" "dfp,dfp"
EndSection

Section "DRI"
  Mode 0666
EndSection

/var/log/Xorg.0.log:
Code:

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.12-1-686 i686
Current Operating System: Linux debian 2.4.27-2-386 #1 Wed Nov 30 21:38:51 JST 2005 i686
Build Date: 16 March 2006
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Sep  2 14:22:53 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |  |-->Monitor "Monitor0"
(**) |  |-->Device "Card0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(WW) Option "XkbOptions" requires an string value
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "PS/2 Mouse"
(WW) The directory "/usr/X11R6/lib/X11/fonts/PEX" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype/ttf-xfree86-nonfree" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype/java" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype/arphic" does not exist.
        Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/truetype/freefont".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/truetype/freefont").
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/truetype/openoffice".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/truetype/openoffice").
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/truetype/ttf-bitstream-vera".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/truetype/ttf-bitstream-vera").
(WW) The directory "/usr/share/fonts/ttf/western" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist.
        Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/type1/gsfonts".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/type1/gsfonts").
(WW) The directory "/usr/X11R6/lib/X11/fonts/defoma/CID" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/defoma/TrueType" does not exist.
        Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID").
(WW) `fonts.dir' not found (or not valid) in "/usr/local/share/fonts".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/local/share/fonts").
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts").
(WW) The directory "/usr/share/fonts/afms" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/bitmap" does not exist.
        Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/truetype".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/truetype").
(WW) The directory "/usr/share/fonts/ttf" does not exist.
        Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/type1".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/type1").
(WW) The directory "/usr/X11R6/lib/X11/fonts/defoma" does not exist.
        Entry deleted from font path.
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/Type1,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,/usr/share/fonts/X11/misc/,/usr/share/fonts/X11/TTF/,/usr/share/fonts/X11/OTF,/usr/share/fonts/X11/Type1/,/usr/share/fonts/X11/CID/,/usr/share/fonts/X11/100dpi/,/usr/share/fonts/X11/75dpi/"
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Option "AllowMouseOpenFail" "true"
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.8
        X.Org XInput driver : 0.5
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2560 card 1028,0160 rev 01 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2562 card 1028,0160 rev 01 class 03,00,00 hdr 00
(II) PCI: 00:1d:0: chip 8086,24c2 card 1028,0160 rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 1028,0160 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 1028,0160 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 1028,0160 rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 81 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24cb card 1028,0160 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 1028,0160 rev 01 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1028,0160 rev 01 class 04,01,00 hdr 00
(II) PCI: 01:05:0: chip 14f1,2702 card 1028,8d88 rev 01 class 07,80,00 hdr 00
(II) PCI: 01:09:0: chip 14e4,4401 card 1028,8127 rev 01 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1        0        0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 1 I/O range:
        [0] -1        0        0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1        0        0xfe900000 - 0xfeafffff (0x200000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:2:0) Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device rev 1, Mem @ 0xe8000000/27, 0xfeb80000/19
(II) Addressable bus resource ranges are
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1        0        0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1        0        0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xf0000000 from 0xf7ffffff to 0xefffffff
(II) Active PCI resource ranges:
        [0] -1        0        0xfe9ee000 - 0xfe9effff (0x2000) MX[B]
        [1] -1        0        0xfe9f0000 - 0xfe9fffff (0x10000) MX[B]
        [2] -1        0        0xfeb7f900 - 0xfeb7f9ff (0x100) MX[B]
        [3] -1        0        0xfeb7fa00 - 0xfeb7fbff (0x200) MX[B]
        [4] -1        0        0xfeb7fc00 - 0xfeb7ffff (0x400) MX[B]
        [5] -1        0        0xffa80800 - 0xffa80bff (0x400) MX[B]
        [6] -1        0        0xf0000000 - 0xefffffff (0x0) MX[B]O
        [7] -1        0        0xfeb80000 - 0xfebfffff (0x80000) MX[B](B)
        [8] -1        0        0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [9] -1        0        0x0000dff8 - 0x0000dfff (0x8) IX[B]
        [10] -1        0        0x0000edc0 - 0x0000edff (0x40) IX[B]
        [11] -1        0        0x0000ee00 - 0x0000eeff (0x100) IX[B]
        [12] -1        0        0x0000eda0 - 0x0000edbf (0x20) IX[B]
        [13] -1        0        0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [14] -1        0        0x00000374 - 0x00000374 (0x1) IX[B]
        [15] -1        0        0x00000170 - 0x00000170 (0x1) IX[B]
        [16] -1        0        0x000003f4 - 0x000003f4 (0x1) IX[B]
        [17] -1        0        0x000001f0 - 0x000001f0 (0x1) IX[B]
        [18] -1        0        0x0000ff40 - 0x0000ff5f (0x20) IX[B]
        [19] -1        0        0x0000ff60 - 0x0000ff7f (0x20) IX[B]
        [20] -1        0        0x0000ff80 - 0x0000ff9f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1        0        0xfe9ee000 - 0xfe9effff (0x2000) MX[B]
        [1] -1        0        0xfe9f0000 - 0xfe9fffff (0x10000) MX[B]
        [2] -1        0        0xfeb7f900 - 0xfeb7f9ff (0x100) MX[B]
        [3] -1        0        0xfeb7fa00 - 0xfeb7fbff (0x200) MX[B]
        [4] -1        0        0xfeb7fc00 - 0xfeb7ffff (0x400) MX[B]
        [5] -1        0        0xffa80800 - 0xffa80bff (0x400) MX[B]
        [6] -1        0        0xf0000000 - 0xefffffff (0x0) MX[B]O
        [7] -1        0        0xfeb80000 - 0xfebfffff (0x80000) MX[B](B)
        [8] -1        0        0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [9] -1        0        0x0000dff8 - 0x0000dfff (0x8) IX[B]
        [10] -1        0        0x0000edc0 - 0x0000edff (0x40) IX[B]
        [11] -1        0        0x0000ee00 - 0x0000eeff (0x100) IX[B]
        [12] -1        0        0x0000eda0 - 0x0000edbf (0x20) IX[B]
        [13] -1        0        0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [14] -1        0        0x00000374 - 0x00000374 (0x1) IX[B]
        [15] -1        0        0x00000170 - 0x00000170 (0x1) IX[B]
        [16] -1        0        0x000003f4 - 0x000003f4 (0x1) IX[B]
        [17] -1        0        0x000001f0 - 0x000001f0 (0x1) IX[B]
        [18] -1        0        0x0000ff40 - 0x0000ff5f (0x20) IX[B]
        [19] -1        0        0x0000ff60 - 0x0000ff7f (0x20) IX[B]
        [20] -1        0        0x0000ff80 - 0x0000ff9f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1        0        0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1        0        0xfe9ee000 - 0xfe9effff (0x2000) MX[B]
        [6] -1        0        0xfe9f0000 - 0xfe9fffff (0x10000) MX[B]
        [7] -1        0        0xfeb7f900 - 0xfeb7f9ff (0x100) MX[B]
        [8] -1        0        0xfeb7fa00 - 0xfeb7fbff (0x200) MX[B]
        [9] -1        0        0xfeb7fc00 - 0xfeb7ffff (0x400) MX[B]
        [10] -1        0        0xffa80800 - 0xffa80bff (0x400) MX[B]
        [11] -1        0        0xf0000000 - 0xefffffff (0x0) MX[B]O
        [12] -1        0        0xfeb80000 - 0xfebfffff (0x80000) MX[B](B)
        [13] -1        0        0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [14] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[B]
        [15] -1        0        0x00000000 - 0x000000ff (0x100) IX[B]
        [16] -1        0        0x0000dff8 - 0x0000dfff (0x8) IX[B]
        [17] -1        0        0x0000edc0 - 0x0000edff (0x40) IX[B]
        [18] -1        0        0x0000ee00 - 0x0000eeff (0x100) IX[B]
        [19] -1        0        0x0000eda0 - 0x0000edbf (0x20) IX[B]
        [20] -1        0        0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [21] -1        0        0x00000374 - 0x00000374 (0x1) IX[B]
        [22] -1        0        0x00000170 - 0x00000170 (0x1) IX[B]
        [23] -1        0        0x000003f4 - 0x000003f4 (0x1) IX[B]
        [24] -1        0        0x000001f0 - 0x000001f0 (0x1) IX[B]
        [25] -1        0        0x0000ff40 - 0x0000ff5f (0x20) IX[B]
        [26] -1        0        0x0000ff60 - 0x0000ff7f (0x20) IX[B]
        [27] -1        0        0x0000ff80 - 0x0000ff9f (0x20) IX[B]
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 7.0.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.1.0
        ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "synaptics"
(WW) Warning, couldn't open module synaptics
(II) UnloadModule: "synaptics"
(EE) Failed to load module "synaptics" (module does not exist, 0)
(II) LoadModule: "vesa"
(WW) Warning, couldn't open module vesa
(II) UnloadModule: "vesa"
(EE) Failed to load module "vesa" (module does not exist, 0)
(II) LoadModule: "keyboard"
(II) Loading /usr/lib/xorg/modules/input/keyboard_drv.so
(II) Module keyboard: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "mouse"
(WW) Warning, couldn't open module mouse
(II) UnloadModule: "mouse"
(EE) Failed to load module "mouse" (module does not exist, 0)
(EE) No drivers available.

Fatal server error:
no screens found


RedNovember 09-02-2006 03:36 PM

Hell, I guess I'll just do a stable install of Etch.


All times are GMT -5. The time now is 02:46 AM.