LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 01-03-2005, 07:21 AM   #1
simeandrews
Member
 
Registered: May 2004
Distribution: Debian
Posts: 341
Blog Entries: 1

Rep: Reputation: 30
Help! I Can't Use X (kde)


I already had this posted in another forum (newbie), but because I'm really impatient and I want to get Linux up and running, I thought I'd get a little more help over here since this is a Mandrake problem.

Yesterday I installed Mandrake 10.1 Official. All went well, the installation was flawless except I didnt have the fourth CD, Lilo worked beautifully, the startup was perfect, but when it turned on KDE, I started having problems.

When KDE turned on, well, it was interesting. The desktop I think was multiplied across the screen a few times, and there were lines through everything. If you want a description, it was a 5 mm line, yellow I think, and for every line, after it was 5 mm of desktop, and so on and so fourth.

So, maybe because I set KDE as the default, and I didnt have the fourth CD, maybe that is what screwed it up. So, I have a few things.

1. Resolution change
2. Fresh install
3. Stuff I got off Mandrakeexpert, see below.

Ok, heres the stuff from Mandrakeexpert

Quote:
INCIDENT STATUS CHANGE SUMMARY
Username : Date : Action : Comments



simeandrews : 02/01/05 10:22 PM : Incident created
Ok, so Mandrake 10.1 is installed, Lilo works, Windows works, Linux startup works, X doesnt.

Heres what happened. I turned on the computer after setup, selected Linux from Lilo, it started up properly, but when it turned on X, the desktop multiplied a few times, there were lines through everything, and nothing could be read. So, one word, HELP!




Flink : 02/01/05 10:36 PM : Reply received
Try to configure X:

At the boot menu press ESC and type
linux init 3

login as root and then try
XFdrake --expert

and choose 'Generic VGA Monitor' from the monitor list. The reason behind this
is to get a syntactically correct XFree86-4 file which you can edit later.

* Type

vi /etc/X11/X86Config-4

* Press the <i> key. Scroll the file down to the "Monitor section".
* Replace the values for 'HorizSync' and 'VertRefresh' with the values of
your monitor model.
* Press <ESC>. Type

:wq

and then hit <ENTER> to save the changed file.

* Reboot.




simeandrews : 02/01/05 10:58 PM : More info provided
By boot menu, do you mean Lilo?




simeandrews : 02/01/05 11:09 PM : More info provided
And what are the values of my monitor model?
So, can someone PLEASE help me? I'm really interested in Linux, and I want X to work!!
 
Old 01-03-2005, 10:46 AM   #2
Lakota
Member
 
Registered: Oct 2003
Location: London, ON, Canada
Distribution: Mandriva 2007 Free
Posts: 507

Rep: Reputation: 30
install cd #4 not to blame and is not needed. This should be very easy to fix.

please post here, brand and model of your video card as well as brand, model and screen size of monitor (if you know).

can give you simple instructions after that.

I think it is more probable that it is video card driver than the screen resolution but both are possible. And easy to fix both at same time.
 
Old 01-03-2005, 10:58 AM   #3
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
at the command prompt, type:

Code:
xorgconfig
also run

Code:
xf86config
Them two will be EXACTLY the same, but I'm not sure which Mandrake uses, but run them both.

It will walk you through a text-based configuration of your monitor and video card. I suggest, for the time being, setting your graphics card to VESA and your monitor to a generic 800x600, or 1024x768 @ 70 Hz.
 
Old 01-03-2005, 01:56 PM   #4
simeandrews
Member
 
Registered: May 2004
Distribution: Debian
Posts: 341

Original Poster
Blog Entries: 1

Rep: Reputation: 30
Heres what I know.

ViewSonic a90f= 90 inch CRT Monitor

Heres what I think

Intel Extreme Graphics Video Card
 
Old 01-03-2005, 02:46 PM   #5
simeandrews
Member
 
Registered: May 2004
Distribution: Debian
Posts: 341

Original Poster
Blog Entries: 1

Rep: Reputation: 30
BTW, it uses xorgconfig, I had to abort because I didn't know the refresh stuff. It also asked me about the mouse and stuff.
 
Old 01-03-2005, 02:54 PM   #6
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
Like I said, just keep everything simple by using just VESA driver and a Generic monitor at 1024x768 @ 70 hertz. As for refresh rates, just give a broad range.

For example:
horizontal 30-70
vertical 60-100
 
Old 01-03-2005, 03:00 PM   #7
Lakota
Member
 
Registered: Oct 2003
Location: London, ON, Canada
Distribution: Mandriva 2007 Free
Posts: 507

Rep: Reputation: 30
Ok, to get to the command prompt from the kde screen you can't understand, hit [ctrl alt F1] keys at same time
Now you should be at a terminal login.
1 -Login as root with password.
2 -type "service dm stop" and enter (without the quotations)
3 -type "XFdrake" and enter (without quotations, upper & lower case matters)
4 -using arrow keys and enter key for navigating, set the video card as "vesa" (vesa is about third from the bottom of list under xorg heading)
5 -use the "test button" if she works hit ok and save it
6 - if your monitor is listed properly in window, move on, if not find it in the list test and save
7 -at command prompt type "service dm start" to see the graphical desktop

note: for future reference at command line the command halt and reboot do what you expect so no need for hard shutdowns ctrl alt F1 to F6 are terminals, ctr alt F7 is the gui, and iPods do work with Linux----I have a first generation 20gig iPod working perfectly with gtkpod and firewire(start new thread if you need help with that when you display is sorted out), others here have experience with the newer ones and usb connections too.
 
Old 01-03-2005, 03:07 PM   #8
simeandrews
Member
 
Registered: May 2004
Distribution: Debian
Posts: 341

Original Poster
Blog Entries: 1

Rep: Reputation: 30
Thanks very much, and for the ipod thing, good. I'll post or do some research on it when Linux is flawlessly running on my system. I just got my iPod mini today, I haven't done much looking up yet...

Last edited by simeandrews; 01-03-2005 at 03:09 PM.
 
Old 01-03-2005, 05:40 PM   #9
rksprst
Member
 
Registered: Jan 2004
Distribution: OS X 10.4
Posts: 172
Blog Entries: 1

Rep: Reputation: 30
Just reading the thread, about the ipod thing you need to recompile your kernel to get the new 4G ipods and the ipod mini working on it. They work great with gtkpod. (I hafta launch gtkpod as root for it to work)

I wrote what I did to make it work here: http://www.linuxquestions.org/questi...hreadid=272392
It's the last post on that thread.

Just be careful, its easy to mess up the kernel, thoug i think the recompiling tutorial does a great job of stating everything step by step.

Hope it helps
 
Old 01-03-2005, 05:59 PM   #10
simeandrews
Member
 
Registered: May 2004
Distribution: Debian
Posts: 341

Original Poster
Blog Entries: 1

Rep: Reputation: 30
THat iPod thing is a bit too complicated... I'll stick to using windows and itunes.
 
Old 01-04-2005, 01:24 PM   #11
simeandrews
Member
 
Registered: May 2004
Distribution: Debian
Posts: 341

Original Poster
Blog Entries: 1

Rep: Reputation: 30
IT WORKS!!!

Hello everyone, I am proud to announce that I am posting this from the KDE 3.3 Desktop!! The VESA thing worked, and Linux is now perfect.

Thanks so much to everyone who helped, because of this I feel almost no need for WinXP!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
HELP!!! Installed kde 3392 rpms keyboard dead inside kde, working in shell hansschmucker SUSE / openSUSE 1 02-13-2005 08:01 PM
Why wont my KDE 3.2 FC2 setup run make commands w/KDE 1.x packages? rusty_slacker Linux - Newbie 1 09-19-2004 05:40 PM
dpi font | gdm | kde DE | xinitrc.kde | Slackware 10 acummings Slackware 2 07-28-2004 10:28 PM
couple of qs, gnome ftp, removing kde or improving speed of kde, startup modprobe darkleaf Linux - Software 2 07-20-2004 09:54 AM
[REDHAT KDE] Disable KDE boot? Apache down after 10min losing monitor signal bjwesselink Linux - Software 2 08-11-2003 01:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 01:16 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration