Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Xorg 6.8 motif (mathematica) problem.
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Silhouette
n00b
n00b


Joined: 23 Aug 2002
Posts: 46

PostPosted: Thu Sep 23, 2004 9:33 pm    Post subject: Xorg 6.8 motif (mathematica) problem. Reply with quote

i recently changed over from xfree to xorg 6.8. everything went great. xcompmgr works, nvidia drivers work great and everything else works great. except for one kind of major thing. mathamatica doesn't work right. It displays everything fine, however when I use the scroll bar up it doesn't refresh the fonts right or something.

Here's a picture of what's happing: http://bitgoo.net/test/prob.png
I have tried adding the fonts, but to not much help. Here's the revelant parts of my xorg config and /etc/fonts/local.conf.

Code:
xorg.conf

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

Section "Files"
   RgbPath      "/usr/X11R6/lib/X11/rgb"
   ModulePath   "/usr/X11R6/lib/modules"

   FontPath "/usr/share/fonts/corefonts/"
   FontPath "/usr/share/fonts/terminus/"
   FontPath "/usr/share/fonts/unifont/"
   FontPath "/usr/share/fonts/Type1/"
   FontPath "/usr/share/fonts/freefont/"
   FontPath "/usr/share/fonts/artwiz/"
   FontPath "/usr/share/fonts/local/"
   FontPath "/usr/share/fonts/misc/"
   FontPath "/usr/share/fonts/util/"
   FontPath "/usr/share/fonts/TTF/"
   FontPath "/usr/share/fonts/100dpi/"
   FontPath "/usr/share/fonts/75dpi/"
   FontPath "/usr/local/Wolfram/Mathematica/5.0/SystemFiles/Fonts/Type1"
   FontPath "/usr/local/Wolfram/Mathematica/5.0/SystemFiles/Fonts/Common/Type1"
   FontPath "/usr/local/Wolfram/Mathematica/5.0/SystemFiles/Fonts/AFM"
   FontPath "/usr/local/Wolfram/Mathematica/5.0/SystemFiles/Fonts/BDF"

EndSection

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


Code:
 /etc/fonts/local.conf

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts/local.conf file for local customizations -->
<fontconfig>
<!--
  Enable sub-pixel rendering
   <match target="font">
      <edit name="rgba" mode="assign"><const>rgb</const></edit>
   </match>
-->
   <dir>/usr/share/fonts/corefonts/</dir>
   <dir>/usr/share/fonts/terminus/<dir>
   <dir>/usr/share/fonts/unifont/<dir>
   <dir>/usr/share/fonts/Type1/<dir>
   <dir>/usr/share/fonts/freefont/<dir>
   <dir>/usr/share/fonts/artwiz/<dir>
   <dir>/usr/share/fonts/local/<dir>
   <dir>/usr/share/fonts/misc/<dir>
   <dir>/usr/share/fonts/util/<dir>
   <dir>/usr/share/fonts/TTF/<dir>
   <dir>/usr/share/fonts/100dpi/<dir>
   <dir>/usr/share/fonts/75dpi/<dir>
   <dir>/usr/local/Wolfram/Mathematica/5.0/SystemFiles/Fonts/Type1</dir>
   <dir>/usr/local/Wolfram/Mathematica/5.0/SystemFiles/Fonts/Common/Type1</dir>
   <dir>/usr/local/Wolfram/Mathematica/5.0/SystemFiles/Fonts/AFM</dir>
   <dir>/usr/local/Wolfram/Mathematica/5.0/SystemFiles/Fonts/BDF</dir>
</fontconfig>


Any help at all would be helpful. Thanks in advance.
Back to top
View user's profile Send private message
furanku
l33t
l33t


Joined: 08 May 2003
Posts: 905
Location: Hamburg, Germany

PostPosted: Fri Sep 24, 2004 6:32 pm    Post subject: Reply with quote

I also had some problems with mathematica after switching to xorg (missing libs and fonts).

I had to reemerge openmotif. openmotif compiled without problems, but for some reasons I don't know just installed the .a libraries not the .so's. I guess that's a specific problem of my installation, I solved it by installing the shared libraries by hand, after that mathematica started without problems.

Maybe that fixes your problem, too, since the screenshot looks like a problem in the GUI, which is motif-based in the case of mathematica.

Frank
Back to top
View user's profile Send private message
prophecy
Tux's lil' helper
Tux's lil' helper


Joined: 17 Nov 2003
Posts: 97

PostPosted: Sat Oct 09, 2004 6:31 pm    Post subject: Running slow Reply with quote

Yhea,

I have been having some serious issues with Mathematica ever since I moved to Xorg. I am now recompiling openmotif like you were suggesting to see if it was the problem. I have been in contact with Wolfram and they have no idea why it is not working. So anyway, as far as Mathematica running slow, I will let you all know if this is the fix.....

Well, it did not work, I reemerged it and double checked to see if the motif was installed correctly. It looks as though it was. So, now I do not know what to do. My mathematica is still running slowly. Has any of you ever had this problem?
Back to top
View user's profile Send private message
furanku
l33t
l33t


Joined: 08 May 2003
Posts: 905
Location: Hamburg, Germany

PostPosted: Sat Oct 09, 2004 6:50 pm    Post subject: Reply with quote

The funny thing is that reemerging openmotif helped in my case, although that's not logic. Of course Wolfram sells a static linked binary. But maybe something in xorg's configuration gets corrected by reemerging openmotif.

Anyway, at least my configuration works, so in the case reemerging openmotif doesn't help, we can compare configs.

Silhouette, did it work for you?

Frank
Back to top
View user's profile Send private message
prophecy
Tux's lil' helper
Tux's lil' helper


Joined: 17 Nov 2003
Posts: 97

PostPosted: Sun Oct 10, 2004 4:15 am    Post subject: The configurations Reply with quote

Well.

It did not work. I am not sure what configs I need to send to compare. I will include my XF86Config file, my font path enteries, and my XOrg.log file from the var directory.

I know this is long, but I just do not know what to include and what not to include. I am at witts end... Please help.

Oh and by the way, if you see anything else screewey, kindly let me know so that I might fix the system.

As far as the clues. The math command, or the kernel, looks as though it runs just fine. The GUI runs very slowly. When I resize the screen it draws slowly and it takes a long time for it to respond to typing and or focusing events.

Thanks in advance.

/etc/XF86Config ...
Code:

Section "dri"
    Mode 0666
EndSection

Section "Module"

    Load        "dbe"
    SubSection  "extmod"
      Option    "omit xfree86-dga"
    EndSubSection
    Load        "type1"
    Load        "freetype"
    Load        "glx"

EndSection

Section "Extensions"
#    Option "Composite" "Enable"
EndSection

Section "Files"

    RgbPath   "/usr/X11R6/lib/X11/rgb"

    FontPath    "/usr/share/fonts/local"
    FontPath    "/usr/share/fonts/misc"
    FontPath    "/usr/share/fonts/75dpi:unscaled"
    FontPath    "/usr/share/fonts/100dpi:unscaled"
    FontPath    "/usr/share/fonts/Type1"
    FontPath    "/usr/share/fonts/Speedo"
    FontPath    "/usr/local/share/fonts"
    FontPath    "/usr/share/fonts"
    FontPath    "/usr/share/fonts"
    FontPath    "/usr/share/fonts/afms"
    FontPath    "/usr/share/fonts/cyrillic"
    FontPath    "/usr/share/fonts/truetype"
    FontPath    "/usr/share/fonts/TTF"
    FontPath    "/usr/share/fonts/ukr"
    FontPath    "/usr/local/share/fonts/truetype"
    FontPath    "/usr/local/Wolfram/Mathematica/5.0/SystemFiles/Fonts/Type1"
    FontPath    "/usr/local/Wolfram/Mathematica/5.0/SystemFiles/Fonts/Common/Type1:unscaled"
    FontPath    "/usr/local/Wolfram/Mathematica/5.0/SystemFiles/Fonts/AFM:unscaled"
    FontPath    "/usr/local/Wolfram/Mathematica/5.0/SystemFiles/Fonts/BDF:unscaled"

EndSection

Section "ServerFlags"

#    Option "NoTrapSignals"
#    Option "DontZap"
#    Option "Dont Zoom"
#    Option "DisableVidModeExtension"
#    Option "AllowNonLocalXvidtune"
#    Option "DisableModInDev"
#    Option "AllowNonLocalModInDev"

#    Option "Xinerama" "true"
     Option "Xinerama" "Disable"

EndSection

Section "InputDevice"

    Identifier   "Keyboard1"
    Driver   "kbd"

EndSection

Section "InputDevice"

    Identifier   "Mouse1"
    Driver "mouse"
    Option "Protocol"   "PS/2"
    Option "Device"     "/dev/mouse"

EndSection

Section "InputDevice"

    Identifier   "Mouse2"
    Driver "mouse"
    Option "Protocol"   "ImPS/2"
    Option "ZAxisMapping"   "4 5"
    Option "Device"     "/dev/usbmouse"

EndSection

Section "Monitor"

    Identifier  "Dell Inspiron 15.4"

    HorizSync   31.5-110
    VertRefresh   28-90

    Modeline   "1920x1200"   162 1920 1984 2176 2480 1200 1201 1204 1250 +hsync +vsync

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     "DigitalVibrance" "1"           # <i>
        #Option     "PageFlip"                  # [<bool>]
        #Option     "Dac8Bit"                   # [<bool>]
        #Option     "NoLogo"                    # [<bool>]
        #Option     "Overlay"                   # [<bool>]
        #Option     "UBB"                       # [<bool>]
        #Option     "Stereo"                    # <i>
        #Option     "WindowFlip"                # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "VideoKey"                  # <i>
        Option     "NvAGP" "1"                     # <i>
        #Option     "NoDDC"                     # [<bool>]
#        Option     "ConnectedMonitors"  "LCD,CRT"       # <str>
        Option     "RenderAccel"   "true"               # [<bool>]
        #Option     "CursorShadow"              # [<bool>]
        #Option     "CursorShadowAlpha"         # <i>
        #Option     "CursorShadowXOffset"       # <i>
        #Option     "CursorShadowYOffset"       # <i>
        #Option     "UseEdidFreqs"              # [<bool>]
        #Option     "FlatPanelProperties"       # <str>

        #Option     "UseInt10Module"            # [<bool>]
        #Option     "SwapReady"                 # [<bool>]
        #Option     "NoTwinViewXineramaInfo"    # [<bool>]
        #Option     "NoRenderExtension"         # [<bool>]
        #Option     "UseClipIDs"                # [<bool>]
        #Option     "CIOverlay"                 # [<bool>]
        #Option     "TransparentIndex"          # <i>
        #Option     "OverlayDefaultVisual"      # [<bool>]
        #Option     "NvEmulate"                 # <i>
        #Option     "NoBandWidthTest"           # [<bool>]
        #Option     "CustomEDID-CRT-0"          # <str>
        #Option     "CustomEDID-CRT-1"          # <str>
        #Option     "CustomEDID-DFP-0"          # <str>
        #Option     "CustomEDID-DFP-1"          # <str>
        #Option     "CustomEDID-TV-0"           # <str>
        #Option     "CustomEDID-TV-1"           # <str>
        #Option     "TVOverScan"                # <f>
        #Option     "IgnoreDisplayDevices"      # <str>
        #Option     "MultisampleCompatibility"  # [<bool>]

        Identifier  "NVidia"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "Unknown Board"
        BusID       "PCI:1:0:0"
EndSection

Section "Device"
        Identifier  "NVidia2"
        Driver      "nv"
        VendorName  "nVidia Corporation"
        BoardName   "Unknown Board"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier  "Screen0"
    Device      "NVidia"
    Monitor     "Dell Inspiron 15.4"
    DefaultDepth 24

    Subsection "Display"
        Depth       24
        Modes       "1920x1200"
#        Modes       "1280x1024"
    EndSubsection
EndSection

Section "ServerLayout"

    Identifier  "Server Layout"
    Screen "Screen0"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Mouse2" "SendCoreEvents"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection


/var/log/XOrg.0.log ...
Code:

X Window System Version 6.8.0
Release Date: 8 September 2004
X Protocol Version 11, Revision 0, Release 6.8
Build Operating System: Linux 2.6.5-gentoo-r1 i686 [ELF]
Current Operating System: Linux localhost 2.6.5-gentoo-r1 #2 SMP Mon Jul 5 08:41:25 CDT 2004 i686
Build Date: 25 September 2004
   Before reporting problems, check http://wiki.X.Org
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Oct  9 22:18:37 2004
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Server Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Dell Inspiron 15.4"
(**) |   |-->Device "NVidia"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Mouse2"
(**) |-->Input Device "Keyboard1"
(WW) The directory "/usr/share/fonts/truetype" does not exist.
   Entry deleted from font path.
(**) FontPath set to "/usr/share/fonts/local,/usr/share/fonts/misc,
/usr/share/fonts/75dpi:unscaled,
/usr/share/fonts/100dpi:unscaled,
/usr/share/fonts/Type1,
/usr/share/fonts/Speedo,
/usr/local/share/fonts,
/usr/share/fonts,
/usr/share/fonts,
/usr/share/fonts/afms,
/usr/share/fonts/cyrillic,
/usr/share/fonts/TTF,
/usr/share/fonts/ukr,
/usr/local/share/fonts/truetype,
/usr/local/Wolfram/Mathematica/5.0/SystemFiles/Fonts/Type1,
/usr/local/Wolfram/Mathematica/5.0/SystemFiles/Fonts/Common/Type1:unscaled,
/usr/local/Wolfram/Mathematica/5.0/SystemFiles/Fonts/AFM:unscaled,
/usr/local/Wolfram/Mathematica/5.0/SystemFiles/Fonts/BDF:unscaled"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(WW) Option "Xinerama" requires a boolean value
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.2
   X.Org Video Driver: 0.7
   X.Org XInput driver : 0.4
   X.Org Server Extension : 0.2
   X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 1.0.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(++) using VT number 7

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x800218b0, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,3340 card 1028,016a rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,3341 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24c2 card 1028,016a rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 1028,016a rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 1028,016a rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 1028,016a rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 81 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24cc card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24ca card 1028,016a rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1028,016a rev 01 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,24c6 card 14f1,5422 rev 01 class 07,03,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0324 card 1028,019c rev a1 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 14e4,4401 card 1028,8127 rev 01 class 02,00,00 hdr 00
(II) PCI: 02:01:0: chip 104c,ac44 card 4000,0000 rev 02 class 06,07,00 hdr 82
(II) PCI: 02:01:1: chip 104c,8029 card 1028,016a rev 00 class 0c,00,10 hdr 80
(II) PCI: 02:03:0: chip 14e4,4320 card 1028,0001 rev 02 class 02,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 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 1 non-prefetchable memory range:
   [0] -1   0   0xfc000000 - 0xfdffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
   [0] -1   0   0x0000d000 - 0x0000d0ff (0x100) IX[B]
   [1] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX[B]
   [2] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [3] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
   [4] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [5] -1   0   0x0000e400 - 0x0000e4ff (0x100) IX[B]
   [6] -1   0   0x0000e800 - 0x0000e8ff (0x100) IX[B]
   [7] -1   0   0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
   [0] -1   0   0xf6000000 - 0xfbffffff (0x6000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:1:0), (2,3,6), BCTRL: 0x05c0 (VGA_EN is cleared)
(--) PCI:*(1:0:0) nVidia Corporation GeForce FX Go5200 rev 161, Mem @ 0xfc000000/24, 0xd0000000/28, BIOS @ 0x80000000/17
(II) Addressable bus resource ranges are
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
   [1] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xe7ffffff to 0xdfffffff
(II) Active PCI resource ranges:
   [0] -1   0   0xfaff6000 - 0xfaff7fff (0x2000) MX[B]
   [1] -1   0   0xfaff8000 - 0xfaffbfff (0x4000) MX[B]
   [2] -1   0   0xfaffd800 - 0xfaffdfff (0x800) MX[B]
   [3] -1   0   0xfaffe000 - 0xfaffffff (0x2000) MX[B]
   [4] -1   0   0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
   [5] -1   0   0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
   [6] -1   0   0x40000000 - 0x400003ff (0x400) MX[B]
   [7] -1   0   0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
   [8] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [9] -1   0   0x80000000 - 0x8001ffff (0x20000) MX[B](B)
   [10] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
   [11] -1   0   0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
   [12] -1   0   0x0000b080 - 0x0000b0ff (0x80) IX[B]
   [13] -1   0   0x0000b400 - 0x0000b4ff (0x100) IX[B]
   [14] -1   0   0x0000bc40 - 0x0000bc7f (0x40) IX[B]
   [15] -1   0   0x0000b800 - 0x0000b8ff (0x100) IX[B]
   [16] -1   0   0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
   [17] -1   0   0x00000374 - 0x00000374 (0x1) IX[B]
   [18] -1   0   0x00000170 - 0x00000170 (0x1) IX[B]
   [19] -1   0   0x000003f4 - 0x000003f4 (0x1) IX[B]
   [20] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [21] -1   0   0x0000bf20 - 0x0000bf3f (0x20) IX[B]
   [22] -1   0   0x0000bf40 - 0x0000bf5f (0x20) IX[B]
   [23] -1   0   0x0000bf80 - 0x0000bf9f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xfaff6000 - 0xfaff7fff (0x2000) MX[B]
   [1] -1   0   0xfaff8000 - 0xfaffbfff (0x4000) MX[B]
   [2] -1   0   0xfaffd800 - 0xfaffdfff (0x800) MX[B]
   [3] -1   0   0xfaffe000 - 0xfaffffff (0x2000) MX[B]
   [4] -1   0   0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
   [5] -1   0   0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
   [6] -1   0   0x40000000 - 0x400003ff (0x400) MX[B]
   [7] -1   0   0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
   [8] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [9] -1   0   0x80000000 - 0x8001ffff (0x20000) MX[B](B)
   [10] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
   [11] -1   0   0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
   [12] -1   0   0x0000b080 - 0x0000b0ff (0x80) IX[B]
   [13] -1   0   0x0000b400 - 0x0000b4ff (0x100) IX[B]
   [14] -1   0   0x0000bc40 - 0x0000bc7f (0x40) IX[B]
   [15] -1   0   0x0000b800 - 0x0000b8ff (0x100) IX[B]
   [16] -1   0   0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
   [17] -1   0   0x00000374 - 0x00000374 (0x1) IX[B]
   [18] -1   0   0x00000170 - 0x00000170 (0x1) IX[B]
   [19] -1   0   0x000003f4 - 0x000003f4 (0x1) IX[B]
   [20] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [21] -1   0   0x0000bf20 - 0x0000bf3f (0x20) IX[B]
   [22] -1   0   0x0000bf40 - 0x0000bf5f (0x20) IX[B]
   [23] -1   0   0x0000bf80 - 0x0000bf9f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xfaff6000 - 0xfaff7fff (0x2000) MX[B]
   [6] -1   0   0xfaff8000 - 0xfaffbfff (0x4000) MX[B]
   [7] -1   0   0xfaffd800 - 0xfaffdfff (0x800) MX[B]
   [8] -1   0   0xfaffe000 - 0xfaffffff (0x2000) MX[B]
   [9] -1   0   0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
   [10] -1   0   0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
   [11] -1   0   0x40000000 - 0x400003ff (0x400) MX[B]
   [12] -1   0   0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
   [13] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [14] -1   0   0x80000000 - 0x8001ffff (0x20000) MX[B](B)
   [15] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
   [16] -1   0   0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
   [17] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [18] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [19] -1   0   0x0000b080 - 0x0000b0ff (0x80) IX[B]
   [20] -1   0   0x0000b400 - 0x0000b4ff (0x100) IX[B]
   [21] -1   0   0x0000bc40 - 0x0000bc7f (0x40) IX[B]
   [22] -1   0   0x0000b800 - 0x0000b8ff (0x100) IX[B]
   [23] -1   0   0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
   [24] -1   0   0x00000374 - 0x00000374 (0x1) IX[B]
   [25] -1   0   0x00000170 - 0x00000170 (0x1) IX[B]
   [26] -1   0   0x000003f4 - 0x000003f4 (0x1) IX[B]
   [27] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [28] -1   0   0x0000bf20 - 0x0000bf3f (0x20) IX[B]
   [29] -1   0   0x0000bf40 - 0x0000bf5f (0x20) IX[B]
   [30] -1   0   0x0000bf80 - 0x0000bf9f (0x20) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension 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: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 1.0.2
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 6.8.0, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.6106
   Module class: XFree86 Server Extension
   ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.6106
   Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) NVIDIA X Driver  1.0-6106  Wed Jun 23 08:14:45 PDT 2004
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Chipset NVIDIA GPU found
(II) resource ranges after xf86ClaimFixedResources() call:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xfaff6000 - 0xfaff7fff (0x2000) MX[B]
   [6] -1   0   0xfaff8000 - 0xfaffbfff (0x4000) MX[B]
   [7] -1   0   0xfaffd800 - 0xfaffdfff (0x800) MX[B]
   [8] -1   0   0xfaffe000 - 0xfaffffff (0x2000) MX[B]
   [9] -1   0   0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
   [10] -1   0   0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
   [11] -1   0   0x40000000 - 0x400003ff (0x400) MX[B]
   [12] -1   0   0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
   [13] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [14] -1   0   0x80000000 - 0x8001ffff (0x20000) MX[B](B)
   [15] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
   [16] -1   0   0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
   [17] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [18] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [19] -1   0   0x0000b080 - 0x0000b0ff (0x80) IX[B]
   [20] -1   0   0x0000b400 - 0x0000b4ff (0x100) IX[B]
   [21] -1   0   0x0000bc40 - 0x0000bc7f (0x40) IX[B]
   [22] -1   0   0x0000b800 - 0x0000b8ff (0x100) IX[B]
   [23] -1   0   0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
   [24] -1   0   0x00000374 - 0x00000374 (0x1) IX[B]
   [25] -1   0   0x00000170 - 0x00000170 (0x1) IX[B]
   [26] -1   0   0x000003f4 - 0x000003f4 (0x1) IX[B]
   [27] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [28] -1   0   0x0000bf20 - 0x0000bf3f (0x20) IX[B]
   [29] -1   0   0x0000bf40 - 0x0000bf5f (0x20) IX[B]
   [30] -1   0   0x0000bf80 - 0x0000bf9f (0x20) IX[B]
(II) resource ranges after probing:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xfaff6000 - 0xfaff7fff (0x2000) MX[B]
   [6] -1   0   0xfaff8000 - 0xfaffbfff (0x4000) MX[B]
   [7] -1   0   0xfaffd800 - 0xfaffdfff (0x800) MX[B]
   [8] -1   0   0xfaffe000 - 0xfaffffff (0x2000) MX[B]
   [9] -1   0   0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
   [10] -1   0   0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
   [11] -1   0   0x40000000 - 0x400003ff (0x400) MX[B]
   [12] -1   0   0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
   [13] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [14] -1   0   0x80000000 - 0x8001ffff (0x20000) MX[B](B)
   [15] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
   [16] -1   0   0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
   [17] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [18] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [19] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [20] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [21] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [22] -1   0   0x0000b080 - 0x0000b0ff (0x80) IX[B]
   [23] -1   0   0x0000b400 - 0x0000b4ff (0x100) IX[B]
   [24] -1   0   0x0000bc40 - 0x0000bc7f (0x40) IX[B]
   [25] -1   0   0x0000b800 - 0x0000b8ff (0x100) IX[B]
   [26] -1   0   0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
   [27] -1   0   0x00000374 - 0x00000374 (0x1) IX[B]
   [28] -1   0   0x00000170 - 0x00000170 (0x1) IX[B]
   [29] -1   0   0x000003f4 - 0x000003f4 (0x1) IX[B]
   [30] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [31] -1   0   0x0000bf20 - 0x0000bf3f (0x20) IX[B]
   [32] -1   0   0x0000bf40 - 0x0000bf5f (0x20) IX[B]
   [33] -1   0   0x0000bf80 - 0x0000bf9f (0x20) IX[B]
   [34] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [35] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 0.1.0
   ABI class: X.Org Video Driver, version 0.7
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "DigitalVibrance" "1"
(**) NVIDIA(0): Option "NvAGP" "1"
(**) NVIDIA(0): Option "RenderAccel" "true"
(**) NVIDIA(0): Enabling experimental RENDER acceleration
(**) NVIDIA(0): Use of NVIDIA internal AGP requested
(--) NVIDIA(0): Linear framebuffer at 0xD0000000
(--) NVIDIA(0): MMIO registers at 0xFC000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce FX Go5200
(--) NVIDIA(0): VideoBIOS: 04.34.20.42.b1
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): Detected AGP rate: 4X
(--) NVIDIA(0): VideoRAM: 65536 kBytes
(II) NVIDIA(0): Connected display device(s): DFP-0
(--) NVIDIA(0): Display device DFP-0: maximum pixel clock at  8 bpp: 400 MHz
(--) NVIDIA(0): Display device DFP-0: maximum pixel clock at 16 bpp: 400 MHz
(--) NVIDIA(0): Display device DFP-0: maximum pixel clock at 32 bpp: 400 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(**) NVIDIA(0): Digital Vibrance for display 0 set to 1
(WW) NVIDIA(0): config file hsync range 31.5-110kHz not within DDC hsync ranges.
(WW) NVIDIA(0): config file vrefresh range 28-90Hz not within DDC vrefresh ranges.
(II) NVIDIA(0): Dell Inspiron 15.4: Using hsync range of 31.50-110.00 kHz
(II) NVIDIA(0): Dell Inspiron 15.4: Using vrefresh range of 28.00-90.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 400.00 MHz
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1920x1440" (height too large for virtual size)
(II) NVIDIA(0): Not using default mode "1856x1392" (height too large for virtual size)
(II) NVIDIA(0): Not using default mode "1792x1344" (height too large for virtual size)
(II) NVIDIA(0): Not using default mode "1792x1344" (height too large for virtual size)
(WW) NVIDIA(0): Not using mode "1024x768" (height 1536 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1200)
(WW) NVIDIA(0): Not using mode "960x720" (height 1440 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1200)
(WW) NVIDIA(0): Not using mode "928x696" (height 1392 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1200)
(WW) NVIDIA(0): Not using mode "896x672" (height 1344 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1200)
(WW) NVIDIA(0): Not using mode "896x672" (height 1344 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1200)
(WW) NVIDIA(0): Not using mode "1152x768":
(WW) NVIDIA(0):   horizontal sync start (1178) not a multiple of 8
(WW) NVIDIA(0): Not using mode "576x384":
(WW) NVIDIA(0):   horizontal sync start (589) not a multiple of 8
(WW) NVIDIA(0): Not using mode "360x200":
(WW) NVIDIA(0):   horizontal sync start (378) not a multiple of 8
(**) NVIDIA(0): Validated modes for display device DFP-0:
(**) NVIDIA(0):      Mode "1920x1200": 162.0 MHz, 65.3 kHz, 52.3 Hz
(**) NVIDIA(0):      Default mode "1600x1200": 229.5 MHz, 106.2 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "1600x1200": 202.5 MHz, 93.8 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1600x1200": 189.0 MHz, 87.5 kHz, 70.0 Hz
(**) NVIDIA(0):      Default mode "1600x1200": 175.5 MHz, 81.2 kHz, 65.0 Hz
(**) NVIDIA(0):      Default mode "1600x1200": 162.0 MHz, 75.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1400x1050": 155.8 MHz, 81.5 kHz, 74.8 Hz
(**) NVIDIA(0):      Default mode "1400x1050": 122.0 MHz, 64.9 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1280x960": 148.5 MHz, 85.9 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(**) NVIDIA(0):      Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(**) NVIDIA(0):      Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 44.9 MHz, 35.5 kHz, 87.0 Hz (I)
(**) NVIDIA(0):      Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(**) NVIDIA(0):      Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "800x600": 114.8 MHz, 106.2 kHz, 85.0 Hz (D)
(**) NVIDIA(0):      Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "800x600": 101.2 MHz, 93.8 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(**) NVIDIA(0):      Default mode "800x600": 94.5 MHz, 87.5 kHz, 70.0 Hz (D)
(**) NVIDIA(0):      Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D)
(**) NVIDIA(0):      Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(**) NVIDIA(0):      Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(**) NVIDIA(0):      Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D)
(**) NVIDIA(0):      Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x512": 78.8 MHz, 91.1 kHz, 85.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D)
(**) NVIDIA(0):      Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(**) NVIDIA(0):      Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 22.4 MHz, 35.5 kHz, 86.9 Hz (D)
(**) NVIDIA(0):      Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(**) NVIDIA(0):      Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1920 x 1200
(--) NVIDIA(0): Display dimensions: (330, 210) mm
(--) NVIDIA(0): DPI set to (147, 145)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 0.1.0
   ABI class: X.Org Video Driver, version 0.7
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] 0   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B]
   [1] 0   0   0xfc000000 - 0xfcffffff (0x1000000) MX[B]
   [2] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [3] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [4] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [5] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [6] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [7] -1   0   0xfaff6000 - 0xfaff7fff (0x2000) MX[B]
   [8] -1   0   0xfaff8000 - 0xfaffbfff (0x4000) MX[B]
   [9] -1   0   0xfaffd800 - 0xfaffdfff (0x800) MX[B]
   [10] -1   0   0xfaffe000 - 0xfaffffff (0x2000) MX[B]
   [11] -1   0   0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
   [12] -1   0   0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
   [13] -1   0   0x40000000 - 0x400003ff (0x400) MX[B]
   [14] -1   0   0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
   [15] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [16] -1   0   0x80000000 - 0x8001ffff (0x20000) MX[B](B)
   [17] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
   [18] -1   0   0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
   [19] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
   [20] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
   [21] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
   [22] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [23] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [24] -1   0   0x0000b080 - 0x0000b0ff (0x80) IX[B]
   [25] -1   0   0x0000b400 - 0x0000b4ff (0x100) IX[B]
   [26] -1   0   0x0000bc40 - 0x0000bc7f (0x40) IX[B]
   [27] -1   0   0x0000b800 - 0x0000b8ff (0x100) IX[B]
   [28] -1   0   0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
   [29] -1   0   0x00000374 - 0x00000374 (0x1) IX[B]
   [30] -1   0   0x00000170 - 0x00000170 (0x1) IX[B]
   [31] -1   0   0x000003f4 - 0x000003f4 (0x1) IX[B]
   [32] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [33] -1   0   0x0000bf20 - 0x0000bf3f (0x20) IX[B]
   [34] -1   0   0x0000bf40 - 0x0000bf5f (0x20) IX[B]
   [35] -1   0   0x0000bf80 - 0x0000bf9f (0x20) IX[B]
   [36] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [37] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1920x1200"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "Protocol" "PS/2"
(**) Mouse1: Device: "/dev/mouse"
(**) Mouse1: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/mouse"
(==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse1: Buttons: 3
(**) Mouse1: SmartScroll: 1
(**) Option "Protocol" "ImPS/2"
(**) Mouse2: Device: "/dev/usbmouse"
(**) Mouse2: Protocol: "ImPS/2"
(**) Option "SendCoreEvents"
(**) Mouse2: always reports core events
(**) Option "Device" "/dev/usbmouse"
(==) Mouse2: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse2: ZAxisMapping: buttons 4 and 5
(**) Mouse2: Buttons: 5
(**) Mouse2: SmartScroll: 1
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "pc101"
(**) Keyboard1: XkbModel: "pc101"
(**) Option "XkbLayout" "us"
(**) Keyboard1: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse2" (type: MOUSE)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(II) XINPUT: Adding extended input device "NVIDIA Kernel Input Handler" (type: Other)
(II) Mouse1: ps2EnableDataReporting: succeeded
(II) Mouse2: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/local, removing from list!
Could not init font path element /usr/share/fonts/Speedo, removing from list!
Could not init font path element /usr/local/share/fonts, removing from list!
Could not init font path element /usr/share/fonts, removing from list!
Could not init font path element /usr/share/fonts, removing from list!
Could not init font path element /usr/share/fonts/afms, removing from list!
Could not init font path element /usr/local/Wolfram/Mathematica/5.0/SystemFiles/Fonts/Common/Type1:unscaled, removing from list!
Could not init font path element /usr/local/Wolfram/Mathematica/5.0/SystemFiles/Fonts/AFM:unscaled, removing from list!
SetClientVersion: 0 8
GetModeLine - scrn: 0 clock: 162000
GetModeLine - hdsp: 1920 hbeg: 1984 hend: 2176 httl: 2480
              vdsp: 1200 vbeg: 1201 vend: 1204 vttl: 1250 flags: 5
(II) 3rd Button detected: disabling emulate3Button
(II) 3rd Button detected: disabling emulate3Button
GetModeLine - scrn: 0 clock: 162000
GetModeLine - hdsp: 1920 hbeg: 1984 hend: 2176 httl: 2480
              vdsp: 1200 vbeg: 1201 vend: 1204 vttl: 1250 flags: 5
GetModeLine - scrn: 0 clock: 162000
GetModeLine - hdsp: 1920 hbeg: 1984 hend: 2176 httl: 2480
              vdsp: 1200 vbeg: 1201 vend: 1204 vttl: 1250 flags: 5
GetModeLine - scrn: 0 clock: 162000
GetModeLine - hdsp: 1920 hbeg: 1984 hend: 2176 httl: 2480
              vdsp: 1200 vbeg: 1201 vend: 1204 vttl: 1250 flags: 5
GetModeLine - scrn: 0 clock: 162000
GetModeLine - hdsp: 1920 hbeg: 1984 hend: 2176 httl: 2480
              vdsp: 1200 vbeg: 1201 vend: 1204 vttl: 1250 flags: 5
GetModeLine - scrn: 0 clock: 162000
GetModeLine - hdsp: 1920 hbeg: 1984 hend: 2176 httl: 2480
              vdsp: 1200 vbeg: 1201 vend: 1204 vttl: 1250 flags: 5
GetModeLine - scrn: 0 clock: 162000
GetModeLine - hdsp: 1920 hbeg: 1984 hend: 2176 httl: 2480
              vdsp: 1200 vbeg: 1201 vend: 1204 vttl: 1250 flags: 5
AUDIT: Sat Oct  9 22:52:20 2004: 31991 X: client 24 rejected from local host
AUDIT: Sun Oct 10 01:33:28 2004: 31991 X: client 20 rejected from local host


Wolfram Font Directory Listings ...

[code:1:6343e8b188]
prophecy@localhost /usr/local/Wolfram/Mathematica/5.0/SystemFiles/Fonts $ ls -l *
AFM:
total 856
-rw-r--r-- 1 root root 21626 Sep 6 18:14 CharterBT-Bold.afm
-rw-r--r-- 1 root root 22099 Sep 6 18:14 CharterBT-BoldItalic.afm
-rw-r--r-- 1 root root 19927 Sep 6 18:14 CharterBT-Italic.afm
-rw-r--r-- 1 root root 19764 Sep 6 18:14 CharterBT-Roman.afm
-rw-r--r-- 1 root root 15352 Sep 6 18:14 Courier-Bold.afm
-rw-r--r-- 1 root root 15422 Sep 6 18:14 Courier-BoldOblique.afm
-rw-r--r-- 1 root root 15443 Sep 6 18:14 Courier-Oblique.afm
-rw-r--r-- 1 root root 15339 Sep 6 18:14 Courier.afm
-rw-r--r-- 1 root root 17155 Sep 6 18:14 Helvetica-Bold.afm
-rw-r--r-- 1 root root 17230 Sep 6 18:14 Helvetica-BoldOblique.afm
-rw-r--r-- 1 root root 17919 Sep 6 18:14 Helvetica-Oblique.afm
-rw-r--r-- 1 root root 17839 Sep 6 18:14 Helvetica.afm
-rw-r--r-- 1 root root 11414 Sep 6 18:14 Mathematica1-Bold.afm
-rw-r--r-- 1 root root 11369 Sep 6 18:14 Mathematica1.afm
-rw-r--r-- 1 root root 11442 Sep 6 18:14 Mathematica1Mono-Bold.afm
-rw-r--r-- 1 root root 11453 Sep 6 18:14 Mathematica1Mono.afm
-rw-r--r-- 1 root root 12309 Sep 6 18:14 Mathematica2-Bold.afm
-rw-r--r-- 1 root root 12296 Sep 6 18:14 Mathematica2.afm
-rw-r--r-- 1 root root 12438 Sep 6 18:14 Mathematica2Mono-Bold.afm
-rw-r--r-- 1 root root 12429 Sep 6 18:14 Mathematica2Mono.afm
-rw-r--r-- 1 root root 11985 Sep 6 18:14 Mathematica3-Bold.afm
-rw-r--r-- 1 root root 11931 Sep 6 18:14 Mathematica3.afm
-rw-r--r-- 1 root root 12059 Sep 6 18:14 Mathematica3Mono-Bold.afm
-rw-r--r-- 1 root root 12037 Sep 6 18:14 Mathematica3Mono.afm
-rw-r--r-- 1 root root 12116 Sep 6 18:14 Mathematica4-Bold.afm
-rw-r--r-- 1 root root 12104 Sep 6 18:14 Mathematica4.afm
-rw-r--r-- 1 root root 12176 Sep 6 18:14 Mathematica4Mono-Bold.afm
-rw-r--r-- 1 root root 12163 Sep 6 18:14 Mathematica4Mono.afm
-rw-r--r-- 1 root root 11347 Sep 6 18:14 Mathematica5-Bold.afm
-rw-r--r-- 1 root root 11299 Sep 6 18:14 Mathematica5.afm
-rw-r--r-- 1 root root 11325 Sep 6 18:14 Mathematica5Mono-Bold.afm
-rw-r--r-- 1 root root 11322 Sep 6 18:14 Mathematica5Mono.afm
-rw-r--r-- 1 root root 10471 Sep 6 18:14 Mathematica6-Bold.afm
-rw-r--r-- 1 root root 10451 Sep 6 18:14 Mathematica6.afm
-rw-r--r-- 1 root root 10447 Sep 6 18:14 Mathematica6Mono-Bold.afm
-rw-r--r-- 1 root root 10429 Sep 6 18:14 Mathematica6Mono.afm
-rw-r--r-- 1 root root 10385 Sep 6 18:14 Mathematica7-Bold.afm
-rw-r--r-- 1 root root 10350 Sep 6 18:14 Mathematica7.afm
-rw-r--r-- 1 root root 10394 Sep 6 18:14 Mathematica7Mono-Bold.afm
-rw-r--r-- 1 root root 10392 Sep 6 18:14 Mathematica7Mono.afm
-rw-r--r-- 1 root root 18819 Sep 6 18:14 Swiss721BT-Bold.afm
-rw-r--r-- 1 root root 18043 Sep 6 18:14 Swiss721BT-BoldItalic.afm
-rw-r--r-- 1 root root 18516 Sep 6 18:14 Swiss721BT-Italic.afm
-rw-r--r-- 1 root root 18747 Sep 6 18:14 Swiss721BT-Roman.afm
-rw-r--r-- 1 root root 9644 Sep 6 18:14 Symbol.afm
-rw-r--r-- 1 root root 17983 Sep 6 18:14 Times-Bold.afm
-rw-r--r-- 1 root root 18070 Sep 6 18:14 Times-BoldItalic.afm
-rw-r--r-- 1 root root 18068 Sep 6 18:14 Times-Italic.afm
-rw-r--r-- 1 root root 17942 Sep 6 18:14 Times-Roman.afm
-rw-r--r-- 1 root root 21529 Sep 6 18:14 Utopia-Bold.afm
-rw-r--r-- 1 root root 21991 Sep 6 18:14 Utopia-BoldItalic.afm
-rw-r--r-- 1 root root 21960 Sep 6 18:14 Utopia-Italic.afm
-rw-r--r-- 1 root root 22144 Sep 6 18:14 Utopia-Regular.afm
-rw-r--r-- 1 root root 2 Sep 13 22:55 fonts.dir

BDF:
total 20760
-rw-r--r-- 1 root root 23156 Sep 6 18:14 Mathematica1-Bold.10.bdf
-rw-r--r-- 1 root root 23747 Sep 6 18:14 Mathematica1-Bold.11.bdf
-rw-r--r-- 1 root root 24408 Sep 6 18:14 Mathematica1-Bold.12.bdf
-rw-r--r-- 1 root root 25292 Sep 6 18:14 Mathematica1-Bold.13.bdf
-rw-r--r-- 1 root root 26257 Sep 6 18:14 Mathematica1-Bold.14.bdf
-rw-r--r-- 1 root root 26906 Sep 6 18:14 Mathematica1-Bold.15.bdf
-rw-r--r-- 1 root root 28240 Sep 6 18:14 Mathematica1-Bold.16.bdf
-rw-r--r-- 1 root root 29056 Sep 6 18:14 Mathematica1-Bold.17.bdf
-rw-r--r-- 1 root root 29888 Sep 6 18:14 Mathematica1-Bold.18.bdf
-rw-r--r-- 1 root root 31736 Sep 6 18:14 Mathematica1-Bold.20.bdf
-rw-r--r-- 1 root root 33285 Sep 6 18:14 Mathematica1-Bold.22.bdf
-rw-r--r-- 1 root root 35397 Sep 6 18:14 Mathematica1-Bold.24.bdf
-rw-r--r-- 1 root root 37278 Sep 6 18:14 Mathematica1-Bold.26.bdf
-rw-r--r-- 1 root root 39703 Sep 6 18:14 Mathematica1-Bold.28.bdf
-rw-r--r-- 1 root root 43138 Sep 6 18:14 Mathematica1-Bold.30.bdf
-rw-r--r-- 1 root root 45845 Sep 6 18:14 Mathematica1-Bold.32.bdf
-rw-r--r-- 1 root root 48451 Sep 6 18:14 Mathematica1-Bold.34.bdf
-rw-r--r-- 1 root root 51033 Sep 6 18:14 Mathematica1-Bold.36.bdf
-rw-r--r-- 1 root root 20997 Sep 6 18:14 Mathematica1-Bold.5.bdf
-rw-r--r-- 1 root root 21406 Sep 6 18:14 Mathematica1-Bold.6.bdf
-rw-r--r-- 1 root root 21868 Sep 6 18:14 Mathematica1-Bold.7.bdf
-rw-r--r-- 1 root root 22224 Sep 6 18:14 Mathematica1-Bold.8.bdf
-rw-r--r-- 1 root root 22676 Sep 6 18:14 Mathematica1-Bold.9.bdf
-rw-r--r-- 1 root root 23095 Sep 6 18:14 Mathematica1.10.bdf
-rw-r--r-- 1 root root 23597 Sep 6 18:14 Mathematica1.11.bdf
-rw-r--r-- 1 root root 23970 Sep 6 18:14 Mathematica1.12.bdf
-rw-r--r-- 1 root root 24694 Sep 6 18:14 Mathematica1.13.bdf
-rw-r--r-- 1 root root 25803 Sep 6 18:14 Mathematica1.14.bdf
-rw-r--r-- 1 root root 26169 Sep 6 18:14 Mathematica1.15.bdf
-rw-r--r-- 1 root root 27271 Sep 6 18:14 Mathematica1.16.bdf
-rw-r--r-- 1 root root 28278 Sep 6 18:14 Mathematica1.17.bdf
-rw-r--r-- 1 root root 29238 Sep 6 18:14 Mathematica1.18.bdf
-rw-r--r-- 1 root root 30803 Sep 6 18:14 Mathematica1.20.bdf
-rw-r--r-- 1 root root 32407 Sep 6 18:14 Mathematica1.22.bdf
-rw-r--r-- 1 root root 34105 Sep 6 18:14 Mathematica1.24.bdf
-rw-r--r-- 1 root root 35979 Sep 6 18:14 Mathematica1.26.bdf
-rw-r--r-- 1 root root 38070 Sep 6 18:14 Mathematica1.28.bdf
-rw-r--r-- 1 root root 40212 Sep 6 18:14 Mathematica1.30.bdf
-rw-r--r-- 1 root root 43378 Sep 6 18:14 Mathematica1.32.bdf
-rw-r--r-- 1 root root 46212 Sep 6 18:14 Mathematica1.34.bdf
-rw-r--r-- 1 root root 48379 Sep 6 18:14 Mathematica1.36.bdf
-rw-r--r-- 1 root root 27082 Sep 6 18:14 Mathematica1.5.bdf
-rw-r--r-- 1 root root 21322 Sep 6 18:14 Mathematica1.6.bdf
-rw-r--r-- 1 root root 21836 Sep 6 18:14 Mathematica1.7.bdf
-rw-r--r-- 1 root root 22151 Sep 6 18:14 Mathematica1.8.bdf
-rw-r--r-- 1 root root 22641 Sep 6 18:14 Mathematica1.9.bdf
-rw-r--r-- 1 root root 22718 Sep 6 18:14 Mathematica1Mono-Bold.10.bdf
-rw-r--r-- 1 root root 23028 Sep 6 18:14 Mathematica1Mono-Bold.11.bdf
-rw-r--r-- 1 root root 23505 Sep 6 18:14 Mathematica1Mono-Bold.12.bdf
-rw-r--r-- 1 root root 23935 Sep 6 18:14 Mathematica1Mono-Bold.13.bdf
-rw-r--r-- 1 root root 24450 Sep 6 18:14 Mathematica1Mono-Bold.14.bdf
-rw-r--r-- 1 root root 25588 Sep 6 18:14 Mathematica1Mono-Bold.15.bdf
-rw-r--r-- 1 root root 26451 Sep 6 18:14 Mathematica1Mono-Bold.16.bdf
-rw-r--r-- 1 root root 27347 Sep 6 18:14 Mathematica1Mono-Bold.17.bdf
-rw-r--r-- 1 root root 28007 Sep 6 18:14 Mathematica1Mono-Bold.18.bdf
-rw-r--r-- 1 root root 29642 Sep 6 18:14 Mathematica1Mono-Bold.20.bdf
-rw-r--r-- 1 root root 31540 Sep 6 18:14 Mathematica1Mono-Bold.22.bdf
-rw-r--r-- 1 root root 32842 Sep 6 18:14 Mathematica1Mono-Bold.24.bdf
-rw-r--r-- 1 root root 33985 Sep 6 18:14 Mathematica1Mono-Bold.26.bdf
-rw-r--r-- 1 root root 35836 Sep 6 18:14 Mathematica1Mono-Bold.28.bdf
-rw-r--r-- 1 root root 38360 Sep 6 18:14 Mathematica1Mono-Bold.30.bdf
-rw-r--r-- 1 root root 41213 Sep 6 18:14 Mathematica1Mono-Bold.32.bdf
-rw-r--r-- 1 root root 43453 Sep 6 18:14 Mathematica1Mono-Bold.34.bdf
-rw-r--r-- 1 root root 45360 Sep 6 18:14 Mathematica1Mono-Bold.36.bdf

-rw-r--r-- 1 root root 20873 Sep 6 18:14 Mathematica1Mono-Bold.5.bdf
-rw-r--r-- 1 root root 21180 Sep 6 18:14 Mathematica1Mono-Bold.6.bdf
-rw-r--r-- 1 root root 21488 Sep 6 18:14 Mathematica1Mono-Bold.7.bdf
-rw-r--r-- 1 root root 21988 Sep 6 18:14 Mathematica1Mono-Bold.8.bdf
-rw-r--r-- 1 root root 22567 Sep 6 18:14 Mathematica1Mono-Bold.9.bdf
-rw-r--r-- 1 root root 22700 Sep 6 18:14 Mathematica1Mono.10.bdf
-rw-r--r-- 1 root root 23000 Sep 6 18:14 Mathematica1Mono.11.bdf
-rw-r--r-- 1 root root 23324 Sep 6 18:14 Mathematica1Mono.12.bdf
-rw-r--r-- 1 root root 23708 Sep 6 18:14
Back to top
View user's profile Send private message
Silhouette
n00b
n00b


Joined: 23 Aug 2002
Posts: 46

PostPosted: Sun Oct 10, 2004 4:59 am    Post subject: Reply with quote

i just gave up on it. i went down to 6.7 to fix the problem. nothing is wrong now. although, no pretty drop shadows for me. :(
Back to top
View user's profile Send private message
_savage
Guru
Guru


Joined: 06 Jun 2004
Posts: 308
Location: Redmond, WA

PostPosted: Sun Oct 10, 2004 9:38 am    Post subject: Reply with quote

Not sure if this helps you guys at all?! After I changed to Xorg 6.8.0 I too had some issues with motif applications, and here is the related thread https://forums.gentoo.org/viewtopic.php?p=1579762.

Cheers,
Jens
_________________
Jens Troeger
http://savage.light-speed.de/
Back to top
View user's profile Send private message
prophecy
Tux's lil' helper
Tux's lil' helper


Joined: 17 Nov 2003
Posts: 97

PostPosted: Sun Oct 10, 2004 1:47 pm    Post subject: Slow Reply with quote

Really what happens is a lot of sommunication with the Xserver. I ran strace on it and watched it when the cpu went to 100% utilization. That is the ticket. That is what is going on and why it is running slowly. I checked that other thread and all should be ok with my system as far as that thread goes. I was thinking that it was some kind of incompatability with mathematica and the installed version of motif.

It seems as though everything is statically linked.

Code:

prophecy@localhost /usr/local/Wolfram/Mathematica/5.0/SystemFiles/FrontEnd/Binar
ies/Linux $ ldd ./Mathematica
        linux-gate.so.1 =>  (0xffffe000)
        libm.so.6 => /lib/libm.so.6 (0x40044000)
        libc.so.6 => /lib/libc.so.6 (0x40068000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)


So, anything related to openmotif would not be an issue. I am running version 5.0.1 here, if that is any consolation. So maybe it is an issue with the X protocal that mathematica was compiled against and the local version. It is just accedental that it even woeks this far.
Back to top
View user's profile Send private message
prophecy
Tux's lil' helper
Tux's lil' helper


Joined: 17 Nov 2003
Posts: 97

PostPosted: Wed Oct 13, 2004 2:37 am    Post subject: Problem is in Xorg Reply with quote

Well...

I have been fighting this problem for some time now, should have been doing homework or something. Anyway, what I have found is that the problem is not related to glibc. It is deffinitly related to Xorg. I installed Xfree along side Xorg and glibc 2.2.5 along side my current version. Dangerous I know. Anyway, I tried each combination. When run in Xorg it fails to run right, but under both glibc versions it runs fine in XFree. So, I dont know what to say. I have no idea why it is so picky.

Looks like some more digging...

Justace

P.S. If anybody here is running xorg and mathematica and it runs can you send me your X config?
Back to top
View user's profile Send private message
furanku
l33t
l33t


Joined: 08 May 2003
Posts: 905
Location: Hamburg, Germany

PostPosted: Wed Oct 13, 2004 11:30 pm    Post subject: Reply with quote

Hi!

At least I found out that mathematica doesn't work together with the new xorg composite extension. If I enable them mathematica looks for me like Silhouette's screenshot. As this extension is labeled experimental, and is currently of no use except for demonstrating that shadows and transparency is possible in X I simply turned it off in /etc/X11/xorg.conf.

Some other applications have problems with the composite extensions as well, for examples KDE's kuickshow.

Maybe you could also try to start Mathematica with
Code:
$ XLIB_SKIP_ARGB_VISUALS=1 mathematica
That helped at least for some kuickshow issues.

I see that all of you include the Path to the mathematica fonts into your xorg.conf, AFAIK that isn't neccessary, as the mathematica startup script adds then via xset fp+ if they aren't already in the font path. That keeps X a bit quicker since normally you don't need that fonts and so X haven't to take care of them unless you run mathematica.

I don't like to include long files in the postings, but since prophecy asked for it: Here is my xorg.conf, with which mathematica runs under xorg for me.

Code:
Section "DRI"
    Mode 0666
EndSection

Section "ServerLayout"
   Identifier     "Simple Layout"
   Screen      0  "Screen 1" 0 0
   InputDevice    "Mouse1" "CorePointer"
   InputDevice    "Keyboard1" "CoreKeyboard"
   Option          "OffTime" "20"
EndSection

Section "Files"
   RgbPath      "/usr/X11R6/lib/X11/rgb"
   FontPath     "/usr/share/fonts/local/"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/75dpi/:unscaled"
   FontPath     "/usr/share/fonts/100dpi/:unscaled"
   FontPath     "/usr/share/fonts/Speedo/"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/truetype/"
   FontPath     "/usr/share/fonts/75dpi/"
   FontPath     "/usr/share/fonts/100dpi/"
   FontPath     "/usr/share/fonts/apple"
EndSection

Section "Module"
   Load  "dbe"     # Double buffer extension
   Load  "extmod"
   Load  "type1"
   Load  "freetype"
   Load  "glx"
   Load  "v4l"
EndSection

Section "InputDevice"
   Identifier  "Keyboard1"
   Driver      "kbd"
   Option       "AutoRepeat" "500 30"
   Option       "XkbModel" "pc102"
   Option       "XkbLayout" "de"
   Option       "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
   Identifier  "Mouse1"
   Driver      "mouse"
   Option       "Protocol" "ExplorerPS/2"
   Option       "Device" "/dev/misc/psaux"
   Option      "Buttons" "7"
   Option       "zAxisMapping" "6 7"
   Option      "Resolution" "1200"
EndSection

Section "Monitor"
   Identifier   "Sony cdp17"
   HorizSync    31.5 - 79.0
   VertRefresh  40.0 - 150.0
   ModeLine     "1280x1024@60Hz(VESA)" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
   ModeLine     "1280x1024@75Hz(VESA)" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
   ModeLine     "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
   Option "DPMS"
EndSection

Section "Monitor"
   Identifier "Monitor[1]"
   ModelName "PAL TV"
   VendorName "SONY"
   VertRefresh 60
   HorizSync 30-50
EndSection

Section "Device"

    Driver      "nvidia"
    Option    "RenderAccel" "TRUE"
    Identifier  "nv"
    Option          "CursorShadow"          "true"
EndSection

Section "Device"
   BoardName "GeForce-2"
   Driver "nvidia"
   Identifier "Device[1]"
   Screen 0
   VendorName "Nvidia"
   Option "RenderAccel" "TRUE"
   Option "NoLogo" "on"
   Option "CursorShadow" "on"
   Option "CursorShadowAlpha" "32"
   Option "CursorShadowXOffset" "2"
    Option "CursorShadowYOffset" "2"
    Option "TVOutFormat" "COMPOSITE"
    Option "TVStandard" "PAL-B"
    Option "ConnectedMonitor" "TV"
EndSection

Section "Screen"
   Identifier "Screen 1"
   Device     "nv"
   Monitor    "Sony cdp17"
   DefaultDepth     24
   SubSection "Display"
      Depth     8
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     16
      Modes     "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes     "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "Screen"
   DefaultDepth 24
   SubSection "Display"
   Depth 24
   Modes "800x600"
   EndSubSection
   Device "Device[1]"
   Identifier "TV"
   Monitor "Monitor[1]"
EndSection

Section "DRI"
   Group        0
EndSection
Back to top
View user's profile Send private message
prophecy
Tux's lil' helper
Tux's lil' helper


Joined: 17 Nov 2003
Posts: 97

PostPosted: Thu Oct 14, 2004 1:28 am    Post subject: Ohhhh Reply with quote

Thanks for that.

I will deffinitly be playing with this to see if I can get it to work.

What version of Xorg are you running?
Back to top
View user's profile Send private message
prophecy
Tux's lil' helper
Tux's lil' helper


Joined: 17 Nov 2003
Posts: 97

PostPosted: Thu Oct 14, 2004 2:07 am    Post subject: Well, it works. Reply with quote

So, it now works. I do not really see the differences in your config vs my config but your works. Something subtle. I can not say thanks enough.

Justace
Back to top
View user's profile Send private message
furanku
l33t
l33t


Joined: 08 May 2003
Posts: 905
Location: Hamburg, Germany

PostPosted: Thu Oct 14, 2004 8:39 pm    Post subject: Reply with quote

I upgraded yesterday to xorg 6.8.0-r2, still everything runs fine with the composite extensions disabled.

Could it be that the problems were caused by having both the "nvidia" driver and the "nv" driver in your config? I also don't see any significant differences except that (and the other resolution of course, whew 1920x1200 on a notebook, I'm impressed 8O )

Silhouette, could it be that you had the composite extensions enabled, when you had the problems under xorg? The mathematica window I got looked exactly like the one you posted in your first mail.
Back to top
View user's profile Send private message
prophecy
Tux's lil' helper
Tux's lil' helper


Joined: 17 Nov 2003
Posts: 97

PostPosted: Thu Oct 14, 2004 9:32 pm    Post subject: Strange Reply with quote

Seems strange that the couse would be both nv and nvidia defined. But no. Wait a min. I was doing some goofind around and the nv was added just before I gave up and tried your config. There is something fishy here.
Back to top
View user's profile Send private message
taurus
l33t
l33t


Joined: 21 Sep 2004
Posts: 657
Location: I need to be somewhere...

PostPosted: Fri Oct 15, 2004 1:03 am    Post subject: Reply with quote

I don't think you need both "nv" and "nvidia" in your /etc/X11/xorg.conf at the same time. If you have install nvidia-glx, then replace "nv" with "nvidia" and see what happens. Also, I thought you don't need the "DRI" section when you run nvidia!!!

taurus
Back to top
View user's profile Send private message
Silhouette
n00b
n00b


Joined: 23 Aug 2002
Posts: 46

PostPosted: Fri Oct 15, 2004 2:29 am    Post subject: Reply with quote

yeah, i had composite enabled. that was probably it. is there any workaround yet (wolfram or other) that allows you to use composite and matematica?
Back to top
View user's profile Send private message
val
Apprentice
Apprentice


Joined: 30 Jun 2004
Posts: 234

PostPosted: Mon Jan 10, 2005 6:46 am    Post subject: Reply with quote

BUMP.

I'm having a problem where if I try to plot anything remotely complicated, the cpu usage for X goes to 99% and stays there until I kill mathematica. I am using xorg 6.8.0-r3. In xfree it works, but since xfree has been removed from portage (:roll:), I would really like to get it working in xorg. Prophecy, is this similar to the kind of problems you were having before? Did you ever figure out what it was in your xorg.conf?

If it helps, I have an ati mobility radeon 9000. I don't have composite enabled.
_________________
My log saw what happened to Laura Palmer. Go ahead. Ask it.
Back to top
View user's profile Send private message
funeagle
Tux's lil' helper
Tux's lil' helper


Joined: 05 Aug 2003
Posts: 102
Location: London

PostPosted: Wed Mar 02, 2005 8:38 pm    Post subject: Reply with quote

If you are running xorg and your fonts doenst work and you tried everything else try uncommenting the following lines in xorg.conf
Code:

#    FontPath   "/usr/share/fonts/75dpi/"
#    FontPath   "/usr/share/fonts/100dpi/"
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
Page 1 of 1

 
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