X-configure with AMD64 and ATI 4250HD fails

I have just installed Arch
I figured to install gnome-shell would do all, but not,
i did pacman -S xorg to install the X
and After that I run X-configure and it gave me some errors.
As i have ubuntu and the .run ati installer I installed the fglrx driver at Arch, did not work
I copied my ubuntu xorg.conf not work too
I edited xorg.conf to put "radeon" driver instead of "fglrx"
i also installed gnome
i tried X-configure severla times and give me errors of "other drivers ot ati"
I tried to remove xorg "pacman -R xorg", impossible
I tried to reinstall and instead of install all, install only 13 the ati driver, nothing.
The Xorg man page says that there are some problems with X-configure sometimes.
As AMD64 +ATI is a common config, and sure there are some gurus that has this config working with the X
I suggest, not only publish it, making arch packages for this not working with X-configure configuration to be detected and well configured.
Last time I installed Arch was less diffcult but editing manually xorg.conf I was able to do it, I'm revisiting this distro, and is not very comfortable to install the X
even if it did work.
But thanks in advance if anyone can give me a xorg.conf that works

karol wrote:
glaiky wrote:In addition to xorg you need to install xorg-xinit. If you have installed the ATI proprietry driver, run (as root) aticonfig --initial to create an xorg.conf file. Add 'nomodeset' to /boot/grub/grub.lst (on the line that points to your kernel.
What do you mean "In addition to xorg"? 'xorg' is a group one shouldn't ever need to install whole.
As you've already explained.
In addition to everything else others have said, mitcoes, per the Beginner's Guide [ https://wiki.archlinux.org/index.php/Be … #Install_X ] follow what it recommends, albeit it's notable the guide presumes this is a new install. If you intend on using Catalyst, the link is available there for the ATI Catalyst instructions.

Similar Messages

  • RDS 2012 - Virtual desktop collection with powershell and custom answerfile fails on VDI deployment

    Hi Guys,
    I try to deploy a new virtual desktop collection with Win8 VDI's (pooled/managed) based on a custom answer file. Everything needs to automated so working with the server manager is not an option, that's why the answer file is needed.
    The lab environment is based on Windows Server 2012 and Win8 Enterprise only. So functional level etc. is off course Windows Server 2012.
    I Use the following command:
    New-RDVirtualDesktopCollection `
    -CollectionName "Pooled Managed Win8" `
    -Description "This collection contains Pooled and Managed Win 8 VDI machines." `
    -OU "VDI" `
    -ConnectionBroker "RDSCB01.lab.local" `
    -PooledManaged `
    -CustomSysprepUnattendFilePath "\\hyper02\_Unattend\OOBE-only.xml" `
    -VirtualDesktopAllocation @{"hyper02.lab.local"=3} `
    -VirtualDesktopNamePrefix "Pooled-Win8-" `
    -UserGroups "lab.local\domain users" `
    -MaxUserProfileDiskSizeGB 1 `
    -VirtualDesktopTemplateHostServer "hyper02.lab.local" `
    -VirtualDesktopTemplateName “_WIN8-Template” `
    -UserProfileDiskPath "\\hyper02.lab.local\_UserProfileDisks" `
    -StorageType LocalStorage `
    -LocalStoragePath "E:\_VDI" `
    -Force `
    -Debug
    $error[0]|format-list -force
    I tried multiple answer files, but even with this simple one it fails:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="oobeSystem">
    <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <InputLocale>en-US</InputLocale>
    <SystemLocale>en-US</SystemLocale>
    <UILanguage>en-US</UILanguage>
    <UILanguageFallback>en-US</UILanguageFallback>
    <UserLocale>nl-NL</UserLocale>
    </component>
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <UserAccounts>
    <AdministratorPassword>
    <Value>UABhAHMAcwB3AG8AcgBkACEAQQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGQA</Value>
    <PlainText>false</PlainText>
    </AdministratorPassword>
    <LocalAccounts>
    <LocalAccount wcm:action="add">
    <Password>
    <Value>UABhAHMAcwB3AG8AcgBkACEAUABhAHMAcwB3AG8AcgBkAA==</Value>
    <PlainText>false</PlainText>
    </Password>
    <Description>Admin</Description>
    <DisplayName>Admin</DisplayName>
    <Group>Administrators</Group>
    <Name>Admin</Name>
    </LocalAccount>
    </LocalAccounts>
    </UserAccounts>
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    <HideLocalAccountScreen>true</HideLocalAccountScreen>
    <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
    <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
    <NetworkLocation>Work</NetworkLocation>
    <ProtectYourPC>3</ProtectYourPC>
    <SkipMachineOOBE>true</SkipMachineOOBE>
    <SkipUserOOBE>true</SkipUserOOBE>
    </OOBE>
    </component>
    </settings>
    <cpi:offlineImage cpi:source="wim:d:/=%20software/iso&apos;s/lic/en_windows_8_enterprise_x64_dvd_917522/sources/install.wim#Windows 8 Enterprise" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>
    Everything goes fine, until is comes to the deployment of the VDI machines and the answer file is called. It fails with the following error:
    PS N:\> \\dc01\isos\New-VirtualDesktopCollection.ps1
    Unable to retrieve the details of the virtual desktop collection.
    + CategoryInfo : WriteError: (:) [Start-RDVMRollout], RDManagementException
    + FullyQualifiedErrorId : StartRDVirtualMachineRollout,Microsoft.RemoteDesktopServices.Management.Cmdlets.StartRDVirtualMachineRo
    lloutCommand
    + PSComputerName : localhost
    CollectionName Type Size PercentInUse
    Pooled Managed... PooledManaged 0 0
    writeErrorStream : True
    OriginInfo : localhost
    Exception : System.Management.Automation.RemoteException: Unable to retrieve the details of the virtual desktop
    collection.
    TargetObject :
    CategoryInfo : WriteError: (:) [Start-RDVMRollout], RDManagementException
    FullyQualifiedErrorId : StartRDVirtualMachineRollout,Microsoft.RemoteDesktopServices.Management.Cmdlets.StartRDVirtualMachineRolloutCo
    mmand
    ErrorDetails :
    InvocationInfo :
    ScriptStackTrace :
    PipelineIterationInfo : {}
    PSMessageDetails :
    Without the answer file parameter is runs perfectly, BUT the VDI machines get the OOBE.... That's not what we want off course....
    This link (http://support.microsoft.com/kb/2747656?wa=wsignin1.0) and other sources tell me that when i set the regkeys i can find a log in c:\windows\logs, but there is
    nothing. I looked on the management server and the connection broker.
    The only thing i could find in the event viewer was this:
    The XML input specified for the VM Provisioning job is not in a valid format. Error: 0xC00CEE03
    Input XML:
    <?xml version="1.0"?>
    <rdvp:RDVProvisioning xmlns:rdvp="http://www.microsoft.com/rdv/2010/05/">
    <rdvp:ProvisionPoolRequest><rdvp:Job>
    <rdvp:Action>Create</rdvp:Action>
    <rdvp:OnError>Stop</rdvp:OnError></rdvp:Job>
    <rdvp:Pool><rdvp:Name>Pooled_Managed_W</rdvp:Name>
    <rdvp:Type></rdvp:Type>
    <rdvp:VhdType>DiffDisk</rdvp:VhdType>
    <rdvp:SaveDelay></rdvp:SaveDelay>
    <rdvp:Version></rdvp:Version>
    <rdvp:MARK_HA>No</rdvp:MARK_HA></rdvp:Pool>
    <rdvp:Vm>
    <rdvp:BaseVmLocation>\\RDSCB01\RDVirtualDesktopTemplate\Pooled_Managed_W\IMGS\__3</rdvp:BaseVmLocation>
    <rdvp:LocalVmCreationPath>E:\_VDI</rdvp:LocalVmCreationPath>
    <rdvp:LocalGoldCachePath></rdvp:LocalGoldCachePath>
    <rdvp:SMBShare></rdvp:SMBShare>
    <rdvp:EnableVmStreaming>0</rdvp:EnableVmStreaming>
    <rdvp:RunVMsFromSMB>0</rdvp:RunVMsFromSMB>
    <rdvp:NamingPrefix>Pooled-Win8</rdvp:NamingPrefix>
    <rdvp:NamingStartIndex>1</rdvp:NamingStartIndex>
    <rdvp:Domain>lab.local</rdvp:Domain>
    <rdvp:OU>OU=VDI,OU=Computers,OU=Kamer 2101,DC=lab,DC=local</rdvp:OU>
    <rdvp:ProductKey></rdvp:ProductKey>
    <rdvp:UnattendXml>
    <![CDATA[<?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="oobeSystem">
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    <HideLocalAccountScreen>true</HideLocalAccountScreen>
    <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
    <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
    <NetworkLocation>Work</NetworkLocation>
    <ProtectYourPC>3</ProtectYourPC>
    <SkipMachineOOBE>true</SkipMachineOOBE>
    <SkipUserOOBE>true</SkipUserOOBE>
    </OOBE>
    </component>
    </settings>
    </unattend>]]>
    </rdvp:UnattendXml>
    </rdvp:Vm>
    <rdvp:HyperVHosts>
    <rdvp:HyperVHost>
    <rdvp:Name>hyper02.lab.local</rdvp:Name>
    <rdvp:NumberVms>3</rdvp:NumberVms>
    </rdvp:HyperVHost>
    </rdvp:HyperVHosts>
    </rdvp:ProvisionPoolRequest>
    </rdvp:RDVProvisioning>----------------------------------------------------------------------Log Name: Microsoft-Windows-TerminalServices-SessionBroker/Admin
    Source: TerminalServices-SessionBroker
    EventID: 1549
    Level: Error
    User: NETWORK SERVICE
    Task Category: MS VM Provisioning Plugin
    Computer: RDSCB01.lab.local
    I hope we can get this working, thanks in advance everybody!
    Regards,
    Bart

    Hi Bartsp34ks,
    I'm trying to make a powershell script like yours.
    But at some point I receive this error:
    System.Management.Automation.RemoteException: VM ASD-1: The data area passed to a system call is too small. (Exception from HRESULT: 0x8007007A)
    My Powershell script is:
    $CollectionName = Read-Host 'What Name should the Collection have?'
    $Description = Read-Host 'Type a description of the Collection'
    $OU = Read-Host 'In which OU should I put the Collection?'
    $ConnectionBroker = Read-Host 'What is the Connection Broker Name? (use FQDN)'
    $Sysprep = Read-Host 'Type the Unattend file location'
    $DesktopAllocation = Read-Host 'On which RD Virtualization Host server should I create the Collection?'
    $DesktopAllocationNR = Read-Host 'How many Virtual Desktop would you like?'
    $NamePrefix = Read-Host 'What is the Prefix Name?'
    $NameSuffix = Read-Host 'What is the Suffix Name?'
    $UserGroup = Read-Host 'Which User Group can use the Collection?'
    $UserProfile = Read-Host 'How big can the ProfileDisk be?'
    $TemplateServer = Read-Host 'What is the RD Host that has the Virtual Desktop Template? (use FQDN)'
    $TemplateName = Read-Host 'What is the Virtual Desktop Template Name?'
    $UserProfilePath = Read-Host 'What should be the User Profile Path?'
    $StorageType = Read-Host 'How should be stored?'
    $StoragePath = Read-Host 'Type the Path'
    New-RDVirtualDesktopCollection `
    -CollectionName $CollectionName `
    -Description $Description `
    -OU $OU `
    -ConnectionBroker $ConnectionBroker `
    -PooledManaged `
    -CustomSysprepUnattendFilePath $Sysprep `
    -VirtualDesktopAllocation @{$DesktopAllocation=$DesktopAllocationNR} `
    -VirtualDesktopNamePrefix $NamePrefix `
    -UserGroups $UserGroup `
    -MaxUserProfileDiskSizeGB $UserProfile `
    -VirtualDesktopTemplateHostServer $TemplateServer `
    -VirtualDesktopTemplateName $TemplateName `
    -UserProfileDiskPath $UserProfilePath `
    -StorageType LocalStorage `
    -LocalStoragePath $StoragePath `
    -Force `
    -Debug
    $error[0]|format-list -force
    Thanks for help

  • Export Billing Configuration with CIN and Foreign Trade Data

    Hi,
    I need detail configuration of Export billing with CIN and foreign trade data for my understnading the configuration process for export billing process.
    Thanks in advance

    Dear Tarun
    I feel you need detailed configuration of CIN.
    Two diffrent CIN configurations supported bySAP
    TAXINJ & TAXINN. First is formula based & second is conditions based
    Search in SDN you will get many threads.
    Regards
    Deepu Pilla

  • Solaris 10 zone configuration with sysidcfg and dhcp and hostname

    Hi
    Excuse me if I look like a n00b... it's probably because I'm a n00b.
    I've been struggling in the dark for more than 2 days now and I'm wondering if I'm thinking about this all wrong...
    I have stand-alone server where I need to run zones. I want to create zones and automagically configure them at boot (read: by running a script). So here's what I need...
    A zone
    starting from unconfigured state
    whose hostname is not the same as the zone name
    using corporate DHCP to get its IP address
    with DNS config coming from the DHCP server
    registering its address the DNS
    with a preconfigured root password
    (I don't own the corporate DHCP or DNS servers, I can't put my own DHCP or DNS servers on the network.)
    I would lke to create the zone, throw some config at it, then boot the zone and walk away. I am using zones with exclusive-IP. I can construct the zones and manually configure them once they're started to have DHCP, my own name, registered IP address with DNS and everything else I have specified above. But I don't want to do it manually...
    Sysidcfg seems to do some of what I want but not entirely.
    In sysidcfg I can set the root_password, the primary interface using DHCP, DNS server. I can't set a hostname in sysidcfg AND use configure it for DHCP. So the hostname is not what I want it to be after the zone is started and ready to go. The DHCP server is providing the DNS configuration, Solaris does not seem to honour it, but i'll ignore that for the moment.
    I have tried various combinations of using sysidcfg, /etc/nodename, /etc/hostname.+interface+ and /etc/dhcp.+interface+ but I can't find any combination that actually works.
    I can write to the zonestorage/etc/nodename to set the nodename, that works. But it does not match the DHCP address, so I get prompted for a new name service because it can't find a DNS entry for the name.
    I can write to the zonestorage/etc/hostname.+interface+ and /etc/dhcp.+interface+ (to get the system to register its name with the DNS server after getting its DHCP address) but then I get a system with no root password and no DNS configuration, even though they are set in the sysidcfg file.
    I can write a script that gets part of the way using sysidcfg and /etc/... files, then boots the zone and then runs a bunch of voodoo via zlogin commands to fix all the stuff that couldn't be done 'properly', but that's not a 'boot and walk away' environment. I can write a script that uses sysidcfg and hacks around with other files in /etc (like nsswitch.conf, resolv.conf), but that just feels likes a dirty hack to fix something that wasn't done properly in the first place.
    So where am I going wrong and how do I do it right (within the constraints defined)? Why can't I configure, boot and walk away?
    Thanks

    Thanks abrante
    Thanks for your response!
    I don't think the config is messed up after the installation. I think the installation is fine, it's just not what I want :-)
    I'm trying to decouple the zonename from the system name and get DNS registrations working. After installation, a DHCP client can get its hostname from DNS but I'm trying to do it the other way around. I want the DHCP client specify its own hostname, get an address from the DHCP server and then register its hostname with DNS. If the system gets its name from DNS/DHCP then I have to configure those to provide the system name and I don't own the DHCP/DNS infrastructure. These zones are for a development/QA environment, so we create and reconfigure these frequently. Hence the need to specify the system name within the zone and register that name in the DNS.
    I have tried fiddling with the PARAM_REQUEST_LIST but it does not seem to be working as I expect. :-$ Removing 12 did not help with setting the hostname from the system. DNS does not have a registered name for this system anyway, so even if it tried to get a name for this system, it would get nothing.
    I also do want the DHCP to change the DNS server and domain name, but this does not happen even though my dhcpagent includes 6 and 15 in the PARAM_REQUEST_LIST. I still have to set them in the sysidcfg file because it is always ignored in Solaris (S10u8 with 10_Recommended 30-Jul-2010)
    As stated, I know I can hack around with the system after it has booted. But I'm trying to configure the system before it starts and let it take care of itself and not have to touch it. Frankly I'm surprised that the sysidcfg does not allow you to set a hostname name when you are using DHCP, that the default DHCP configuration does not register the system name with the DNS server, and the DNS config from the DHCP response is ignored. Even a sys-unconfiged system requires DNS configuration during initial boot, when I know that the DHCP response contains DNS information.
    FYI: Windows systems using DHCP work as expected in this respect by default, i.e. set system name, use DHCP --> system gets address from corporate DHCP, DNS settings are set from DHCP information, DNS registration is made for system name.
    I'm working around this at the moment... I call my zone by the system name I want, I hardcode the DNS settings in the sysidcfg file and I create the hostname.+nic+ and dhcp.+nic+ files in the zone storage to get the system to register its name with DNS, them boot.
    Edited by: cydonian on Aug 19, 2010 7:45 PM

  • Can URL redirects be configured with XE and what is the HTTP Server

    I would like to be able to URL redirects. I'm running XE with Application Express 2.1.0.00.39.
    I want to be able to have a URL like www.schoolwebsite.com and when the user hits it - have it redirect to the Apex page for the application. I was thinking that I needed to use a redirect in the HTTP config file, and that XE used Oracle_HTTP and I could configure in that manner.
    But, I can't find an Apache directory.
    1. What HTTP server is used with XE and Application Express 2.1.0.00.39?
    2. Can I configure for this type of redirect?
    3. Do I need to install an HTTP server to accomplish this?
    Thanks,
    Stephen

    Hi Steven,
    search for "proxy" in this forum.
    It explains how to configure a plain Apache http server as a proxy to XE. Then you can use the default mechanisms to rewrite an url.
    Here is an example (save the file as XE.conf and store it in the Apache conf directory (file httpd.conf is there).
    The following instructions are valid for Apache2.
    # Activate the following modules in httpd.conf:
    #LoadModule proxy_module modules/mod_proxy.so
    #LoadModule proxy_connect_module modules/mod_proxy_connect.so
    #LoadModule proxy_http_module modules/mod_proxy_http.so
    #LoadModule rewrite_module modules/mod_rewrite.so
    #LoadModule headers_module modules/mod_headers.so
    # include the XE configuration (this file XE.conf) in httpd.conf:
    #include "conf/XE.conf"
    # XE listener is buggy, thus downgrade to http 1.0
    SetEnv force-proxy-request-1.0 1
    RewriteEngine On
    RewriteLog "D:\Programme\Apache Group\Apache2\logs\rewrite.log"
    RewriteLogLevel 0
    ## Rewrite requests /apex, /i, /public, /sys to locally installed XE
    RewriteCond %{REQUEST_URI} /(([^/]+)(/.*)*)$
    RewriteCond %2 =apex [OR]
    RewriteCond %2 =i [OR]
    RewriteCond %2 =public [OR]
    RewriteCond %2 =sys
    RewriteRule ^/(.*) http://%{SERVER_NAME}:8080/%1 [P]
    ## Rewrite main page
      RewriteEngine On
      RewriteRule ^/$       http://%{SERVER_NAME}/apex/f?p=107:1 [R]
      RewriteRule ^/index.html$       http://%{SERVER_NAME}/apex/f?p=107:1 [R]
    ## Rewrite /app1
      RewriteRule ^/app1$      http://%{SERVER_NAME}/apex/f?p=107:1:0 [R=303]Regards,
    ~Dietmar.
    Edited by: Dietmar Aust on Oct 14, 2008 1:16 AM

  • Extraction for Sales with ITC and ATI

    Hi
    Can anybody please let me understand what are ITC and ATI processes in Sales ? and how do we do extractions form them.

    Hi
    Can anybody please let me understand what are ITC and ATI processes in Sales ? and how do we do extractions form them.

  • [SOLVED] Problem with FGLRX and Ati HD4650

    Hi! I'm fede1587 and I'm a new user of Archlinux (but not a new user of Linux). I love it and the KISS philosophy.
    Four days ago I intalled the new version of Arch but unfortunately I have a very big problem and after 4 days of work I have not been able to solve it.
    I have a Sony Vaio VGN-FW41J with a ATI HD4650. I need Ati proprietary drivers, because with the open source ones, the laptop become too hot. After installing the catalyst legacy pakages (234k, catalyst-utils and catalyst-hook) both from AUR and from the repository (following the great guide in ArchWiki) and configuring, when I lanunch startx, sometimes Gnome starts and sometimes I got black screen with horizontal lines.
    I'm searching for solutions from 4 days and I read a lot of topic, and I try a lot of things, but nothing!
    Accourding to the various threads, I have:
    1) Load the module fglrx
    2) Blacklist the radeon module
    3) Re-run mkinitcpio
    4) Run aticonfig --initial
    5) Run aticonfig --acpi-services=off
    6) Add nomodeset to grub
    After I tried to change kernel (thinking about some incompatibilities). I installed linux-lts, and I try with this kernel, but I have the same issue. I also try whit Bridge Linux, but nothing changed.
    This is the only output found in my error.log (Xorg.X.log is empty):
    Aug 26 02:36:51 localhost kernel: [   13.326922] [fglrx:KCL_MEM_VM_MapRegion] *ERROR* remap_pfn_range failed
    Aug 26 02:36:51 localhost kernel: [   13.326932] [fglrx:__create_mapping] *ERROR* Can not get virtual address
    Aug 26 02:36:51 localhost kernel: [   13.326935] [fglrx:__mc_heap_map_virtual_space] *ERROR* Failed to map the virtual space
    Aug 26 02:36:51 localhost kernel: [   13.326938] [fglrx:mc_heap_map_virtual_space] *ERROR* Can not get virtual address
    Aug 26 02:36:51 localhost kernel: [   13.326940] [fglrx:MCIL_GetVirtualAddressInDescriptor] *ERROR* Can not get the virtual address
    Aug 26 02:36:55 localhost kernel: [   16.622882] [fglrx:KCL_MEM_VM_MapRegion] *ERROR* remap_pfn_range failed
    Aug 26 02:36:55 localhost kernel: [   16.622892] [fglrx:__create_mapping] *ERROR* Can not get virtual address
    Aug 26 02:36:55 localhost kernel: [   16.622895] [fglrx:__mc_heap_map_virtual_space] *ERROR* Failed to map the virtual space
    Aug 26 02:36:55 localhost kernel: [   16.622898] [fglrx:mc_heap_map_virtual_space] *ERROR* Can not get virtual address
    Aug 26 02:36:55 localhost kernel: [   16.622900] [fglrx:MCIL_GetVirtualAddressInDescriptor] *ERROR* Can not get the virtual address
    Aug 26 02:36:55 localhost dhcpcd[529]: wlan0: sendmsg: Cannot assign requested address
    Aug 26 02:36:56 localhost kernel: [   18.364335] [fglrx:KCL_MEM_VM_MapRegion] *ERROR* remap_pfn_range failed
    Aug 26 02:36:56 localhost kernel: [   18.364346] [fglrx:__create_mapping] *ERROR* Can not get virtual address
    AuAug 26 02:40:18 localhost /usr/sbin/crond[452]: (CRON) INFO (Syslog will be used instead of sendmail.): File o directory non esistente
    Aug 26 02:40:25 localhost dhcpcd[476]: wlan0: sendmsg: Cannot assign requested address
    I hope you can help me, because I love this distro but I can't use it with the open source driver of the ATI card (too hot) :-(
    Thanks a lot for the help and sorry for my bad english.
    Last edited by fede1587 (2012-08-30 22:15:57)

    Hi. Now I found in my Xorg.0.log the following lines:
    [    16.893] (II) fglrx(0): [uki] DRM interface version 1.0
    [    16.893] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
    [    16.893] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x8000
    [    16.893] (II) fglrx(0): [uki] mapped SAREA 0x8000 to 0x7f82a04c9000
    [    16.893] (II) fglrx(0): [uki] framebuffer handle = 0x9000
    [    16.893] (II) fglrx(0): [uki] added 1 reserved context for kernel
    [    16.893] (II) fglrx(0): swlDriScreenInit done
    [    16.893] (II) fglrx(0): Kernel Module Version Information:
    [    16.893] (II) fglrx(0):     Name: fglrx
    [    16.893] (II) fglrx(0):     Version: 8.97.2
    [    16.893] (II) fglrx(0):     Date: Jul  4 2012
    [    16.893] (II) fglrx(0):     Desc: ATI FireGL DRM kernel module
    [    16.893] (II) fglrx(0): Kernel Module version matches driver.
    [    16.893] (II) fglrx(0): Kernel Module Build Time Information:
    [    16.893] (II) fglrx(0):     Build-Kernel UTS_RELEASE:        3.4.9-1-ARCH
    [    16.893] (II) fglrx(0):     Build-Kernel MODVERSIONS:        no
    [    16.893] (II) fglrx(0):     Build-Kernel __SMP__:            no
    [    16.893] (II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
    [    16.893] (II) fglrx(0): [uki] register handle = 0x0000a000
    [    16.916] (EE) fglrx(0): Not enough video memory to allocate primary surface (frame buffer).
    [    16.916] (II) fglrx(0): Shutdown CMMQS
    [    16.916] (II) fglrx(0): [uki] removed 1 reserved context for kernel
    [    16.916] (II) fglrx(0): [uki] unmapping 8192 bytes of SAREA 0x8000 at 0x7f82a04c9000
    [    16.916] (WW) fglrx(0): ***********************************************************
    [    16.916] (WW) fglrx(0): * DRI initialization failed                               *
    [    16.916] (WW) fglrx(0): * kernel module (fglrx.ko) may be missing or incompatible *
    [    16.916] (WW) fglrx(0): * 2D and 3D acceleration disabled                         *
    [    16.916] (WW) fglrx(0): ***********************************************************
    Do you have an idea of what it could be?
    Thanks a lot...

  • Http server configuration with mod_ntlm and mod_plsql

    I don't know if this is the right place to ask, but I will try anyway. We are trying to configure Oracle http server to use mod_ntlm to authenticate users for html-db application. After we configure the server to use mod_ntlm for mod_plsql content(pls), all the requests failed with 400 Bad Requests error. It looks like the mod_plsql does not recognize the http header for NTLM authentication(which is encrypted). Anyone knows how to make mod_ntlm and mod_plsql work together in oracle http server(i.e. Apache)? Thanks.

    sorry, 291509, but this is the wrong forum for your question. one of these forums is used to determine the appropriate forums for posting. i'm, of course, not sure which one that is, but i'd start there if i were you.
    regards,
    raj

  • Multiple Database configurations with Hibernate and caching

    Hi,
    I am building an webservice app which has 2 different DBs( Oracle and DB2). Please let me know whats the best way of designing the hibernate layer to access both the DBs ; I have some cross reference tables in both of them.
    I am planning to create a logical model of the physical DB model ( combining both Oracle and DB2) and use property files or some configuration to map my logical to the actual physical table. What would be the best design for this? Do you recommend caching these conversion values?
    Please let me know the best practice / way to work on my above situation.
    fyi - I am neither a novice nor an expert in J2EE.

    I have the same experience. I can connect to the database of the inital setup but then I try to create a second DB connection with
    Create the connection
    java -jar apex.war setup --database edwdev1
    Sep 28, 2012 5:08:04 PM oracle.dbtools.common.config.file.ConfigurationFolder logConfigFolder
    INFO: Using configuration folder: /space/sw/oracle/products/apex/2.0.0/config/apex
    Enter the name of the database server [localhost]:ddb001-v.maximusbchealth.local
    Enter the database listen port [1521]:1521
    Enter 1 to specify the database service name, or 2 to specify the database SID [1]:1
    Enter the database service name:apex_edwdev1.maximusbc.ca
    Enter the database user name [APEX_PUBLIC_USER]:APEX_PUBLIC_USER
    Enter the database password for APEX_PUBLIC_USER:
    Confirm password:
    Enter 1 to enter passwords for the RESTful Services database users (APEX_LISTENER,APEX_REST_PUBLIC_USER), 2 to use the same password as used for APEX_PUBLIC_USER or, 3 to skip this step [1]:3
    Sep 28, 2012 5:10:12 PM oracle.dbtools.common.config.file.ConfigurationFiles update
    INFO: Updated configurations: apex_al, apex_rt, apex, edwdev1, edwdev1_al, edwdev1_rt
    Then I create a routing based on theRequest Path Prefix:
    java -jar apex.war map-url --type base-path /edwdev1 edwdev1
    Sep 28, 2012 5:12:32 PM oracle.dbtools.common.config.file.ConfigurationFolder logConfigFolder
    INFO: Using configuration folder: /space/sw/oracle/products/apex/2.0.0/config/apex
    oracle@vs-dapp041:/sw/oracle/products/apex/2.0.0$
    Everything seems fine but when I try to access the second db I get:
    http://vs-dapp041.maximusbchealth.local:7501/apex/edwdev1 => 404 not found
    I am going to be at Open World next week and see if I can talk so someone at the apex stand there.

  • Share project configuration with team and Build Path?

    Question 1:
    Is it possible to share the Flex Builder project settings (Flex Build Path, etc.) with other users?  It would be nice to be able to do this so all developers on a team do not have to follow a step-by-step procedure for setting up a project.  For example in a Java Project you can simply check-in the project and classpath files and new developers don't have to spend anytime setting up their ide.  I took a look at what flex is doing and it appears it saves this information (at least some of it) in the plugins directory.  I can't find exactly where but it seems very odd.
    Question 2:
    When setting the Flex build path is there a way to set-up a SWC Folder that recursively adds SWC's in sub-directories?  We pull in Flex libs from artifactory which places them into an un-flattened structure.  Since all the libs are in sub-dirs they are not found.  We have to manually add each lib individually?
    Any ideas on either of these questions?  Thank you.

    Re: Question 1.
    Do you mean check into SVN or similar? Anyway, it seems Flash builder is saving some configuration about build paths etc. in the .actionScriptProperties file, which is found in the root folder of a project. Another option might be to export the project as a Flash Builder project by right-clicking it in the package explorer and choosing Export?
    Re: Question 2.
    Afaik the IDE doesn't support recursively going through a folder to find all swc:s. You could probably solve this using an ANT script. E.g. the following script recursively copies all files with .swc extension from the libraries (AS3) folder to the libs folder of a project.
    <project name="swcTest" default="copy.swc" basedir=".">
        <property name="swc.src" value="${basedir}/../../libraries (AS3)/" />
        <property name="swc.dest" value="${basedir}/libs/" />
        <target name="copy.swc" description="Recursively copies swc files from source to target folder">
            <echo message="${swc.src}" />
            <echo message="${swc.dest}" />
            <copy todir="${swc.dest}" failonerror="true" flatten="true">
              <fileset dir="${swc.src}"
                       includes="**/*.swc"
              />
            </copy>
        </target>
    </project>

  • Can I measure full bridge gage configurations with SCXI1121 and 1321 terminal

    Hello
    I designed a load cell that uses a full bridge gage configuration. I have at my lab a SCXI 1121 module with a SCXI 1321 terminal block. I need to know if it is possible to use that hardware configuration in order to make de load cell and the data acquisition system fully functional.
    Thank you.
    Best regards from Bogotá, Colombia, South America

    Juan,
    The full brige configuration you are speaking of requires four wires, two for voltage and two for excitation, is this correct? If so here is a link that you might find helpful.
    Full Bridge Configuration
    This reference is for strain gauges, but the connection for a full bridge is going to be the same. The channel plus and minus and excitation plus and minus can be connected to the 1321 for the individual channel. To configure the proper gain, filtering, and excitation mode and level, please refer to the Getting Started with SCXI on pages 3-14 through 3-23 (pages 51-60 in the .pdf).
    Regards,
    Andy F.
    Applications Engineer
    National Instruments
    National Instruments

  • Standby Database Configuration with LGWR and ASYNC

    Hi,
    I am running a standby database configuration on a 100MBit LAN
    with the following set-up:
    log_archive_dest_2='service=standby mandatory reopen=300 lgwr
    async=2000'
    The system is handling a lot of very small transactions, not
    involving large amounts of data.
    My questions are:
    - What are the potential problems in using a small ASYNC buffer
    like the one above?
    - Does a larger ASYNC buffer influence the latency in copying
    changes from the production database to the standby database -
    will it buffer more changes before sending them to the standby
    database?

    Murlib,
    I have few more doubt-
    Our requirement is to configure a Standby( Physical-MAXIMUM PERFORMANCE
    mode) in a place, which is 600 KM away from our primary destination.
    Currently our LAN network traffic rate is 100 Mbps. but this traffic is
    virtually reduced to 1Mbps out side our LAN.
    Our Production Database is 24X7 and Its generating 17 GB Archive files every
    day.
    Since the net work traffic is slow i think, it will create some log gaps,and
    also we couldn't do a point in time recovery.
    We are configuring a Standby, here inside our LAN in Managed Recovery Mode
    for recovery purpose and will keep a Standby there in remote place for
    Reports.
    and it will be recover it in every morning.If iam following this procedure,
    my
    log_archive_dest_2 ='service=stby ARCH NOAFFIRM' ( which is the standby here
    inside our LAN and should be in MANAGED RECOVERY mode)
    and i need to configure the parameters for standby in my remote location.So
    my doubt is-
    Shall i need to configure "log_archive_dest_n" in the parameterlist of my
    Primary for that remote Standby ?
    I think for manual recovery we can aviod that.But we need to eonnect it
    thrrough Oracle Net
    Can you please tell me the essential PRIMARY parameter list entries for this
    kind of remote standby , recovering in a manual mode ?
    i think the following parameter should be there -
    FAL_SERVER
    FAL_CLIENT
    DB_FILE_NAME_CONVERT
    LOG_FILE_NAME_CONVERT
    STANDBY_FILE_MANAGEMENT=AUTO
    STANDBY_ARCHIVE_DEST
    Thanks and Regards,
    Raj

  • 10.6.4 Combo Update - Kernel Panic on 1st Gen Mac Pro with 8GB and ATI 4870

    Hi,
    I installed the 10.6.4 combo update last night and now my system constantly kernel panics. It was fine with 10.6.3 for months and never kernel panicked.
    I have 4 x 2GB FB-Dimms and a ATI 4870 card.
    The system is also only showing one display and I can force it to kernel panic by going to system preferences and selecting 'Detect Displays'.
    Anyone got any suggestions before I reinstall back to 10.6.3?
    Thanks
    Paul

    Hey guys. I have got a new Macbook Pro 13" model and I am getting kernel panics. I've been trying to partition the drive for Boot Camp and after I updated yesterday (to 10.6.4) i've been getting the kernel panic sign. Also, when I boot from my Snow Leopard disk to go into Disk Utility to repair the permissions (I opened Onyx and on the SMART check it said the permissions needed to be reset) I get a kernel panic and it crashes! So at the moment i've just backed up my work and I am panicking myself as I have no idea what to do from here.
    Any help would be appreciated!

  • ASA7.0(2) CA Trustpoint Configuration with Root and Subordinate CA

    I'm trying to replicate a configuration that was done on my Con3015 to my ASA5520. I was given 2 CA certificate's: A Root and Subordinate and was told to load both or it will not work.
    The ASA's use trustpoint configuration. I couldn't load both under one trustpoint so I created two trustpoints.
    After loading both CA certificates using file-based enrollment, which trustpoint do I create a PKCS#10 enrollment file against?
    Also, I don't understand how both trustpoints are associated. At the end I'd have 2 trustpoints (1 RootCA and 1 SubCA) but only 1 identity will be associate with 1 of the trustpoints.
    Is it necessary to add specific commands in the trustpoint configuration?
    Is it even necessary to have both CA certificates (Root and Sub CA) installed??

    Hello Aignacio,
    I have the same problem now. Did you find an solution. If yes could you please send me the prosedure for migrate from 3015 to asa in terms of ca config
    Thanks
    Dogan

  • Nodemanager configuration with SSL and Subject Alternative Names.

    We want to configure serveral nodemanagers in serveral machines using SSL. Is possible to use only one certificate with one CN and several subject alternative names (one per machine)?
    We cannot configure the nodemanager, we always get an SSLHandShake exception.
    Thanks.

    Hi,
    Hope you found out resolution to your issue. 
    incase you havent , presuming the CN used in your certificate is not the host name and all the host servers can resolved/ identify that CN. Dont see major problem in the way you explained.
    However handshake exception only points at certain specific case
    - where the certs are not imported into keystores ( client or server side) or
    - certs mismatching at clent & server
    - too many certs with the same CN in the same keystore or CN resolving to more than 1 cert ( if its possible).
    Let me know if you need help in reolving this and also paste the error trace of 'handshake' exception you see.
    Sri

Maybe you are looking for

  • How to populate the webservice XML data in to Table  ODI- Webserice invoke

    Hi, I have multiple work orders in my oracle db table, That means multiple WorkOrder_Item_ID's are there in my source table. When I start transfer the data from source to Target using ODI , I need to get the information of multiple Work order Item_ID

  • Variable values in user forms

    Hi, Do you know where are stored variable values in User Forms (_FM_FIRSTNAME for example) ? Thanks, Nicolas

  • Every few days, my iPad stops working properly with Messages and Safari.

    I am using a 32 GB iPad mini 2 on iOS 8.1.2. Several times recently, without any warning, I have lost the use of Messages and Safari has been having troubles with certificates. I try to send an iMessage and I get the "Message Send Failure" error afte

  • Dynamic report headings

    I am using the PL/SQL function body returning colon-delimited string with the headings under Report Attributes. Works fine, except... When I want to style my headings with CSS styles using SPAN style=color:red and stuff like that, the colon (:) in th

  • DBCA not starting after 1st install Oracle11gR2 OEL 5

    Hi all, i installed Oracle11gR2 on Oracle Enterprise Linux 5 on my macbook pro using VMware Fusion 2.0.5 installation all prerequisites and installation were successful but when i start dbca i got this following message......... only thing was during