Hello,
I have a problem.
My mouse and printer are connected to the usb hub of my MS Natural
Keyboard Pro that itself is connected via usb to the computer.
Everything works, but the side buttons of my MS Intellimouse Optical
1.1A do not work as i wish (e.g. browse forward or backward in browser
history).
With Knoppix 3.3 and some modification to XF86Config they do their job.
I got hints from:
http://groups.google.com/groups?hl=de&lr=&ie=UTF-8&oe=UTF-8&frame=right&th=…
Is there anyone who can help me.
Regards
burki
dmesg output (only for usb):
-----------------------------------------------------------------------
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb-uhci.c: $Revision: 1.275 $ time 19:50:37 Feb 18 2004
usb-uhci.c: High bandwidth mode enabled
usb-uhci.c: USB UHCI at I/O 0xd800, IRQ 5
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 1
hub.c: USB hub found
hub.c: 2 ports detected
usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
uhci.c: USB Universal Host Controller Interface driver v1.1
hub.c: new USB device 00:07.3-1, assigned address 2
hub.c: USB hub found
hub.c: 4 ports detected
mice: PS/2 mouse device common for all mice
hub.c: new USB device 00:07.3-2, assigned address 3
usb.c: USB device 3 (vend/prod 0x45e/0x39) is not claimed by any active
driver.
hub.c: new USB device 00:07.3-1.1, assigned address 4
usb.c: USB device 4 (vend/prod 0x45e/0x1d) is not claimed by any active
driver.
usb.c: registered new driver hiddev
usb.c: registered new driver hid
input: USB HID v1.10 Keyboard [045e:001d] on usb1:4.0
input: USB HID v1.10 Device [045e:001d] on usb1:4.1
usb-uhci.c: interrupt, status 3, frame# 1701
input: USB HID v1.10 Mouse [Microsoft Microsoft 5-Button Mouse with
IntelliEye(TM)] on usb1:3.0
hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <vojtech(a)suse.cz>
hid-core.c: USB HID support drivers
usb-uhci.c: ENXIO 84000480, flags 0, urb c2da49e0, burb c2da4860
usbdevfs: USBDEVFS_CONTROL failed dev 4 rqt 128 rq 6 len 18 ret -6
The last two lines are repeated 13 times.
------------------------------------------------------------------------
XF86Config
-----------------------------------------
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Buttons" "7"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "6 7"
EndSection
-----------------------------------------
When I log in the following commands are executed:
xmodmap -e "pointer = 1 2 3 6 7 4 5"
imwheel -k -b "76"
Le sam 28/02/2004 à 15:11, Richard Mixon (qwest) a écrit :
> SLES 8 does not seem to have Xvfb installed, nor does it have an xextra available through Yast.
>
> I do also have Suse 9.0 Pro for x86 - can I get xextra from that CD somehow?
It was in xextra in previous versions. Just open up Yast2 and search for
Xvfb. It seems that it is in its own package now, at least on my box. I
guess that it may be missing from SLES, I'm not familiar with this
distribution.
Best Regards,
David Garnier
> -----Original Message-----
> From: David Garnier [mailto:david.garnier@etudier-online.com]
> Sent: Saturday, February 28, 2004 1:15 AM
> To: suse-xfree86(a)suse.com
> Subject: Re: [suse-xfree86] Xvfb and SLES 8
>
>
> Le sam 28/02/2004 à 06:04, Richard Mixon (qwest) a écrit :
> > Hello,
> >
> > We are moving from a Sun SPARC Solaris environment to SuSE SLES 8 for AMD64 on Opteron processors. On Solaris we were able to use
> > the "-Djava.ast.headless=true" to eliminate the need for an X server so our Tomcat servlet engine could render graphics for
> display
> > in the web browser (actually we use Apache FOP/BATIK to render SVG as PDF documents).
>
> The headless switch does not eliminate the need for an X server, It just
> throw an exception earlier. Your setup works because FOP/Batik were
> probably carefully programmed to work around this problem.
>
> > On SLES for AMD64, the Java version is the IBMJava2 1.4.1 SDK. It does not recognize the "-Djava.awt.headless=true" option. There
> > have been a number of workarounds suggested. The PJA toolkit does not seem to work for a number of reasons.
>
> Why don't you install Sun's version? The 32-bit one for Linux should
> work just fine.
>
> > The other suggestion was to use the Xvfb (X virtual frame buffer). I can find a man page for Xvfb in our SLES 8 install, but no
> > actual module.
> >
> > Can someone provide instructions for enabling or accessing Xvfb? Obviously I am not an X guru - I use KDE and that's about it.
>
> I don't know about SLES 8, but under SuSE 9.0, it is available through
> Yast2. I've been using the Xvfb for years under many SuSE version and I
> never had a problem. Something from an old project:
>
>
> Start Xvfb ( in /usr/X11R6/bin) with this
> command:
>
> Xvfb :1 -screen 0 640x480x16
>
> It creates a 640x480, 8bit "virtual desktop" running on 1.0
> Then just tell the application to use it with :
>
> DISPLAY:localhost:1.0
> export DISPLAY
>
> Doing an xhost +localhost migth be necessary.
>
> Best Regards
> --
> David Garnier <david.garnier(a)etudier-online.com>
>
>
> --
> To unsubscribe check the List-Unsubscribe header
> For additional commands, email: suse-xfree86-help(a)suse.com
>
>
>
--
David Garnier <david.garnier(a)etudier-online.com>
Hello,
We are moving from a Sun SPARC Solaris environment to SuSE SLES 8 for AMD64 on Opteron processors. On Solaris we were able to use
the "-Djava.ast.headless=true" to eliminate the need for an X server so our Tomcat servlet engine could render graphics for display
in the web browser (actually we use Apache FOP/BATIK to render SVG as PDF documents).
On SLES for AMD64, the Java version is the IBMJava2 1.4.1 SDK. It does not recognize the "-Djava.awt.headless=true" option. There
have been a number of workarounds suggested. The PJA toolkit does not seem to work for a number of reasons.
The other suggestion was to use the Xvfb (X virtual frame buffer). I can find a man page for Xvfb in our SLES 8 install, but no
actual module.
Can someone provide instructions for enabling or accessing Xvfb? Obviously I am not an X guru - I use KDE and that's about it.
I have waited for over two days for SuSE support to provide help - I'm starting to wonder why I paid the big bucks for SLES at this
point.
Thank you in advance - Richard Mixon
erstens mal danke für die anleitung : ) und zweitens hab ichs schon mit
dem agpgart modul vom ati treiber und mit dem kernel eigenen probiert
beide funken nicht und ich benutz den original ati treiber weil wen ich
den von suse drauf spiel bekomm ich beim nächsten start nur nen
schwarzen bildschirm und muss das gesamte Linux neu installen -.- ich
glaube das ich mir vielleicht den neuesten kernel von kernel.org
aufspielen sollte da ja erst der neue meinen chipsatz richtig
unterstützt (hab ich gehört) hoffe aber das das nicht nötig ist : )
Henning Dey schrieb:
>hi, versuchs mal bei www.holarse.net dort liegt eine anleitung, bzw. ein
>link zur
>installation von ati treibern...
>
>
>ist das modul "agpgart" richtig geladen? vielleicht gleiches problem wie
>nforce2 chipsatz?!
>dort konnte keine agp unterstützung genutzt werden, da nvidia hier verbockt
>hat und auch
>nur nvidia chipsets richtig supported?!
>
>hast du den orig. ati treiber genutzt oder den fglrx vom suse ftp?
>
>
>gruss
>
>henning
>
>
>
>>so ich habe folgendes Problem erstens wie kann ich den ati treiber
>>richtig installen (habs zwar schon mal geschafft aber die anleitung
>>unabsichtlich wieder gelöscht : )
>>und zweitens wie schon gesagt ich habs ja schon mal geschafft aber nach
>>der installation (dri war on ) hatte ich 2 bilder pro sekunde bei
>>counter strike (ich benutze die winex version aus dem SuSE Linux wine
>>pack) also die performance war zum scheisen also kann mir hier einer
>>helfen den der support von suse hat nur geschrieben das das nicht ihr
>>problem ist GRRRRRRRR : )
>>
>>Mein System:Athlon 64 3000+,K8T800,Radeon 9600XT von
>>Sapphire,Soundblaster Audigy,512MB RAM
>>(habe alle updates für mein system eingespielt also auch den akktuellen
>>kernel von suse samt sourcen usw)
>>
>>
>>--
>>To unsubscribe check the List-Unsubscribe header
>>For additional commands, email: suse-xfree86-help(a)suse.com
>>
>>
>>
>
>
>
>
I was attempting to run a command spadmin which is used to set up printers
and fonts in OpenOffice. When I run it a super user, it returns the error:
XLib: connection to ":0.0" refused by server
XLib: No protocol specified
/opt/OpenOffice.org/program/spadmin.bin x11 error: Can't open display: :0
Set DISPLAY environment variable, use -display option
Or check permissions of your X-Server
(See "man X" resp. "man xhost" for details)
I read the man pages, and toyed with the -display :0 option on spadmin, but
got the same error. I then tried running "xhost +local" and "xhost +" (no
network connection, no dialup access) and received the same two XLib error
lines listed above. So, it looks like I've got a problem with my X Server
configuration, but I can't seem to find anything about how to fix it. Also,
I didn't glean from the man pages how to check the permissions of the
X-Server as suggested in the error message. Any thoughts on how to fix
this?
Thanks.
----------------------------------------------------------------------------
-------------------------------
Bill Lugg
Software Engineer,
MilStar AF Command Post Terminal Software Support
OO-ALC/MASFE, Peterson AFB, CO
William.Lugg(a)cisf.af.mil <mailto:william.lugg@cisf.af.mil>
The only difference between a tax man and a taxidermist is that the
taxidermist leaves the skin. -- Mark Twain
so ich habe folgendes Problem erstens wie kann ich den ati treiber
richtig installen (habs zwar schon mal geschafft aber die anleitung
unabsichtlich wieder gelöscht : )
und zweitens wie schon gesagt ich habs ja schon mal geschafft aber nach
der installation (dri war on ) hatte ich 2 bilder pro sekunde bei
counter strike (ich benutze die winex version aus dem SuSE Linux wine
pack) also die performance war zum scheisen also kann mir hier einer
helfen den der support von suse hat nur geschrieben das das nicht ihr
problem ist GRRRRRRRR : )
Mein System:Athlon 64 3000+,K8T800,Radeon 9600XT von
Sapphire,Soundblaster Audigy,512MB RAM
(habe alle updates für mein system eingespielt also auch den akktuellen
kernel von suse samt sourcen usw)
Hi List,
I have a question about laptops. Anyone know of a good methodology, whether
using different server layouts or whatever, to make this situation work.
I have a laptop (WUXGA). When I am undocked I want 1920x1200 resolution.
When I go to work I dock my workstation with a 21" Monitor, so I would like
it to go to 1600x1200 resolution. I have been very sucsessful at getting
this to work and wondered if anyone has.
I have configure both monitors and modes under XF86Config, but can't seem to
get it to work.
Suggestions?
Thanks.
Hello,
Trying to get a Nvidia GeForce FX card working with dual monitors. The nvidia
drivers are installed and working, now it's down to playing with the XFree86
configuration. Can anyone post a working XFree86config file for a dual head
video card.
Thanks,
Matthew
I had a nice dual head set up running under SuSE 8.2, I upgraded to SuSE
9.0, and using the same config file, I no longer have my dual head, but
mirror images on the two monitors. I see:
(WW) RADEON(1): Only one monitor detected, Second screen will NOT be created
Further I was a bit surprised to see this in the log file as well:
This is a pre-release version of XFree86, and is not supported in any
way. Bugs may be reported to XFree86(a)XFree86.Org and patches submitted
to fixes(a)XFree86.Org. Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs).
SuSE 9.0 Pro is running a pre-release version of X????
Any suggestions would be appreciated.
--
Until later, Geoffrey Registered Linux User #108567
Building secure systems inspite of Microsoft
Hi,
I tried to use the Suse driver for the ATI grafics adapter and the ATI driver. When I restart the X-Server the same happens he isn't able to show anything. A white light is flushing and then the screen is only black.
Is here anybody that tried this drivers? And was successfull with them?
Nimer