COngrats on installing openchrome rpm.now u know how to save and install rpm.Cool G5 said:I tried it.It worked but one rpm failed to install.Now I am not facing the problem.Is it ok,to leave the one which did not got installed.
Check this:*img401.imageshack.us/my.php?image=konsole2pe4.jpg
Section "Module"
Load "bitmap"
[U]Load "dbe"
Load "dri"[/U]
Load "ddc"
Load "extmod"
Load "freetype"
[U]Load "glx"[/U]
Load "int10"
Load "vbe"
EndSection
~$su -
~# gedit /etc/X11/xorg.conf
Section "Module"
Load "bitmap"
[U]Load "dbe"[/U]
[B][U] Load "dri"[/U][/B]
Load "ddc"
Load "extmod"
Load "freetype"
[U]Load "glx"[/U]
Load "int10"
Load "vbe"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "via"
BusID "PCI:1:0:0"
Option "EnableAGPDMA" "On"
Option "AccelMethod" "exa"
Option "ExaScratchSize" "8192"
Option "MaxDRIMem" "16384"
Option "MigrationHeuristic" "greedy"
EndSection
glxgears
yeah it's the same. Only gedit might not be available, use kate instead.Cool G5 said:@Freebird:I haven't installed the GNOME environment.Will KDE do?
tech_your_future said:yeah it's the same. Only gedit might not be available, use kate instead.
su -
mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
cp ~/Desktop/Xorg.txt
cp /etc/X11/xorg.conf.bak /etc/X11/xorg.conf
:~#system-config-display
~#killall gdm
~#Xorg -configure
freebird said:@Cool G5:
You really dont have xorg.conf file.Do You have the GUI,GNOME working?
if u get GUI working(?),then try from a terminal as root(#)
You choose the correct resolution etc.Code::~#system-config-display
^^I dont think this will work if u dont have working GUI.
Now to generate an /etc/X11/xorg.conf in ur system,try the command:
Press CTRL+ALT+F1 to get a TTY;login as root.
then:
afterwards run:Code:~#killall gdm
afterwards have a look at /etc/X11/xorg.conf and edit for openchrome to work edit the device section on the file,make sure driver is "via".check my earlier posts and view the attached /etc/X11/xorg.conf below:Code:~#Xorg -configure
*www.thinkdigit.com/forum/attachment.php?attachmentid=786&d=1176445896
Now run "gdm" in the console screen and wait for ur gdm to load,hopefully working
That is the console login screen you get if u press keyboard control(CTRL)+alt+F1 key.login as root user there;ie; user :root passwd:ur root passwd now u'll get a "#" prompt,there -run the command Xorg -configure and try.And what is TTY