Comment 7 for bug 183873

Revision history for this message
In , Bryan Stillwell (bryan-stillwell) wrote :

Alex,

I found that if I modified xrandr.c and replaced the following line with a return statement, I could use xrandr to configure a dual-head display:

fatal ("Output %s is not disconnected but has no modes\n",
       output_info->name);

However, if I run xrandr outright it segfaults:

$ xrandr -q
Screen 0: minimum 320 x 200, current 2560 x 1024, maximum 2560 x 1024
VGA-0 connected 1280x1024+1280+0 (normal left inverted right x axis y axis) 360mm x 290mm
   1280x1024 75.0*+ 59.9
   1152x864 75.0
   1024x768 75.1 70.1 60.0
   832x624 74.6
   800x600 72.2 75.0 60.3 56.2
   640x480 75.0 72.8 66.7 60.0
   720x400 70.1
DVI-0 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 408mm x 306mm
   1280x1024 84.8* 75.0 59.9
   1280x960 59.9
   1152x864 75.0
   1024x768 84.9 75.1 60.0
   832x624 74.6
   800x600 84.9 60.3
   640x480 84.6 75.0 60.0
   720x400 70.1
Segmentation fault (core dumped)

Bryan