Hello,
Naa naggamit diri Microsoft Virtual PC 2007? Nag try man gud ko install SUSE Linux then human na siya install pero 8-bit ang video niya, bati kaayo,.
insect111
Hello,
Naa naggamit diri Microsoft Virtual PC 2007? Nag try man gud ko install SUSE Linux then human na siya install pero 8-bit ang video niya, bati kaayo,.
insect111
I never used Microsoft Virtual PC 2007 and SUSE. Maybe the video card detected is an 8-bit or you have a wrong X11 config.
I am not expert in Linux or X11, maybe try to read what's your xorg config file (/etc/X11/xorg.conf). I doubt you have a config DefaultDepth of 8 on Screen Section. Maybe change it to
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
Originally Posted by eax
thanks bro! my videocard is definitely not 8-bit, i think you're right with the config file. by the way, how can i change the file from the command prompt (of Linux)?
insect111
To configure your xorg.conf manually.
1. backup the file /etc/X11/xorg.conf (i.e. cp /etc/X11/xorg.conf /etc/X11/xorg.conf.orig).
2. edit the xorg.conf (i.e. vi /etc/X11/xorg.conf) using any editor.
3. locate the section with the value of "Screen".
4. change the DefaultDepth to 24.
5. save the file.
6. restart your X by pressing CTRL-ALT-BACKSPACE or restart the Linux.
7. run the command "dmesg", read the output what is the video card detected.
bro, I was able to locate the xorg.conf, nakit-an sad nako ang DefaultDepth. 24 ang iya value then naa sad didto 8 bit nga value. ako unta ganahan i-delete ang 8 bit nga value pero di ko ka-edit kay read only ra man ang xorg.conf. unsaon pag change sa attributes niya bro? thanks bro!Originally Posted by eax
insect111
Login as root (type su -).
Daghan na ug mga values. Ang importante kay unsa iyang DefaultDepth value? Kung ang DefaultDepth kay 8 change it to 24.
aw kinahanglan diay ko mo-log in as root bro, thanks bro. ako man gud gi-try ug change iya permissions using chmod pero operation not permitted man kuno, hehehe. ang iya nakasulat sa DefaultDepth kay 24 man bro. ako lang i-delete ang line nga naay 8 bit. iya sad resolution kay 1600x600, di man unta widescreen ako monitor, hehehe! thanks again bro, mangutana ko kung naa problema gihapon ha,Originally Posted by eax
.
insect111
Similar Threads |
|