Date dimension showing only 'UNKNOWN'

Dear All,
We have a cube, which gets processed once in a day. Recently we changed 'end date' in Date dimension to '2020/03/31' from '2015/03/31' and processed it. After process, Date dimension is not showing any dates except 'UNKNOWN'. 
I have troubleshooted by checking the view and the also did 'Explore data' in Data source view too and it is showing data and no change in the view in recent times.
Also tried by 'Process clear' and 'Process full' on date dimension, But no luck. Can someone shed some light into it.
Thanks a lot.
Regards Suneel

Hi Suneel,
     Have you tried browsing the dimension in dimension browser? If you are browsing the dimension in cube in cube browser then chances are that the fact table is missing some keys in dimension and while processing and SSAS converting the
Dimension keys to Unknown. BTW you have to Ignore processing errors to enable SSAS to do so?
Regards
Venkata Koppula

Similar Messages

  • Bex Report to show only latest record on report and then history

    Hello Gurus,
    Table 1:
    Employee
    Valid From
    Valid To
    Hours Perday
    1900
    01/01/2014
    02/28/2014
    8
    1900
    03/01/2014
    03/31/2014
    6
    1900
    04/01/2014
    12/31/9999
    4
    Table 2:
    I have above in DSO, On report I need to show the latest record without Valid From and Valid To Fields shown below.
    Employee
    Hours Perday
    1900
    4
    And when user drags Valid From and Valid To field from free charac. it should show history as in DSO. I have leveraged 0VALIDTO customer exit processing variable with variable as "Value Ranges" >= Key Date so when query is executed if date entered is 04/01/2014 it should bring last record with Hours perday=4 and if date is entered as 03/01/2014 should bring two records with hours per day 6 and 4 and so on.
    The problem on report is that the record being pulled is always latest but when Valid To and Valid From free characteristics are dragged on the report it still shows the latest record and no history. Is there a way that when key date is entered it should show latest record as per >= of that key date and when Valid from is dragged in to report it should display history prior to that key date?
    Thanks,
    Sam

    Hi Sam,
    You are almost in the right direction. A little fine tuning is required in your process
    As you are dealing with Time dependent Master data, the ideal thing to use is "Key Date" in the query. But there is a limitation here. Key Date can show only single date's relevant master data. I mean if you enter 03.01.2014, only second record would be shown. Key date cannot work on Multiple dates or ranges to fetch historical data or multiple records accordingly.
    To achieve your requirement, you should not use Key date in your query.
    I have leveraged 0VALIDTO customer exit processing variable with variable as "Value Ranges" >= Key Date
    The above idea is good. You should make Valid From as Cust exit(i_Step =2) processed and make it as User Entry enabled. So that user exit code can pick up values as per > = Valid From(User Entry Based). But this user exit will be picking historical records if user enters other than latest Valid from date. I mean no drilldown is required. You need to use Valid from in rows also, I believe.
    Try this and let me know if you want any more inputs.
    Regards,
    Suman

  • "Use cellular data for" is only showing a few apps

    Hello,
    I just got a new 5S.  I have installed and used maybe 15 or so apps, but when I go to
    Settings -> Cellular -> "Use cellular data for"
    it only shows 5 apps: Calendar, FaceTime, Find iPhone, Passbook, & Skype.
    I would like to see all the apps so that I can control what is using cellular data.  When I read other posts online, it seems like this should show all apps.  Does anybody have any idea why I only see a few apps here or what I can do to display all apps?
    Thanks for any help!

    This troubleshooting guide helped me. Had to try up to step 7...
    iPhone: Troubleshooting a cellular data connection

  • I got the new iPhone 5C. In my cellular settings, under "Use cellular data for", it only show passbook and facetime. How can I add other apps? Also, my carrier is AT&T

    I got the new iPhone 5C. In my cellular settings, under "Use cellular data for", it only show passbook and facetime. How can I add other apps? Also, my carrier is AT&T

    Hello Sophie59
    You should be able to see two different tabs when setting up the email if you go to Other > Add Mail Account. Once you enter in the email address and password, you should be at the next screen to provide more details about the email as far as incoming and outgoing servers and at the top there will be a blue section to add it in as a POP or IMAP email account. Check out the article below for further troubleshooting and emails setup options.
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    iOS: Adding an email account
    http://support.apple.com/kb/ht4810
    Regards,
    -Norm G.

  • How to show only date in BO webi 3.1 text box

    how to show only date in BO webi 3.1 text box for e.g:-
    01/01/2005  (no time only date)

    hi,
    just check by which format your date is coming
    just create a one variable and check =UserResponse("Transaction Date From (mm/dd/yy)")
    if your output is in format of("mm/dd/yyyy hh:mm:ss a")
    then some format we have to write in todate syntax
    then your final formula for date would be
    =FormatDate(ToDate(UserResponse("Transaction Date From (mm/dd/yy)");"mm/dd/yyyy hh:mm:ss A");"dd/mm/yyyy")

  • TS3579 I found this useful because I did not know about the effect of typing in data and that you could only drag to rearrange the data.  I had typed in data before and this had caused problems but restoring defaults did not cause correct dates to show up

    I found this  (TS3579: If the wrong date or time is displayed in some apps on your Mac Learn about If the wrong date or time is displayed in some apps on your Mac) useful because I did not know about the effect of typing in data and that you could only drag to rearrange the data.  I had typed in data before and this had caused problems but restoring defaults did not cause correct dates to show up in Finder. 

    It sounds like there are a couple things going on here.  First check if you have a successful install of SQL Server, then we'll figure out the connection issues.
    Can you launch SQL Server Configuration Manager and check for SQL Server (MSSQLSERVER) if default instance or SQL Server (other name) if you've configured your instance as a named instance.  Once you find this, make sure the service is started. 
    If not started, try to start it and see if it throws an error.  If you get an error, post the error message your hitting.  If the service starts, you can then launch SSMS and try to connect.  If you have a default instance, you can use the machine
    name in the connection dialog.  Ex:  "COWBOYS" where Cowboys is the machine name.  However, if you named the SQL Server instance during install, you'll need to connect using the machine\instance format.  Ex:  COWBOYS\Romo (where Romo
    is the instance name you set during install).
    You can also look at the summary.txt file in the SQL Server setup error logs to see what happened on the most recent install.  Past install history is archived in the log folder if you need to dig those up to help troubleshoot, but the most
    recent one may help get to the bottom of it if there is an issue with setup detecting a prior instance that needs to be repaired.
    Thanks,
    Sam Lester (MSFT)
    http://blogs.msdn.com/b/samlester
    This posting is provided "AS IS" with no warranties, and confers no rights. Please remember to click
    "Mark as Answer" and
    "Vote as Helpful" on posts that help you. This can be beneficial to other community members reading the thread.

  • Show only subset of labels from a data series

    I'd like to show only a few labels from a given data series.  I saw some work-arounds posted from 2010 (e.g., add a new series with just the items to be labeled; turn off all labels on original data series).  Was wondering if it's possible to deal with each series-label individually now, thereby avoiding having to add extraneous series to my data.
    Thank you.
    B.

    Thanks, Jerry.  Very curious --- when I hide rows on my original table, those data aren't removed from my chart.  So I built a new chart with new data and hiding rows on this new table does indeed remove those data from the chart.  So something seems to be happening with my original data table.
    But this is actually separate from what I was asking about.  I'd like to keep all the columns in my chart and just have a few labeled.  Was seeking a way to do that without adding a "For Labeling Only" column to my table (Excel let's one deal with column labels individually; figured Numbers might be able to do that, too). Here's how the workaround looks:
    Thanks again for responding.
    -Brian

  • Authorizations BW: Show only data authorized instead of authorization popup

    Hello World!
    I am having troubles setting up authorizations in BW queries:
    Some users only have authorizations for seeing some 0salesorg at roles, but when they execute a query, instead of showing only data related to their sales organization a popup appears saying that they do not have authorization enough.
    The objective is that all queries behave as if data from all other sales organizations did not exist!
    Any idea on how to solve this issue? thanks in advance!
    Adrià

    I already solved my problem.
    Asking around in my job somebody told me that this is an expected behavior called "all-or-nothing", meaning that if you only have authorization for some of the data you requested none will be shown.
    The only way I found to simulate the behavior I was trying to achieve has been using two variables, the first one is normal and ready for input, the user will fill this one in the query selection, the other is a customer exit which will be filled with all values in authorizations in case the first variable is empty. Authorizations values are found in tables.
    hope this helps anyone with my same problem
    PD: thanks to both for answering.
    Adrià

  • When I attempt to apply a lens profile in the Develop module the only choices are for the Fujifilm X100/S/T even though in the Library module the EXIF data correctly shows the camera as the X-T1 and the precise lens used to take the picture. How do I get

    When I attempt to apply a lens profile in the Develop module the only choices are for the Fujifilm X100/S/T even though in the Library module the EXIF data correctly shows the camera as the X-T1 and the precise lens used to take the picture. How do I get the right profile available?

    First, the required profile needs to be present. LR 5.4 supports the X-T1 in terms of understanding its Raw format, but will not come with a profile for every lens which can be mounted onto that.
    A profile is made for each specific lens, as mounted on a certain camera. It can also be used with pictures taken on a different (reasonably similar) camera body than the one originally used during profiling. This is subject to the sensor format: you can employ a given lens profile made for full frame, on an image from a crop sensor behind the same lens - but not vice versa.
    Next, the image type needs to correspond to the image type which has been built into the profile: Raw, or non-Raw.
    Lightroom offers only profiles of the right type for the image(s) concerned. There are many more provided for correcting camera Raw, than for correcting camera JPG. That is also the case with additional profiles, e.g. those accessed via the Adobe lens profile downloader utility.
    Finally, in the event that there simply is no profile out there for a given lens, it is not particularly difficult (though a little tedious) for the end user to generate one, using a further Adobe utility which is downloadable as a package, including a range of checkerboard calibration targets, each of which needs to be printed at a stated physical size.

  • I select a page for printing and the print page shows only the frame data and this is all that it prints.

    when I click on print the page to print shows only the frame and that is all that is printed. Why isn't the page data shown on the print page and also printed?

    This is how you do it:
    http://i1224.photobucket.com/albums/ee374/Diavonex/c7db8382.jpg
    http://i1224.photobucket.com/albums/ee374/Diavonex/5e4aadae.jpg

  • Calendar...list function shows only events for date select instead of events from that date forward.

    Calendar list function shows only events for date selected....instead of events for date selected and events forward from that date.  Is there a setting change needed?  Help!

    Hi,
    Did you check that your universe object referring "Date of Completion" has Date data type?
    Can you also provide the BOE verson you are using?
    I remembered that the calendars were not displayed in XIR2 version.
    Didier

  • Filter grid quarters to show only certain time before certain date

    Is it possible to filter a grid to show only quarters which are certain time before certain date?
    Example- grid displays sales per quarter (for all years) filtered by customer.
    I would like the grid to display only quarters from a quarter before the customer's birthdate (which is a customer attribute).
    Please Advise- Thanks
    Namnami

    Is it possible to filter a grid to show only quarters which are certain time before certain date?
    Example- grid displays sales per quarter (for all years) filtered by customer.
    I would like the grid to display only quarters from a quarter before the customer's birthdate (which is a customer attribute).
    Please Advise- Thanks
    Namnami

  • I was erase all contect and data after it it showing only apple  logo from last 2 hour i need help

    i was erase all contect and data after it it showing only apple  logo from last 2 hour i need help

    You should reset your iPhone,
    Reset your iPhone by pressing the 'Sleep' and 'Home' button at the same time for about 15 seconds or so. Your iPhone will then go through a reset / reboot procedure and will be ready for use within about a minute.
    Don't worry about doing this as you will not lose data or settings.
    Good luck and do report back.

  • Can Date Picker be made to show only 00,15,30,45 minutes?

    Is there a way to let the minute selection dropdown in the date picker include only 00, 15, 30 and 45? Our customer doesn't like scrolling through a list of 60 values when all they really need i 4.
    Regards,
    Fredrik

    Hi Fredrik,
    I believe the date picker uses the WWV_FLOW_MINUTES view in the FLOWS_030xxx schema to display the minutes. So in theory you could amend the view but I would advise against it, as it may be used elsewhere.
    Regards
    Paul

  • Dual monitor problem (2nd screen black, shows only "_")

    Hi, im trying to configure dual screen, tested lot of configs but stuck with this problem: second monitor shows only "_" in top-left corrnerm.
    My current Xorg is:
    Section "Monitor"
    Identifier "LewyMonitor"
    Option "DPMS"
    Option "Enable" "true"
    EndSection
    Section "Monitor"
    Identifier "PrawyMonitor"
    Option "DPMS"
    Option "Enable" "true"
    EndSection
    Section "Device"
    Identifier "LewaKarta"
    BusID "PCI:0:9:0"
    Driver "mach64"
    Screen 0
    EndSection
    Section "Device"
    Identifier "PrawaKarta"
    BusID "PCI:1:0:0"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "LewyEkran"
    Device "LewaKarta"
    Monitor "LewyMonitor"
    DefaultDepth 15
    EndSection
    Section "Screen"
    Identifier "PrawyEkran"
    Device "PrawaKarta"
    Monitor "PrawyMonitor"
    DefaultDepth 24
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "LewyEkran" 0 0
    Screen 1 "PrawyEkran" RightOf "LewyEkran"
    EndSection
    Im using:
    00:09.0 VGA compatible controller: ATI Technologies Inc 3D Rage II+ 215GTB [Mach64 GTB] (rev 9a)
    01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev a1)
    Xorg.0.log:
    [ 2445.373]
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    [ 2445.373]
    X.Org X Server 1.8.1.902 (1.8.2 RC 2)
    Release Date: 2010-06-21
    [ 2445.373] X Protocol Version 11, Revision 0
    [ 2445.373] Build Operating System: Linux 2.6.34-ARCH i686
    [ 2445.373] Current Operating System: Linux myhost 2.6.34-ARCH #1 SMP PREEMPT Tue Aug 10 21:38:22 CEST 2010 i686
    [ 2445.374] Kernel command line: root=/dev/disk/by-uuid/cd43eabd-ff42-4d85-be67-b98bd0d6e27e ro
    [ 2445.374] Build Date: 21 June 2010 11:54:27AM
    [ 2445.374]
    [ 2445.374] Current version of pixman: 0.18.2
    [ 2445.374] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 2445.374] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2445.374] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 27 04:01:41 2003
    [ 2445.374] (==) Using config file: "/etc/X11/xorg.conf"
    [ 2445.374] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 2445.375] (==) ServerLayout "X.org Configured"
    [ 2445.375] (**) |-->Screen "LewyEkran" (0)
    [ 2445.375] (**) | |-->Monitor "LewyMonitor"
    [ 2445.376] (**) | |-->Device "LewaKarta"
    [ 2445.376] (**) |-->Screen "PrawyEkran" (1)
    [ 2445.376] (**) | |-->Monitor "PrawyMonitor"
    [ 2445.376] (**) | |-->Device "PrawaKarta"
    [ 2445.398] (==) Automatically adding devices
    [ 2445.398] (==) Automatically enabling devices
    [ 2445.398] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 2445.398] Entry deleted from font path.
    [ 2445.398] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 2445.398] Entry deleted from font path.
    [ 2445.398] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 2445.398] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2445.398] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 2445.398] (II) Loader magic: 0x81e9d00
    [ 2445.398] (II) Module ABI versions:
    [ 2445.398] X.Org ANSI C Emulation: 0.4
    [ 2445.398] X.Org Video Driver: 7.0
    [ 2445.399] X.Org XInput driver : 9.0
    [ 2445.399] X.Org Server Extension : 3.0
    [ 2445.419] (--) PCI: (0:0:9:0) 1002:4755:1002:4755 ATI Technologies Inc 3D Rage II+ 215GTB [Mach64 GTB] rev 154, Mem @ 0xcc000000/16777216, 0xcfffd000/4096, I/O @ 0x0000d800/256, BIOS @ 0x????????/131072
    [ 2445.437] (--) PCI:*(0:1:0:0) 10de:0110:0000:0000 nVidia Corporation NV11 [GeForce2 MX/MX 400] rev 161, Mem @ 0xce000000/16777216, 0xc0000000/134217728, BIOS @ 0x????????/65536
    [ 2445.437] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 2445.437] (II) LoadModule: "extmod"
    [ 2445.438] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 2445.438] (II) Module extmod: vendor="X.Org Foundation"
    [ 2445.438] compiled for 1.8.1.902, module version = 1.0.0
    [ 2445.438] Module class: X.Org Server Extension
    [ 2445.438] ABI class: X.Org Server Extension, version 3.0
    [ 2445.438] (II) Loading extension MIT-SCREEN-SAVER
    [ 2445.438] (II) Loading extension XFree86-VidModeExtension
    [ 2445.438] (II) Loading extension XFree86-DGA
    [ 2445.438] (II) Loading extension DPMS
    [ 2445.438] (II) Loading extension XVideo
    [ 2445.438] (II) Loading extension XVideo-MotionCompensation
    [ 2445.438] (II) Loading extension X-Resource
    [ 2445.439] (II) LoadModule: "dbe"
    [ 2445.439] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 2445.439] (II) Module dbe: vendor="X.Org Foundation"
    [ 2445.439] compiled for 1.8.1.902, module version = 1.0.0
    [ 2445.439] Module class: X.Org Server Extension
    [ 2445.439] ABI class: X.Org Server Extension, version 3.0
    [ 2445.439] (II) Loading extension DOUBLE-BUFFER
    [ 2445.439] (II) LoadModule: "glx"
    [ 2445.439] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2445.440] (II) Module glx: vendor="X.Org Foundation"
    [ 2445.440] compiled for 1.8.1.902, module version = 1.0.0
    [ 2445.440] ABI class: X.Org Server Extension, version 3.0
    [ 2445.440] (==) AIGLX enabled
    [ 2445.440] (II) Loading extension GLX
    [ 2445.440] (II) LoadModule: "record"
    [ 2445.440] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 2445.440] (II) Module record: vendor="X.Org Foundation"
    [ 2445.440] compiled for 1.8.1.902, module version = 1.13.0
    [ 2445.441] Module class: X.Org Server Extension
    [ 2445.441] ABI class: X.Org Server Extension, version 3.0
    [ 2445.441] (II) Loading extension RECORD
    [ 2445.441] (II) LoadModule: "dri"
    [ 2445.441] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 2445.441] (II) Module dri: vendor="X.Org Foundation"
    [ 2445.441] compiled for 1.8.1.902, module version = 1.0.0
    [ 2445.441] ABI class: X.Org Server Extension, version 3.0
    [ 2445.441] (II) Loading extension XFree86-DRI
    [ 2445.441] (II) LoadModule: "dri2"
    [ 2445.442] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 2445.442] (II) Module dri2: vendor="X.Org Foundation"
    [ 2445.442] compiled for 1.8.1.902, module version = 1.2.0
    [ 2445.442] ABI class: X.Org Server Extension, version 3.0
    [ 2445.442] (II) Loading extension DRI2
    [ 2445.442] (II) LoadModule: "mach64"
    [ 2445.443] (II) Loading /usr/lib/xorg/modules/drivers/mach64_drv.so
    [ 2445.443] (II) Module mach64: vendor="X.Org Foundation"
    [ 2445.443] compiled for 1.8.0, module version = 6.8.2
    [ 2445.443] Module class: X.Org Video Driver
    [ 2445.443] ABI class: X.Org Video Driver, version 7.0
    [ 2445.443] (II) MACH64: Driver for ATI Mach64 chipsets
    [ 2445.443] (++) using VT number 8
    [ 2445.448] (II) Primary Device is: PCI 01@00:00:0
    [ 2445.449] (II) MACH64(0): Creating default Display subsection in Screen section
    "LewyEkran" for depth/fbbpp 15/16
    [ 2445.449] (**) MACH64(0): Depth 15, (--) framebuffer bpp 16
    [ 2445.449] (==) MACH64(0): Using XAA acceleration architecture
    [ 2445.450] (II) MACH64: Mach64 in slot 0:9:0 detected.
    [ 2445.450] (II) Loading sub module "int10"
    [ 2445.450] (II) LoadModule: "int10"
    [ 2445.450] (II) Loading /usr/lib/xorg/modules/libint10.so
    [ 2445.450] (II) Module int10: vendor="X.Org Foundation"
    [ 2445.451] compiled for 1.8.1.902, module version = 1.0.0
    [ 2445.451] ABI class: X.Org Video Driver, version 7.0
    [ 2445.580] (II) Loading sub module "ddc"
    [ 2445.581] (II) LoadModule: "ddc"
    [ 2445.581] (II) Module "ddc" already built-in
    [ 2445.581] (II) Loading sub module "vbe"
    [ 2445.581] (II) LoadModule: "vbe"
    [ 2445.581] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 2445.581] (II) Module vbe: vendor="X.Org Foundation"
    [ 2445.581] compiled for 1.8.1.902, module version = 1.1.0
    [ 2445.581] ABI class: X.Org Video Driver, version 7.0
    [ 2445.582] (II) MACH64(0): VESA BIOS detected
    [ 2445.582] (II) MACH64(0): VESA VBE Version 2.0
    [ 2445.582] (II) MACH64(0): VESA VBE Total Mem: 1024 kB
    [ 2445.582] (II) MACH64(0): VESA VBE OEM: ATI MACH64
    [ 2445.582] (II) MACH64(0): VESA VBE OEM Software Rev: 1.0
    [ 2445.582] (II) MACH64(0): VESA VBE OEM Vendor: ATI Technologies Inc.
    [ 2445.582] (II) MACH64(0): VESA VBE OEM Product: MACH64GT
    [ 2445.582] (II) MACH64(0): VESA VBE OEM Product Rev: 01.00
    [ 2445.583] (II) MACH64(0): VESA VBE DDC supported
    [ 2445.583] (II) MACH64(0): VESA VBE DDC Level 2
    [ 2445.583] (II) MACH64(0): VESA VBE DDC transfer in appr. 2 sec.
    [ 2445.632] (II) MACH64(0): VESA VBE DDC read successfully
    [ 2445.632] (II) MACH64(0): Manufacturer: GSM Model: 4ae0 Serial#: 12170
    [ 2445.632] (II) MACH64(0): Year: 2006 Week: 12
    [ 2445.632] (II) MACH64(0): EDID Version: 1.3
    [ 2445.632] (II) MACH64(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 2445.632] (II) MACH64(0): Sync: Separate SyncOnGreen
    [ 2445.632] (II) MACH64(0): Max Image Size [cm]: horiz.: 38 vert.: 30
    [ 2445.632] (II) MACH64(0): Gamma: 2.20
    [ 2445.632] (II) MACH64(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 2445.632] (II) MACH64(0): First detailed timing is preferred mode
    [ 2445.632] (II) MACH64(0): redX: 0.647 redY: 0.346 greenX: 0.292 greenY: 0.602
    [ 2445.633] (II) MACH64(0): blueX: 0.149 blueY: 0.130 whiteX: 0.313 whiteY: 0.328
    [ 2445.633] (II) MACH64(0): Supported established timings:
    [ 2445.633] (II) MACH64(0): 720x400@70Hz
    [ 2445.633] (II) MACH64(0): 640x480@60Hz
    [ 2445.633] (II) MACH64(0): 640x480@75Hz
    [ 2445.633] (II) MACH64(0): 800x600@60Hz
    [ 2445.633] (II) MACH64(0): 800x600@75Hz
    [ 2445.633] (II) MACH64(0): 832x624@75Hz
    [ 2445.633] (II) MACH64(0): 1024x768@60Hz
    [ 2445.633] (II) MACH64(0): 1024x768@75Hz
    [ 2445.633] (II) MACH64(0): 1280x1024@75Hz
    [ 2445.633] (II) MACH64(0): 1152x864@75Hz
    [ 2445.633] (II) MACH64(0): Manufacturer's mask: 0
    [ 2445.633] (II) MACH64(0): Supported standard timings:
    [ 2445.633] (II) MACH64(0): #0: hsize: 640 vsize 480 refresh: 75 vid: 20273
    [ 2445.633] (II) MACH64(0): #1: hsize: 800 vsize 600 refresh: 75 vid: 20293
    [ 2445.633] (II) MACH64(0): #2: hsize: 1024 vsize 768 refresh: 75 vid: 20321
    [ 2445.633] (II) MACH64(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 2445.633] (II) MACH64(0): Supported detailed timing:
    [ 2445.633] (II) MACH64(0): clock: 108.0 MHz Image Size: 376 x 301 mm
    [ 2445.633] (II) MACH64(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    [ 2445.633] (II) MACH64(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    [ 2445.633] (II) MACH64(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 140 MHz
    [ 2445.634] (II) MACH64(0): Monitor name: L1952S
    [ 2445.634] (II) MACH64(0): Monitor name:
    [ 2445.634] (II) MACH64(0): EDID (in hex):
    [ 2445.634] (II) MACH64(0): 00ffffffffffff001e6de04a8a2f0000
    [ 2445.634] (II) MACH64(0): 0c1001036a261e78eaec54a5584a9a26
    [ 2445.634] (II) MACH64(0): 215054a56b80314f454f614f81800101
    [ 2445.634] (II) MACH64(0): 010101010101302a009851002a403070
    [ 2445.634] (II) MACH64(0): 1300782d1100001e000000fd00384b1e
    [ 2445.634] (II) MACH64(0): 530e000a202020202020000000fc004c
    [ 2445.634] (II) MACH64(0): 31393532530a202020202020000000fc
    [ 2445.634] (II) MACH64(0): 000a2020202020202020202020200046
    [ 2445.634] (II) MACH64(0): EDID vendor "GSM", prod id 19168
    [ 2445.634] (II) MACH64(0): Using EDID range info for horizontal sync
    [ 2445.634] (II) MACH64(0): Using EDID range info for vertical refresh
    [ 2445.634] (II) MACH64(0): Printing DDC gathered Modelines:
    [ 2445.634] (II) MACH64(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 2445.634] (II) MACH64(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 2445.634] (II) MACH64(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 2445.634] (II) MACH64(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 2445.634] (II) MACH64(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 2445.634] (II) MACH64(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 2445.634] (II) MACH64(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 2445.635] (II) MACH64(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 2445.635] (II) MACH64(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 2445.635] (II) MACH64(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 2445.635] (II) MACH64(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 2445.635] (II) MACH64(0): BIOS Data: BIOSSize=0x8000, ROMTable=0x00FC.
    [ 2445.635] (II) MACH64(0): BIOS Data: ClockTable=0x06AE, FrequencyTable=0x0000.
    [ 2445.635] (II) MACH64(0): BIOS Data: LCDTable=0x0000.
    [ 2445.635] (II) MACH64(0): BIOS Data: VideoTable=0x0000, HardwareTable=0x0000.
    [ 2445.635] (II) MACH64(0): BIOS Data: I2CType=0x00, Tuner=0x00, Decoder=0x00, Audio=0x0F.
    [ 2445.635] (--) MACH64(0): ATI 3D Rage II+DVD graphics controller detected.
    [ 2445.635] (--) MACH64(0): Chip type 4755 "GU", version 2, foundry UMC, class 0, revision 0x02.
    [ 2445.635] (--) MACH64(0): PCI bus interface detected; block I/O base is 0xD800.
    [ 2445.635] (--) MACH64(0): ATI Mach64 adapter detected.
    [ 2445.636] (!!) MACH64(0): For information on using the multimedia capabilities
    of this adapter, please see http://gatos.sf.net.
    [ 2445.636] (--) MACH64(0): Internal RAMDAC (subtype 1) detected.
    [ 2445.636] (==) MACH64(0): RGB weight 555
    [ 2445.636] (==) MACH64(0): Default visual is TrueColor
    [ 2445.636] (==) MACH64(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 2445.636] (II) MACH64(0): Using Mach64 accelerator CRTC.
    [ 2445.636] (II) MACH64(0): Storing hardware cursor image at 0xCC0FFC00.
    [ 2445.636] (II) MACH64(0): Using 8 MB linear aperture at 0xCC000000.
    [ 2445.636] (!!) MACH64(0): Virtual resolutions will be limited to 1023 kB
    due to linear aperture size and/or placement of hardware cursor image area.
    [ 2445.636] (II) MACH64(0): Using Block 0 MMIO aperture at 0xCFFFD400.
    [ 2445.636] (II) MACH64(0): Using Block 1 MMIO aperture at 0xCFFFD000.
    [ 2445.637] (II) MACH64(0): MMIO write caching enabled.
    [ 2445.637] (--) MACH64(0): 1024 kB of Pseudo-EDO DRAM detected (using 1023 kB).
    [ 2445.637] (WW) MACH64(0): Cannot shadow an accelerated frame buffer.
    [ 2445.637] (II) MACH64(0): Engine XCLK 59.876 MHz; Refresh rate code 3.
    [ 2445.637] (--) MACH64(0): Internal programmable clock generator detected.
    [ 2445.637] (--) MACH64(0): Reference clock 157.5/11 (14.318) MHz.
    [ 2445.637] (II) MACH64(0): LewyMonitor: Using hsync range of 30.00-83.00 kHz
    [ 2445.637] (II) MACH64(0): LewyMonitor: Using vrefresh range of 56.00-75.00 Hz
    [ 2445.637] (II) MACH64(0): LewyMonitor: Using maximum pixel clock of 140.00 MHz
    [ 2445.637] (II) MACH64(0): Estimated virtual size for aspect ratio 1.2667 is 1280x1024
    [ 2445.637] (II) MACH64(0): Maximum clock: 200.00 MHz
    [ 2445.637] (II) MACH64(0): Not using default mode "640x350" (vrefresh out of range)
    [ 2445.637] (II) MACH64(0): Not using default mode "320x175" (vrefresh out of range)
    [ 2445.637] (II) MACH64(0): Not using default mode "640x400" (vrefresh out of range)
    [ 2445.637] (II) MACH64(0): Not using default mode "320x200" (vrefresh out of range)
    [ 2445.637] (II) MACH64(0): Not using default mode "720x400" (vrefresh out of range)
    [ 2445.637] (II) MACH64(0): Not using default mode "360x200" (vrefresh out of range)
    [ 2445.637] (II) MACH64(0): Not using default mode "640x480" (vrefresh out of range)
    [ 2445.637] (II) MACH64(0): Not using default mode "320x240" (vrefresh out of range)
    [ 2445.637] (II) MACH64(0): Not using default mode "800x600" (vrefresh out of range)
    [ 2445.637] (II) MACH64(0): Not using default mode "400x300" (vrefresh out of range)
    [ 2445.638] (II) MACH64(0): Not using default mode "1024x768i" (insufficient memory for mode)
    [ 2445.638] (II) MACH64(0): Not using default mode "512x384i" (vrefresh out of range)
    [ 2445.638] (II) MACH64(0): Not using default mode "1024x768" (insufficient memory for mode)
    [ 2445.638] (II) MACH64(0): Not using default mode "1024x768" (insufficient memory for mode)
    [ 2445.638] (II) MACH64(0): Not using default mode "1024x768" (insufficient memory for mode)
    [ 2445.638] (II) MACH64(0): Not using default mode "1024x768" (insufficient memory for mode)
    [ 2445.638] (II) MACH64(0): Not using default mode "512x384" (vrefresh out of range)
    [ 2445.638] (II) MACH64(0): Not using default mode "1152x864" (insufficient memory for mode)
    [ 2445.638] (II) MACH64(0): Not using default mode "1280x960" (insufficient memory for mode)
    [ 2445.638] (II) MACH64(0): Not using default mode "1280x960" (insufficient memory for mode)
    [ 2445.638] (II) MACH64(0): Not using default mode "640x480" (hsync out of range)
    [ 2445.638] (II) MACH64(0): Not using default mode "1280x1024" (insufficient memory for mode)
    [ 2445.638] (II) MACH64(0): Not using default mode "1280x1024" (insufficient memory for mode)
    [ 2445.638] (II) MACH64(0): Not using default mode "1280x1024" (insufficient memory for mode)
    [ 2445.638] (II) MACH64(0): Not using default mode "640x512" (hsync out of range)
    [ 2445.638] (II) MACH64(0): Not using default mode "1600x1200" (insufficient memory for mode)
    [ 2445.638] (II) MACH64(0): Not using default mode "1600x1200" (insufficient memory for mode)
    [ 2445.638] (II) MACH64(0): Not using default mode "1600x1200" (insufficient memory for mode)
    [ 2445.638] (II) MACH64(0): Not using default mode "800x600" (hsync out of range)
    [ 2445.638] (II) MACH64(0): Not using default mode "1600x1200" (insufficient memory for mode)
    [ 2445.638] (II) MACH64(0): Not using default mode "800x600" (hsync out of range)
    [ 2445.638] (II) MACH64(0): Not using default mode "1600x1200" (insufficient memory for mode)
    [ 2445.638] (II) MACH64(0): Not using default mode "800x600" (hsync out of range)
    [ 2445.638] (II) MACH64(0): Not using default mode "1792x1344" (insufficient memory for mode)
    [ 2445.638] (II) MACH64(0): Not using default mode "896x672" (insufficient memory for mode)
    [ 2445.638] (II) MACH64(0): Not using default mode "1792x1344" (insufficient memory for mode)
    [ 2445.639] (II) MACH64(0): Not using default mode "896x672" (insufficient memory for mode)
    [ 2445.639] (II) MACH64(0): Not using default mode "1856x1392" (insufficient memory for mode)
    [ 2445.639] (II) MACH64(0): Not using default mode "928x696" (insufficient memory for mode)
    [ 2445.639] (II) MACH64(0): Not using default mode "1856x1392" (insufficient memory for mode)
    [ 2445.639] (II) MACH64(0): Not using default mode "928x696" (insufficient memory for mode)
    [ 2445.639] (II) MACH64(0): Not using default mode "1920x1440" (insufficient memory for mode)
    [ 2445.639] (II) MACH64(0): Not using default mode "960x720" (insufficient memory for mode)
    [ 2445.639] (II) MACH64(0): Not using default mode "1920x1440" (insufficient memory for mode)
    [ 2445.639] (II) MACH64(0): Not using default mode "960x720" (insufficient memory for mode)
    [ 2445.639] (II) MACH64(0): Not using default mode "1400x1050" (insufficient memory for mode)
    [ 2445.639] (II) MACH64(0): Not using default mode "1400x1050" (insufficient memory for mode)
    [ 2445.639] (II) MACH64(0): Not using default mode "1920x1440" (insufficient memory for mode)
    [ 2445.639] (II) MACH64(0): Not using default mode "960x720" (insufficient memory for mode)
    [ 2445.639] (II) MACH64(0): Not using default mode "2048x1536" (insufficient memory for mode)
    [ 2445.639] (II) MACH64(0): Not using default mode "1024x768" (insufficient memory for mode)
    [ 2445.639] (II) MACH64(0): Not using default mode "2048x1536" (insufficient memory for mode)
    [ 2445.639] (II) MACH64(0): Not using default mode "1024x768" (insufficient memory for mode)
    [ 2445.639] (II) MACH64(0): Not using default mode "2048x1536" (insufficient memory for mode)
    [ 2445.639] (II) MACH64(0): Not using default mode "1024x768" (insufficient memory for mode)
    [ 2445.639] (II) MACH64(0): Not using driver mode "1280x1024" (insufficient memory for mode)
    [ 2445.639] (II) MACH64(0): Not using driver mode "1280x1024" (insufficient memory for mode)
    [ 2445.639] (II) MACH64(0): Not using driver mode "1024x768" (insufficient memory for mode)
    [ 2445.639] (II) MACH64(0): Not using driver mode "1024x768" (insufficient memory for mode)
    [ 2445.639] (II) MACH64(0): Not using driver mode "1152x864" (insufficient memory for mode)
    [ 2445.640] (WW) MACH64(0): Shrinking virtual size estimate from 1280x1024 to 832x624
    [ 2445.640] (--) MACH64(0): Virtual size is 832x624 (pitch 832)
    [ 2445.640] (**) MACH64(0): *Driver mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
    [ 2445.640] (II) MACH64(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 2445.640] (**) MACH64(0): *Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
    [ 2445.640] (II) MACH64(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 2445.640] (**) MACH64(0): *Driver mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
    [ 2445.640] (II) MACH64(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 2445.640] (**) MACH64(0): *Driver mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
    [ 2445.640] (II) MACH64(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 2445.640] (**) MACH64(0): *Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
    [ 2445.640] (II) MACH64(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 2445.640] (**) MACH64(0): *Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
    [ 2445.640] (II) MACH64(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 2445.640] (**) MACH64(0): *Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D)
    [ 2445.640] (II) MACH64(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz)
    [ 2445.640] (**) MACH64(0): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
    [ 2445.640] (II) MACH64(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 2445.641] (**) MACH64(0): *Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D)
    [ 2445.641] (II) MACH64(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz)
    [ 2445.641] (**) MACH64(0): *Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
    [ 2445.641] (II) MACH64(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 2445.641] (**) MACH64(0): *Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D)
    [ 2445.641] (II) MACH64(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz)
    [ 2445.641] (**) MACH64(0): *Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D)
    [ 2445.641] (II) MACH64(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz)
    [ 2445.641] (**) MACH64(0): *Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D)
    [ 2445.641] (II) MACH64(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz)
    [ 2445.641] (**) MACH64(0): *Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
    [ 2445.641] (II) MACH64(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz)
    [ 2445.641] (**) MACH64(0): *Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
    [ 2445.641] (II) MACH64(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 2445.641] (**) MACH64(0): *Driver mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
    [ 2445.641] (II) MACH64(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 2445.641] (**) MACH64(0): *Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
    [ 2445.641] (II) MACH64(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 2445.641] (**) MACH64(0): *Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
    [ 2445.641] (II) MACH64(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
    [ 2445.642] (**) MACH64(0): *Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
    [ 2445.642] (II) MACH64(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz)
    [ 2445.642] (**) MACH64(0): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
    [ 2445.642] (II) MACH64(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 2445.642] (**) MACH64(0): *Driver mode "720x400": 28.3 MHz, 31.5 kHz, 70.1 Hz
    [ 2445.642] (II) MACH64(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 2445.642] (**) MACH64(0): *Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
    [ 2445.642] (II) MACH64(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz)
    [ 2445.642] (**) MACH64(0): *Default mode "512x384": 39.4 MHz, 60.0 kHz, 75.0 Hz (D)
    [ 2445.642] (II) MACH64(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz)
    [ 2445.642] (**) MACH64(0): *Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
    [ 2445.642] (II) MACH64(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz)
    [ 2445.642] (**) MACH64(0): *Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
    [ 2445.642] (II) MACH64(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz)
    [ 2445.642] (**) MACH64(0): *Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
    [ 2445.642] (II) MACH64(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz)
    [ 2445.642] (**) MACH64(0): *Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
    [ 2445.642] (II) MACH64(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz)
    [ 2445.642] (**) MACH64(0): *Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
    [ 2445.642] (II) MACH64(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz)
    [ 2445.642] (**) MACH64(0): *Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
    [ 2445.643] (II) MACH64(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz)
    [ 2445.643] (**) MACH64(0): *Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
    [ 2445.643] (II) MACH64(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz)
    [ 2445.643] (**) MACH64(0): *Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
    [ 2445.643] (II) MACH64(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz)
    [ 2445.643] (**) MACH64(0): *Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
    [ 2445.643] (II) MACH64(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz)
    [ 2445.643] (**) MACH64(0): *Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
    [ 2445.643] (II) MACH64(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz)
    [ 2445.643] (**) MACH64(0): Display dimensions: (380, 300) mm
    [ 2445.643] (**) MACH64(0): DPI set to (55, 52)
    [ 2445.643] (II) Loading sub module "fb"
    [ 2445.643] (II) LoadModule: "fb"
    [ 2445.644] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 2445.644] (II) Module fb: vendor="X.Org Foundation"
    [ 2445.644] compiled for 1.8.1.902, module version = 1.0.0
    [ 2445.644] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2445.644] (II) Loading sub module "ramdac"
    [ 2445.644] (II) LoadModule: "ramdac"
    [ 2445.645] (II) Module "ramdac" already built-in
    [ 2445.645] (II) Loading sub module "xaa"
    [ 2445.645] (II) LoadModule: "xaa"
    [ 2445.645] (II) Loading /usr/lib/xorg/modules/libxaa.so
    [ 2445.646] (II) Module xaa: vendor="X.Org Foundation"
    [ 2445.646] compiled for 1.8.1.902, module version = 1.2.1
    [ 2445.646] ABI class: X.Org Video Driver, version 7.0
    [ 2445.646] (II) Loading sub module "i2c"
    [ 2445.646] (II) LoadModule: "i2c"
    [ 2445.646] (II) Module "i2c" already built-in
    [ 2445.646] (II) MACH64(0): I2C bus "Mach64" initialized.
    [ 2445.646] (--) MACH64(0): ImpacTV chip ID 0x9A detected.
    [ 2445.656] (WW) MACH64(0): Direct rendering is not supported for ATI chips earlier than the ATI 3D Rage Pro.
    [ 2445.657] (II) MACH64(0): Largest offscreen areas (with overlaps):
    [ 2445.657] (II) MACH64(0): 832 x 5 rectangle at 0,624
    [ 2445.657] (II) MACH64(0): 448 x 6 rectangle at 0,624
    [ 2445.657] (II) MACH64(0): Using XFree86 Acceleration Architecture (XAA)
    [ 2445.657] Screen to screen bit blits
    [ 2445.657] Solid filled rectangles
    [ 2445.657] 8x8 mono pattern filled rectangles
    [ 2445.657] Indirect CPU to Screen color expansion
    [ 2445.657] Solid Lines
    [ 2445.658] Setting up tile and stipple cache:
    [ 2445.658] Not enough video memory for pixmap cache
    [ 2445.658] (==) MACH64(0): Backing store disabled
    [ 2445.658] (==) MACH64(0): Silken mouse enabled
    [ 2445.659] (**) MACH64(0): DPMS enabled
    [ 2445.659] (WW) MACH64(0): Option "Enable" is not used
    [ 2445.659] (II) MACH64(0): Direct rendering disabled
    [ 2445.659] (==) RandR enabled
    [ 2445.659] (II) Initializing built-in extension Generic Event Extension
    [ 2445.659] (II) Initializing built-in extension SHAPE
    [ 2445.659] (II) Initializing built-in extension MIT-SHM
    [ 2445.659] (II) Initializing built-in extension XInputExtension
    [ 2445.659] (II) Initializing built-in extension XTEST
    [ 2445.659] (II) Initializing built-in extension BIG-REQUESTS
    [ 2445.659] (II) Initializing built-in extension SYNC
    [ 2445.659] (II) Initializing built-in extension XKEYBOARD
    [ 2445.659] (II) Initializing built-in extension XC-MISC
    [ 2445.659] (II) Initializing built-in extension SECURITY
    [ 2445.659] (II) Initializing built-in extension XINERAMA
    [ 2445.659] (II) Initializing built-in extension XFIXES
    [ 2445.659] (II) Initializing built-in extension RENDER
    [ 2445.659] (II) Initializing built-in extension RANDR
    [ 2445.659] (II) Initializing built-in extension COMPOSITE
    [ 2445.659] (II) Initializing built-in extension DAMAGE
    [ 2445.682] (II) AIGLX: Screen 0 is not DRI2 capable
    [ 2445.682] (II) AIGLX: Screen 0 is not DRI capable
    [ 2445.687] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
    [ 2445.687] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [ 2446.130] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 2446.130] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2446.130] (II) LoadModule: "evdev"
    [ 2446.131] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2446.138] (II) Module evdev: vendor="X.Org Foundation"
    [ 2446.138] compiled for 1.8.0, module version = 2.4.0
    [ 2446.138] Module class: X.Org XInput Driver
    [ 2446.138] ABI class: X.Org XInput driver, version 9.0
    [ 2446.138] (**) Power Button: always reports core events
    [ 2446.138] (**) Power Button: Device: "/dev/input/event2"
    [ 2446.138] (II) Power Button: Found keys
    [ 2446.138] (II) Power Button: Configuring as keyboard
    [ 2446.138] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 2446.138] (**) Option "xkb_rules" "evdev"
    [ 2446.138] (**) Option "xkb_model" "evdev"
    [ 2446.139] (**) Option "xkb_layout" "us"
    [ 2446.233] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
    [ 2446.233] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 2446.234] (**) Sleep Button: always reports core events
    [ 2446.234] (**) Sleep Button: Device: "/dev/input/event1"
    [ 2446.234] (II) Sleep Button: Found keys
    [ 2446.234] (II) Sleep Button: Configuring as keyboard
    [ 2446.234] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 2446.234] (**) Option "xkb_rules" "evdev"
    [ 2446.234] (**) Option "xkb_model" "evdev"
    [ 2446.234] (**) Option "xkb_layout" "us"
    [ 2446.243] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 2446.243] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 2446.243] (**) AT Translated Set 2 keyboard: always reports core events
    [ 2446.243] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 2446.244] (II) AT Translated Set 2 keyboard: Found keys
    [ 2446.244] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 2446.244] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 2446.244] (**) Option "xkb_rules" "evdev"
    [ 2446.244] (**) Option "xkb_model" "evdev"
    [ 2446.244] (**) Option "xkb_layout" "us"
    [ 2446.245] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event4)
    [ 2446.245] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "evdev pointer catchall"
    [ 2446.245] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
    [ 2446.245] (**) ImExPS/2 Generic Explorer Mouse: Device: "/dev/input/event4"
    [ 2446.245] (II) ImExPS/2 Generic Explorer Mouse: Found 9 mouse buttons
    [ 2446.245] (II) ImExPS/2 Generic Explorer Mouse: Found scroll wheel(s)
    [ 2446.245] (II) ImExPS/2 Generic Explorer Mouse: Found relative axes
    [ 2446.245] (II) ImExPS/2 Generic Explorer Mouse: Found x and y relative axes
    [ 2446.245] (II) ImExPS/2 Generic Explorer Mouse: Configuring as mouse
    [ 2446.245] (**) ImExPS/2 Generic Explorer Mouse: YAxisMapping: buttons 4 and 5
    [ 2446.245] (**) ImExPS/2 Generic Explorer Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 2446.246] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE)
    [ 2446.246] (**) ImExPS/2 Generic Explorer Mouse: (accel) keeping acceleration scheme 1
    [ 2446.246] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration profile 0
    [ 2446.246] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
    [ 2446.246] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
    [ 2446.246] (II) ImExPS/2 Generic Explorer Mouse: initialized for relative axes.
    [ 2446.247] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse0)
    [ 2446.247] (II) No input driver/identifier specified (ignoring)
    [ 2446.247] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
    [ 2446.247] (II) No input driver/identifier specified (ignoring)
    The same effect with Xinerama on. Please, help me.

    hume's doona wrote:
    Are you configuring for the nvidia card?
    #sudo nvidia-settings
    and set it to twin view in the gui?
    No I think the problem is more basic than that...he's trying to use an ATi card and an Nvidia card simultaneously.  Something that I don't think will work.
    It also dependent on what drivers he is trying to use, as the (new) Nvidia proprietary driver only supports GeForce4 series chips and up...and the OP has an even older card than that.  The legacy Nvidia-96.xx driver does support his chipset, but 96.xx does not work with Xorg1.8 last I knew. see: http://www.archlinux.org/news/502/
    Twinview does not exist in the Nouveau drivers, so one has to use xrandr: http://wiki.archlinux.org/index.php/Nouveau
    Last edited by Skripka (2010-08-14 14:16:25)

Maybe you are looking for

  • Can we access CM 14.0.2 on the Microsoft Surface Pro 3? It will have Microsoft 8.1 Pro on it.

    My name is Cynthia and I work for Chicago Public Schools. We have approximately 400 users of the Primavera CM system. We've had challenges along the way with compatibility issues, but now here's a question I don't have an answer to. Is the Surface Pr

  • When trying to open final cut pro 7 I get the following error:  EXC_CRASH (SIGABRT)

    Process:         Final Cut Pro [1077] Path:            /Applications/Final Cut Studio/Final Cut Pro.app/Contents/MacOS/Final Cut Pro Identifier:      com.apple.FinalCutPro Version:         7.0.3 (7.0.3) Build Info:      FCPApp-1008261348~8 Code Type:

  • Command window in a frame

    Hello, Is it possible to have a command window, by command window I mean the black window you get when you type cmd in run in windows or a shell in Unix, Linux, in a JFrame. I have a two web apps that I want their outputs/logs to be displayed in such

  • How to use Find Change to add FC in front of all item numbers?

    Hello, I am using Indesign CS5 on iMac, running OS 10.8.3. I designed a product catalog that has 148 pages. Now I need to save the same design and make a new catalog for our wholesalers. On the wholesalers catalog I need to change the item numbers an

  • Advice on buying memmory

    I wanted to know how much of a performance difference is there between ddr3 1333 and ddr3 1600 and different cas latency of 9 or 7. I will be getting 4 4gb stcicks of memmory for my p67 system.