LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > *BSD
User Name
Password
*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.

Notices


Reply
  Search this Thread
Old 10-05-2018, 02:33 AM   #1
hifi100
Member
 
Registered: Sep 2016
Location: India
Distribution: Arch Linux
Posts: 357

Rep: Reputation: Disabled
k3b graphics all messed up


I have installed K3b under OpenBSD 6.3

Problem is the GUI is all messed up.

Please see attachment.

How do I fix this ?
Attached Thumbnails
Click image for larger version

Name:	k3b.png
Views:	20
Size:	73.9 KB
ID:	28725   Click image for larger version

Name:	k3b2.png
Views:	14
Size:	30.6 KB
ID:	28726  
 
Old 10-05-2018, 03:49 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,286

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
K3b needs some kde libs, and I had trouble with it on linux in the past. The first thing I would do is run
Code:
ldd /path/to/k3b |grep found
which should show nothing. Any library named is unavailable to k3b
 
Old 10-05-2018, 04:23 AM   #3
hifi100
Member
 
Registered: Sep 2016
Location: India
Distribution: Arch Linux
Posts: 357

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by business_kid View Post
K3b needs some kde libs, and I had trouble with it on linux in the past. The first thing I would do is run
Code:
ldd /path/to/k3b |grep found
which should show nothing. Any library named is unavailable to k3b
Code:
$ ldd /usr/local/bin/k3b |grep found
printed nothing. What should I do next ?
 
Old 10-05-2018, 04:55 AM   #4
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Do you have a specific need for k3b? If not, then why not use the native tools available in the base system?

I've always used cdio(1) to burn CDRs.

For DVD+/-R discs, install the sysutils/dvd+rw-tools port and use growisofs(1).

Refer to faq13
 
Old 10-05-2018, 05:02 AM   #5
hifi100
Member
 
Registered: Sep 2016
Location: India
Distribution: Arch Linux
Posts: 357

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by cynwulf View Post
Do you have a specific need for k3b? If not, then why not use the native tools available in the base system?

I've always used cdio(1) to burn CDRs.

For DVD+/-R discs, install the sysutils/dvd+rw-tools port and use growisofs(1).

Refer to faq13
It doesnt matter if its k3b or any other tool but I need a GUI.

I have never used the cli to burn DVDs.
 
Old 10-05-2018, 05:06 AM   #6
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
I just saw this thread on daemonforums: http://daemonforums.org/showthread.php?t=10778
 
Old 10-05-2018, 05:41 AM   #7
Randicus Draco Albus
Senior Member
 
Registered: May 2011
Location: Hiding somewhere on planet Earth.
Distribution: No distribution. OpenBSD operating system
Posts: 1,711
Blog Entries: 8

Rep: Reputation: 635Reputation: 635Reputation: 635Reputation: 635Reputation: 635Reputation: 635
Quote:
Originally Posted by hifi100 View Post
I have never used the cli to burn DVDs.
I use cdrecord. The first step is to make an iso.
Code:
$ mkhybrid -R -o sys.iso /path_to_file

Then burn the disc.
Code:
# cdrecord -v -tao speed=4 dev=/dev/cd0c /path_to_file.iso
Adjust the speed to your preference. The lower the speed number, the slower the burn.


cd0 is a device inside the computer. If using an external device it will be cd1 (if that is the only external device mounted).


There is a # in front of my burn command, because I have not given my user permission to use the device and must burn using root.

Last edited by Randicus Draco Albus; 10-05-2018 at 05:42 AM.
 
Old 10-05-2018, 06:23 AM   #8
hifi100
Member
 
Registered: Sep 2016
Location: India
Distribution: Arch Linux
Posts: 357

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Randicus Draco Albus View Post
I use cdrecord. The first step is to make an iso.
Code:
$ mkhybrid -R -o sys.iso /path_to_file

Then burn the disc.
Code:
# cdrecord -v -tao speed=4 dev=/dev/cd0c /path_to_file.iso
Adjust the speed to your preference. The lower the speed number, the slower the burn.


cd0 is a device inside the computer. If using an external device it will be cd1 (if that is the only external device mounted).


There is a # in front of my burn command, because I have not given my user permission to use the device and must burn using root.
Code:
cdrecord -v -tao speed=4 dev=/dev/cd0c /path_to_file.iso
Didn't work.

Had to replace -tao with -dao.

Thanks a lot.
 
  


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
K3B messed my DVD-RW media xri Slackware 5 09-07-2009 12:43 PM
Either I'm high or graphics messed up miguelito928 Ubuntu 3 09-24-2005 01:21 AM
A Messed Up K3b browser Linux - Software 2 08-10-2005 06:45 PM
messed up k3b irvken Linux - Software 0 10-16-2004 08:55 AM
graphics all messed up mogumbo Linux - Software 0 10-28-2003 11:37 AM

LinuxQuestions.org > Forums > Other *NIX Forums > *BSD

All times are GMT -5. The time now is 01:43 AM.

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