Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kde can't come up. hangs after clock[SOLVED]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
idella4
Retired Dev
Retired Dev


Joined: 09 Jun 2006
Posts: 1600
Location: Australia, Perth

PostPosted: Wed Jul 23, 2008 7:12 am    Post subject: Reply with quote

Hmmm, that's not good. I changed it and re-booted. It's stuck again. I've never had a new install get stuck in so many different ways. And ofcourse, this time there was no change to the file. Your words suggest you don't know how to clear it!
_________________
idella4@aus
Back to top
View user's profile Send private message
idella4
Retired Dev
Retired Dev


Joined: 09 Jun 2006
Posts: 1600
Location: Australia, Perth

PostPosted: Wed Jul 23, 2008 7:30 am    Post subject: Reply with quote

It's stuck.

Code:

* Setting system clock ........
* Configuring kernel parameters
* U[dating environment
* Cleaning /var/lock, /var/run
* Wiping /tmp directory
* Caching service dependencies.


This is a bootup script. Could we disable the damn thing?
_________________
idella4@aus
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Wed Jul 23, 2008 7:43 am    Post subject: Reply with quote

Perhaps it's time to go for the interactive boot. The fact that the system comes up saying "setting system clock..." means there's something else failing...whatever it is that dies when "caching service dependencies" comes up. The only way you're going to find out what's up is to do an interactive boot. Use <shift> I

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
idella4
Retired Dev
Retired Dev


Joined: 09 Jun 2006
Posts: 1600
Location: Australia, Perth

PostPosted: Wed Jul 23, 2008 8:05 am    Post subject: Reply with quote

I don't know what happened to your <shift> I, it didn't do a thing.
But I may have found it. This time it stopped and dropped to a shell. It indicated it couldn't start /etc/init.d/clock because of permission denied. So why is the bootup script now denying itself permission to its own sub-script.
I just know I'm so tired of these stuffups.
_________________
idella4@aus
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Wed Jul 23, 2008 8:15 am    Post subject: Reply with quote

If it dropped to a shell, then yes, it did work. As to why the file permissions went up in smoke, I haven't a clue. Can you get past the error when in the shell? If so, finish the boot cycle, and log in as root.

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
idella4
Retired Dev
Retired Dev


Joined: 09 Jun 2006
Posts: 1600
Location: Australia, Perth

PostPosted: Wed Jul 23, 2008 8:32 am    Post subject: Reply with quote

No that's the whole problem. The stupid thing now is incapable of completing a boot cycle. It gets stuck.
Line two of the /etc/init.d/clock pulled up with permission denied. End of progress.

The file permissions on /etc/init.d/clock are the same as any other script in /etc/init.d
_________________
idella4@aus
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Wed Jul 23, 2008 8:39 am    Post subject: Reply with quote

For the time being, remove clock from the /etc/runlevel/boot directory to stop it from coming up. Also, rename /etc/conf.d/clock so the system can't find it.

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
idella4
Retired Dev
Retired Dev


Joined: 09 Jun 2006
Posts: 1600
Location: Australia, Perth

PostPosted: Wed Jul 23, 2008 8:57 am    Post subject: Reply with quote

pappy we've got to intervene on the start up scripts at least one more step. Now that it's gone, it pille up completely to a shell. <ctrl> d reboots. So either change <ctrl> d to continue, or there's somewhere else where clock is listed to execute in the inits.
_________________
idella4@aus
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Wed Jul 23, 2008 9:11 am    Post subject: Reply with quote

Ok, the computer in question is really asking for a trip out the window of your speeding car, yes?

We're down to where it's time to start disabling things in the boot runlevel until we get to the crux of what's happening. This is going to call for serious troubleshooting. You can accomplish this feat in two different ways:

1) use rc-update to remove them from boot one by one, while keeping track of what has gone bye-bye.
2) turn off the executable bit associated with each link in the boot runlevel linked to /etc/init.d/

EDIT: fixed incorrect path above. /EDIT

I'll grant you one thing. I've not had a challenge such as the one you present.

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.


Last edited by pappy_mcfae on Wed Jul 23, 2008 9:31 am; edited 1 time in total
Back to top
View user's profile Send private message
idella4
Retired Dev
Retired Dev


Joined: 09 Jun 2006
Posts: 1600
Location: Australia, Perth

PostPosted: Wed Jul 23, 2008 9:18 am    Post subject: Reply with quote

pappy, clock is listed in /sbin/rc script as a critical service. rc-update obviously edits this file.

Shall I remove it? I suspect if you tried it using rc-update it might refuse you because it's considered critical.


I removed it.
_________________
idella4@aus


Last edited by idella4 on Wed Jul 23, 2008 9:24 am; edited 1 time in total
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Wed Jul 23, 2008 9:23 am    Post subject: Reply with quote

As far as /etc/conf.d/clock, rename it to something other than clock. I am pretty sure that should render it unworkable, and perhaps give you a warning that the file doesn't exist. If that doesn't work, temporarily remove it's executable bit in /etc/init.d. That should stop it dead.

Frankly, we are both treading some new ground here. I've never dealt with a system so completely screwed. I am boggled!

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
idella4
Retired Dev
Retired Dev


Joined: 09 Jun 2006
Posts: 1600
Location: Australia, Perth

PostPosted: Wed Jul 23, 2008 9:25 am    Post subject: Reply with quote

ok -re-boot
_________________
idella4@aus
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Wed Jul 23, 2008 9:27 am    Post subject: Reply with quote

I know it's a little late to ask, but exactly what kind of system are we fixing, vis a vis, what CPU, how much memory, etc.?

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
idella4
Retired Dev
Retired Dev


Joined: 09 Jun 2006
Posts: 1600
Location: Australia, Perth

PostPosted: Wed Jul 23, 2008 9:38 am    Post subject: Reply with quote

Yes it's a little late. The motherboard and cpu are brand new. The cpu is InteL core duo. ram is 1 Gig, if it helps. Can't see how myself.

It worked. It got to login, level3. kds is close but still flawed. That would be easier. If you're sticking around do you want to solve that first?

AIGLX: Screen 0 is not DRI capable.

What's DRI?
_________________
idella4@aus
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Wed Jul 23, 2008 9:44 am    Post subject: Reply with quote

As a matter of fact, I was getting ready to say my ado's. You must be a psychic.

The fact that you are now running KDE, albeit less than perfectly means the only thing left is to fix the boot problem. Since you can now assign file permissions, update the permissions for /etc/conf.d/clock and /etc/init.d/clock. As far as tweaking X is concerned, we'll take care of that tomorrow.

Whew! I don't know about you, but my brain hurts. :lol:

hehehe

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
idella4
Retired Dev
Retired Dev


Joined: 09 Jun 2006
Posts: 1600
Location: Australia, Perth

PostPosted: Wed Jul 23, 2008 9:51 am    Post subject: Reply with quote

ok, softee. Catch you tomorrow.
_________________
idella4@aus
Back to top
View user's profile Send private message
Xanadu
Guru
Guru


Joined: 10 Oct 2002
Posts: 335
Location: Hour West of Philly (USA)

PostPosted: Wed Jul 23, 2008 12:05 pm    Post subject: Reply with quote

As far as the timezone thing goes, I may know what's going on there. I recently got a new laptop (HP dv 6871us) and the only way I can get the clock to update in a timely fashion (no pun intended :) ) is to use --directisa when using hwclock, or the machine sits dead for a few seconds. You may want to try putting this in your /etc/conf.d/clock file:

CLOCK_OPTS="--directisa"

I can't guarantee that will help, but, it certainly won't hurt.
_________________
I'm not a prophet or a stone-age man
I'm just a mortal with potential of a super man

-David Bowie
Back to top
View user's profile Send private message
Xanadu
Guru
Guru


Joined: 10 Oct 2002
Posts: 335
Location: Hour West of Philly (USA)

PostPosted: Wed Jul 23, 2008 12:58 pm    Post subject: Reply with quote

Also, I just thought of this, what are your hdparm settings? ( /etc/conf.d/hdparm) I've had strange things happen with my drives when I put really aggressive settings in there, namely using mulitsect ( -m SOMETHING). If you're saying things are getting their permission bits played with (and/or not being honored), that may be something to look at.

It's just a thought that just hit my head since I've had similar anomalies happen to machines of mine in the past when i was playing around trying to get every last bit of oomph out of my drives.

What file system are you using? These days I'm using XFS for all my partitions, but I had been using reiser3 when I have seen this happen. I haven't used ext* on anything other than storage partitions (music, pictures, movies, etc.) for many years, so I can't really speak on things like you're seeing if ext* is being used.

P.S.
I know emerge --sync will suggest the use of reiser for your /usr/portage mount, but XFS blew it away in speed. I did some time trials when deciding what FS to use and XFS did a --sync in a quarter of the time that reiser took. I have all that info saved, just not on this machine. I guess I should post my findings for others to mull over.
_________________
I'm not a prophet or a stone-age man
I'm just a mortal with potential of a super man

-David Bowie
Back to top
View user's profile Send private message
idella4
Retired Dev
Retired Dev


Joined: 09 Jun 2006
Posts: 1600
Location: Australia, Perth

PostPosted: Thu Jul 24, 2008 2:27 am    Post subject: Reply with quote

xanadu,

It's an ext3 partition. That's what started the trouble with grub. I've had to use lilo instead.
ok I'll try that.

I still need some decent settings for Time zone and local in clock to stop init scripts jumping all over it and making trouble.
_________________
idella4@aus
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Thu Jul 24, 2008 3:19 am    Post subject: Reply with quote

Reedit /etc/conf.d/clock as root, and set the proper permissions, unless you already went there. Also, since KDE is on the menu tonight, would you post your /etc/X11/xorg.conf and /var/log/Xorg.0.log.

How are you today? Ready for more troubleshooting???

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
idella4
Retired Dev
Retired Dev


Joined: 09 Jun 2006
Posts: 1600
Location: Australia, Perth

PostPosted: Thu Jul 24, 2008 4:20 am    Post subject: Reply with quote

Hi pappy. I'm ok but losing interest fast with these major hassles. I'll get them. atm we're back to hanging caching service dependencies. I wish I could find that piece of script. But take note. The permissions were never wrong. There's nothing to reset.

xorg

Code:

Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/share/X11/rgb"
   ModulePath   "/usr/lib/xorg/modules"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/OTF"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/100dpi/"
   FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
   Load  "dbe"
   Load  "record"
   Load  "dri"
   Load  "xtrap"
   Load  "extmod"
   Load  "GLcore"
   Load  "glx"
   Load  "freetype"
   Load  "type1"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/input/mice"
   Option       "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "ShadowFB"              # [<bool>]
        #Option     "DefaultRefresh"        # [<bool>]
        #Option     "ModeSetClearScreen"    # [<bool>]
   Identifier  "Card0"
   Driver      "nv"
   VendorName  "nVidia Corporation"
   BoardName   "Unknown Board"
   BusID       "PCI:0:16:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection


Here's the last little bit of the log. It's really long and things only go wrong at the end.

Code:

(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/input/mice"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse0: Buttons: 11
(**) Mouse0: Sensitivity: 1
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
FreeFontPath: FPE "/usr/share/fonts/misc/" refcount is 2, should be 1; fixing.


How are you?
_________________
idella4@aus
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Thu Jul 24, 2008 4:25 am    Post subject: Reply with quote

I'm as fine as frog hair, thanks for asking. Yourself?

Has the clock problem been ironed out? How is KDE running? Is it running?

I'd really like to look at the entire xorg log. There will be much truth told.

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
idella4
Retired Dev
Retired Dev


Joined: 09 Jun 2006
Posts: 1600
Location: Australia, Perth

PostPosted: Thu Jul 24, 2008 4:37 am    Post subject: Reply with quote

[code:1:685d869a13]

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN
Current Operating System: Linux HOSTNAME="Gentoo" 2.6.24-gentoo-r8 #13 SMP Tue Jul 22 08:36:31 Local time zone must be set--see zic i686
Build Date: 07 July 2008
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: Wed Jul 23 20:27:43 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
Entry deleted from font path.
(**) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81eb5c0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.2
X.Org XInput driver : 0.7
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.2
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,07c3 card 0000,0000 rev a2 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,07cb card 0000,0000 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:01:0: chip 10de,07cd card 0000,0000 rev a1 class 05,00,00 hdr 80
(II) PCI: 00:01:1: chip 10de,07ce card 0000,0000 rev a1 class 05,00,00 hdr 80
(II) PCI: 00:01:2: chip 10de,07cf card 0000,0000 rev a1 class 05,00,00 hdr 80
(II) PCI: 00:01:3: chip 10de,07d0 card 0000,0000 rev a1 class 05,00,00 hdr 80
(II) PCI: 00:01:4: chip 10de,07d1 card 0000,0000 rev a1 class 05,00,00 hdr 80
(II) PCI: 00:01:5: chip 10de,07d2 card 0000,0000 rev a1 class 05,00,00 hdr 80
(II) PCI: 00:01:6: chip 10de,07d3 card 0000,0000 rev a1 class 05,00,00 hdr 80
(II) PCI: 00:02:0: chip 10de,07d6 card 0000,0000 rev a1 class 05,00,00 hdr 80
(II) PCI: 00:03:0: chip 10de,07d7 card 1043,82ae rev a2 class 06,01,00 hdr 80
(II) PCI: 00:03:1: chip 10de,07d8 card 1043,82ae rev a1 class 0c,05,00 hdr 80
(II) PCI: 00:03:2: chip 10de,07d9 card 0000,0000 rev a1 class 05,00,00 hdr 80
(II) PCI: 00:03:4: chip 10de,07c8 card 0000,0000 rev a1 class 05,00,00 hdr 80
(II) PCI: 00:04:0: chip 10de,07fe card 1043,82ae rev a1 class 0c,03,10 hdr 80
(II) PCI: 00:04:1: chip 10de,056a card 1043,82ae rev a1 class 0c,03,20 hdr 80
(II) PCI: 00:08:0: chip 10de,056c card f043,82ae rev a1 class 01,01,8a hdr 00
(II) PCI: 00:09:0: chip 10de,07fc card 1043,8290 rev a1 class 04,03,00 hdr 00
(II) PCI: 00:0a:0: chip 10de,056d card 0000,0000 rev a1 class 06,04,01 hdr 01
(II) PCI: 00:0b:0: chip 10de,056e card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:0c:0: chip 10de,056f card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 10de,056f card 0000,0000 rev a1 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,07f0 card 1043,82ae rev a2 class 01,01,85 hdr 00
(II) PCI: 00:0f:0: chip 10de,07dc card 1043,816a rev a2 class 02,00,00 hdr 00
(II) PCI: 00:10:0: chip 10de,07e3 card 1043,82ae rev a2 class 03,00,00 hdr 00
(II) PCI: 01:07:0: chip 10b9,5281 card 10b9,5281 rev a4 class 01,80,85 hdr 80
(II) PCI: 01:07:1: chip 10b9,5228 card 10b9,5281 rev c6 class 01,80,85 hdr 80
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,4), 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-ISA bridge:
(II) Bus -1: bridge is at (0:3:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:10:0), (0,1,1), BCTRL: 0x0204 (VGA_EN is cleared)
(II) Bus 1 I/O range:
[0] -1 0 0x00008000 - 0x000080ff (0x100) IX[B]
[1] -1 0 0x00008400 - 0x000084ff (0x100) IX[B]
[2] -1 0 0x00008800 - 0x000088ff (0x100) IX[B]
[3] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]
[4] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]
[5] -1 0 0x00009400 - 0x000094ff (0x100) IX[B]
[6] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]
[7] -1 0 0x00009c00 - 0x00009cff (0x100) IX[B]
[8] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[9] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
[10] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
[11] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xefb00000 - 0xefbfffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xefa00000 - 0xefafffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:11:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x00007000 - 0x000070ff (0x100) IX[B]
[1] -1 0 0x00007400 - 0x000074ff (0x100) IX[B]
[2] -1 0 0x00007800 - 0x000078ff (0x100) IX[B]
[3] -1 0 0x00007c00 - 0x00007cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xef900000 - 0xef9fffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0xef800000 - 0xef8fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[1] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[2] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[3] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xef700000 - 0xef7fffff (0x100000) MX[B]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0xefe00000 - 0xefefffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:13:0), (0,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 4 I/O range:
[0] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]
[1] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[B]
[2] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]
[3] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
(II) Bus 4 non-prefetchable memory range:
[0] -1 0 0xefd00000 - 0xefdfffff (0x100000) MX[B]
(II) Bus 4 prefetchable memory range:
[0] -1 0 0xefc00000 - 0xefcfffff (0x100000) MX[B]
(--) PCI:*(0:16:0) nVidia Corporation unknown chipset (0x07e3) rev 162, Mem @ 0xed000000/24, 0xd0000000/28, 0xee000000/24
(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 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0 0xefffb000 - 0xefffb00f (0x10) MX[B]
[1] -1 0 0xefffc000 - 0xefffc0ff (0x100) MX[B]
[2] -1 0 0xefffd000 - 0xefffdfff (0x1000) MX[B]
[3] -1 0 0xefff8000 - 0xefff9fff (0x2000) MX[B]
[4] -1 0 0xefff4000 - 0xefff7fff (0x4000) MX[B]
[5] -1 0 0xefffe000 - 0xefffe0ff (0x100) MX[B]
[6] -1 0 0xeffff000 - 0xefffffff (0x1000) MX[B]
[7] -1 0 0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
[8] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[9] -1 0 0xed000000 - 0xedffffff (0x1000000) MX[B](B)
[10] -1 0 0x00008800 - 0x0000880f (0x10) IX[B]
[11] -1 0 0x00008c00 - 0x00008c03 (0x4) IX[B]
[12] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
[13] -1 0 0x00009400 - 0x00009403 (0x4) IX[B]
[14] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[15] -1 0 0x00009c00 - 0x00009c0f (0x10) IX[B]
[16] -1 0 0x0000a000 - 0x0000a003 (0x4) IX[B]
[17] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
[18] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
[19] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[B]
[20] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
[21] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[22] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[23] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[24] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[25] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[26] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[27] -1 0 0x00001c80 - 0x00001cbf (0x40) IX[B]
[28] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[29] -1 0 0x0000fc00 - 0x0000fc3f (0x40) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xefffb000 - 0xefffb00f (0x10) MX[B]
[1] -1 0 0xefffc000 - 0xefffc0ff (0x100) MX[B]
[2] -1 0 0xefffd000 - 0xefffdfff (0x1000) MX[B]
[3] -1 0 0xefff8000 - 0xefff9fff (0x2000) MX[B]
[4] -1 0 0xefff4000 - 0xefff7fff (0x4000) MX[B]
[5] -1 0 0xefffe000 - 0xefffe0ff (0x100) MX[B]
[6] -1 0 0xeffff000 - 0xefffffff (0x1000) MX[B]
[7] -1 0 0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
[8] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[9] -1 0 0xed000000 - 0xedffffff (0x1000000) MX[B](B)
[10] -1 0 0x00008800 - 0x0000880f (0x10) IX[B]
[11] -1 0 0x00008c00 - 0x00008c03 (0x4) IX[B]
[12] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
[13] -1 0 0x00009400 - 0x00009403 (0x4) IX[B]
[14] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[15] -1 0 0x00009c00 - 0x00009c0f (0x10) IX[B]
[16] -1 0 0x0000a000 - 0x0000a003 (0x4) IX[B]
[17] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
[18] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
[19] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[B]
[20] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
[21] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[22] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[23] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[24] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[25] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[26] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[27] -1 0 0x00001c80 - 0x00001cbf (0x40) IX[B]
[28] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[29] -1 0 0x0000fc00 - 0x0000fc3f (0x40) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xefffb000 - 0xefffb00f (0x10) MX[B]
[5] -1 0 0xefffc000 - 0xefffc0ff (0x100) MX[B]
[6] -1 0 0xefffd000 - 0xefffdfff (0x1000) MX[B]
[7] -1 0 0xefff8000 - 0xefff9fff (0x2000) MX[B]
[8] -1 0 0xefff4000 - 0xefff7fff (0x4000) MX[B]
[9] -1 0 0xefffe000 - 0xefffe0ff (0x100) MX[B]
[10] -1 0 0xeffff000 - 0xefffffff (0x1000) MX[B]
[11] -1 0 0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
[12] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[13] -1 0 0xed000000 - 0xedffffff (0x1000000) MX[B](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x00008800 - 0x0000880f (0x10) IX[B]
[17] -1 0 0x00008c00 - 0x00008c03 (0x4) IX[B]
[18] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
[19] -1 0 0x00009400 - 0x00009403 (0x4) IX[B]
[20] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[21] -1 0 0x00009c00 - 0x00009c0f (0x10) IX[B]
[22] -1 0 0x0000a000 - 0x0000a003 (0x4) IX[B]
[23] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
[24] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
[25] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[B]
[26] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
[27] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[28] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[29] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[30] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[31] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[32] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[33] -1 0 0x00001c80 - 0x00001cbf (0x40) IX[B]
[34] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[35] -1 0 0x0000fc00 - 0x0000fc3f (0x40) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(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: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(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 1.3.0, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "vesa"
(II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.3.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.2.3
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) VESA: driver for VESA chipsets: vesa
(II) Primary Device is: PCI 00:10:0
(--) Chipset vesa found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xefffb000 - 0xefffb00f (0x10) MX[B]
[5] -1 0 0xefffc000 - 0xefffc0ff (0x100) MX[B]
[6] -1 0 0xefffd000 - 0xefffdfff (0x1000) MX[B]
[7] -1 0 0xefff8000 - 0xefff9fff (0x2000) MX[B]
[8] -1 0 0xefff4000 - 0xefff7fff (0x4000) MX[B]
[9] -1 0 0xefffe000 - 0xefffe0ff (0x100) MX[B]
[10] -1 0 0xeffff000 - 0xefffffff (0x1000) MX[B]
[11] -1 0 0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
[12] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[13] -1 0 0xed000000 - 0xedffffff (0x1000000) MX[B](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x00008800 - 0x0000880f (0x10) IX[B]
[17] -1 0 0x00008c00 - 0x00008c03 (0x4) IX[B]
[18] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
[19] -1 0 0x00009400 - 0x00009403 (0x4) IX[B]
[20] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[21] -1 0 0x00009c00 - 0x00009c0f (0x10) IX[B]
[22] -1 0 0x0000a000 - 0x0000a003 (0x4) IX[B]
[23] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
[24] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
[25] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[B]
[26] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
[27] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[28] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[29] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[30] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[31] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[32] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[33] -1 0 0x00001c80 - 0x00001cbf (0x40) IX[B]
[34] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[35] -1 0 0x0000fc00 - 0x0000fc3f (0x40) IX[B]
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xefffb000 - 0xefffb00f (0x10) MX[B]
[5] -1 0 0xefffc000 - 0xefffc0ff (0x100) MX[B]
[6] -1 0 0xefffd000 - 0xefffdfff (0x1000) MX[B]
[7] -1 0 0xefff8000 - 0xefff9fff (0x2000) MX[B]
[8] -1 0 0xefff4000 - 0xefff7fff (0x4000) MX[B]
[9] -1 0 0xefffe000 - 0xefffe0ff (0x100) MX[B]
[10] -1 0 0xeffff000 - 0xefffffff (0x1000) MX[B]
[11] -1 0 0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
[12] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[13] -1 0 0xed000000 - 0xedffffff (0x1000000) MX[B](B)
[14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[19] -1 0 0x00008800 - 0x0000880f (0x10) IX[B]
[20] -1 0 0x00008c00 - 0x00008c03 (0x4) IX[B]
[21] -1 0 0x00009000 - 0x00009007 (0x8) IX[B]
[22] -1 0 0x00009400 - 0x00009403 (0x4) IX[B]
[23] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[24] -1 0 0x00009c00 - 0x00009c0f (0x10) IX[B]
[25] -1 0 0x0000a000 - 0x0000a003 (0x4) IX[B]
[26] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
[27] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
[28] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[B]
[29] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
[30] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[31] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[32] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[33] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[34] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[35] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[36] -1 0 0x00001c80 - 0x00001cbf (0x40) IX[B]
[37] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[38] -1 0 0x0000fc00 - 0x0000fc3f (0x40) IX[B]
[39] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[40] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.2
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.2
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 3.0
(II) VESA(0): VESA VBE Total Mem: 131072 kB
(II) VESA(0): VESA VBE OEM: NVIDIA
(II) VESA(0): VESA VBE OEM Software Rev: 5.115
(II) VESA(0): VESA VBE OEM Vendor: Build 071127.1


(II) VESA(0): VESA VBE OEM Product: MCP73 - mcp73-80
(II) VESA(0): VESA VBE OEM Product Rev: Chip Rev
(==) VESA(0): Depth 16, (--) framebuffer bpp 16
(==) VESA(0): RGB weight 565
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module already built-in
(II) VESA(0): VESA VBE DDC supported
(II) VESA(0): VESA VBE DDC Level none
(II) VESA(0): VESA VBE DDC transfer in appr. 0 sec.
(II) VESA(0): VESA VBE DDC read failed
(II) VESA(0): Searching for matching VESA mode(s):
Mode: 100 (640x400)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 640
XResolution: 640
YResolution: 400
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 14
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 640
BnkNumberOfImagePages: 14
LinNumberOfImagePages: 14
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 101 (640x480)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 640
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 10
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 640
BnkNumberOfImagePages: 10
LinNumberOfImagePages: 10
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 102 (800x600)
ModeAttributes: 0x31f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 100
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 4
BitsPerPixel: 4
NumberOfBanks: 1
MemoryModel: 3
BankSize: 0
NumberOfImages: 14
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 100
BnkNumberOfImagePages: 14
LinNumberOfImagePages: 14
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 108500000
Mode: 103 (800x600)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 800
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 6
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 800
BnkNumberOfImagePages: 6
LinNumberOfImagePages: 6
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 104 (1024x768)
ModeAttributes: 0x31f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 128
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 4
BitsPerPixel: 4
NumberOfBanks: 1
MemoryModel: 3
BankSize: 0
NumberOfImages: 6
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 128
BnkNumberOfImagePages: 6
LinNumberOfImagePages: 6
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 108500000
Mode: 105 (1024x768)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 1024
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 3
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 1024
BnkNumberOfImagePages: 3
LinNumberOfImagePages: 3
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 106 (1280x1024)
ModeAttributes: 0x31f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 160
XResolution: 1280
YResolution: 1024
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 4
BitsPerPixel: 4
NumberOfBanks: 1
MemoryModel: 3
BankSize: 0
NumberOfImages: 3
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0x0
LinBytesPerScanLine: 160
BnkNumberOfImagePages: 3
LinNumberOfImagePages: 3
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 108500000
Mode: 107 (1280x1024)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 1280
XResolution: 1280
YResolution: 1024
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 1
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 1280
BnkNumberOfImagePages: 1
LinNumberOfImagePages: 1
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
*Mode: 10e (320x200)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 640
XResolution: 320
YResolution: 200
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 30
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 640
BnkNumberOfImagePages: 30
LinNumberOfImagePages: 30
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 10f (320x200)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 1280
XResolution: 320
YResolution: 200
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 14
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 1280
BnkNumberOfImagePages: 14
LinNumberOfImagePages: 14
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 229500000
*Mode: 111 (640x480)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 1280
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 4
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 1280
BnkNumberOfImagePages: 4
LinNumberOfImagePages: 4
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 112 (640x480)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 2560
XResolution: 640
YResolution: 480
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 1
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 2560
BnkNumberOfImagePages: 1
LinNumberOfImagePages: 1
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 229500000
*Mode: 114 (800x600)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 1600
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 2
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 1600
BnkNumberOfImagePages: 2
LinNumberOfImagePages: 2
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 115 (800x600)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 3200
XResolution: 800
YResolution: 600
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 1
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 3200
BnkNumberOfImagePages: 1
LinNumberOfImagePages: 1
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 229500000
*Mode: 117 (1024x768)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 2048
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 1
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 2048
BnkNumberOfImagePages: 1
LinNumberOfImagePages: 1
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 118 (1024x768)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 4096
XResolution: 1024
YResolution: 768
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 1
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 4096
BnkNumberOfImagePages: 1
LinNumberOfImagePages: 1
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 229500000
*Mode: 11a (1280x1024)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 2560
XResolution: 1280
YResolution: 1024
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 1
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 2560
BnkNumberOfImagePages: 1
LinNumberOfImagePages: 1
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 11b (1280x1024)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 5120
XResolution: 1280
YResolution: 1024
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 0
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 5120
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 229500000
Mode: 130 (320x200)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 320
XResolution: 320
YResolution: 200
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 62
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 320
BnkNumberOfImagePages: 62
LinNumberOfImagePages: 62
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 131 (320x400)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 320
XResolution: 320
YResolution: 400
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 30
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 320
BnkNumberOfImagePages: 30
LinNumberOfImagePages: 30
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
*Mode: 132 (320x400)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 640
XResolution: 320
YResolution: 400
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 14
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 640
BnkNumberOfImagePages: 14
LinNumberOfImagePages: 14
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 133 (320x400)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 1280
XResolution: 320
YResolution: 400
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 6
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 1280
BnkNumberOfImagePages: 6
LinNumberOfImagePages: 6
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 229500000
Mode: 134 (320x240)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 320
XResolution: 320
YResolution: 240
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 30
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 320
BnkNumberOfImagePages: 30
LinNumberOfImagePages: 30
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
*Mode: 135 (320x240)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 640
XResolution: 320
YResolution: 240
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 19
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 640
BnkNumberOfImagePages: 19
LinNumberOfImagePages: 19
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 136 (320x240)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 1280
XResolution: 320
YResolution: 240
XCharSize: 8
YCharSize: 8
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 10
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 1280
BnkNumberOfImagePages: 10
LinNumberOfImagePages: 10
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 229500000
*Mode: 13d (640x400)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 1280
XResolution: 640
YResolution: 400
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 6
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 1280
BnkNumberOfImagePages: 6
LinNumberOfImagePages: 6
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 13e (640x400)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 2560
XResolution: 640
YResolution: 400
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 2
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 2560
BnkNumberOfImagePages: 2
LinNumberOfImagePages: 2
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition: 24
MaxPixelClock: 229500000
Mode: 145 (1600x1200)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 1600
XResolution: 1600
YResolution: 1200
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 1
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 1600
BnkNumberOfImagePages: 1
LinNumberOfImagePages: 1
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
*Mode: 146 (1600x1200)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 3200
XResolution: 1600
YResolution: 1200
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 1
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 3200
BnkNumberOfImagePages: 1
LinNumberOfImagePages: 1
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 147 (1400x1050)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 1400
XResolution: 1400
YResolution: 1050
XCharSize: 8
YCharSize: 14
NumberOfPlanes: 1
BitsPerPixel: 8
NumberOfBanks: 1
MemoryModel: 4
BankSize: 0
NumberOfImages: 1
RedMaskSize: 0
RedFieldPosition: 0
GreenMaskSize: 0
GreenFieldPosition: 0
BlueMaskSize: 0
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 1400
BnkNumberOfImagePages: 1
LinNumberOfImagePages: 1
LinRedMaskSize: 0
LinRedFieldPosition: 0
LinGreenMaskSize: 0
LinGreenFieldPosition: 0
LinBlueMaskSize: 0
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
*Mode: 148 (1400x1050)
ModeAttributes: 0x39f
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 2800
XResolution: 1400
YResolution: 1050
XCharSize: 8
YCharSize: 14
NumberOfPlanes: 1
BitsPerPixel: 16
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 1
RedMaskSize: 5
RedFieldPosition: 11
GreenMaskSize: 6
GreenFieldPosition: 5
BlueMaskSize: 5
BlueFieldPosition: 0
RsvdMaskSize: 0
RsvdFieldPosition: 0
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 2800
BnkNumberOfImagePages: 1
LinNumberOfImagePages: 1
LinRedMaskSize: 5
LinRedFieldPosition: 11
LinGreenMaskSize: 6
LinGreenFieldPosition: 5
LinBlueMaskSize: 5
LinBlueFieldPosition: 0
LinRsvdMaskSize: 0
LinRsvdFieldPosition: 0
MaxPixelClock: 229500000
Mode: 152 (2048x1536)
ModeAttributes: 0x3db
WinAAttributes: 0x7
WinBAttributes: 0x0
WinGranularity: 64
WinSize: 64
WinASegment: 0xa000
WinBSegment: 0x0
WinFuncPtr: 0xc0009d3d
BytesPerScanline: 8192
XResolution: 2048
YResolution: 1536
XCharSize: 8
YCharSize: 16
NumberOfPlanes: 1
BitsPerPixel: 32
NumberOfBanks: 1
MemoryModel: 6
BankSize: 0
NumberOfImages: 0
RedMaskSize: 8
RedFieldPosition: 16
GreenMaskSize: 8
GreenFieldPosition: 8
BlueMaskSize: 8
BlueFieldPosition: 0
RsvdMaskSize: 8
RsvdFieldPosition: 24
DirectColorModeInfo: 0
PhysBasePtr: 0xd0000000
LinBytesPerScanLine: 8192
BnkNumberOfImagePages: 0
LinNumberOfImagePages: 0
LinRedMaskSize: 8
LinRedFieldPosition: 16
LinGreenMaskSize: 8
LinGreenFieldPosition: 8
LinBlueMaskSize: 8
LinBlueFieldPosition: 0
LinRsvdMaskSize: 8
LinRsvdFieldPosition
_________________
idella4@aus
Back to top
View user's profile Send private message
idella4
Retired Dev
Retired Dev


Joined: 09 Jun 2006
Posts: 1600
Location: Australia, Perth

PostPosted: Thu Jul 24, 2008 4:44 am    Post subject: Reply with quote

The main point is unfortuantely the clock. The system doesn't like the settings I've put in. On boot up it opens the config file in nano to edit it, but Lord only knows what will satisfy it.
_________________
idella4@aus
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Thu Jul 24, 2008 4:46 am    Post subject: Reply with quote

That looks good. How are things running? What is the actual video chipset for your system?

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2, 3  Next
Page 2 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum