Re: [Bug 380771] Re: Jaunty, Monitors aren't detected, previous xorg.conf doesn't work

2010-07-30 Thread Atif Mansoor
I don't know, and I'm not concerned with this issue anymore. Instead of
using dual monitors, I now just use a laptop and a desktop with Synergy.
Thanks.

On Fri, Jul 30, 2010 at 3:13 PM, Fabio Marconi
wrote:

> Thank you for taking the time to report this bug and helping to make Ubuntu
> better.
> Is this bug reproducible with the latest Lucid packages ?
> Tanks in advance.
>
> ** Changed in: ubuntu
>   Status: New => Incomplete
>
> --
> Jaunty, Monitors aren't detected, previous xorg.conf doesn't work
> https://bugs.launchpad.net/bugs/380771
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Ubuntu: Incomplete
>
> Bug description:
> I was using Ubuntu 8.04, and I upgraded to 8.10, then 9.04.
> With 8.04,  I was using sym links with the below xorg.conf file and it was
> working fine. When I upgraded, I don't get dual monitors (one being the
> extension of the other).  I do however, get a mirrored screen (which I don't
> want).
> The display settings doesn't recognize the monitors at all (They are
> "unknown").
> here is the xorg.conf:
> # /etc/X11/xorg.conf (xorg X Window System server configuration file)
> #
> # This file was generated by dexconf, the Debian X Configuration tool,
> using
> # values from the debconf database.
> #
> # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
> # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
> #
> # This file is automatically updated on xserver-xorg package upgrades
> *only*
> # if it has not been modified since the last upgrade of the xserver-xorg
> # package.
> #
> # If you have edited this file but would like it to be automatically
> updated
> # again, run the following command:
> #   sudo dpkg-reconfigure -phigh xserver-xorg
>
> Section "Files"
>FontPath"/usr/share/X11/fonts/misc"
>FontPath"/usr/share/X11/fonts/cyrillic"
>FontPath"/usr/share/X11/fonts/100dpi/:unscaled"
>FontPath"/usr/share/X11/fonts/75dpi/:unscaled"
>FontPath"/usr/share/X11/fonts/Type1"
>FontPath"/usr/share/X11/fonts/100dpi"
>FontPath"/usr/share/X11/fonts/75dpi"
>FontPath"/usr/share/fonts/X11/misc"
># path to defoma fonts
>FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
> EndSection
>
> Section "Module"
>Load"bitmap"
>Load"ddc"
>Load"dri"
>Load"extmod"
>Load"freetype"
>Load"glx"
>Load"int10"
>Load"type1"
>Load"vbe"
> EndSection
>
> Section "InputDevice"
>Identifier  "Generic Keyboard"
>Driver  "kbd"
>Option  "CoreKeyboard"
>Option  "XkbRules"  "xorg"
>Option  "XkbModel"  "pc104"
>Option  "XkbLayout" "us"
> EndSection
>
> Section "InputDevice"
>Identifier  "Configured Mouse"
>Driver  "mouse"
>Option  "CorePointer"
>Option  "Device""/dev/input/mice"
>Option  "Protocol"  "ExplorerPS/2"
>Option  "ZAxisMapping"  "4 5"
> EndSection
>
> Section "InputDevice"
>  Driver"wacom"
>  Identifier"stylus"
>  Option"Device""/dev/wacom"  # Change to
>  # /dev/input/event
>  # for USB
>  Option"Type"  "stylus"
>  Option"ForceDevice"   "ISDV4"   # Tablet PC ONLY
> EndSection
>
> Section "InputDevice"
>  Driver"wacom"
>  Identifier"eraser"
>  Option"Device""/dev/wacom"  # Change to
>  # /dev/input/event
>  # for USB
>  Option"Type"  "eraser"
>  Option"ForceDevice"   "ISDV4"   # Tablet PC ONLY
> EndSection
>
> Section "InputDevice"
>  Driver"wacom"
>  Identifier"cursor"
>  Option"Device""/dev/wacom"  # Change to
>  # /dev/input/event
>  # for USB
>  Option"Type"  "cursor"
>  Option"ForceDevice"   "ISDV4"   # Tablet PC ONLY
> EndSection
>
> Section "Device"
>Identifier  "Intel Corporation 82915G/GV/910GL Express Chipset
> Family Graphics Controller"
>Driver  "i810"
>BusID   "PCI:0:2:0"
> EndSection
>
> Section "Device"
>Option "HWcursor" "true"
>Identifier  "G450"
>Driver  "mga"
> #Option  "OldDmaInit""True"
>VideoRAM16384
>#BusID  "PCI:2:0:0"
>#Option   "UseFBDev""true
>   # Option  "VBEModes" "true"
>

[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-05-27 Thread Atif Mansoor
I downloaded the patch, edited the xorg.conf and restarted, but now what 
happens is I get a blank screen with just the mouse cursor What should I do?
Here's the errors I get in the log (which i have also attached)
(EE) MGA(0): Static buffer allocation failed, not initializing the DRI
(EE) MGA(0): Need at least 15360 kB video memory at this resolution, bit depth
...
(EE) MGA(1): Not initializing the DRI on the second head

and here is the xorg.conf I have:
Section "Device"
Identifier  "Configured Video Device"
BusID   "PCI:2:0:0"
Option "HWcursor" "true"
Driver  "mga"
Screen  0
EndSection

Section "Device"
Identifier  "Configured Video Device 2"
BusID   "PCI:2:0:0"
Option "HWcursor" "true"
Driver  "mga"
Screen  1
EndSection

Section "Monitor"
Identifier  "Configured Monitor"
Option  "DPMS"
EndSection


Section "Monitor"
Identifier  "Configured Monitor 2"
Option  "DPMS"
EndSection

Section "Screen"
Identifier  "Main Screen"
Device  "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth24
SubSection "Display"
Depth   24
Modes   "1280x1024"
EndSubSection
EndSection

Section "Screen"
Identifier  "Second Screen"
Device  "Configured Video Device 2"
Monitor "Configured Monitor 2"
DefaultDepth24
SubSection "Display"
Depth   24
Modes   "1280x1024"
EndSubSection
EndSection

Section "ServerLayout"
Identifier  "Default Layout"
Screen  0   "Main Screen"
Screen  1  "Second Screen" RightOf "Main Screen"
EndSection

Section "ServerFlags"
Option "Xinerama" 
EndSection

** Attachment added: "Log file (Xorg.0.log)"
   http://launchpadlibrarian.net/27219075/xorgLog

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 380771] Re: Jaunty, Monitors aren't detected, previous xorg.conf doesn't work

2009-05-27 Thread Atif Mansoor
nevermind, i think my issue is related with Bug #292214

-- 
Jaunty, Monitors aren't detected, previous xorg.conf doesn't work
https://bugs.launchpad.net/bugs/380771
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 380771] [NEW] Jaunty, Monitors aren't detected, previous xorg.conf doesn't work

2009-05-26 Thread Atif Mansoor
Public bug reported:

I was using Ubuntu 8.04, and I upgraded to 8.10, then 9.04.
With 8.04,  I was using sym links with the below xorg.conf file and it was 
working fine. When I upgraded, I don't get dual monitors (one being the 
extension of the other).  I do however, get a mirrored screen (which I don't 
want).
The display settings doesn't recognize the monitors at all (They are "unknown").
here is the xorg.conf:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath"/usr/share/X11/fonts/misc"
FontPath"/usr/share/X11/fonts/cyrillic"
FontPath"/usr/share/X11/fonts/100dpi/:unscaled"
FontPath"/usr/share/X11/fonts/75dpi/:unscaled"
FontPath"/usr/share/X11/fonts/Type1"
FontPath"/usr/share/X11/fonts/100dpi"
FontPath"/usr/share/X11/fonts/75dpi"
FontPath"/usr/share/fonts/X11/misc"
# path to defoma fonts
FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load"bitmap"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"type1"
Load"vbe"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ExplorerPS/2"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "InputDevice"
  Driver"wacom"
  Identifier"stylus"
  Option"Device""/dev/wacom"  # Change to 
  # /dev/input/event
  # for USB
  Option"Type"  "stylus"
  Option"ForceDevice"   "ISDV4"   # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver"wacom"
  Identifier"eraser"
  Option"Device""/dev/wacom"  # Change to 
  # /dev/input/event
  # for USB
  Option"Type"  "eraser"
  Option"ForceDevice"   "ISDV4"   # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver"wacom"
  Identifier"cursor"
  Option"Device""/dev/wacom"  # Change to 
  # /dev/input/event
  # for USB
  Option"Type"  "cursor"
  Option"ForceDevice"   "ISDV4"   # Tablet PC ONLY
EndSection

Section "Device"
Identifier  "Intel Corporation 82915G/GV/910GL Express Chipset 
Family Graphics Controller"
Driver  "i810"
BusID   "PCI:0:2:0"
EndSection

Section "Device"
Option "HWcursor" "true"
Identifier  "G450"
Driver  "mga"
#Option  "OldDmaInit""True"
VideoRAM16384
#BusID  "PCI:2:0:0"
#Option   "UseFBDev""true
   # Option  "VBEModes" "true"
   Screen 0
EndSection

Section "Device"
Option "HWcursor" "true"
Identifier  "G450 2"
Driver  "mga"
#Option  "OldDmaInit""True"
VideoRAM16384
BusID   "PCI:2:0:0"
#Option   "UseFBDev""true
   # Option  "VBEModes" "true"
   Screen 1
EndSection

Section "Monitor"
Identifier  "DELL E173FP"
Option  "DPMS"
EndSection

Section "Monitor"
Identifier  "DELL E173FP2"
Option  "DPMS"
EndSection

Section "Screen"
Identifier  "Default Screen"
#Device "Intel Corporation 82915G/GV/910GL Express Chipset 
Family Graphics Controller"
Device  "G450 2"
Monitor "DELL E173FP"
DefaultDepth24
SubSection "Display"
Depth  

[Bug 380771] Re: Jaunty, Monitors aren't detected, previous xorg.conf doesn't work

2009-05-26 Thread Atif Mansoor

** Attachment added: "archived log"
   http://launchpadlibrarian.net/27183979/failsafeX-backup-090526171725.tar

-- 
Jaunty, Monitors aren't detected, previous xorg.conf doesn't work
https://bugs.launchpad.net/bugs/380771
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs