synaptics - no right click, no click+scroll

2011-10-31 Thread Tomasz Chmielewski
Hi,

I'm trying to use synaptics driver on a Samsung Series 9 laptop (90X3A) with 
Linux kernel 3.1.0.

When psmouse module is loaded, I see this in dmesg:


[ 9907.175524] Synaptics Touchpad, model: 1, fw: 8.0, id: 0x1e2b1, caps: 
0xd00123/0x840300/0x120c00
[ 9907.216939] input: SynPS/2 Synaptics TouchPad as 
/devices/platform/i8042/serio1/input/input28


It kind of works, but I'm not able to do the following:

- right click (I can simulate with two-finger tap, although it feels awkward)
- middle click simulation
- click + scroll (i.e. to mark text or to move a window scroll bar)


Any ideas how can I make these work?

If I load psmouse module with proto=exps, it works almost as expected, 
although mouse pointer is very, very slow.


-- 
Tomasz Chmielewski
http://wpkg.org
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com


Re: multi monitor/multi card status

2009-10-11 Thread Tomasz Chmielewski
Dave Airlie wrote:

 I am running a non-KMS system, and zaphod mode on radeon segfaults me.
 Here is my xorg.conf and X log, again.

 
 Latest git of -ati?
 
 I've fixed a zaphod segfault a week or two ago, btw without KMS though
 there is a good chance the machine will die on X exit due to some conflicting
 VGA stuff, unless you have VGA arbiter stuff working on a latest Linus kernel.

What is the VGA arbiter you mention here?


For me, my system freezes with two X servers running when I exit, when 
using the latest stable ati (radeon) drivers (with two RV730XT [Radeon 
HD 4670] cards).

It does not freeze when using fglrx though.

I was not able to check how it behaves with radeonhd, as this driver is 
not able to start two X servers with two graphics cards (at leas with my 
hardware).



-- 
Tomasz Chmielewski
http://wpkg.org
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: evdev keyboard, messed arrow keys - how to fix it?

2009-07-16 Thread Tomasz Chmielewski
Matthew Helsley wrote:

 If no problems show up using the raw event device then presumably the
 issue is in the X stack and doesn't originate in the hardware or the
 kernel.

It turned out that the problem is more KDE4-related:

http://lists.kde.org/?t=12344381261


-- 
Tomasz Chmielewski
http://wpkg.org
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: evdev keyboard, messed arrow keys - how to fix it?

2009-07-14 Thread Tomasz Chmielewski
Tomasz Chmielewski wrote:
 When using an evdev keyboard, arrow keys do not work as they should:
 
 - Left, Down - key works, but do not repeat
 - Up - key do not work at all
 - Right - works correctly
 
 
 I can fix the Left and Down keys (so that they repeat) with xset:
 
 xset r 113
 xset r 116
 
 
 No idea how to fix the Up key though (it is detected in xev; if I should 
 provide xev output, let me know).

If someone has a clue on how to debug this and get the Up key working, I'd be 
glad.


For reference, here is xev output for the not working Up key (key pressed and 
released),
note that there is no KeyPress event here, but FocusOut, FocusIn and 
KeymapNotify instead:


FocusOut event, serial 34, synthetic NO, window 0x2c1,
mode NotifyGrab, detail NotifyAncestor

FocusIn event, serial 34, synthetic NO, window 0x2c1,
mode NotifyUngrab, detail NotifyAncestor

KeymapNotify event, serial 34, synthetic NO, window 0x0,
keys:  0   0   0   0   0   0   0   0   0   0   0   0   0   4294967168 0   0
   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0

KeyRelease event, serial 34, synthetic NO, window 0x2c1,
root 0xb2, subw 0x0, time 16907569, (99,-20), root:(1135,5),
state 0x10, keycode 111 (keysym 0xff52, Up), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False



And for comparison, a working Right key pressed and released:

KeyPress event, serial 34, synthetic NO, window 0x2c1,
root 0xb2, subw 0x0, time 16783920, (65,-14), root:(1101,11),
state 0x10, keycode 114 (keysym 0xff53, Right), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False

KeyRelease event, serial 34, synthetic NO, window 0x2c1,
root 0xb2, subw 0x0, time 16783976, (65,-14), root:(1101,11),
state 0x10, keycode 114 (keysym 0xff53, Right), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False



-- 
Tomasz Chmielewski
http://wpkg.org
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: evdev keyboard, messed arrow keys - how to fix it?

2009-07-13 Thread Tomasz Chmielewski
Rémi Cardona wrote:
 Le 12/07/2009 20:22, Tomasz Chmielewski a écrit :
 When using an evdev keyboard, arrow keys do not work as they should:

 - Left, Down - key works, but do not repeat
 - Up - key do not work at all
 - Right - works correctly
 
 Already reported at https://bugs.freedesktop.org/show_bug.cgi?id=17925
 
 FTR, there's an increasing number of users getting bit by this, among 
 various distro.

Yes, I've seen lots of reports for repeat delays when googling to solve 
my problem.
For which there are solutions/workarounds, like using xset r 

Unfortunately, I didn't find a solution for a not-working up key 
(which is also not mentioned in the bug report you mention).

Which is really bad when someone is using the PC for 
programming/administering :(


-- 
Tomasz Chmielewski
http://wpkg.org
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: does radeon driver support HDMI video?

2009-07-12 Thread Tomasz Chmielewski
Tomasz Chmielewski wrote:

 You can force outputs on in your xorg.conf

I solved it by connecting HDMI cable to a HDMI-DVI converter, and connecting 
that converter to the video card.
And I used a fglrx driver, too.


I'm not sure if these cards are too new for X to handle:

02:00.0 VGA compatible controller: ATI Technologies Inc RV730XT [Radeon HD 4670]
02:00.1 Audio device: ATI Technologies Inc R700 Audio Device [Radeon HD 4000 
Series]
03:00.0 VGA compatible controller: ATI Technologies Inc RV730XT [Radeon HD 4670]
03:00.1 Audio device: ATI Technologies Inc R700 Audio Device [Radeon HD 4000 
Series]


But I had the following problems with free drivers (at least when both cards 
are in slots, for a multiseat station):

- with radeon driver, machine is hard freezing whenever I exit X (not even a 
kernel panic, just a total freeze)

- with radeonhd, it didn't freeze, but I couldn't use both cards at a time - 
the driver was complaining that
  it couldn't find BIOS for the second card; also, I had some image corruption 
in KDE 4.3.



But coming back to the HDMI problem, it was not detected by fglrx driver as 
well.
I think the problem is here that I use a HDMI extender (LevelOne HVE-9001, over 
cat. 5e cable),
which does not seem to follow HDMI specs fully. What's interesting, if I start 
X with HDMI cable connected to the
monitor directly, and then changed to HDMI extender, I could still see the 
video correctly.
That's why I thought forcing HDMI output would help here (fglrx has such an 
option, but it can't use it
when randr is used, go figure).



That's on a DX58SO Intel board with the latest BIOS updates.


-- 
Tomasz Chmielewski
http://wpkg.org
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


evdev keyboard, messed arrow keys - how to fix it?

2009-07-12 Thread Tomasz Chmielewski
When using an evdev keyboard, arrow keys do not work as they should:

- Left, Down - key works, but do not repeat
- Up - key do not work at all
- Right - works correctly


I can fix the Left and Down keys (so that they repeat) with xset:

xset r 113
xset r 116


No idea how to fix the Up key though (it is detected in xev; if I should 
provide xev output, let me know).


This is the keyboard section in xorg.conf:


Section InputDevice
 Identifier Keyboard1
 Driver evdev
 Option device /dev/input/by-id/usb-Cypress_WirelessUSB-event-kbd
 Option XkbModel evdev
 Option XkbLayout de
EndSection


-- 
Tomasz Chmielewski
http://wpkg.org
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


does radeon driver support HDMI video?

2009-07-09 Thread Tomasz Chmielewski
Does radeon driver support HDMI video?

It's not very clear for me after studying the manual and 
http://www.x.org/wiki/radeon.

Or should I rather use radeonhd driver? Sound support would be also nice.


My cards are:

02:00.0 VGA compatible controller: ATI Technologies Inc RV730XT [Radeon HD 4670]
02:00.1 Audio device: ATI Technologies Inc R700 Audio Device [Radeon HD 4000 
Series]
03:00.0 VGA compatible controller: ATI Technologies Inc RV730XT [Radeon HD 4670]
03:00.1 Audio device: ATI Technologies Inc R700 Audio Device [Radeon HD 4000 
Series]


-- 
Tomasz Chmielewski
http://wpkg.org
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: does radeon driver support HDMI video?

2009-07-09 Thread Tomasz Chmielewski
Alex Deucher wrote:
 On Thu, Jul 9, 2009 at 7:55 AM, Tomasz Chmielewskiman...@wpkg.org wrote:
 Does radeon driver support HDMI video?

 It's not very clear for me after studying the manual and 
 http://www.x.org/wiki/radeon.

 Or should I rather use radeonhd driver? Sound support would be also nice.
 
 Both drivers support HDMI video.  At the moment only radoenhd supports
 HDMI audio.

OK, so this means that my HDMI-connected monitor is somehow not detected.

Is there a way to force-enable HDMI with radeon driver?

I see in the manual that there is such an option for radeonhd, but not 
for radeon driver.


-- 
Tomasz Chmielewski
http://wpkg.org
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: does radeon driver support HDMI video?

2009-07-09 Thread Tomasz Chmielewski
Alex Deucher wrote:
 On Thu, Jul 9, 2009 at 9:14 AM, Tomasz Chmielewskiman...@wpkg.org wrote:
 Alex Deucher wrote:
 On Thu, Jul 9, 2009 at 7:55 AM, Tomasz Chmielewskiman...@wpkg.org wrote:
 Does radeon driver support HDMI video?

 It's not very clear for me after studying the manual and
 http://www.x.org/wiki/radeon.

 Or should I rather use radeonhd driver? Sound support would be also
 nice.
 Both drivers support HDMI video.  At the moment only radoenhd supports
 HDMI audio.
 OK, so this means that my HDMI-connected monitor is somehow not detected.

 Is there a way to force-enable HDMI with radeon driver?
 
 You can use xrandr:
 http://wiki.debian.org/XStrikeForce/HowToRandR12

It's rather hard to use when you're not even logged in as you can't see 
the login box ;)


 Can you post your xorg log?

I'll post it in the evening.


-- 
Tomasz Chmielewski
http://wpkg.org
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: does radeon driver support HDMI video?

2009-07-09 Thread Tomasz Chmielewski
Alex Deucher wrote:
 On Thu, Jul 9, 2009 at 9:36 AM, Tomasz Chmielewskiman...@wpkg.org wrote:
 Alex Deucher wrote:
 On Thu, Jul 9, 2009 at 9:14 AM, Tomasz Chmielewskiman...@wpkg.org wrote:
 Alex Deucher wrote:
 On Thu, Jul 9, 2009 at 7:55 AM, Tomasz Chmielewskiman...@wpkg.org
 wrote:
 Does radeon driver support HDMI video?

 It's not very clear for me after studying the manual and
 http://www.x.org/wiki/radeon.

 Or should I rather use radeonhd driver? Sound support would be also
 nice.
 Both drivers support HDMI video.  At the moment only radoenhd supports
 HDMI audio.
 OK, so this means that my HDMI-connected monitor is somehow not detected.

 Is there a way to force-enable HDMI with radeon driver?
 You can use xrandr:
 http://wiki.debian.org/XStrikeForce/HowToRandR12
 It's rather hard to use when you're not even logged in as you can't see the
 login box ;)
 
 You can force outputs on in your xorg.conf

These are the log and the xorg.conf files:

http://www1.wpkg.org/radeon/

I tried disconnecting and connecting the VGA, therefore, you will see 
such entries in the log.

HDMI is not detected, although it's connected.


This is what xrandr says:

Screen 0: minimum 320 x 200, current 1400 x 1050, maximum 1400 x 1400
VGA-0 connected 1400x1050+0+0 (normal left inverted right x axis y axis) 
0mm x 0mm
1400x1050  60.0*
1280x1024  60.0
1280x960   60.0
1024x768   60.0
800x60060.3 56.2
640x48059.9
HDMI-0 disconnected (normal left inverted right x axis y axis)
DVI-0 disconnected (normal left inverted right x axis y axis)


I tried playing with xrandr command, with no visible results.


-- 
Tomasz Chmielewski


___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Status of the GMA 500 driver

2009-02-24 Thread Tomasz Chmielewski
Adam Jackson wrote:

 On Thu, 2008-12-04 at 21:34 -0500, Josh Adams wrote:
 I recently bought a new Dell Inspiron Mini 12 with the hope of putting
 Linux on it as soon as I got it, only to discover that there doesn't
 seem to be support the GMA 500 chipset that it uses.  While I can trim
 a lot of the fat off of Vista to get it in a semi-usable state, I'd
 much rather be running Arch or Fedora on it.  Anyways, I realize now
 that this is a new chipset and I was having trouble finding any
 information about this chipset with linux after much googling, so I
 figured it would be best to go straight to the source.
 
 The GMA500 is not really an Intel chip, it's a PowerVR core glued onto
 one.  Fairly sure it's not the same thing as the 'vermilion' driver
 we've got, but hard to say without PCI IDs.  Sensible open source
 support is rumored to be forthcoming though.

Did anything change with respect to GMA 500 support since this message 
was posted (the beginning of December 2008)?


I too wanted to buy this netbook (Dell mini 12), it comes with Ubunutu 
(8.04?), so probably I will want to either upgrade the distro to a newer 
version or change it.


-- 
Tomasz Chmielewski
http://wpkg.org
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Status of the GMA 500 driver

2009-02-24 Thread Tomasz Chmielewski
Timo Jyrinki schrieb:
 2009/2/24 Tomasz Chmielewski man...@wpkg.org:
 Did anything change with respect to GMA 500 support since this message
 was posted (the beginning of December 2008)?
 
 I think the latest intelligence is gathered at this Phoronix post:
 
 http://www.phoronix.com/scan.php?page=news_itempx=NzAyOQ
 
 I too wanted to buy this netbook (Dell mini 12), it comes with Ubunutu
 (8.04?), so probably I will want to either upgrade the distro to a newer
 version or change it.
 
 The 8.04 Ubuntu provided has a working version, but it's probably hard
 to get working with anything more recent. This will of course
 hopefully get fixed at some point, but no code has appeared yet
 anywhere.

I wonder if any other distributions do/will provide a working driver for 
this chipset (other than Ubuntu 9.04, as mentioned earlier by Fumihito 
Yoshida)?


-- 
Tomasz Chmielewski
http://wpkg.org

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: multihead / dual input howto (two local users, keyboards etc.)?

2009-02-16 Thread Tomasz Chmielewski
Miroslav Halas schrieb:
 Hello Tomasz,
 
 I wanted to thank you for awesome howto on the multiterminal. I have 
 found it through the xorg mailing list and it worked like a charm. I am 
 on Ubuntu 8.04 Hardy and I have tried 3 solutions, userful, mdm and your 
 howto and I like the howto the best. I am using Nvidia GForce2 MX (AGP 
 and PCI, got off ebay for $6) and two Microsoft Wireless Optical Desktop 
 (wireless keyboard and mouse) sets both hooked up via USB and everything 
 works great. The only problem I have discovered so far is with fast user 
 switching which locks up the computer and I am going to report it as a 
 bug. FUS doesn't work in mdm either so there is no advantage of one 
 solution to another.

It also locks up for me with user switching.
Also, when I log out the user from :1, it does something bad to session 
on :0 - monitor does not detect any output any more, but the session is 
still running (nothing is displayed, so it's not of much use).
No such phenomenon if I log out the user in session :0.


 There is only two changes I did from your configuration and that is
 1. I specified both of my keyboards and mice using /dev/input/by-path 
 since they are both hooked up via USB
 2. I had to use
Option XkbModel evdev
 since without in many of the keys on the keyboard (such as arrow keys) 
 didn't work.
 
 I can modify your Wiki page to include these changes there if you would 
 like to or I can leave it up to you. I am also attaching my xorg.conf 

I'm sure anyone will be able to fix simple issues like that on his/her own.

As a side not, I was wondering if it's possible to set up multiseat 
using just one card (i.e. two seats with one ATI card which has VGA and 
DVI outputs)?


-- 
Tomasz Chmielewski
http://wpkg.org


___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: multihead / dual input howto (two local users, keyboards etc.)?

2009-01-09 Thread Tomasz Chmielewski
Tiago Vignatti schrieb:

 okay, Tomasz. I updated our wiki [0]. Please take a look there and see 
 if it's reasonable and fits with your ideas.
 
 BTW, you didn't give credits and/or referenced anyone in your page.
 
 
 [0] http://wiki.x.org/wiki/Development/Documentation/Multiseat

Right.
I added that, and a link to Multiseat on X wiki.

Fedora[1] shows some interest in Multiseat (well, if we can call 2% 
progress that way), I've seen some similar requests for Ubuntu.
Hopefully, it will be a standard feature in a year or two...


[1] https://fedoraproject.org/wiki/Features/Multiseat


-- 
Tomasz Chmielewski
http://wpkg.org
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


only 64 out of 128 MB video RAM memory used - why?

2009-01-05 Thread Tomasz Chmielewski
I have a Radeon 9200 PCI video card.

I noticed only 64 MB out of 128 MB of video RAM memory is used:

(II) RADEON(0): Generation 2 PCI interface, using max accessible memory
(II) RADEON(0): Detected total video RAM=131072K, accessible=65536K (PCI 
BAR=65536K)
(--) RADEON(0): Mapped VideoRAM: 65536 kByte (64 bit DDR SDRAM)

Why is it so?


The system has also AGP card with 256 MB memory, and full 256 MB is used there.


02:05.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 PRO] 
(rev 01) (prog-if 00 [VGA controller])
Subsystem: Device 0001:0001
Flags: bus master, medium devsel, latency 32, IRQ 17
Memory at e400 (32-bit, prefetchable) [size=64M]
I/O ports at b800 [size=256]
Memory at ffde (32-bit, non-prefetchable) [size=64K]
Expansion ROM at dff0 [disabled] [size=128K]
Capabilities: [50] Power Management version 2
Kernel modules: radeonfb


-- 
Tomasz Chmielewski
http://wpkg.org
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: multihead / dual input howto (two local users, keyboards etc.)?

2009-01-05 Thread Tomasz Chmielewski
Tiago Vignatti schrieb:
 Peter Hutterer escreveu:
 I don't know what other people's view on this is but I'd certainly 
 appreciate
 it if you could transcribe this to the xorg wiki. It seems the 
 question of
 multi-seat comes up quite frequently and having a central location to 
 point
 people at would be helpful.

 Alternatively, a site on the xorg wiki just linking to various howto's on
 multi-seat configurations would be a good thing to have too. Currently, a
 search for multiseat does not show anything.
 
 you're right, Peter. I just started a page with some information here. 
 Anyone is very welcome to populate it:
 
 http://wiki.x.org/wiki/Development/Documentation/Multiseat

BTW, I tried the multiseat live CD from 
http://wiki.c3sl.ufpr.br/multiseat/index.php/Live-CD

I like its hardware detection (press F1, left mouse to activate this 
screen).


-- 
Tomasz Chmielewski
http://wpkg.org

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: multihead / dual input howto (two local users, keyboards etc.)?

2009-01-05 Thread Tomasz Chmielewski
Tiago Vignatti schrieb:
 Tomasz Chmielewski escreveu:
 BTW, I tried the multiseat live CD from 
 http://wiki.c3sl.ufpr.br/multiseat/index.php/Live-CD

 I like its hardware detection (press F1, left mouse to activate this 
 screen).
 
 Indeed, it's nice.
 
 Now a question: is there a reason to keep your howto alive in the Web 
 given that it doesn't show anything in special or different compared 
 with the others? It will just confuse the poor users.

Let's see what the other options are:

According to http://wiki.x.org/wiki/Development/Documentation/Multiseat 
we have the following pages with Users in mind:

1) http://wiki.c3sl.ufpr.br/multiseat/index.php/Mdm

mdm is a nice feature preview, even with a live CD, but just no major 
distro ships it. And if a major distro doesn't ship some software, it 
just doesn't exist in a Linux world.
Livecd had some flaws as I tested it:
- resolutions were not detected properly and I couldn't change them 
(even xrandr was showing that 1024x768 is the only possible one)
- the system didn't reboot as I told it to; it was hanging somewhere at 
the end waiting for something.

These are minor flaws, and perhaps not even mdm related.
What I didn't like about mdm is that it doesn't ask if it should really 
shut down or reboot the machine if there are other users logged in (for 
example, KDM does that, it is nice IMO).


2) http://en.wikipedia.org/wiki/Multiseat - wikipedia article.
It's a good explanation, but it won't configure your Linux desktop to be 
a multiseat station.


3) http://www.ltn.lv/~aivils/?proj_id=multiseatmenu_id=1 - as big fat 
words say, DONT TRY THIS!, so let's just not go there.


4) http://www.tldp.org/HOWTO/XFree-Local-multi-user-HOWTO/ - very old 
documentation. DONT TRY THIS! It is here just for historical purposes. 
OK, so another antiquated documentation. I actually tried to read this, 
well, but yes, I agree with DONT TRY THIS words now.



So what did we have there - nothing usable for a mere mortal, rather 
scary words that multiseat should not be used.


Let's look here now:

http://wpkg.org/Configuring_multiseat_X_workstation

It's far from being perfect, but at least:
- does not tell you you have to patch and compile your brand new 2.4 
kernel, because otherwise, multiseat is not possible
- doesn't tell you to install a modified XFree86 server
- is easy to follow and will work for majority of users who ever edited 
their xorg.conf in the past


So sorry, but if anything's confusing the poor users, it's that 
wiki.x.org page that lists old documentation which is even not 
applicable today.
Or did you mean, there is some other documentation listed elsewhere? I'd 
be glad to hear about it.

Of course, the whole discussion would be unnecessary if the distros 
shipped a tool - other than a text editor - for configuring multiseat; 
but so far, I don't know any distro that does (despite numerous user 
requests; perhaps not enough though).


-- 
Tomasz Chmielewski
http://wpkg.org
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


how to ignore monitor's EDID?

2008-12-28 Thread Tomasz Chmielewski
I have a radeon 9600 card, with two devices connected:

- DVI: LCD monitor, capable of 1280x1024 (preferred mode)
- VGA: LCD projector, capable of 1024x768, (800x600 preferred mode)

Both devices show the same output (clone - of course, if the 
resolution is 1280x1024, VGA/LCD projector does not show any output, as 
this device does not support this mode).

The problem is - whenever the LCD projector is powered on as computer 
boots, X starts in 800x600 resolution.
What's worse - it's not possible to change the resolution to 1280x1024; 
xrandr will only switch the resolution up to 1024x768 (maximum supported 
by the VGA monitor).


Is it possible to force the resolution on a device, even if it doesn't 
support it?

My xorg.conf setup for this video card looks like below; monitor0 is 
the LCD monitor; I don't have any section about the VGA output / LCD 
projector.


Section Monitor
 # TV fullscreen mode or DVD fullscreen output.
 # 768x576 @ 79 Hz, 50 kHz hsync
 Identifier monitor0
 VendorName Plug'n Play
 ModelName  BenQ FP937s+
 HorizSync   31.0 - 83.0
 VertRefresh 59.0 - 76.0
 ModeLine   768x576 50.00 768 832 846 1000 576 590 595 630
 ModeLine   768x576 63.07 768 800 960 1024 576 578 590 616
EndSection

Section Device
 Identifier device0
 Driver radeon
 VendorName ATI Technologies Inc
 BoardName  ATI Radeon 9600
 BusID  PCI:01:00:0
 Option AccelMethod EXA
EndSection

Section Screen
 Identifier Screen0
 Device device0
 Monitormonitor0
 DefaultDepth24
 SubSection Display
 Depth   8
 Modes  1280x1024 1024x768
 EndSubSection
 SubSection Display
 Depth   15
 Modes  1280x1024 1024x768
 EndSubSection
 SubSection Display
 Depth   16
 Modes  1280x1024 1024x768
 EndSubSection
 SubSection Display
 Depth   24
 Modes  1280x1024 1024x768
 EndSubSection
EndSection



-- 
Tomasz Chmielewski
http://wpkg.org
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: how to ignore monitor's EDID?

2008-12-28 Thread Tomasz Chmielewski
David Greaves schrieb:
 Tomasz Chmielewski wrote:
 I have a radeon 9600 card, with two devices connected:

 - DVI: LCD monitor, capable of 1280x1024 (preferred mode)
 - VGA: LCD projector, capable of 1024x768, (800x600 preferred mode)

 
 I have the same card. One of my monitors doesn't send EDID and this config 
 works
 for me:
 
 Section Monitor
 Identifier  E481
 Option  LeftOfH481
 Option  IgnoreEDIDon

Oh, yeah, that did the trick, thanks.

Where is this option documented, though? Not in my xorg.conf manual.

$ man xorg.conf|grep -i edid
$


-- 
Tomasz Chmielewski
http://wpkg.org
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: how to ignore monitor's EDID?

2008-12-28 Thread Tomasz Chmielewski
Tomasz Chmielewski schrieb:

 Right, have it in man radeon as well.
 
 The only side effect is that now KDE4's panel has a 1024 px width when 
 the session loads, even though the desktop starts with 1280 px width - 
 and I have to resize it each time.
 
 But I guess that's a question for KDE's mailing list...

Well, it is somehow related to the X configuration...

With the configuration below, X starts in 1024x768 instead of 1280x1024
- why (then, KDE switches to 1280x1024, but the panel stays at 1024 px)?


I even added:

 Option PanelSize 1280x1024

but it doesn't make any difference - X starts in 1024x768.

So - how can I start X in 1280x1024 when I use IgnoreEDIDon option?



Part of log:

(II) RADEON(0): Adding Screen mode: 1280x1024
(II) RADEON(0): Total number of valid Screen mode(s) added: 1
(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3
in RADEONProbeOutputModes
(II) RADEON(0): Adding Screen mode: 1280x1024
(II) RADEON(0): Total number of valid Screen mode(s) added: 1
(II) RADEON(0): Output: S-video, Detected Monitor Type: 0
(II) RADEON(0): Output VGA-0 connected
(II) RADEON(0): Output DVI-0 connected
(II) RADEON(0): Output S-video disconnected
(II) RADEON(0): Output VGA-0 using initial mode 1024x768
(II) RADEON(0): Output DVI-0 using initial mode 1024x768
after xf86InitialConfiguration


xorg.conf:

Section Device
 Identifier device0
 Driver radeon
 VendorName ATI Technologies Inc
 BoardName  ATI Radeon 9600
 BusID  PCI:01:00:0
 Option AccelMethod EXA
 Option IgnoreEDIDon
 Option PanelSize 1280x1024
EndSection


-- 
Tomasz Chmielewski
http://wpkg.org



___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: how to ignore monitor's EDID?

2008-12-28 Thread Tomasz Chmielewski
David Greaves schrieb:
 Tomasz Chmielewski wrote:
 Tomasz Chmielewski schrieb:

 Right, have it in man radeon as well.

 The only side effect is that now KDE4's panel has a 1024 px width when
 the session loads, even though the desktop starts with 1280 px width -
 and I have to resize it each time.

 But I guess that's a question for KDE's mailing list...
 Well, it is somehow related to the X configuration...

 With the configuration below, X starts in 1024x768 instead of 1280x1024
 - why (then, KDE switches to 1280x1024, but the panel stays at 1024 px)?
 
 Can you pastebin the full log and the full config.

Full config (it's a multiseat setup):

http://pastebin.com/m72c7025a

Full log for this card:

http://pastebin.com/m4334f96b


 I even added:

 Option PanelSize 1280x1024

 but it doesn't make any difference - X starts in 1024x768.

 So - how can I start X in 1280x1024 when I use IgnoreEDIDon option?
 
 Did you keep this line?
 modeline1280x1...@lcd 108 1280 1326 1440 1688 1024 1025 1028 1066

I didn't have it - but I added it and it made no difference.


 AFAIK EDID tells the card about supported modes and timings. Without it you 
 need
 a manual modeline.



-- 
Tomasz Chmielewski
http://wpkg.org
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: how to ignore monitor's EDID?

2008-12-28 Thread Tomasz Chmielewski
Tomasz Chmielewski schrieb:

 I even added:

 Option PanelSize 1280x1024

 but it doesn't make any difference - X starts in 1024x768.

 So - how can I start X in 1280x1024 when I use IgnoreEDIDon option?
 Did you keep this line?
 modeline1280x1...@lcd 108 1280 1326 1440 1688 1024 1025 1028 1066
 
 I didn't have it - but I added it and it made no difference.
 
 
 AFAIK EDID tells the card about supported modes and timings. Without it you 
 need
 a manual modeline.

Adding

Option  PreferredMode 1280x1024

to the monitor section did the trick.


-- 
Tomasz Chmielewski
http://wpkg.org


___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: radeon supported resolutions?

2008-12-27 Thread Tomasz Chmielewski
Felix Miata schrieb:

 http://ati.amd.com/products/radeon9200/radeon9200/specs.html
 http://ati.amd.com/products/radeon9600/radeon9600pro/specs.html

(...)

 Does the radeon driver support resolutions 1920x1200 on Linux on these two 
 cards?
 If yes, is this resolution supported on both VGA and DVI output?
 
 I have openSUSE 11.1 on a Radeon 7500 (r100) doing 1920x1080 via VGA out on
 my 1080p TV. I doubt anything newer like you list could possibly fail to do
 1920x1200 at all, though I have no clue about DVI. I have DVI cards and
 displays and cables, but have never found reason to try them.
 
 http://en.wikipedia.org/wiki/Radeon

Do you know if 1680 x 1050 resolution is supported?

This resolution is used by 22 monitors, but is not mentioned on ATI 
specs pages.


-- 
Tomasz Chmielewski
http://wpkg.org
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


RADEON(0): No valid MMIO address - X doesn't start

2008-12-20 Thread Tomasz Chmielewski
 RV570, ATI RV570, ATI ATI FireGL V7400, 
ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835, 
ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600, ATI RV610, 
ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,   
ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610, 
ATI ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,  
ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610, ATI RV670, 
ATI Radeon HD3870, ATI Radeon HD3850, ATI RV670, 
ATI Radeon HD3870 X2, ATI FireGL V7700, ATI RV630,   
ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
ATI FireGL V3600, ATI Radeon HD 2600 LE, ATI Radeon HD 3470,
ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Mobility Radeon HD 3430,
ATI Mobility Radeon HD 3400 Series, ATI FireMV 2450, ATI FireMV 2260,
ATI FireMV 2260, ATI ATI Radeon HD 3600 Series,
ATI ATI Radeon HD 3650 AGP, ATI ATI Radeon HD 3600 PRO,
ATI ATI Radeon HD 3600 XT, ATI ATI Radeon HD 3600 PRO,
ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics
(II) Primary Device is: ISA
(WW) Falling back to old probe method for v4l
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1  0   0x - 0x (0x1) MX[B]
[1] -1  0   0x000f - 0x000f (0x1) MX[B]
[2] -1  0   0x000c - 0x000e (0x3) MX[B]
[3] -1  0   0x - 0x0009 (0xa) MX[B]
[4] -1  0   0x - 0x (0x1) IX[B]
[5] -1  0   0x - 0x (0x1) IX[B]
(II) resource ranges after probing:
[0] -1  0   0x - 0x (0x1) MX[B]
[1] -1  0   0x000f - 0x000f (0x1) MX[B]
[2] -1  0   0x000c - 0x000e (0x3) MX[B]
[3] -1  0   0x - 0x0009 (0xa) MX[B]
[4] 0   0   0x000a - 0x000a (0x1) MS[B]
[5] 0   0   0x000b - 0x000b7fff (0x8000) MS[B]
[6] 0   0   0x000b8000 - 0x000b (0x8000) MS[B]
[7] -1  0   0x - 0x (0x1) IX[B]
[8] -1  0   0x - 0x (0x1) IX[B]
[9] 0   0   0x03b0 - 0x03bb (0xc) IS[B]
[10] 0  0   0x03c0 - 0x03df (0x20) IS[B]
(II) Setting vga for screen 0.
(EE) RADEON(0): No valid MMIO address
(II) UnloadModule: radeon
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found



-- 
Tomasz Chmielewski
http://wpkg.org
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: image corruption when in multiseat mode and vga!=normal kernel parameter

2008-12-18 Thread Tomasz Chmielewski
Tomasz Chmielewski schrieb:
 I have a multiseat system with one AGP card (nvidia GeForce FX 5200; 
 primary card, BIOS displays here) and one PCI card (ATI), running Linux.

 If I start X in multiseat mode (X on both cards, two keyboards+mice), 
 image is corrupted on nvidia AGP card:

 The corruption happens with nv, nouveau and binary nvidia driver and a 
 vga= mode different than normal (i.e. vga=791).
 The corruption does _not_ happen when I don't use vga= parameter (or use 
 vga=normal).
 The corruption does not happen if I start X only on one of the cards.

I replaced the nvidia AGP card for an ATI card and I can see the same 
corruption.

So it doesn't seem to be related to the graphics card or the driver, but 
some strange issue between the X server and Linux framebuffer?


-- 
Tomasz Chmielewski
http://wpkg.org
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


image corruption when in multiseat mode and vga!=normal kernel parameter

2008-12-16 Thread Tomasz Chmielewski
I have a multiseat system with one AGP card (nvidia GeForce FX 5200; 
primary card, BIOS displays here) and one PCI card (ATI), running Linux.

Normally, I use a vga=791 bootloader parameter to get a reasonable 
console resolution.


If I start X in multiseat mode (X on both cards, two keyboards+mice), 
image is corrupted on nvidia AGP card:

- 30% of upper part of the screen turns black sometimes, or just some of 
this upper 30% part
- if it turns black, I can see the shapes of text written on the console 
(/etc/issue, login prompt, blinking cursor etc. - not very clear, as 
it's very small), repeated 4 times, in green colour
- if I enable GPM (A mouse server for the Linux console) and move the 
mouse pointer, it leaves a trace in this upper part of the screen, 
repeated 4 times, as if I was painting something
- if I mark text with a mouse (i.e. in a web browser), the upper 30% 
part turns green as I move the mouse down
- the black area is repainted as I move the window or click a mouse in 
the corrupted area


The corruption happens with nv, nouveau and binary nvidia driver and a 
vga= mode different than normal (i.e. vga=791).
The corruption does _not_ happen when I don't use vga= parameter (or use 
vga=normal).
The corruption does not happen if I start X only on one of the cards.

ATI card does not show any corruption.


Is such behaviour expected?

It is 100% reproducible with Linux 2.6.27 and 2.6.28-rc8 and xorg server 
1.4 and 1.5.

If you want, I can send some screenshots/photos.


-- 
Tomasz Chmielewski
http://wpkg.org
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


what card is well supported? recommendations?

2008-09-22 Thread Tomasz Chmielewski
As I'm tired of constant fighting with nvidia (and nvidia obsoleted my 
current graphics card, GeForce FX 5200), I'm looking for a graphics card 
which has open drivers and is well supported.
If it matters, I use 32 bit Linux.

I looked a bit in X.org wiki, and it seems to me that Radeons with 
chipsets R400 should be sufficient for me. Unfortunately it's hard for 
me to find which chipset does a given Radeon card have (i.e. HD2400Pro - 
does it have R400 chipset?).


I don't intent to play games, so 3D performance is not that important 
(it should suffice for desktop effects though).


I'm looking for 2 cards.

Card 1:
- AGP
- supports dual-head (DVI + VGA outputs)
- proper 3D support
- passive cooling (no fans)


Card 2:
- old plain PCI
- proper 3D support
- passive cooling (no fans)


The intention is to put it into a multiseat workstation - where I 
currently have a GeForce FX 5200 (configured for TwinView/dual head) and 
an old SiS card.


If possible, I'm looking for new, still produced cards.

Do such cards exist? If so, do you have any recommendations?


-- 
Tomasz Chmielewski
http://wpkg.org
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Notify all users

2008-09-09 Thread Tomasz Chmielewski
Gene Heskett schrieb:
 On Tuesday 09 September 2008, Yan Seiner wrote:
 How do I go about notifying all users?  I am looking for an equivalent
 of 'wall' for X.  xmessage doesn't really work very well as I'd have to mess
 with xhost in each user's profile.

 I've looked at libnotify, but it runs into dbus security issues.

 So how does a sysadmin notify all users of an impending system event (like a
 shutdown)?

 What is wrong with just using wall?

Does wall display anything for users running X? No.


-- 
Tomasz Chmielewski
http://wpkg.org


___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Notify all users

2008-09-09 Thread Tomasz Chmielewski
Gene Heskett schrieb:
 On Tuesday 09 September 2008, Tomasz Chmielewski wrote:
 Gene Heskett schrieb:
 On Tuesday 09 September 2008, Yan Seiner wrote:
 How do I go about notifying all users?  I am looking for an equivalent
 of 'wall' for X.  xmessage doesn't really work very well as I'd have to
 mess with xhost in each user's profile.

 I've looked at libnotify, but it runs into dbus security issues.

 So how does a sysadmin notify all users of an impending system event
 (like a shutdown)?
 What is wrong with just using wall?
 Does wall display anything for users running X? No.
 
 How did you disable that?  Here it echo's to every open shell and opens a 
 message window on windows without open shells on them.

Do you really think every Joe and Mary has a shell window opened?


-- 
Tomasz Chmielewski
http://wpkg.org

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg