Solaris 10 x86 w/ Matrox G450 dual head and xinerama

I have solaris 10 x86 with matrox g450 dual head and x.org x-server. The problem is to get xinerama work. When xinerama isn't enabled, two different desktops work well - or, they work, but they are pretty useless because I can't move windows between them. So, I have to enable xinerama, but it seems, that neither JDS/Gnome nor CDE haven't been built including support for xinerama.
When I enable xinerama, X.org-x-server starts fine and there's dtlogin. When I login and it passes execution to gnome, it fails and x-server restarts. Same with CDE. But if I put 'exec /opt/sfw/bin/xterm to my .dtprofile', it starts ok and I can do some testing..
% dtwm
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 149 (XINERAMA)
Minor opcode of failed request: 2 (XINERAMAGetScreenCount)
Resource id in failed request: 0x0
Serial number of failed request: 18
Current serial number in output stream: 18
% gtk-demo
The program 'gtk-demo' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
(Details: serial 13 error_code 3 request_code 149 minor_code 2)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line<br />
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
% gtk-demo --sync<br />
The program 'gtk-demo' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
(Details: serial 13 error_code 3 request_code 149 minor_code 2)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line<br />
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
If I start /opt/sfw/bin/fvwm2, it works fine too, so the problem seems to be gtk/glib/gnome and CDE. One odd thing is that, normal CDE-programs, like dtterm, dtcm, dtcalc etc. works fine. But dtwm doesn't work in xinerama mode.
So, would anyone have any suggestion what could I do? Do I have to recompile my own GNOME, or could Sun do something to the next Solaris 10 update? (As far as I understood, current Solaris 10 release doesn't include zfs yet, so there will be update soon, I think)
- Tuomas M

Hello,
I'm also using a g450.
Now I'm trying for 5 days to get it work with xinerama under Xorg and/or
Xsun.
Can anybody tell me how to get it work ?
I would like to see a working xorg.conf.
(I don't know how to configure 2 screens for Xsun. Mybe someone can give my his configuration file(s) ?)
Thanks to all who will help me !!!
p.s. here is my latest attempt of xorg.conf which does not provide xinerama for me:
Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "Screen 0" 0 0
Screen 1 "Screen 1" Rightof "Screen 0"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
Option "Xinerama" "true"
# Option "Clone" "off"
EndSection
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "bitstream"
Load "type1"
Load "Xst"
Load "IA"
EndSection
Section "Files"
RgbPath "/usr/X11/lib/X11/rgb"
FontPath "/usr/X11/lib/X11/fonts/TrueType/"
FontPath "/usr/X11/lib/X11/fonts/Type1/"
FontPath "/usr/X11/lib/X11/fonts/Type1/sun/"
FontPath "/usr/X11/lib/X11/fonts/F3bitmaps/"
FontPath "/usr/X11/lib/X11/fonts/misc/"
FontPath "/usr/X11/lib/X11/fonts/100dpi/"
FontPath "/usr/X11/lib/X11/fonts/75dpi/"
# FontPath "/usr/X11/lib/X11/fonts/local/"
# FontPath "/usr/X11/lib/X11/fonts/Speedo/"
# FontPath "/usr/X11/lib/X11/fonts/freefont/"
# ModulePath "/usr/X11/lib/modules"
EndSection
# Input devices
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection
# Core Pointer's InputDevice section
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/kdmouse"
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
EndSection
# Monitor section
# Any number of monitor sections may be present
Section "Monitor"
Identifier "nec"
VendorName "NEC"
ModelName "NEC LCD"
HorizSync 30.0 - 81.0
VertRefresh 50-90
EndSection
Section "Monitor"
Identifier "nec2"
VendorName "NEC"
ModelName "NEC LCD"
HorizSync 30.0 - 81.0
VertRefresh 50-90
EndSection
# Graphics device section
Section "Device"
Identifier "Matrox"
Driver "mga"
VideoRam 32768
BusID "PCI:01:00:0"
# Insert Clocks lines here if appropriate
EndSection
Section "Device"
Identifier "Matrox2"
Driver "mga"
VendorName "Matrox"
BoardName "Matrox Millennium G450"
BusID "PCI:01:04:0"
# Option "MGASDRAM"
EndSection
# Screen sections
Section "Screen"
Identifier "Screen 0"
Device "Matrox"
Monitor "nec"
DefaultDepth 16
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "Screen"
Identifier "Screen 1"
Device "Matrox2"
Monitor "nec2"
DefaultDepth 16
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection

Similar Messages

  • Dual Head - Window managers / Desktop enviroments Issues

    Hi.
    Grasping how Xorg, KDM/GDM, and the many DE:s / WM:s handle Dual head and the likes is not a walk in the park. This is really not really helpful towards newbies, setting up tv-out and such...
    Xinerama - cons:
    No DRI / openGL
    Not all apps are xinerama aware, and not many have option to be started up on xinerama screen.
    Xinerama - pros:
    Drag apps between screens
    Xinerama - usability:
    KDE: good
    Gnome: poor (apps end up on second screen, second monitor is not very configurable)
    Xfce: good
    TvinView - cons:
    Missing features (A good example is crt is primary monitor, ALWAYS. Not fun when using laptops in tvinview configs)
    TvinView - pros:
    Accelerated output.
    Good configurability in xorg.conf (makes your brain hurt though)
    TvinView - usability:
    Cant say, not been experimenting much. should be the same as dual screens.
    Dual Screens - cons:
    Cant move apps between screens.
    You get a barebone "extra" desktop on second screen, for "free", yay!
    Dual Screen - pros:
    Accelerated output
    Start apps with enviroment variable "DISPLAY=0.1" to second screen
    Duals Screen - usability:
    KDE: good
    Gnome: poor (Apps end up on wrong screen all to often, Autostarted apps in the notification area / system tray crashes)
    Xfce: good
    Needless to say i think all setups pretty much suck, but what to do, what to do...
    Either way i run dual screens because i want glx accelerated graphics.
    As i use xfce and kde, i have no problems with this setup, but what about all gnome people?
    Also, i've been browsing the net for DAYS (really) trying to figure out how to stop xfce, gnome and kde from loading that second desktop. There is NO info whatsoever on how to do this.
    I want plain X, on my second screen/head. I have heard of people having this, but because of gnome/whatever not supporting dual-head, back in the days. Also one guy i spoke with accidently got this behaviour with KDE 3.5.2 when changing from gdm to kdm.
    I also WANT this bug (which for me would be a feature!).
    This way i could fire up another WM on that head, or why not freevo as a dedicated media player together with my remote control?
    help me out...

    @pelle: I have the same problem with gnome... in my xinitrc I first start ratpoison on the second screend but if I start gnome afterwards it takes both screens anyway. It currently only works with two 'simple' WMs. Though, I like Fluxbox as a replacement for gnome/kde very much. If it only had support for beryl, it would definately be my WM of choice.
    @tmadhavan: You can indeed only have one exec line but you can execute any amount of commands before that line adding a '&' at the end of the line. The exec just defines the command that is linked to the XServer which means, if the 'exec' command exits, then the Xserver exits as well. But it doesn't have the WM you use with 'exec'. I once used a script I had written there, that allowed me to change the WM on the fly without shutting down neither X itself, nor any application I had running.

  • Deinstall on Solaris x86

    not sure if this is the right place, but couldn't see one that was more germaine.
    i just used dbca to remove a 10gR1 database from a system and then used runInstaller to remove the binaries. it hung up the system and ended up corrupting the mounted filesystem -- we had to do a umount and fsck to get it back and all the bad nodes were oracle nodes.
    has anyone else had or heard of this kind of situation? is this a bug? did i do something wrong?
    help?

    We are doing work on converging the JVMs (Hotspot and JRockit). Solaris x86 is supported today for hotspot, and will be supported by the converged JVM as it is released.
    As things stand right now, JRockit will not be supported on Solaris x86 until JRockit will be replaced by the converged JVM.

  • Xorg.conf , nvidia 96xx and dual head failure

    i cant get Xorg to work with nvidia driver at all.
    here is where i am.
    setup aurch linux [X]
    setup xserver with NV driver 1 head[X]
    setup dual head[]
    ok so i cant even get nvidia drivers to work or dual head on the NV driver.
    i dont have an xorg.conf setup but i have tried the xorg.conf from my fedora setup but it just black screened.
    here is my error log.
    X.Org X Server 1.6.2
    Release Date: 2009-7-7
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH x86_64
    Current Operating System: Linux mypc 2.6.30-ARCH #1 SMP PREEMPT Mon Jul 20 07:46:03 CEST 2009 x86_64
    Build Date: 18 July 2009 03:49:37PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    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: Fri Jul 24 03:43:51 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) No Layout section. Using the first Screen section.
    (==) No screen section available. Using defaults.
    (**) |-->Screen "Default Screen Section" (0)
    (**) | |-->Monitor "<default monitor>"
    (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    (**) | |-->Device "Device0"
    (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/TTF" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AllowEmptyInput.
    (II) Loader magic: 0xb40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0:1:0:0) 10de:0622:1462:1270 nVidia Corporation G94 [GeForce 9600 GT] rev 161, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000d800/128, BIOS @ 0x????????/524288
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [25] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [27] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [29] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [30] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [31] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [32] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [33] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [34] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [35] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 96.43.11 Mon Feb 23 16:13:29 PST 2009
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
    (II) NVIDIA dlloader X Driver 96.43.11 Mon Feb 23 15:54:58 PST 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01@00:00:0
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [25] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [27] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [29] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [30] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [31] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [32] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [33] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [34] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [35] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    (==) 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): Enabling RENDER acceleration
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0): enabled.
    (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device PCI:1:0:0.
    (EE) NVIDIA(0): Please see the COMMON PROBLEMS section in the README for
    (EE) NVIDIA(0): additional information.
    (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    (EE) NVIDIA(0): *** Aborting ***
    (II) UnloadModule: "nvidia"
    (II) UnloadModule: "fb"
    (EE) Screen(s) found, but none have a usable configuration.
    Fatal server error:
    no screens found
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    Ive tried everything i could think of or what arch wiki could. I came to aurch linux to learn more about linux (fedora holds your hand to much.) but i dont think i can figure this one out on my own.

    serverman,
    let me see if I understand your situation.
    You are using the nvidia drivers and want to setup a dual screen with independent screens (?).
    Without a xorg.conf one screen should work out of the box with one screen.
    For the proprietary drivers you will need a minimal xorg.conf:
    Section "Device"
    Identifier "Configured Video Device"
    Driver "nvidia"
    EndSection
    Section "Screen"
    Identifier "Default Screen"
    Device "Configured Video Device"
    DefaultDepth 24
    EndSection
    This still has only one screen, but can you try it and tell what happens ?
    Mektub

  • Core 2 Duo and solaris x86 11/06 works for me

    This is FYI, since I seen (and posted) problems, but I haven't seen the solution posted.
    I have successfully gotten solaris x86 11/06 to install and run on my core 2 duo machine. I had tried solaris x86 06/06, but I could only run in 32bit mode until patch 118855-19 was installed. It looks like 118855-33 is the baseline for 11/06.
    With 06/06 I had to edit the grub command and add " kernel/unix" to the end of the 2nd line. This would force 32 bit mode rather than 64 bit. If I tried 64 bit, it would enter an endless reboot cycle. Once I installed the patch to 118855-19 I could run solaris 10 06/06 in 64 bit mode without issue.
    Again, since solaris 10 11/06 is at 118855-33, it runs on my core2 machine straight from the install.
    Hope this helps

    On a laptop there is little point with running a 64-bit operating system unless it physically has more than 4gb of ram, or if you are processing datasets exceeding 4GB of ram. Unless you're into assembly or use Solaris for some reason to manipulate media, little is to be gained by using 64-bit versions if anything. The increased pointer, integer, and padding causes more memory to use for the same software, most software on 64-bit operating systems runs in 32-bit mode because there is no need to have 16 exabyte memory addressing capability for anything but media encoders, giant databases, or extremely bloated single-threaded software. Sun Java Creator takes a heck of a lot of ram, but even at peak it's still under 4GB. If you move files bigger than 4GB, the ability to memory map all 4096MB might have less overhead on a 64-bit operating system, but generally from an end-user perspective, especially on a fast Intel or Opteron system, you won't notice the difference much. Solaris is bi-arch, a large chunk of Windows Vista and XP x64 is bi-arch, and most of FreeBSD and Linux are bi-arch in 64-bit versions, as I said, no point in making everything 64-bit. 64-bit device drivers is an issue for every OS, you should stick with 32-bit on a laptop, and hold off on desktops unless you need extended assembly registers available only in 64-bit mode.

  • Sun Solaris X86 and 10.2

    Hello,
    do anybody know when 10.2.0.1 for 10.2 Solaris x86 will be available?
    I did not find any informations on metalink....
    Thanks and Regards

    Hi,
    Certification for 10gR2 on Solaris Operating System x86 Version 10 is planned for february 2006...
    Nicolas.

  • Matrox dual head to go

    Hello,
    I'am using a matrox dual head to go digit ME. But of some reasons it is not possible to put the resolution on the recommend settings 1920 x 1080 60Hz.
    When I using this settings the right external monitor turns into snow.
    We checked this also with other MacBooks.
    Does someone have the same? Or can someone help me please?

    eww wrote:
    Why would you ask Matrox (or anyone) for an outdated driver instead of asking for help getting the current one installed properly? Why do you think an old driver is the solution to your problem?
    Because it will probably work well enough for me to verify my current setup, so I can get my desk setup tomorrow. 

  • JavaFX for Solaris x86 and/or OpenSolaris

    Will there be a release for Solaris x86 and/or OpenSolaris. WHats up DoC!

    According to Metalink Doc ID 742060.1, modified 28-Sep-2009, it appears that 4th Quarter Calendar Year 2009 will see a Solaris x86-64 release of 11.2.0.1
    That's good news!
    Chris

  • VDI and 7410 dual head ssh certificates

    Hi all,
    Is it possible to assign two ssh certificates for one storage ? In 7410 dual head configuration, each head has its own ssh private key. When failover occurs, the VDI is unable to communicate with the other head, because the ssh storage-server key is changed.
    The ISCSI access is OK, desktops are running, but the cloning, reconfig etc is not possible anymore. We need to do failback first.
    I've asked the Oracle to find a way how to assign the same public/private keys for both heads on 7410, but it is not supported yet. The easiest way (I think) is to allow more than one ssh certificate for storage server in VDI ?
    Or any other hints ?
    Thanks very much ...
    Marek

    As for KDE4, it does not support two independent screens yet (even 4.2 doesn't!). And until the current catalyst version dual screens even didn't work in Xfce for me, I also had freezes.
    You could try using ATI big desktop instead, as I do atm with KDE4. Just folllow the steps I describe in this thread, # 9 (minus 'install catalyst') to set it up.
    And please don't write standard with t, mein Strumpfbandfuehrer. (just an insider joke)
    SignorRossi.

  • Kdemod 4.2 and dual head

    I am trying to setup dual monitor in kde 4.2. I ran the command
    xrandr --output DVI-0 --right-of VGA-0
    but it doesn't work, I get an error msg
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    . Doesn't kde 4 support dual head?

    what videocard are you using?
    I have kde4.2 running smoothly on my nvidia-card with twinview
    It's not yet perfect but it runs fine, there are still some problems if you want to use panels on both screens.
    Also watch out with gtk-qt, here there are problems with gvim, openoffice, ... if you use it select the gtk style kde4-oxygen, then everything works fine

  • Two PCI MATROX G450

    Good morning I have solaris 9 x86
    on intel D875PBZ bord (procesor xenon)
    I want instal 2 PCI MATROX G450
    But solaris corectly detect only one of them
    second one is detacted as PCI device but have all resorce zero
    if try manuely change Memory IRQ and I/O
    System dos not alow me change PCI device only ISA
    (in IDS)
    Where is posible configure PCI resorce. Or what can do I ?
    Have somebody experience with duall PCI grafick card
    Can somebody help me
    I want tu use XIG but frst of all I mast have corectly detection Grafick card in OS.
    Thank You
    Jiri Frankl

    Good morning I have solaris 9 x86
    on intel D875PBZ bord (procesor xenon)
    I want instal 2 PCI MATROX G450
    But solaris corectly detect only one of them
    second one is detacted as PCI device but have all resorce zero
    if try manuely change Memory IRQ and I/O
    System dos not alow me change PCI device only ISA
    (in IDS)
    Where is posible configure PCI resorce. Or what can do I ?
    Have somebody experience with duall PCI grafick card
    Can somebody help me
    I want tu use XIG but frst of all I mast have corectly detection Grafick card in OS.
    Thank You
    Jiri Frankl

  • Dual-head on NVIDIA

    Hello, I'm trying to configure a dual-head setup (NVIDIA proprietary drivers). I've tried both Xinerama and Twinview, but the screen is always treated as one big virtual screen and window managers spread fullscreen windows over both monitors.
    Here's what I've tried (they all resulted in the above):
    - # nvidia-xconfig
    - These instructions
    - # nvidia-xsettings
    - These instructions (I might've misunderstood them, they were fairly vague)
    In addition, Xinerama seems to disable the randr extension, which makes me unable to use xrandr or arandr, so the preferred option is to use Twinview.
    For clearance, when I open arandr, I see one big, wide screen called default. How do I set it up so that it shows 2 different screens?

    Separate X sessions on dual screens (both monitors have own x sessions )
    no xrandr
    only
    GUI Nvidia X Server Settings
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 295.40 ([email protected]) Thu Apr 5 22:40:34 PDT 2012
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    Screen 1 "Screen1" RightOf "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "0"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "FUS SL3220W"
    HorizSync 30.0 - 83.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Unknown"
    ModelName "NEC LCD22WV"
    HorizSync 31.0 - 83.0
    VertRefresh 56.0 - 76.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GTS 250"
    Option "RegistryDwords" "PerfLevelSrc=0x2222"
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 9600 GT"
    Option "RegistryDwords" "PerfLevelSrc=0x2222"
    BusID "PCI:2:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "TwinViewXineramaInfoOrder" "DFP-0"
    Option "metamodes" "nvidia-auto-select +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor1"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "TwinViewXineramaInfoOrder" "CRT-0"
    Option "metamodes" "nvidia-auto-select +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Tested Kde,Xfce,Lxde.Awesome

  • Solaris x86 or Solaris 8

    What is the latest version of solaris on intel called? Is it generic
    across intel boards? Are there some pitfalls to look out for (i.e.
    only runs on 400 MHz or less, only a handfull of graphic cards, etc.)
    What is the best C/C++ compiler? Does it support Visual Workshop?
    How about Motif? What version? We were using Motif 1.2.4 on X11R5
    from ICS, is this OK? Any heads up would be helpful. Thanks in advance.

    Solaris 8 is currently available at
    http://www.sun.com/software/solaris/binaries/index.html
    Not sure what you mean by "generic across intel boards" - it's the
    same kernel, but drivers will differ depending on your H/W config -
    see the HArdware Compatibility list:
    http://soldc.sun.com/support/drivers/hcl/index.html
    There are freeware e.g. GNU compilers - go to sunfreeware.com
    For serious commercial development, the Sun Workshop tools are
    available - Workshop 5 is shipping now and you can get a WS6 early access at the access1.sun.com website.
    CDE seems to have taken over from Motif. For details on X11R6 features etc, follow the first link below:
    - www.sun.com/solaris
    - www.sun.com/intel (For Solaris on the Intel Platform)
    - www.sunfreeware.com (take a look at the "Other Useful Sites")
    - www.egroups.com (do a search on Solaris, many questions already answered)
    - Newsgroups (alt.solaris.x86, comp.unix.solaris)
    - www.webring.org/cgi-bin/webring?ring=solarisunix;list
    - www.SolarisCentral.org
    - metalab.unc.edu/pub/packages/solaris/i86pc/
    - http://solarisguide.com
    - dan.carlsbad.ca.us/faqs/s86faq.html
    - solarisguide.com
    - http://fishbutt.fiver.net
    - http://www.sunhelp.org/

  • Stupid question  - What platforms does Solaris x86 run on?

    Hello,
    I am a longtime Solaris for sparc user. Could someone please direct me to information about what platforms/processors Solaris for x86 runs on? Are there dual-bootable Windows/Solaris systems or something? What about laptops? I will start searching myself for info, but if anyone knows of a great strehouse of info on this matter, I would appreciate it.
    Thanks!

    solaris: get it free
    http://www.sun.com/software/solaris/get.jsp
    What platforms does Solaris x86 run on? not such a stupid question if one is to inquire, does it run on intel conroe chips, yonah? are both chips recognized, does it run at 64 bit on conroe? has anyone got it going on mac? how about the 4 proc intel chips released. any one tried this and last but not least xen virtualistion with new built in amd/intel virtualization technology...

  • How to Add Header and Footer in Flat file

    HI All,
    I am using ODI 11g.
    MY interface is populating data from joining to 2 tables through sql query and Loads in to Flat file.
    But i need to add Header and Footer in the Flat file.
    In the below 3 lines
    The 1st line is header ....2nd line is Data ....3rd line is Footer.
    Any ideas how to work on this.
    HSB9KT.KTPRTO.EBSDATA.D0000000 20120626020636
    CFFE00263 SOLGSR014991340000527894536058173880207SOLNE06242012072420120000009048382650000247MRS
    T00000000000000000000
    Thanks,
    Lony

    Hi Drieux,
    i am able to add Header and Footer in this.
    But i want the header like Its like HSB9KT.KTPRTO.EBSDATA.D0000000 || SYSDATE (YYYYMMDDHHMMSS)
    In my Out put i only see header as HSB9KT.KTPRTO.EBSDATA.D0000000 .
    I have added a Variable where i am using SELECT to_char(sysdate,'YYYYMMDDHHMMSS') FROM DUAL query.
    create header (HSB9KT.KTPRTO.EBSDATA.D0000000 #v_DATE)
    /*$$SNPS_START_KEYSNP$CRDWG_TABLESNP$CRTABLE_NAME=FFT_SOLSNP$CRLOAD_FILE=/home/tarak/FFT_SOL.datSNP$CRFILE_FORMAT=FSNP$CRFILE_SEP_FIELD=0x0009SNP$CRFILE_SEP_LINE=0x000ASNP$CRFILE_FIRST_ROW=0SNP$CRFILE_ENC_FIELD=SNP$CRFILE_DEC_SEP=SNP$CRSNP$CRDWG_COLSNP$CRCOL_NAME=descrSNP$CRTYPE_NAME=STRINGSNP$CRLINE_OFFSET=1SNP$CRLENGTH=994SNP$CRPRECISION=994SNP$CR$$SNPS_END_KEY*/
    Any idea why this sysdate part is not showing in Header.

Maybe you are looking for

  • Apple tv stream is lagging

    I have a 2013 Macbook Air and Apple tv 3. My wifi  connection is 14mbit in both download and upload. I have some troubles when using the Apple Tv to mirror my MB Air desktop onto my Samsung Tv. Mostly I am trying to stream somekind of show in a brows

  • RTF Report output shows Duplicate or Missing lines

    Hi, We have a program which prints XML output into the concurrent program output file and the output for this file is set to PDF attached to an RTF template. The RTF output generated should ideally have the output in the following manner Header 1 - L

  • Customer consignment stock in MD04

    Hi greetings Is it possible to include "Customer Consignment stock" in to MD04 "Available stock" ? Gobinathan G

  • Adobe Elements 9, sharing photo mail problem with Win. 7, Live Mail.

    Last Oct. 2011 I bought a new HP laptop with Win. 7 I and PS Elements 9 and Permiere 9. I am familar to XP and PS Elements 6. I play with photos alot and shortly found that I could not send/share photos using Photo Mail and Win. Live Mail. I contacte

  • Why does Firefox 28.0 keep crashing and opening up random tabs?

    I'm running Firefox 28.0 on a Windows 8.1 laptop. Recently, it began opening up random tabs to spam websites and it's SUPER annoying. Then, the other day it began to do this thing where it'll stop responding. Rather than just freezing up for a second