LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Feisty + Intel i915 module on 915GEVL motherboard + Xorg = scrambled display (https://www.linuxquestions.org/questions/ubuntu-63/feisty-intel-i915-module-on-915gevl-motherboard-xorg-%3D-scrambled-display-579609/)

devghai 08-24-2007 07:10 PM

Feisty + Intel i915 module on 915GEVL motherboard + Xorg = scrambled display
 
Xorg

Kubuntu 7.04/Feisty Fawn on Intel 915 motherboard using onboard graphics with Samsung SyncMaster 720n (17" LCD/TFT) Max res supprt - 1280x1024 at 75 Hz.
behavior:
Startup and all daily routines are normal. Problem arises when I have to shift to vt 1-6 or during shutdown. The screen is garbled with near horizontal lines. It is noticed that Top 25% of the scrambled screen shows the correct display albeit in near horizontal lines. Lower 75% of the screen is filled with garbage... that may include colors or their blocks from the display we have switched or RGB speckles or something at random. What ever it is, it is in form of those near horizontal lines on the whole screen, I think it can be called noise.
However, I can shift back to vt7 using Ctrl+Alt+F7 where everything seems normal. Here's the catch - WHEN I RESTART XSERVER USING CTRL+ALT+BACKSPACE AND THEN SHIFT TO ANY OF THE TERMINAL (VTs), EVERYTHING IS PERFECTLY FINE!!
Screenshot:
http://www.imagehosting.com/out.php/...7_dscn0001.jpg
More observations:
* If x fails during startup, for e.g. due to bad xorg.conf, vt1-6 are available.
* Testing done by uncommenting one by one the 'Screen...' lines in ServerLayout section.
* Xorg reconfigured too using 'dpkg-reconfigure xserver-xorg', no change in behavior
* Starting a new GUI session in another vt caused the same behavior to reappear even after xserver has been zapped/restarted using Ctrl+Alt+BackSpace once before in vt7
* Once the server is restarted and VTs restored, the logout screen (the one that comes while shutting down) scrambles.
* Same behavior observed in dyne:bolic
* Same behavior observed on CRT => it is an X problem

Doubt:
What's the difference between Monitor and Screen in xorg.conf?
What are the zeros for in 'Screen 0 "Default Screen" 0 0' and what do they stand for?

*****Current xorg.conf********All the Wacom devices have removed as i am on a desktop*****
Code:

# /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 xorg.conf(5) manual page.
# (Type "man 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/fonts/X11/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

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

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

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



Section "Device"
        Identifier        "Intel 915"
        Driver                "i810"
        BusID                "PCI:0:2:0"
        Screen                0
        Option                "UseFBDev"                "true"
EndSection

Section "Monitor"
        Identifier        "Generic Monitor"
        Option                "DPMS"
        HorizSync        30-65
        VertRefresh        50-75
        Gamma                1.0
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "Intel 915"
        Monitor                "Generic Monitor"
        DefaultDepth        24
        SubSection "Display"
                Depth                1
                Modes                "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                4
                Modes                "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                8
                Modes                "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                15
                Modes                "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                16
                Modes                "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Default Screen"
        #Screen        0        "Default Screen" 0 0
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
EndSection

Section "DRI"
        Mode        0666
EndSection

*************************************More Info*****************************************
Code:

lspci -v
(when run as normal root)

00:02.0 VGA compatible controller: Intel Corporation 82915G/GV/910GL Integrated Graphics Controller (rev 04) (prog-if 00 [VGA])
Subsystem: Intel Corporation Unknown device 4556
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at ff480000 (32-bit, non-prefetchable) [size=512K]
I/O ports at ec00 [size=8]
Memory at d0000000 (32-bit, prefetchable) [size=256M]
Memory at ff440000 (32-bit, non-prefetchable) [size=256K]
Capabilities: [d0] Power Management version 2

Code:

lsmod
reveals...
i915 24448 2
drm 81044 3 i915
video 16388 0


=======================================================================
I am willing to provide more information on demand.

Regards,
Dev

devghai 08-25-2007 11:52 AM

i tried to switch to intel driver by replacing xserver-xorg-i810 with xserver-xorg-intel as i have a 915G onboard graphics subsystem. It switched to unknown refresh rates and monitor just said to switch to 1280x1024 @ 60Hz. After many reconfigurations using dpkg-reconfigure xserver-xorg, and many other refresh rate combos, i got the same error.

Finally I have reverted back to i810 and am facing the same old problem as outlined above.

stevie_velvet 08-30-2007 05:06 AM

Quote:

Originally Posted by devghai (Post 2870280)
i tried to switch to intel driver by replacing xserver-xorg-i810 with xserver-xorg-intel as i have a 915G onboard graphics subsystem. It switched to unknown refresh rates and monitor just said to switch to 1280x1024 @ 60Hz. After many reconfigurations using dpkg-reconfigure xserver-xorg, and many other refresh rate combos, i got the same error.

Finally I have reverted back to i810 and am facing the same old problem as outlined above.

workaround

try 'vesa' instead of 'i810' , you might get 800x600 if your lucky! & buy you time

devghai 08-31-2007 02:03 AM

Thanks for replying Stevie... guess you missed one line from the original post..

Quote:

Startup and all daily routines are normal. Problem arises when I have to shift to vt 1-6 or during shutdown.
I have a lot of time on my hands. ;)

stevie_velvet 08-31-2007 02:10 AM

Quote:

Originally Posted by stevie_velvet (Post 2875479)
workaround

try 'vesa' instead of 'i810' , you might get 800x600 if your lucky! & buy you time

Guess I did !


All times are GMT -5. The time now is 12:48 AM.