View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 37 posts ] 
Go to page Previous  1, 2, 3  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject:
PostPosted: Fri Sep 14, 2007 8:46 am 
Offline
Joined: Wed Jul 28, 2004 2:47 pm
Posts: 7
Location: South Africa
Looks like I fixed mine - you can switch to the vesa driver as suggested to apply your fix

I ran this update from the unichrome site:

mkdir openchrome
cd openchrome
svn co http://svn.openchrome.org/svn/trunk
cd trunk
./autogen.sh
make
make install

This will install via_drv.so to /usr/local/lib/xorg/modules/drivers/. In order to use it, you need to copy it to /usr/lib/xorg/modules/drivers/, after first backing up the existing via_drv.so, so you can restore it when the new one doesn't work.


This updated my drivers to Unichrome 395 - don't know what this will break though :)

the xorg.conf that comes with R5F27 doesn't work for me - i'm guessing the new modelines maybe ?

Here is my working xorg.conf

another option is to copy the via_drv.so from your R5D1 install maybe ?

Code:
Section "ServerLayout"
   Identifier     "XFree86 Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Keyboard0" "CoreKeyboard"
# PS/2 Mouse not detected
# Serial Mouse not detected
        InputDevice    "USB Mouse" "CorePointer"
EndSection

Section "ServerFlags"
   Option "AllowMouseOpenFail"  "true"
   
EndSection

Section "Files"
   RgbPath      "/usr/share/X11/rgb"
   ModulePath   "/usr/lib/xorg/modules"
   FontPath     "/usr/share/fonts/X11/misc:unscaled"
   FontPath     "/usr/share/fonts/X11/75dpi:unscaled"
   FontPath     "/usr/share/fonts/X11/100dpi:unscaled"
   FontPath     "/usr/share/fonts/X11/Type1"
   FontPath     "/usr/share/fonts/X11/Speedo"
   FontPath     "/usr/share/fonts/X11/PEX"
# Additional fonts: Locale, Gimp, TTF...
   FontPath     "/usr/share/fonts/X11/cyrillic"
#   FontPath     "/usr/share/fonts/X11/latin2/75dpi"
#   FontPath     "/usr/share/fonts/X11/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
   FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
   FontPath     "/usr/share/fonts/truetype"
   FontPath     "/usr/share/fonts/latex-ttf-fonts"
EndSection

Section "Module"
# Comments: see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=346408
   Load  "dbe" # Double Buffering Extension, very important.
   Load  "dri" # This shouldn't be available choice if user has selected driver vga, vesa or nv.
   Load  "glx" # GLX Extension.
   Load  "freetype" # Freetype fonts.
   Load  "type1"  # Type 1 fonts
   Load  "record" # Developer extension, usually not needed
#   Load  "extmod" # This is okay, but if you look into "man xorg.conf" you'll find option NOT to include DGA extension with extmod, and for a good reason.. DGA causes instability as it access videoram without consulting X about it.
   SubSection      "extmod"
      Option          "omit xfree86-dga"
   EndSubSection
#   Load  "speedo" # Speedo fonts, this module doesn't exist in Xorg 7.0.17
# The following are deprecated/unstable/unneeded in Xorg 7.0
#       Load  "ddc"  # ddc probing of monitor, this should be never present, as it gets automatically loaded.
#   Load  "GLcore" # This should be never present, as it gets automatically loaded.
#       Load  "bitmap" # Should be never present, as it gets automatically loaded. This is a font module, and loading it in xorg.conf makes X try to load it twice.
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
        Option      "CoreKeyboard"
   Option "XkbRules" "xorg"
   Option "XkbModel" "pc105"
   Option "XkbLayout" "us"

EndSection

Section "InputDevice"
   Identifier  "Serial Mouse"
   Driver      "mouse"
   Option      "Protocol" "Microsoft"
   Option      "Device" "/dev/ttyS0"
   Option      "Emulate3Buttons" "true"
   Option      "Emulate3Timeout" "70"
   Option       "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
   Identifier  "PS/2 Mouse"
   Driver      "mouse"
   Option      "Protocol" "auto"
Option          "ZAxisMapping"          "4 5"
   Option      "Device" "/dev/psaux"
   Option      "Emulate3Buttons" "true"
   Option      "Emulate3Timeout" "70"
   Option       "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
   Option      "SendCoreEvents"   "true"
        Option          "Protocol"              "IMPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"               "5"
EndSection

# Auto-generated by KNOPPIX mkxf86config

Section "Monitor"
   Identifier   "Monitor0"
   Option   "DPMS"   "false"
   VendorName   "MTC"
   ModelName   "MTC0000"
   HorizSync 31 - 60 # DDC-probed
   VertRefresh 56 - 75 # DDC-probed
   # These are the DDC-probed settings reported by your monitor.
   # 1280x1024, 75.0Hz; hfreq=79.98, vfreq=75.03
   ModeLine "1280x1024"   135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
   # 1024x768, 75.0Hz; hfreq=60.02, vfreq=75.03
   ModeLine "1024x768"    78.75 1024 1040 1136 1312  768  769  772  800 +hsync +vsync
   # 1024x768, 70.0Hz; hfreq=56.48, vfreq=70.07
   ModeLine "1024x768"    75.00 1024 1048 1184 1328  768  771  777  806 -hsync -vsync
   # 800x600, 75.0Hz; hfreq=46.88, vfreq=75.00
   ModeLine "800x600"    49.50  800  816  896 1056  600  601  604  625 +hsync +vsync
   # 800x600, 60.0Hz; hfreq=37.88, vfreq=60.32
   ModeLine "800x600"    40.00  800  840  968 1056  600  601  605  628 +hsync +vsync
   # 640x480, 75.0Hz; hfreq=37.50, vfreq=75.00
   ModeLine "640x480"    31.50  640  656  720  840  480  481  484  500 -hsync -vsync
   # 640x480, 72.0Hz; hfreq=37.86, vfreq=72.81
   ModeLine "640x480"    31.50  640  656  696  816  480  481  484  504 -hsync -vsync
   # 640x480, 60.0Hz; hfreq=31.47, vfreq=59.94
   ModeLine "640x480"    25.17  640  648  744  784  480  482  484  509 -hsync -vsync
   # Extended modelines with GTF timings
   # 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
   ModeLine "640x480"  43.16  640 680 744 848  480 481 484 509  -HSync +Vsync
   # 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz
   ModeLine "768x576"  34.96  768 792 872 976  576 577 580 597  -HSync +Vsync
   # 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz
   ModeLine "768x576"  42.93  768 800 880 992  576 577 580 601  -HSync +Vsync
   # 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz
   ModeLine "768x576"  45.51  768 808 888 1008  576 577 580 602  -HSync +Vsync
   # 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz
   ModeLine "768x576"  51.84  768 808 888 1008  576 577 580 605  -HSync +Vsync
   # 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz
   ModeLine "768x576"  62.57  768 816 896 1024  576 577 580 611  -HSync +Vsync
   # 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
   ModeLine "800x600"  68.18  800 848 936 1072  600 601 604 636  -HSync +Vsync
   # 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
   ModeLine "1024x768"  113.31  1024 1096 1208 1392  768 769 772 814  -HSync +Vsync
   # 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz
   ModeLine "1152x864"  81.62  1152 1216 1336 1520  864 865 868 895  -HSync +Vsync
   # 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz
   ModeLine "1152x864"  119.65  1152 1224 1352 1552  864 865 868 907  -HSync +Vsync
   # 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz
   ModeLine "1152x864"  143.47  1152 1232 1360 1568  864 865 868 915  -HSync +Vsync
   # 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz
   ModeLine "1280x960"  124.54  1280 1368 1504 1728  960 961 964 1001  -HSync +Vsync
   # 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
   ModeLine "1280x960"  129.86  1280 1368 1504 1728  960 961 964 1002  -HSync +Vsync
   # 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz
   ModeLine "1280x960"  178.99  1280 1376 1520 1760  960 961 964 1017  -HSync +Vsync
   # 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz
   ModeLine "1280x1024"  190.96  1280 1376 1520 1760  1024 1025 1028 1085  -HSync +Vsync
   # 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz
   ModeLine "1400x1050"  122.61  1400 1488 1640 1880  1050 1051 1054 1087  -HSync +Vsync
   # 1400x1050 @ 72.00 Hz (GTF) hsync: 78.77 kHz; pclk: 149.34 MHz
   ModeLine "1400x1050"  149.34  1400 1496 1648 1896  1050 1051 1054 1094  -HSync +Vsync
   # 1400x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 155.85 MHz
   ModeLine "1400x1050"  155.85  1400 1496 1648 1896  1050 1051 1054 1096  -HSync +Vsync
   # 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz
   ModeLine "1400x1050"  179.26  1400 1504 1656 1912  1050 1051 1054 1103  -HSync +Vsync
   # 1400x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 214.39 MHz
   ModeLine "1400x1050"  214.39  1400 1512 1664 1928  1050 1051 1054 1112  -HSync +Vsync
   # 1600x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 280.64 MHz
   ModeLine "1600x1200"  280.64  1600 1728 1904 2208  1200 1201 1204 1271  -HSync +Vsync
   # 1920x1200 @ 60.00 Hz (GTF)  hsync: 74.52; pclk: 193.16 MHz
   Modeline "1920x1200" 193.16  1920 2048 2256 2592  1200 1201 1204 1242  -HSync +HSync
EndSection

Section "Device"
   ### Available Driver options are:-
# sw_cursor is needed for some ati and radeon cards
        #Option     "sw_cursor"
        #Option     "hw_cursor"
        #Option     "NoAccel"
        #Option     "ShowCache"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "Rotate"
   Identifier  "Card0"
# The following line is auto-generated by KNOPPIX mkxf86config
   Driver      "via"
   VendorName  "All"
   BoardName   "All"
#   BusID       "PCI:1:0:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultColorDepth 24
   SubSection "Display"
      Depth     1
      Modes "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     4
      Modes "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     8
      Modes "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     15
      Modes "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     16
      Modes "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     32
      Modes "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "DRI"
   Mode 0666
EndSection




Top
 Profile  
 
PostPosted: Fri Sep 14, 2007 11:41 am 
Offline
Joined: Sat Oct 08, 2005 2:36 pm
Posts: 7
I have my PVR-350 as output, it runs fine initially, but after several hours of playing video, the screen will either turn "black and green" (as opposed to black and white), and sometimes the overscan gets shifted, or go out of sync.. Rebooting solves the problem. :?:

I'm using R5F27, PVR-350, PVR-150, nVidia GeForce 4 (splash disabled)


Top
 Profile  
 
 Post subject: me too
PostPosted: Fri Sep 14, 2007 5:43 pm 
Offline
Joined: Fri May 11, 2007 12:48 pm
Posts: 4
I just want to say, I'm having this exact same problem - running a PVR-350 and an onboard video card (HP D330 mobo) - the previous release of KnoppMyth worked just fine... but this isn't working correctly.


Top
 Profile  
 
PostPosted: Sun Sep 16, 2007 6:45 am 
Offline
Joined: Fri Jan 05, 2007 9:50 am
Posts: 9
Hi deontaljard,

many thx for your great job!!!
It really works whith my Digitainer CLE266 Via Chipset.

I fixed it so: (with your tutorial) ;-))

make a std. Installation.
boot with dsl/knoppix cd ...
rename the .xorg.conf to xorg.conf (make ab backup of the original file)
now you have no blackscreen...

setup up your ip adress and connect ....

update the unichrome driver ... (both drivers)

copy the original xorg.conf in /etc/x11

have Fun!!


Top
 Profile  
 
PostPosted: Mon Sep 17, 2007 7:24 am 
Offline
Joined: Fri May 11, 2007 12:48 pm
Posts: 4
franko_ wrote:
Hi deontaljard,

make a std. Installation.
boot with dsl/knoppix cd ...
rename the .xorg.conf to xorg.conf (make ab backup of the original file)
now you have no blackscreen...

setup up your ip adress and connect ....

update the unichrome driver ... (both drivers)

copy the original xorg.conf in /etc/x11

have Fun!!



Franko: how do I update the unichrome driver(s)??
Thanks in advance - I miss my Mythbox :(


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 18, 2007 6:56 pm 
Offline
Joined: Thu Sep 06, 2007 12:21 pm
Posts: 5
Had some trouble getting started on this fix, but once i got my (insert profanity here) in order the fix worked great.

Thanks a googleplex


Top
 Profile  
 
 Post subject:
PostPosted: Wed Sep 19, 2007 4:55 pm 
Offline
Joined: Sun Jun 10, 2007 1:16 pm
Posts: 3
Not to sound stupid, but I'm having this exact same problem and I'm wondering if there is going to be an official update to fix it? Its happening to a lot of us it seems. My cn700 board worked fine in the last release, and I'm just going to roll back to it until a new version is available I think.

Anyone else agree?

PS - no disrespect to the knoppmyth devs. This is a great distro which has only gotten better. I was looking forward to using schedules direct, thats all.


Top
 Profile  
 
PostPosted: Thu Sep 27, 2007 3:22 pm 
Offline
Joined: Thu Sep 27, 2007 8:12 am
Posts: 1
hi all,

explicit step-by-step for how to fix combining denotaljard & cgiddens' instructions:

make a std. Installation
- when you get the black screen, reinsert CD and boot from it
boot with dsl/knoppix cd ...
- choose Option 7 to quit to a command prompt
- log in as root
- mount your HD so you can access it
$ mount /dev/hda1 /mnt/hda1

- since you're booted from the CD, networking should be up & running
if not, then you need to get networking running

setup up your ip adress and connect ....

update the unichrome driver ... (both drivers)
$ cd /tmp
$ mkdir openchrome
$ cd openchrome
$ svn co http://svn.openchrome.org/svn/trunk
$ cd trunk
$ ./autogen.sh
$ make
$ make install

This will install via_drv.so (and via_drv.la) to /usr/local/lib/xorg/modules/drivers/. In order to use it, you need to copy them to /usr/lib/xorg/modules/drivers/, after first backing up the existing via_drv.*, so you can restore it when the new one doesn't work.

$ cd /mnt/hda1/usr/lib/xorg/modules/drivers
$ mv via_drv.la via_drv.la.sav
$ mv via_drv.so via_drv.so.sav
$ cd /user/local/lib/xorg/modules/drivers
$ mv via_drv.so /mnt/hda1/usr/lib/xorg/modules/drivers/via_drv.so
$ mv via_drv.la /mnt/hda1/usr/lib/xorg/modules/drivers/via_drv.la

now reboot and no more black screen so you can continue your KnoppMyth install/config
$ reboot


Top
 Profile  
 
 Post subject:
PostPosted: Sat Sep 29, 2007 7:37 pm 
Offline
Joined: Thu Feb 02, 2006 10:56 am
Posts: 1
I have an epia CN10000 with one of the CN700 chipsets. Even with the new unichrome version, the via driver doesn't still to be picking a displayable mode. I found adding

Option "VBEModes" "true"

to the Device section gets the display to initialize properly.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 02, 2007 2:10 pm 
Offline
Joined: Thu Aug 23, 2007 4:01 pm
Posts: 2
@outcast2k:

You are my hero today! :D Worked fine for me - thank you very much!

But you do not need a Knoppix-CD. Just quit the installation at the installation menu. You can choose to get to the login prompt.
There is also a slight error (for all the Linux-Newbies bemong us). It must be "usr" instead of "user" => cd /usr/local/...

Will last the next time with configuring my new Epia-System (ME6000 with PVR-350)


Top
 Profile  
 
PostPosted: Wed Oct 03, 2007 7:05 am 
Offline
Joined: Fri Jan 05, 2007 9:50 am
Posts: 9
hi,

after some problems with r5f27(live tv flickers and stuttering, and i have artefacts in the screen 50% cpu load!!), i install the older version of knoppmyth r5f1.

knoppmyth r5f1 takes only 8% cpu load!! and my mythweb frontend works after i made a svn update to the newest trunk.

i can live with the "old" version, i don´t need sirius radio!!

has anyone same the problems??


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 04, 2007 2:30 pm 
Offline
Joined: Thu Aug 23, 2007 4:01 pm
Posts: 2
Back luck! :(

The unichrome drivers do work, but my system was getting very slooooooow.

Will try with the faster R5F1 again ...


Top
 Profile  
 
PostPosted: Mon Oct 15, 2007 1:16 pm 
Offline
Joined: Fri Aug 26, 2005 11:09 am
Posts: 20
cerge wrote:
I'm having a similar (or identical) problem with an EPIA M10000 I upgraded from R5D? to R5F27. The symptoms seem identical, with the monitor occasionally flashing like it's trying to auto adjust, but other than that the box seemed locked up (Ctrl-Alt-F1, Ctrl-Alt-Backspace, etc. wouldn't do anything), and I was seeing a similar message when I booted into single user mode and checked the logs. [...] In the mean time, has anyone successfully installed R5F27 on an Epia M10000?


Cerge, have you had any luck?

I'm also using a M10000 and experiencing the exact same issues on a fresh install of both R5F1 and R5F27 - the bootup log shows a few 'failed to find multimedia video card' errors, a few other fails, then flashes trying to get into X before failing with the c7 respawning message.


Top
 Profile  
 
PostPosted: Mon Nov 05, 2007 11:17 pm 
Offline
Joined: Fri Mar 18, 2005 11:25 pm
Posts: 10
I updated my openchrome drivers as stated with the exception that the new drivers were named openchrome_drv.x and I needed to specify openchrome as my driver under xorg.conf instead of via. However, now that I have upgraded, it appears that XVMC is not working properly. In all previous versions, when XVMC was working the OSD would be greyscale, now it is showing color. Also my cpu is much higher when showing video. I hope there is a workaround, or patch put out soon.

Thanks,
- Ben


Top
 Profile  
 
PostPosted: Mon Nov 05, 2007 11:46 pm 
Offline
Joined: Fri Mar 18, 2005 11:25 pm
Posts: 10
Via M10000 Motherboard diskless frontend.
Via CLE266 video
SVIDEO output to SDTV
SPDIF Coax output to HT receiver
100Mb/s Ethernet


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 37 posts ] 
Go to page Previous  1, 2, 3  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 17 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu