PDA

View Full Version : [all variants] Dell I8k Graphics problem



interestinfellow
May 17th, 2009, 02:33 AM
OK, so here is my problem.

Split "triple" screen on 9.04 Xubuntu, alternate install.

I know I am not the only one who has had this problem, but no one elses solutions (that I've found) work to fix it. I had also installed Ubuntu 8.06 (?) and had the same problem, I was hoping Xubuntu 9/alternate would have fixed it.

I have already tried the "fix graphics problem" option under the safe boot (or whatever it's called) and that doesn't work.

I have tried envyNG, and all the drivers it had available natively, and it didn't work.

I have typed dpkg-reconfigure xserver-xorg with and without the phigh switch, and it did not work.

I have downloaded the ati deb file, and installed it, and it did not work.

I attempted to edit my xorg.conf file manually, but don't know what I'm doing (I would love for someone to just upload their's with all the options and I'll just delete the ones I don't need)(yes, I've looked for one, but don't know what I'm doing well enough to modify someone elses without adult supervision). I have not succesfully tested specifying hor and vir syncs (others have had success with vsync hsync and frequency), and don't know how to exactly.

I had done something at one point in time, where it changed my resolution from 600x800@60 (which has the split screen problem) to 600x800@61 and it worked, but only used the middle center %50 of the screen.

The install rolls well (alternate) and the boot screen shows up as it's supposed to (AFAIK) but as soon as you get to the logon screen, it has the split screen issue. I've included two pics just for fun.

System specs are as follows:

Dell Inspiron 8000 PP01X (Bios says Dell Inspiron 8000 700VT)
Bios Rev A23
ATI Mobility M4 8mb w/svid out
Mobile Pentium III 70/550mhz
Ess Maestro 3
192mb ram
Onboard Lan, 56k mod, usb 1, 1394, pcmcia,


Someone who knows what they're doing, please give me some supervision....

Thanks.


EDIT:
I had attempted the Fn+F8 (CRT/LCD) press, after I had done a few other "fixes" that didn't work, and it didn't work. I just did a clean install of 9.04/Alternate, and tried it again, and now it works. So now I'm off to play.....

EDIT2: And then I installed some apps, ran an update, and now that button press won't work. I'll keep trying.

interestinfellow
May 17th, 2009, 08:03 PM
Solved.

1. I did a sudo "dpkg-reconfigure -phigh xserver-xorg"...
2. Edited xorg.conf and added something, not sure what, but here it is.



# 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 "Device"
Identifier "ATI Technologies, Inc. Rage Mobility M4"
Driver "vesa"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1400x1050" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1400x1050" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1400x1050" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1400x1050" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1400x1050" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1400x1050" "1024x768" "800x600" "640x480"
EndSubSection
EndSection


And now I get 1024x768, and that's good enough for me. I have a feeling that if I were to try the lower res's, I would have that split screen problem, again.

starcannon
June 5th, 2009, 07:28 PM
Hey, I know you have this solved, but I have the same laptop, and I found some xorg.conf tweaks on google somewhere, and after a reboot Ubuntu autoset the resolution to 1400x1050/w direct rendering, and it looks and runs great. Indeed I was browsing the forums for help setting up the FN and Multimedia keys, as well as how to disable the pencil eraser mouse pointer.

Heres my xorg.conf if you would like to copy it; I'm running Ubuntu 8.04.2 with updates current.


# xorg.conf (X.Org 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 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "ati"
Option "AGPMode" "4"
Option "AGPSize" "32"
Option "EnablePageFlip" "true"
Option "Display" "BIOS"
Option "SWCursor" "true"
Option "CCEusecTimeout" "20000"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
HorizSync 31-82
VertRefresh 40-110
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
EndSection
GL and have fun