Results 1 to 7 of 7
Hi guys sucessfully Installed FC10, Audio (MP3) & Video (avi,dvd,mp4 etc), Apache Server, MySQL, K3b, Networking (Samba, SSH, FTP, HTTP )done sucessfully. Thanks all of you for helping.
( Never ...
- 02-07-2009 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 42
resulution Issue
Hi guys sucessfully Installed FC10, Audio (MP3) & Video (avi,dvd,mp4 etc), Apache Server, MySQL, K3b, Networking (Samba, SSH, FTP, HTTP )done sucessfully.
Thanks all of you for helping.
( Never go back to FAT )
My Issue is My screen resolution is support max 1280 X 1024 (in win), but when i try go achieve this resolution in FC10 i got max 1024 x 768.
Plz help me....
root@localhost /]# xrandr
Screen 0: minimum 640 x 480, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm
1024x768 75.0* 70.0 60.0
800x600 75.0 72.0 60.0 56.0 65.0
640x480 75.0 73.0 67.0 60.0
- 02-08-2009 #2
Which Graphics Card do you have? Execute this
Post output here.Code:su - lspci | grep -i vga grep -i driver /etc/X11/xorg.conf
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-08-2009 #3Just Joined!
- Join Date
- Jan 2007
- Posts
- 42
My graphic is inbuilt 32MB chip, Not use additional card.
[root@localhost X11]# lspci | grep -i vga
01:00.0 VGA compatible controller: S3 Inc. VT8375 [ProSavage8 KM266/KL266]
[root@localhost X11]# grep -i driveer /etc/X11/xorg.conf
grep: /etc/X11/xorg.conf: No such file or directory
[root@localhost X11]#
- 02-08-2009 #4
Execute this
Add Video Card section in xorg.conf file :Code:su - nano /etc/X11/xorg.conf
Press Ctrl+X, Y and hit Enter key to save file.Code:Section "Device" Identifier "Configured Video Card" Driver "vesa" EndSection
Reboot machine.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-08-2009 #5Just Joined!
- Join Date
- Jan 2007
- Posts
- 42
Perfect Solution Nice Work...
Thanks..
- 02-08-2009 #6Just Joined!
- Join Date
- Jan 2007
- Posts
- 42
some other problem is while i play the movie in VLC media player Its Play stucky (I mean not play smooth) in full screen what i do..
Thanks again for my help
- 02-08-2009 #7
Its a Graphics Card problem only. "vesa" is a Generic Driver. I have to search driver for your S3 Inc. VT8375 [ProSavage8 KM266/KL266] Card. I will let you know soon.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote