LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Debian (Lenny) and Acer x163w picture problem (https://www.linuxquestions.org/questions/linux-newbie-8/debian-lenny-and-acer-x163w-picture-problem-755481/)

jombee 09-15-2009 08:00 PM

Debian (Lenny) and Acer x163w picture problem
 
Just got a Acer x163w monitor. I have a Compaq 7485 with Debian Lenny installed. I was using a Acer AL2216W and all worked well. Using the Acer x163w,
I get a mixed up picture.
I haven't found any post for this problem. :newbie:
Thanks for your input in advance!

rm -rf * 09-15-2009 11:24 PM

What do you mean by mixed up picture?

jombee 09-16-2009 10:54 AM

It works till logon, the screen goes diagonally /////.

prasanta 09-16-2009 12:45 PM

Quote:

the screen goes diagonally /////.
Seems like problem with your xorg.conf file (refresh rates of the monitor). Just stop Xserver from the terminal and try to reconfigure it.

Regards,

--
Prasanta

jombee 09-17-2009 05:57 AM

OK, How do I get to terminal?

prasanta 09-17-2009 05:58 AM

Quote:

OK, How do I get to terminal?
<Ctrl>+<Alt>+F1
...
<Ctrl>+<Alt>+F6


Regards,

--
Prasanta

jombee 09-17-2009 09:06 PM

Thanks, I'm not sure how to do it. I tried at the command line sudo gedit /etc/x11/xorg.config with the monitor //// during booting, and got it couldn't open.

prasanta 09-17-2009 11:43 PM

Quote:

Thanks, I'm not sure how to do it. I tried at the command line sudo gedit /etc/x11/xorg.config with the monitor //// during booting
Just press those keys along with the function key after you boot up in the graphical mode. Just key in your username/password and then run the command as mentioned before.

Regards,

--
Prasanta

~sHyLoCk~ 09-17-2009 11:52 PM

Quote:

Originally Posted by jombee (Post 3687919)
Thanks, I'm not sure how to do it. I tried at the command line sudo gedit /etc/x11/xorg.config with the monitor //// during booting, and got it couldn't open.

type this:

Code:

X -configure
also let us know :

Code:

lspci | grep VGA

jombee 09-18-2009 10:37 PM

lspci | grep VGA gave me
01:00.0 VGA compatible controller: Trident Microsystems Cyberblade/i7 (rev 5c)

jombee 09-19-2009 09:22 AM

OK, I finally got the /etc/X11/xorg.conf file to open...For some reason gedit won't work. Thank you Nano!

Section
"Device"
Identifer "Configured Video Device"
option "UseFBDev" "true"

EndSection


Section
"Monitor"
Identifier "Configured Monitor"

EndSection

Section
"Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"

EndSection

Where do I go from here?

prasanta 09-19-2009 11:33 AM

Try doing,
Code:

dpkg-reconfigure xserver-xorg
from the shell. It will ask you lot of questions including the refresh rates. Enter the values by looking at the monitor manual. It will make a backup copy the existing xorg.conf. In the `Monitor` section it will write the values.

Have you tried, `xserver-xorg-video-trident` package.

Regards,

--
Prasanta

jombee 09-19-2009 12:55 PM

I tried the dpkg-reconfigure xserver-xorg, didn't see anything about refresh rstes. It didn't change. Haven't tried xserver-xorg-video-trident package ( didn't know there was one, Thanks) I'll look for it...

jombee 09-19-2009 01:36 PM

I have the newest xserver-xorg-video-trident package. I got the acer x163w refurbed from Tigerdirect without manual. I'm guessing I change the Monitor identifier to the monitor name and make. maybe Hor 30-50 and Ver 60? I'll look for a manual online...

jombee 09-22-2009 05:26 PM

OK , this is what my xorg.conf.new looks like and still no change...I cp to /etc/X11/Xorg.conf

Section

"Device"
Identifer "Configured Video Device"
option "UseFBDev" "true"

EndSection

Section
"Monitor"
Identifier "Monitor0"
VendorName "acer"
ModelName "x163w"
HorizSync 30-80
VertRefresh 56-75

EndSection

Section
"Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection

EndSection
I'm still lost.


All times are GMT -5. The time now is 04:54 PM.